My background is PHP, javascript, etc, and I am not too keen on going up the Objective C learning curve. Having looked at the various SDKs out there, Corona seems to be the best, but is it suitable for what I have in mind ? I have read all the docs, and maybe it’s me, but I don’t see the solutions to the following :
I want to split the ipad screen, and have text on the left and an image on the right. Simple enough, but I have text for the left side that is longer than can be displayed. So I would like the user to be able to scroll that text. Clearly a question of listening for events and reacting to the user trying to scroll the text. The problem is, how does one redisplay a block of text whereby the start of the text is off the screen (high up), the middle is visible, and the rest is below the box ? The api docs don’t seem to talk about negative coords and/or clipping.
I would like the image on the right to be large (larger than ipad screen), but displayed at first to fit the box. It is up to the user to zoom in and scroll around the image. Again, the docs talk about having dynamic resolution, but that’s not the same thing.
Any advice please ? If I know these trivial tasks can be achieved I will have the confidence to go down the Corona route, but at the moment the whole Corona package seems to be geared to a fixed canvas and everything must fit in it - nothing can be off-screen and revealed with scrolling. I do sincerely hope you can prove me wrong, Corona looks excellent ! [import]uid: 68021 topic_id: 11020 reply_id: 311020[/import]
[import]uid: 68021 topic_id: 11020 reply_id: 40099[/import]