Search found 21 matches

by Jarren
Tue Sep 17, 2013 1:44 am
Forum: Talking LiveCode
Topic: Maintaining indexes of Data Grid
Replies: 3
Views: 2702

Re: Maintaining indexes of Data Grid

Thanks Simon, I think I figured out another way to do it. Basically adding another column and shoving the extra needed information inside does it. It's really thrilling to have found a simpler and more efficient way of doing something. :D
by Jarren
Mon Sep 16, 2013 11:36 pm
Forum: Talking LiveCode
Topic: Maintaining indexes of Data Grid
Replies: 3
Views: 2702

Maintaining indexes of Data Grid

Hi all, I have a Data Grid in an iOS application, which can add new lines, delete any line, and sort lines. I understand that when a line is deleted, it actually removes the index of that line; so say I had 3 lines, and delete index 2, I still have index 1 and 3 even though they are now in lines 1 a...
by Jarren
Wed Aug 21, 2013 2:20 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Accurate Timer
Replies: 16
Views: 15072

Re: Accurate Timer

Thanks, hhBUSwU7p! That exactly what I was looking for! The timer works perfectly now, and in the long run ends up using 50% less code!
by Jarren
Wed Aug 14, 2013 2:54 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Accurate Timer
Replies: 16
Views: 15072

Re: Accurate Timer

Aha, makes perfect sense, thanks a bunch!
by Jarren
Wed Aug 14, 2013 2:42 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Accurate Timer
Replies: 16
Views: 15072

Accurate Timer

I currently have a timer in my app, which counts down from 2 minutes 30 seconds. It simply calls the UpdateTimer handler every 1 second by using "Send UpdateTimer to me in 1 second". This works fine and dandy, but the accuracy is pretty bad. For example, I ran the timer on my iPad 4th Generation, an...
by Jarren
Sat Jul 20, 2013 6:01 pm
Forum: iOS Deployment
Topic: show/hide delete button animation in datagrid
Replies: 6
Views: 6454

Re: show/hide delete button animation in datagrid

I second the question! I have figured out how to get the mechanics working, with the swipe, then message popup asking for delete. But I have not been able to figure out how to get a button to show up in the right place. If anyone has any ideas I would love to know too!
by Jarren
Mon May 20, 2013 11:01 pm
Forum: iOS Deployment
Topic: Example stack of a scrolling data grid?
Replies: 3
Views: 4198

Re: Example stack of a scrolling data grid?

I've used scrolling datagrids with various heights quite frequently. set the height of group "DataGrid 1" to the dgNumberOfLines of group "DataGrid 1" * tRowheight set the top of group "DataGrid 1" to the top of group "Scroller" Then in your create scroller handler, iphoneControlSet sScrollerID, "co...
by Jarren
Fri May 10, 2013 4:39 am
Forum: iOS Deployment
Topic: Lagging Scroller
Replies: 8
Views: 7181

Re: Lagging Scroller

Hi Jarren, My app has a series of buttons & fields that are organized in a scrollgroup as well. I understand how to make them scroll, but your reference to 'molten butter' caught my eye. My form contains perhaps 60 to 70 objects, and although they are set up properly, they don't scroll in a 'zippy'...
by Jarren
Wed Apr 24, 2013 9:19 pm
Forum: iOS Deployment
Topic: PagingEnabled Horizontally
Replies: 10
Views: 7377

Re: PagingEnabled Horizontally

Thanks for all the help Simon! I think I have decided to go a slightly different route with regards to the two datagrids, but your advice has been helpful for other aspects of my app!

Thanks again!

Jarren
by Jarren
Wed Apr 24, 2013 1:47 am
Forum: iOS Deployment
Topic: PagingEnabled Horizontally
Replies: 10
Views: 7377

Re: PagingEnabled Horizontally

I guess I'm still having a minor issue. Sorry for taking the original question completely off topic. But since we were talking about resuming the location of the scroller, I've got a little problem. The scroller resumes to its correct location, after a split second of it being in its start location....
by Jarren
Wed Apr 24, 2013 12:35 am
Forum: iOS Deployment
Topic: PagingEnabled Horizontally
Replies: 10
Views: 7377

Re: PagingEnabled Horizontally

Aha! Got everything working properly, thank you for the help!
by Jarren
Tue Apr 23, 2013 11:50 pm
Forum: iOS Deployment
Topic: PagingEnabled Horizontally
Replies: 10
Views: 7377

Re: PagingEnabled Horizontally

Thats always been something I've tried to figure out to no avail.... How do you save your scroll location and pick it up again?
by Jarren
Tue Apr 23, 2013 10:26 pm
Forum: iOS Deployment
Topic: PagingEnabled Horizontally
Replies: 10
Views: 7377

Re: PagingEnabled Horizontally

Hmm... Alright, thanks for the suggestion. I'll see if I can get it to work.
by Jarren
Tue Apr 23, 2013 8:43 pm
Forum: iOS Deployment
Topic: PagingEnabled Horizontally
Replies: 10
Views: 7377

PagingEnabled Horizontally

Is there a way to only have the iPhoneControl "PagingEnabled" to work horizontally? I have a datagrid in a native scrolling group, and I'd like to have a couple of columns off to the side, accessible by swiping. I'd like to be able to swipe up and down just normally, but use the paging feature when ...
by Jarren
Sun Apr 21, 2013 1:35 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Who submitted successfully an App to the iTunes AppStore?
Replies: 5
Views: 4267

Re: Who submitted successfully an App to the iTunes AppStore

I submitted an app using primarily MobGui and it got accepted. Latter I submitted an update that had completely custom controls. Still got accepted.