Re: Field Problems

2005-10-13 Thread xbury . cs
this could be a selectionchanged handler intercepting it... try to run this handler with "lock messages" before you run it... if it still kills the (it's NOT a thread) execution, it's probably an error in myline... If it runs, there's a frontscript (maybe) event handler catching your change of

Re: Field Problems

2005-10-13 Thread David Burgun
Hi, Ok, I've got it working now, you are right using the hilitedline property is much more reliable, but one further question: How can I un-lite a line in a field? Thanks a lot Dave this could be a selectionchanged handler intercepting it... try to run this handler with "lock messages" bef

Re: Field Problems

2005-10-13 Thread Klaus Major
Hi David, Hi, Ok, I've got it working now, you are right using the hilitedline property is much more reliable, but one further question: How can I un-lite a line in a field? set the hilitedlines of fld xyz to 0 Thanks a lot Dave Regards Klaus Major [EMAIL PROTECTED] http://www.major-k

RE: Field Problems

2005-10-13 Thread MisterX
rev... my lexical dream :) cheers Xav http://monsieurx.com - spining out in rev! ;) > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Klaus Major > Sent: Thursday, October 13, 2005 6:31 PM > To: How to use Revolution > Subject: R

Re: Field Problems

2005-10-13 Thread Jim Ault
it is more fun to un-hilite with animation --set the fld to multi line list behaviour put the number of lines in fld xyz into maxx set the hilitedlines of fld xyz to 3 wait 300 millisecs set the hilitedlines of fld xyz to 5 wait 300 millisecs set the hilitedlines of fld xyz to 2,3 wait 300 millisec