Using the scrollbar "Progress Scrollbar" from the LiveCode tool set looks very crude in my IOS app. Also, even though I have it set up for a start value of 1 and a end value of 27, I only get a change in the progress every 2 or 3 counts. Is there something I can do to give the progress bar better resolution, so that it shows progress with each count?
I am using LC 7.0.6.
Thanks,
David
Progress Bar in IOS does not work - Is this a Bug?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Progress Bar in IOS does not work - Is this a Bug?
Last edited by DR White on Sat Aug 01, 2015 2:49 am, edited 2 times in total.
Re: Progress Bar in IOS does not show progress with each cou
Hi David,
please show us your script.
Best
Klaus
please show us your script.
Best
Klaus
Re: Progress Bar in IOS does not show progress with each cou
You might want to look at this set: <http://tmtools.tactilemedia.com/tmcontrol2/index.html> Scott has done a marvelous job of recreating native iOS controls.
In general, a tight repeat loop will not redraw the screen regularly. To force a redraw, use a "send" contruct to update the progress bar at intervals, or add a brief "wait with messages" to allow the engine to redraw the screen. I'll echo Klaus and ask for your script so we can see what's blocking the updates.
In general, a tight repeat loop will not redraw the screen regularly. To force a redraw, use a "send" contruct to update the progress bar at intervals, or add a brief "wait with messages" to allow the engine to redraw the screen. I'll echo Klaus and ask for your script so we can see what's blocking the updates.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
Re: Progress Bar in IOS does not show progress with each cou
He is my simple code that works fine on the computer, not so good on the IOS simulator.
I wonder why?
I was not able to upload a livecode extension, so I attached a zip file.
Thanks,
David
I wonder why?
I was not able to upload a livecode extension, so I attached a zip file.
Thanks,
David
- Attachments
-
- Dave2.livecode.zip
- (1.77 KiB) Downloaded 195 times