Search found 2 matches

by cocochen
Fri May 20, 2011 8:24 am
Forum: iOS Deployment
Topic: touch objects for iPhone
Replies: 6
Views: 6481

Re: touch objects for iPhone

If you want your list on the iPhone or any other touch device it is not easy to code the "touch" into the objects. A touch is different from a mouseClick, since on a touch-device you often have a mouseMove message between mouseDown and mouseUp. If you want your object to scroll then you have to hav...
by cocochen
Wed Apr 06, 2011 8:26 am
Forum: iOS Deployment
Topic: Need help to create for Ipad
Replies: 12
Views: 9222

Re: Need help to create for Ipad

Hi, I'm really confused about how to create for iPad. I have a stack of 1024x768 but it always appears as the iPhone size app into the iPad. How to create navigable table views like the UITableView? Radio buttona, checks and text fields? I have to simulate them as images? Salut, Josep The UITableVi...