After some more tests in the LC IDE on Mac and Win7, plus building stand-alones 
I found a few discrepancies with the selectedLine on Win7, it all seems to work 
as expected on Mac.

Reading the selectedLine does not appear to be reliable with option menus in 
Win7 stand alone apps if there is no menuPick message sent, however, it does 
return a value relating to the first menu item, which is not necessarily the 
value you require, so I still can't find why you are not seeing any value 
returned, maybe that is a communication issue.

Jacque's suggestion works fine, or using the menuPick message of each menu 
button to store the answer in a field, global variable, custom property or text 
file should also work.

Paul

On 2013-02-02, at 12:12 PM, J. Landman Gay wrote:

> On 2/2/13 10:00 AM, Gregory Lypny wrote:
> 
>> I took a look at this on my Mac, and although I seldom use the arrow
>> keys, I can select answers in option menus using the arrow keys, and
>> I can send them fine.  My handler simply loops through the option
>> buttons and gathers the answers by taking the value of the selected
>> line.  Is there something else I should be doing for PC users?
> 
> I'm not sure why it isn't working, but you might try getting the label of the 
> button rather than the selectedline value. No promises.
> 
> -- 
> Jacqueline Landman Gay         |     jac...@hyperactivesw.com
> HyperActive Software           |     http://www.hyperactivesw.com
> 
> _______________________________________________
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


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

Reply via email to