Re: how to get a list fleld whithout any hilitedLine (before user chooses one)

2007-03-12 Thread André.Bisseret


Le 11 mars 07 à 23:02, Sarah Reichelt a écrit :


If you set the traversalOn of the field to false, this avoids the
problem Phil mentions. It will also stop the field getting a hilite if
the stack is resumed with no other clickable field available.

Cheers,
Sarah


Nice advice, Sarah ; works well;  thank you very much

Best regards
André
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: how to get a list fleld whithout any hilitedLine (before user chooses one)

2007-03-11 Thread Sarah Reichelt

If you set the traversalOn of the field to false, this avoids the
problem Phil mentions. It will also stop the field getting a hilite if
the stack is resumed with no other clickable field available.

Cheers,
Sarah



On 3/11/07, Phil Davis <[EMAIL PROTECTED]> wrote:

Hi André,

Try something like this:

on showField pFieldName
   lock screen
   show fld pFieldName
   set the hilitedLines of fld pFieldName to empty
   unlock screen
end showField

This might not work because showing the field may give the field the focus, and
that may trigger the hiliting of a line, thus undoing what 'set the
hilitedLines...' did. But 'set the hilitedLines of fld x to empty' does work.

Phil Davis


André.Bisseret wrote:
> Hello,
> I have fields set to «  list behavior ». They are including phrases on
> different topics (one topic per field).
> These fields are hidden but the users can call them (one at a time) so
> that they be able to click on phrases to add them to, say, a «composing
> field».
>
> When these list fields appear, one of the lines is hilited.
> I am trying, for at least one hour now, to get rid of that without any
> success: I would like that when such a list field is shown, none of its
> lines be hilited.
>

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: how to get a list fleld whithout any hilitedLine (before user chooses one)

2007-03-10 Thread André.Bisseret

Hi Phil,
Among a lot of things, I think I tried "put empty into the  
hilitedLines of fld "theField" which did not work


Now, thanks to you, I show the field first and then I "set the  
hilitedLines of fld "theField" to empty

and it works nicely !
Thanks a lot, Phil, I am far more confortable now :-) and I can run  
forward :-))


all the best
André

Le 10 mars 07 à 19:40, Phil Davis a écrit :


Hi André,

Try something like this:

on showField pFieldName
  lock screen
  show fld pFieldName
  set the hilitedLines of fld pFieldName to empty
  unlock screen
end showField

This might not work because showing the field may give the field  
the focus, and that may trigger the hiliting of a line, thus  
undoing what 'set the hilitedLines...' did. But 'set the  
hilitedLines of fld x to empty' does work.


Phil Davis





___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: how to get a list fleld whithout any hilitedLine (before user chooses one)

2007-03-10 Thread Phil Davis

Hi André,

Try something like this:

on showField pFieldName
  lock screen
  show fld pFieldName
  set the hilitedLines of fld pFieldName to empty
  unlock screen
end showField

This might not work because showing the field may give the field the focus, and 
that may trigger the hiliting of a line, thus undoing what 'set the 
hilitedLines...' did. But 'set the hilitedLines of fld x to empty' does work.


Phil Davis


André.Bisseret wrote:

Hello,
I have fields set to «  list behavior ». They are including phrases on 
different topics (one topic per field).
These fields are hidden but the users can call them (one at a time) so 
that they be able to click on phrases to add them to, say, a «composing 
field».


When these list fields appear, one of the lines is hilited.
I am trying, for at least one hour now, to get rid of that without any 
success: I would like that when such a list field is shown, none of its 
lines be hilited.


What’s the way to do that (if there is one) ?
Thanks a lot in advance for any help

Best regards from Grenoble
André

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


how to get a list fleld whithout any hilitedLine (before user chooses one)

2007-03-10 Thread André.Bisseret

Hello,
I have fields set to «  list behavior ». They are including phrases  
on different topics (one topic per field).
These fields are hidden but the users can call them (one at a time)  
so that they be able to click on phrases to add them to, say, a  
«composing field».


When these list fields appear, one of the lines is hilited.
I am trying, for at least one hour now, to get rid of that without  
any success: I would like that when such a list field is shown, none  
of its lines be hilited.


What’s the way to do that (if there is one) ?
Thanks a lot in advance for any help

Best regards from Grenoble
André
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution