On 4/8/12 9:44 PM, Ken Ray wrote:

local sScrollerID
on ShowScroller pViewRect,pContentHt
    -- pViewRect is the rect of the group that contains the scrolling list 
field I'm overlaying
    -- pContentHt is the total height of the content of the scrolling list 
field as if it didn't
    --    need to scroll
    if the platform is "iphone" then
       put "0,0,"&  (item 3 of pViewRect)&  ","&  pContentHt into tContentRect

I still haven't figured out why the rect always has to start at "0,0". You'd think it would start at the topleft of the scrollable group but that doesn't work.

--
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

Reply via email to