So:

on mouseUp
   put the properties of btn "SuperTab"
end mouseUp

gives me nothing at all.

Richmond.

On 24.07.2016 19:15, J. Landman Gay wrote:
What you want is "the properties of obj" which does take an object reference.

Jacqueline Landman Gay         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com



On July 24, 2016 9:02:04 AM Richmond <richmondmathew...@gmail.com> wrote:

Does anyone know why when I run this:

on mouseUp
    put the propertyNames of btn "SuperTab"
end mouseUp

while a long list ends up in the messageBox

the IDE "throws a bluey" and states:

"button "Button": execution error at line 2 (Handler: can't find
handler) near "of", char 12

and if I try this:

on mouseUp
    put the propertyNames of btn "SuperTab" into fld "XYZ"
end mouseUp

nothing appears in the field at all?

Richmond.


_______________________________________________
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


_______________________________________________
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