Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

View buttons - change state

 [1/5] from: arolls:bigpond:au at: 3-Aug-2001 13:32


I am interested, Daniel, in why you would want that? Maybe you want to produce documentation and want an image where the user has clicked on a button? view center-face layout [ b: button "hello" button "toggle state" [b/state: not b/state show b] ]

 [2/5] from: brian:hawley at: 2-Aug-2001 23:12


Daniel Murrill wrote:
>Hello all, >Does anyone know how to script a button
<<quoted lines omitted: 5>>
>want to have to set the feel or engage func >to do this. Any ideas?
view layout [button "Down" false] Brian Hawley

 [3/5] from: brian:hawley at: 2-Aug-2001 23:16


Whoops! Daniel Murrill wrote:
>Hello all, >Does anyone know how to script a button
<<quoted lines omitted: 5>>
>want to have to set the feel or engage func >to do this. Any ideas?
I wrote: view layout [button "Down" false] I meant: view layout [button "Down" true] Logic error :) Brian Hawley

 [4/5] from: dmurrill:mindspring at: 7-Aug-2001 12:33


Hey Guys, I hope you don't think I'm crazy, but I am putting together a Rebol pluggin for the IE browser. I can put text or binary input info into the rebol shell, parse it, for name/value pairs, and send it back to the IE Rebol pluggin by way of using reform with the associated data. No page changes or refreshes needed. Now I have the Rebol GUI for the pluggin to finish, one solid background with all the Rebol VID objects automatically copied and put into place in the web page. I just could not get that inverted button thing right so I swallowed my pride and asked. I'm not a good programmer yet in Rebol but I do OK with browser stuff. The more I work on it, it looks like Curl. What a hack. I can download Rscripts off pages, save, and activate them by way of HTML links. Post Rscript from web page to Rebol shell and get info back or from any client pop3 account, back to pluggin. This stuff needs to look like Rebol since it's done in rebol script, so i hope I can put it all together and give it a Rebol GUI straight from the Rebol script. BTW it simple one liner scripts doing all this,for IE and Rebol. Why IE, need to use Java source to do it in NS. That's next . If I only had a Rebol brain......

 [5/5] from: rgagliardi:home at: 11-Aug-2001 18:18


Hi Daniel, Do I understand correctly, that you have a simple way of embedding a REBOL script in an html page? If so, how do you do it? -- Ric

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted