clickline doesn't work with modal stack?

2008-03-29 Thread Nicolas Cueto
Maybe it's because I'm still on Rev 2.6 but, clicking on a line in a locked field list is returning an empty clickLine. But the line does get hilited, and the behaviour works as expected when the stack is opened not as modal but with the Rev editor. BTW, another less urgent unexpected behaviour

Re: clickline doesn't work with modal stack?

2008-03-29 Thread Nicolas Cueto
Found a solution ! To include empty open/preOpen/close stack handlers in the modal stack. Cheers, Nicolas Cueto ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: clickline doesn't work with modal stack?

2008-03-29 Thread Bill Marriott
Nicolas, Any alternative ways of retrieving which line is clicked in a locked list field? Yes, upgrading :) This appears to work properly in Revolution 2.9 - Bill ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this

Re: List Fields and clickLine

2007-06-29 Thread Randy Hengst
started an account and downloaded it. I'm sure you've heard, but your work on it is very nice. I've read about it when it has been referred to on the list -- now I understand its value. I also tried placing the clickLine in a variable and trapping for it in the mouseMove, mouseStilldown

Re: List Fields and clickLine

2007-06-29 Thread Ken Ray
On Fri, 29 Jun 2007 08:48:52 -0500, Randy Hengst wrote: Thanks, I started an account and downloaded it. I'm sure you've heard, but your work on it is very nice. I've read about it when it has been referred to on the list -- now I understand its value. Thanks! I'm afraid it made no

Re: List Fields and clickLine

2007-06-28 Thread Randy Hengst
possible to click in exactly the right spot so that a click and drag will highlight the lines as you move up and down the list. So, I put the hilitedLines to empty in my mouseUp handler, too, so the user knows to try again. I also tried placing the clickLine in a variable and trapping

Re: List Fields and clickLine

2007-06-28 Thread Ken Ray
the right spot so that a click and drag will highlight the lines as you move up and down the list. So, I put the hilitedLines to empty in my mouseUp handler, too, so the user knows to try again. Cool. I also tried placing the clickLine in a variable and trapping for it in the mouseMove

List Fields and clickLine

2007-06-27 Thread Randy Hengst
the problem in a new list field with no additions beyond the default three choices. Here's the problem. In a list field it is possible to highlight the last line without the clickline reading any data. I've been able to reproduce the problem this way. Create a new stack, create a list field, drag

Re: List Fields and clickLine

2007-06-27 Thread Ken Ray
until it highlights. If choice 3 is put, try again using smaller increments. There is an area just below the line where choice 3 will highlight, but the clickline reports empty. Rev used to have a bug where if you clicked in an area below the choices, the last choice would automatically highlight

Re: ClickLine Solved

2006-02-07 Thread LunchnMeets
Hi Everyone, Thanks for your suggestions. I solved the problem by putting a space character in the last possible line of the field. This way all the lines would return the expected clickLine. Joe Orlando, FL ___ use-revolution mailing list use

ClickLine

2006-02-06 Thread LunchnMeets
Hi Everyone, Apparently the clickLine returns empty if a line below the last line of a field is clicked. Is there a way to determine which line was clicked on in this case? Joe Orlando, FL ___ use-revolution mailing list use-revolution

Re: ClickLine

2006-02-06 Thread Eric Chatonet
] a écrit : Apparently the clickLine returns empty if a line below the last line of a field is clicked. Is there a way to determine which line was clicked on in this case? Best Regards from Paris, Eric Chatonet

Re: ClickLine

2006-02-06 Thread Wally Rodriguez
I recently ran into this.. Depends on what you want. I'm not at the system right now, but I just tested for the number of lines in the field, if the number of lines was greater than 0 and the clickLine returned empty, then the user clicked on the last line. At that time you can do what you

clickLine

2006-01-25 Thread liamlambert
I have a pice of code set itemdel to tab select the clickLine put the item 1 of the clickLine into tuserID put tuserID into fld field which returns say line 6 of field 1 I want to find line 6 of field 2 how thanks Liam Lambert [EMAIL PROTECTED] IRELAND

clickLine

