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

[REBOL] Re: Altering the feel of fields.

From: carl:cybercraft at: 8-Jun-2002 11:17

On 06-Jun-02, Ammon Johnson wrote:
> Hi, > I wasn't paying enough attention to notice if this got a proper > answer or not, but here are my questions/suggestions. Have you > looked at the RT HowTo on event handling? If not, here is the URL > http://Rebol.com/how-to/feel.html > notice that there are some other very helpful HowTo's that are > available from http://Rebol.com/how-to.html > Now that that is taken care of, have you tried something like: > view layout [field [print "x"] #"^M"] > HTH > Ammon
Thanks Ammon, but as you can see by my post made just a minute ago, I did receive a good answer. I know of the how-tos, but they wouldn't have helped me enough without Cyphre's suggestion. I'd tried modified feel/redraw's already, but they failed because I didn't know view* meant "system/view". Also, I didn't know "do-face face none" was what was required to evaluate a style's block. Neither of those bits of information will be found in the Feel how-to, or, I suspect, any View/VID docs supplied by RT. Yes, in case you're wondering, I've spent a awful lot of time getting this simple-thing-that-should-be-simple thing to work. (;
> A short time ago, Carl Read, sent an email stating: >> Hi all, >> How would you get a field to evaluate its block when the field is >> activated as well as when you press Enter? ie, so "x" here... >> view layout [field [print "x"]] >> is printed when you first click on the field. I've spent a lot of >> time playing with feel in an attempt to get this working but >> without any luck...
-- Carl Read