Here's my problem. A button handler in a palette stack reads:(Assuming the controls don't overlap.)
on mouseup
answer "Click on the application field." with OK
if it is empty then exit mouseUP
wait until the mouseclick
answer the clickstack --But I want the field name, not the stack name
end mouseup
...
There must be a cleaner way.
Try:
... answer the mousecontrol ## ;-) ...
and/or check "the mousecontrol" before asking.
Hope that helps...
Jim
Regards
Klaus Major [EMAIL PROTECTED] www.major-k.de
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