2006-01-25 Thread liamlambert
I got this to work is this the best Way set itemdel to tab select the clickLine put the item 1 of the clickLine into tuserID set itemdel to space get item 2 of tuserID put it into tlineNO select line tlineNo of field bookinglist Liam Lambert [EMAIL PROTECTED] IRELAND

Re: clickLine

2006-01-25 Thread Sarah Reichelt
set itemdel to tab select the clickLine put the item 1 of the clickLine into tuserID put tuserID into fld field which returns say line 6 of field 1 I want to find line 6 of field 2 It depends on the properties of the field. If it is a list field, you can get the selectedText

clickLine and field #

2005-12-09 Thread Steven Fernandez
I notice that the function clickLine return the line clicked on along with the field number. What is the fieldNumber? I just spent a long time debugging a script because I could not understand what field 3 was when I have no field called by that name. If I look at the stack inspector is there some

Re: clickLine and field #

2005-12-09 Thread Mark Swindell
about your fields either by number or name (select field 1, select field Sally). Hope this makes sense. Mark On Dec 9, 2005, at 2:11 PM, Steven Fernandez wrote: I notice that the function clickLine return the line clicked on along with the field number. What is the fieldNumber? I just spent

Re: clickLine and field #

2005-12-09 Thread Mark Swindell
Select your field (double click it to open its property inspector). Go to size and position in its property inspector (this is the object inspector, not the stack inspector). Mark On Dec 9, 2005, at 2:44 PM, Mark Swindell wrote: If I look at the stack inspector is there some way of

Re: clickLine and field #

2005-12-09 Thread Jim Ault
On 12/9/05 2:11 PM, Steven Fernandez [EMAIL PROTECTED] wrote: If I look at the stack inspector is there some way of figuring out which field is #3 Yes, as answered before: In the property inspector. but you might want to check out Go to Tools:Application Browser, then locate your

Re: clickLine and field #

2005-12-09 Thread Jeanne A. E. DeVoto
At 6:11 PM -0400 12/9/2005, Steven Fernandez wrote: I notice that the function clickLine return the line clicked on along with the field number. What is the fieldNumber? I just spent a long time debugging a script because I could not understand what field 3 was when I have no field called

How to select the next clickLine of a scrolling list field

2005-07-25 Thread Ban Nguyen
Hello everyone, Does anyone know how to select the next line of a scrolling list field? Thanks ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: How to select the next clickLine of a scrolling list field

2005-07-25 Thread Ken Ray
On 7/25/05 11:43 AM, Ban Nguyen [EMAIL PROTECTED] wrote: Hello everyone, Does anyone know how to select the next line of a scrolling list field? put the hilitedLines of fld MyListFld into tLine set the hilitedLines of fld MyListFld to (tLine+1) OR (more compact): set the hilitedLines of

select previous and next clickline

2005-07-11 Thread Ban Nguyen
Hello What command do you use to select the previous and next clickline in the scrolling list field. Thank you ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: select previous and next clickline

2005-07-11 Thread David Squance
Ban Nguyen wrote: Hello What command do you use to select the previous and next clickline in the scrolling list field. Thank you I think what you're looking for is 'word 2 of the clickline'. When you evaluate 'the clickline' (eg type 'put the clickline' so that the msg box opens

RE: select previous and next clickline

2005-07-11 Thread Ban Nguyen
Squance Sent: Monday, July 11, 2005 2:20 PM To: How to use Revolution Subject: Re: select previous and next clickline Ban Nguyen wrote: Hello What command do you use to select the previous and next clickline in the scrolling list field. Thank you I think what you're looking for is 'word 2

Re: select previous and next clickline

2005-07-11 Thread SimPLsol
In a message dated 7/11/05 3:02:59 PM, [EMAIL PROTECTED] writes: ___ Beware of a clickLine anomaly; if you click on an empty line that is below non-empty lines; for example: click on line 7 of a field with only 4 lines and the clickLine

Re: select previous and next clickline

2005-07-11 Thread Sarah Reichelt
What command do you use to select the previous and next clickline in the scrolling list field. Thank you Instead of tracking the clickLine in a global, you might do better to have your button get the hilitedLines of the list field. If you allow multiple selections, this will be a comma

ClickLine woes

