Page 1 of 1

iphonePick popover size

Posted: Sun Sep 25, 2011 6:10 pm
by CALL-151
The iPad popover created with the iphonePick command seems to display an optionList of up to 7 items, after which the user must scroll to see additional items. To see what I mean, try this on an iPad:

Code: Select all

 iphonePick "1" & return &"2" & return &"3" & return &"4" & return &"5" & return &"6" & return &"7" & return &"8" & return &"9" & return &"10" & return, 1,"checkmark"
I find the need to scroll to be less than intuitive for the user and am looking for a way to force a larger popover size which will accommodate more than 7 items. Does anyone have a solution?

Re: iphonePick popover size

Posted: Tue Sep 27, 2011 12:54 am
by Mark
Hi,

I think you'll have to talk to Apple if you don't like their iPad controls :-)

Mark

Re: iphonePick popover size

Posted: Tue Sep 27, 2011 2:30 am
by CALL-151
It's not an Apple issue. The default popover height is 1100 px, and has a contentSizeForViewInPopover property to permit resizing. See:

http://developer.apple.com/library/ios/ ... llers.html

Re: iphonePick popover size

Posted: Tue Sep 27, 2011 10:59 pm
by jacque
Your best bet would be to submit a feature request to the Quality Control Center. Resizing would have to be an engine implementation.