Re: Stumped on Datagrid Problem

2018-12-14 Thread Bob Sneidar via use-livecode
You need to sort the keys of the array and populate accordingly. put the keys of aData into tKeyList sort tKeyList numeric descending repeat for each line tKey in tKeyList ... Bob S > On Dec 14, 2018, at 14:10 , Tom Glod via use-livecode > wrote: > > I am using the "dgNumberOfRecords"

Stumped on Datagrid Problem

2018-12-14 Thread Tom Glod via use-livecode
I am using the "dgNumberOfRecords" mechanism to populate a grid. Everything works as expected. except .I need the last (new) element to show up first and the first element to show up last. this is normally achieved by sorting the column, but I cannot sort using the "large dataset method".

Re: get offset of current selection

2018-12-14 Thread Kaveh Bazargan via use-livecode
Correct. Thank you. :-) On Fri, 14 Dec 2018 at 14:30, Tore Nilsen via use-livecode < use-livecode@lists.runrev.com> wrote: > The selectedChunk is probably what you are looking for. > > Regards > Tore Nilsen > > > > > > > > 14. des. 2018 kl. 15:28 skrev Kaveh Bazargan via use-livecode < >

RE: Seeking OSX Code signing consultant...

2018-12-14 Thread Ralph DiMola via use-livecode
The only downside of Android signing is if you lose your local signing file(keystore) or forget any of the passwords(keystore master or app) you can never update the app again on the PlayStore. I have the iOS thingy under control. I run multiple Xcodes. If anyone needs any help just ask me. I can

Re: get offset of current selection

2018-12-14 Thread Tore Nilsen via use-livecode
The selectedChunk is probably what you are looking for. Regards Tore Nilsen > 14. des. 2018 kl. 15:28 skrev Kaveh Bazargan via use-livecode > : > > I am stuck on something that should be simple. User has selected a text, > say a word in a field. How do I get the offset of the start and

get offset of current selection

2018-12-14 Thread Kaveh Bazargan via use-livecode
I am stuck on something that should be simple. User has selected a text, say a word in a field. How do I get the offset of the start and end of selection? (Not any matching text, but the particular chars selected.) I know I am going to be embarrassed at the reply. :-\ -- Kaveh Bazargan Director

preOpenCard not running on iPhoneX simulator

2018-12-14 Thread Alan via use-livecode
I'm having a strange issue with a mobile app - on the 11.2 simulator a preOpenCard handler doesn't seem to run on the iPhoneX simulator but does with other devices. What might be stopping this handler from running on the X simulator but not on others? Any ideas? Strangely, when I make a