I have a field which captures all libURL messages, using the "libUrlSetLogField <field> " command. The problem is that I wont now when it gets a message, nor can I make it put the data before the field. It will also be probable that the User writes into that field, or that I willl ent3er something per script. The two last cases can be handled but the first one buggs me :(
what I got (and think that it is too complicated):
on updateField
if the selected of checkmark "Cancel" = true then exit updateField --or similar
set the scroll of me to 999999
send updateField to me in 0.3 seconds
end updateField
On Dienstag, Jan 21, 2003, at 09:14 Europe/Zurich, Geoff Canyon wrote:
Whenever you want it -- I'm not sure when you want to peg the field to the bottom. If you're putting text in programmatically, then do the scroll as part of that. If you're reacting to user input, then I would think closeField and exitField are your ticket.
On Monday, January 20, 2003, at 04:48 PM, Bj�rnke von Gierke wrote:
I hope this helps. Feel free to contact me if you have any further questions.nice, but on what event/message? On Dienstag, Jan 21, 2003, at 01:22 Europe/Zurich, Geoff Canyon wrote:This works: set the scroll of fld "whatever" to 999999_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
regards,
Geoff Canyon
Revolution Support
--
Geoff Canyon <[EMAIL PROTECTED]> <http://www.runrev.com/>
Runtime Revolution Limited - The Solution for Software Development
Tel: +44 (0) 870 747 1165. Fax: +44 (0)1639 830 707.
_______________________________________________
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
