Re: Unselect

2006-11-12 Thread Hershel Fisch
On 11/9/06 9:27 PM, Sarah Reichelt [EMAIL PROTECTED] wrote:

 On 11/10/06, Hershel Fisch [EMAIL PROTECTED] wrote:
 Hi all,
 How do I unselect a hilitedLine in a list fld (lock text = true focusable=
 false) ?
 
 set the hilitedLines of fld Whatever to empty

Thanks, Hershel
 
 HTH,
 Sarah
 ___
 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

___
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


Unselect

2006-11-09 Thread Hershel Fisch
Hi all,
How do I unselect a hilitedLine in a list fld (lock text = true focusable=
false) ?
TIA Hershel

___
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: Unselect

2006-11-09 Thread Sarah Reichelt

On 11/10/06, Hershel Fisch [EMAIL PROTECTED] wrote:

Hi all,
How do I unselect a hilitedLine in a list fld (lock text = true focusable=
false) ?


set the hilitedLines of fld Whatever to empty

HTH,
Sarah
___
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


unselect a line

2002-09-24 Thread Sylvain Le Gourriérec



hello,

of course I can select a line in a field (select 
line 1 of field "myField")

but how deselect it?


thanks

-Sylvain 
Le Gourriérec —— développement —— 
son-video-distribution www.son-video.com

- I am working with Windows 2000, Revolution 1.1.1, MySQL 3.23 
 PHP 4


Re: unselect a line

2002-09-24 Thread Klaus Major

Bonjour Sylvain,

 hello,
  
 of course I can select a line in a field (select line 1 of field 
 myField)
  
 but how deselect it?

JAMAIS !!! ;-)

...
set the hilitedlines of fld yourFiled to 0
## if it is a list-field
...

#

...
select empty
### if it is another field
...

  thanks

De rien :-)


Au revoir

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



Re: unselect a line

2002-09-24 Thread Rob Cozens

of course I can select a line in a field (select line 1 of field myField)

but how deselect it?

Hi Sylvain,

select empty
-- 

Rob Cozens
CCW, Serendipity Software Company
http://www.oenolog.com/who.htm

And I, which was two fooles, do so grow three;
Who are a little wise, the best fooles bee.

from The Triple Foole by John Donne (1572-1631)
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution



Re: unselect a line

2002-09-24 Thread Sylvain Le Gourriérec

it does not work in my case...

 create a  field with List behaviour

- here comes the script of that field

on mouseUp
   
  if the long id of me is the focusedObject then
 
 put the selection into message 
 select empty
 
  end if
   
end mouseUp


I want to select my line, do something with it and deselct it


thanks


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