2005-06-06 Thread SimPLsol
Jeanne et al., One area where I've found the transition from HC to Rev to be difficult is the different ways they handle the clickLine. I have two fields. The one on the left is a label field, shared text which appears on all cards. The one on the right contains data that changes from card

clickLine

2004-09-18 Thread Yves COPPE
Hi list I have a fld with locktext to true there are empty lines in the fld so when the user clicks in the fld : if there is text in the line, the clickLine returns line x of fld y if there is no text in the line, the clickLine returns empty How can I know which line has been clicked no matter

Re: clickLine

2004-09-18 Thread Mark Talluto
On Sep 18, 2004, at 12:56 PM, Yves COPPE wrote: Hi list I have a fld with locktext to true there are empty lines in the fld so when the user clicks in the fld : if there is text in the line, the clickLine returns line x of fld y if there is no text in the line, the clickLine returns empty How can

Re: clickLine

2004-09-18 Thread Yves COPPE
Le 18-sept.-04, à 22:19, Mark Talluto a écrit : On Sep 18, 2004, at 12:56 PM, Yves COPPE wrote: Hi list I have a fld with locktext to true there are empty lines in the fld so when the user clicks in the fld : if there is text in the line, the clickLine returns line x of fld y if there is no text

Re: the texstyle of the clickline

2004-09-09 Thread Éric Chatonet
of an object, regardless of whether the object itself has that property set. So in your handler: on mouseUp if the effective textstyle of the clickline is plain then set the textstyle of the clickline to bold else set the textstyle of the clickline to plain end if end mouseup Le 8 sept. 04

the texstyle of the clickline

2004-09-08 Thread doupsy
Hello, I have a card with a locked field and many lines of text inside. The script of this field is : on mouseup if the textstyle of the clickline is plain then set the textstyle of the clickline to bold else set the textstyle of the clickline to plain end mouseup I used this script under

Re: the texstyle of the clickline

2004-09-08 Thread Jan Schenkel
--- [EMAIL PROTECTED] wrote: Hello, [snip] When the textstyle is plain, I saw than sometimes the textstyle of the clickline can be plain and sometimes can be empty. With others textstyles (bold, italic, underline, etc...) there is no problem. I rectified this script like

Re: the texstyle of the clickline

2004-09-08 Thread Björnke von Gierke
maybe this is what you need? if the textstyle of the clickline contains bold is false then set the textstyle of the clickline to bold else set the textstyle of the clickline to plain end if On Sep 08 2004, at 18:56, [EMAIL PROTECTED] wrote: Hello, I have a card with a locked field and many

Re: Changing the clickLine

2004-02-04 Thread Jan Schenkel
--- Gardner, Joseph A [EMAIL PROTECTED] wrote: Jacque et. al, I dived into the selectionChanged quagmire and the first thing I found in the docs was The selectionChanged message is not sent if the user uses the arrow keys to change the selection. Ouch! The weird thing is that the selected

Re: Changing the clickLine

2004-02-04 Thread Richard Gaskin
Jan Schenkel wrote: There is a simple way of getting around the built-in limitation that the arrowkeys don't trigger the selectionChanged handler I think this is one of those rare cases where my being too lazy to RTFM has paid off: I didn't know selectionChanged was documented as not working

Changing the clickLine

2004-02-03 Thread Gardner, Joseph A
Hello group. Is there an easy way to change the clickLine? For example, I'd like to change line 1 of field 1 to line 2 of field 1. I've tried to put 2 into word 2 of the clickLine, but that just puts 2 into the field. Any advice on modifying the clickLine? Many thanks in advance... joe

Re: Changing the clickLine

2004-02-03 Thread Jan Schenkel
--- Gardner, Joseph A [EMAIL PROTECTED] wrote: Hello group. Is there an easy way to change the clickLine? For example, I'd like to change line 1 of field 1 to line 2 of field 1. I've tried to put 2 into word 2 of the clickLine, but that just puts 2 into the field. Any advice on modifying

Re: Changing the clickLine

2004-02-03 Thread erik hansen
--- Gardner, Joseph A [EMAIL PROTECTED] wrote: I'd like to change line 1 of field 1 to line 2 of field 1. put the clickLine into tKlikLine put 2 into word 2 of tKlikLine clickChunk clickCharChunk are also useful (thanks Ken). Erik Hansen = [EMAIL PROTECTED]http://www.erikhansen.org

