Well, I'm using "libURLSetLogField" to handle the messages.  I did manage to
setup a idle handler that works pretty well, but I really do hate using idle
messages.

Derek Bump
Dreamscape Software
____________________________________________
Compress Images Easily with JPEGCompress 1.2
http://www.dreamscapesoftware.com


----- Original Message ----- 
From: "Ken Ray" <[EMAIL PROTECTED]>
To: "'How to use Revolution'" <[EMAIL PROTECTED]>
Sent: Saturday, May 15, 2004 19:36
Subject: RE: put awareness


> Derek, I don't think  the field itself is aware of the change, but you can
> add it to your logging command. Here's what I have in my log (watch line
> wrapping):
>
> on LogIt what
>   if fld "Log" is not empty then
>     put cr & what after last line of fld "Log"
>   else
>     put what into fld "Log"
>   end if
>   set the scroll of fld "Log" to (the formattedHeight of fld "Log" - the
> height of fld "Log")
> end LogIt
>
> HTH,
>
> Ken Ray
> Sons of Thunder Software
> Email: [EMAIL PROTECTED]
> Web Site: http://www.sonsothunder.com/
>
>
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of
> > Derek Bump
> > Sent: Saturday, May 15, 2004 11:28 AM
> > To: How to use Revolution
> > Subject: put awareness
> >
> >
> > Are field's aware of when they get data put into them from a command?
> >
> > I have a log field that lists server commands, and I would
> > like the field to scroll down to the last command.  I would
> > also like it to not scroll when the user (me) clicks on the
> > field to read over the commands.
> >
> >
> > Derek Bump
> > Dreamscape Software ____________________________________________
> > Compress Images Easily with JPEGCompress 1.2
> > http://www.dreamscapesoftware.com
> >
> >
> > _______________________________________________
> > use-revolution mailing list
> > [EMAIL PROTECTED]
> > http://lists.runrev.com/mailman/listinfo/use-revolution
> >
>
>
> _______________________________________________
> use-revolution mailing list
> [EMAIL PROTECTED]
> http://lists.runrev.com/mailman/listinfo/use-revolution
>

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to