Hi all,
I am trying to create an eComic with Livecode and I need the user to be able to
scroll each page vertically or horizontally. When I developped the App in
Objective-C, I had to implement a scrollview, but as I am still a beginner, I
don't know how to do this in Livecode yet. Can anyone
Thanks Jim! I just copied the code, cleaned it up a little, tweaked it and it
works!
One of the things I can't seem to grasp right now is why the scrolling is
disabled when I change iphoneControlSet sScrollerId, "visible", "true" into
iphoneControlSet sScrollerId, "visible", "false" What I wan
Hi all,
I have created an app with multi-touch resizing of images using the "How do I
implement a multi-touch pinch motion?" lesson, but I can't seem to set limits
to the resizing. What lines could I add to the code of the sample stack from
this lesson to have a min size and and a max size for
Hi all,
I am creating my first eComic Livecode App, and I have a little problem I can't
seem to solve: the more objects/scripts on cards, the slower the transition
between these cards. I know there are ways to speed things up by locking the
screen, and I have tried to add "lock screen" in the
Hi all,
The Scroller Example app bundled with Livecode looks very useful at first, but
look at what happens when you add this: create a new card and make it the first
card. Create a "go next" button on this new card, and a "go back" button on the
scoller card. In the iPhone simulator, click th