Hi Scott,

I made a command in the card script, where my scroller is initialized and
the sScrollerId is a script local variable:

--------------
on doGetProp pProp
   iphoneControlGet sScrollerId, pProp
   return the result
end doGetProp
----------------------

which I call from a field on that card to set a custom property oldScroll of
the card

------------------
doGetProp "vScroll"
set the oldScroll of this card to the result
--------------------
This works for me (4.5.3 RC 3)

Kind regards

Bernd
-- 
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/How-To-Get-Properties-in-iOS-tp3205735p3206135.html
Sent from the Revolution - User mailing list archive at Nabble.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

Reply via email to