Re: Changing the clickLine

2004-02-03 Thread Gardner, Joseph A
Pretty close, Jan. :) What I'm trying to do is navigate a list field using the up/down arrow keys. This field shows the contents of a folder of text files and when a line is clicked the contents of the clickLine file are displayed. To speed up the process, I want to be able to display each file

Re: Changing the clickLine

2004-02-03 Thread Richard Gaskin
Gardner, Joseph A wrote: What I'm trying to do is navigate a list field using the up/down arrow keys. If you turn on the traversalOn property for the field that behavior happens automatically. -- Richard Gaskin Fourth World Media Corporation

Re: Changing the clickLine

2004-02-03 Thread Gardner, Joseph A
Yes, that's true, Richard, but it's quite different from the action of clicking a line in the field and performing an action on a file with the name of the text that you clicked on (the value of the clickLine). The field I have created has traversalOn set to true and lockText also set to true

Re: Changing the clickLine

2004-02-03 Thread Richard Gaskin
of clicking a line in the field and performing an action on a file with the name of the text that you clicked on (the value of the clickLine). The field I have created has traversalOn set to true and lockText also set to true. What I really need is to get the up/down arrow keys to change the clickLine

Re: Changing the clickLine

2004-02-03 Thread Scott Rossi
On 2/3/04 7:51 PM, Gardner, Joseph A [EMAIL PROTECTED] wrote: The field I have created has traversalOn set to true and lockText also set to true. What I really need is to get the up/down arrow keys to change the clickLine and then simulate a mouse click at the clickLine location. Can you use

Re: Changing the clickLine

2004-02-03 Thread Thomas McGrath III
Richard, I just used the 'repeat for each' tonight and was actually very nervous because I was not used to it. It was like it didn't make sense to me. But actually it was what you said, i had to unlearn from how I did it before in SC. Well now that I've used it I love it. And yes custom

Re: Changing the clickLine

2004-02-03 Thread Gardner, Joseph A
Erik, this works one way, but how do I do the reverse (i.e., put tKlikLine into the clickLine)? It always seems to put tKlikLine into whatever line in the field was specified by the clickLine. I'm hoping I can change the actual _wording_ of the clickLine itself rather than just acting

Re: Changing the clickLine

2004-02-03 Thread J. Landman Gay
On 2/3/04 9:51 PM, Gardner, Joseph A wrote: The field I have created has traversalOn set to true and lockText also set to true. What I really need is to get the up/down arrow keys to change the clickLine and then simulate a mouse click at the clickLine location. The magic word, as Richard

Re: ClickLine

2002-01-13 Thread Shao Sean
If this is a list field, try set the hilitedLines of field Whatever to empty i put select empty in a mouseLeave handler if you're using a standard text field.. ___ use-revolution mailing list [EMAIL PROTECTED]

Re: ClickLine

2002-01-12 Thread yves COPPE
on 1/11/02 2:01 PM, yves COPPE at [EMAIL PROTECTED] wrote: Hello, If the user click a line in a fld with the lockText property set to true, the selection stays on the clickedLine. I've tried to deselect the fld by writing in a script : select empty but it doesn't work Someone

Re: ClickLine

2002-01-12 Thread Jeanne A. E. DeVoto
At 2:01 PM -0800 1/11/2002, yves COPPE wrote: If the user click a line in a fld with the lockText property set to true, the selection stays on the clickedLine. I've tried to deselect the fld by writing in a script : select empty but it doesn't work If this is a list field, try set the

ClickLine

2002-01-11 Thread yves COPPE
Hello, If the user click a line in a fld with the lockText property set to true, the selection stays on the clickedLine. I've tried to deselect the fld by writing in a script : select empty but it doesn't work Someone has an idea ??? -- Greetings. Yves COPPE Email : [EMAIL PROTECTED]

Re: ClickLine

2002-01-11 Thread Ken Norris (dialup)
on 1/11/02 2:01 PM, yves COPPE at [EMAIL PROTECTED] wrote: Hello, If the user click a line in a fld with the lockText property set to true, the selection stays on the clickedLine. I've tried to deselect the fld by writing in a script : select empty but it doesn't work Someone has