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" mech
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".
I
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 <
> use-live
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
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 end
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
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 barebo