Hi Ban and others who replied,

In a scrolling list field, line selection is automated at mouseDown by the engine. So one single line in both scripts is enough (without using global, value function or anything else :-)

answer the hilitedText of fld "My scrolling list field" -- "of me" in the field script if you prefer

If you allow me, one word on top of that about ergonomics: however is the platform, guide lines say that selecting a line in a list just do that and nothing else :-)

Le 11 juil. 05 à 21:08, Ban Nguyen a écrit :

I have this code in the scrolling list field:

global textOfClickedLine
on mouseUp
   select the clickLine
   put the value of the clickLine into textOfClickedLine
   answer textOfClickedLine
end mouseUp

It prints the value of the clickline correctly

And then created a button on the same card

And have this code for the button:

on mouseUp
    answer value(textOfClickedLine)
end mouseUp

but it prints out the whole text "textOfClickedLine" not the value. How
can I get the value of the "textOfClickedLine" to print out

Best Regards from Paris,

Eric Chatonet.
----------------------------------------------------------------
So Smart Software

For institutions, companies and associations
Built-to-order applications: management, multimedia, internet, etc.
Windows, Mac OS and Linux... With the French touch

Free plugins and tutorials on my website
----------------------------------------------------------------
Web site        http://www.sosmartsoftware.com/
Email        [EMAIL PROTECTED]/
Phone        33 (0)1 43 31 77 62
Mobile        33 (0)6 20 74 50 86
----------------------------------------------------------------

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to