Search found 31 matches

by gurusonwheels
Fri Apr 07, 2017 6:58 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: datagrid not saving between launches on android
Replies: 20
Views: 9046

Re: datagrid not saving between launches on android

nothing .

no errors or anything without .

now im also finding that although i can load the datafile with a button im not able to load the data on standalone startup .

must not be putting the script in correct place .
by gurusonwheels
Fri Apr 07, 2017 6:11 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: datagrid not saving between launches on android
Replies: 20
Views: 9046

Re: datagrid not saving between launches on android

got it to partly work . i had to add local tFile to the beginning of my mouseup handler . however there is a problem i can seem to solve from the datagrid documentation . if i clear the datagrid using my button like so : set the dgtext of grp "DataGrid" to empty if i do the following on mouseUp loca...
by gurusonwheels
Fri Apr 07, 2017 1:33 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: datagrid not saving between launches on android
Replies: 20
Views: 9046

Re: datagrid not saving between launches on android

still not working .. i have 1 datagrid named "DataGrid" 1 button with this to delete a line on mouseUp put the dgHilitedLines of group "DataGrid" into theLineNo dispatch "deleteline" to group "DataGrid" with theLineNo ## Save content of datagrid to file: put the dgtext of grp "DataGrid" into tVariab...
by gurusonwheels
Fri Apr 07, 2017 12:55 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: datagrid not saving between launches on android
Replies: 20
Views: 9046

Re: datagrid not saving between launches on android

i have tried this by first fixing the extra ) in :

Code: Select all

specialdfolderpath("documents") & "/saved_data.text")
i have also tried changing documents to Documents

still does not work .
wonder if anyone has android saving and opening a file ok ?
by gurusonwheels
Fri Apr 07, 2017 1:55 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: datagrid not saving between launches on android
Replies: 20
Views: 9046

Re: datagrid not saving between launches on android

works great on my windows system . however when i test on android im not getting the save and reload like happens in windows .

im thinking it some kind of permission problem . maybe its trying to save the file on android somewhere it not aloud .

any tips ?
by gurusonwheels
Tue Apr 04, 2017 10:19 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: datagrid not saving between launches on android
Replies: 20
Views: 9046

Re: datagrid not saving between launches on android

thank you . i will see if i can figure it out .

every newbie needs a little spoon feeding to grow .
by gurusonwheels
Tue Apr 04, 2017 9:27 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Very Hard to learn for beginner
Replies: 57
Views: 28064

Re: Very Hard to learn for beginner

Hi, maybe we can learn something of it? The dataGrid should come with a BIG, FAT RED ALERT : "This is a very sophisticated piece of software and should be left alone, for a while, by all newcomers - for their own mental sanity!" Newcomers should not be pointed to developer previews or other not-yet...
by gurusonwheels
Tue Apr 04, 2017 12:55 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: datagrid not saving between launches on android
Replies: 20
Views: 9046

Re: datagrid not saving between launches on android

For a datagrid of type TABLE you simple write and read -> the dgtext of grp "your datagrid here"
not sure i understand what you mean by that
by gurusonwheels
Mon Apr 03, 2017 10:17 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Very Hard to learn for beginner
Replies: 57
Views: 28064

Re: Very Hard to learn for beginner

gurusonwheels, of the User Guide chapters I suggested above (included in the IDE installation), how many of those have you read? i think maybe ill go back to autoit . seems those people do not attack there members .... i wish you all good luck . but from a newbie point of view this product is a lon...
by gurusonwheels
Mon Apr 03, 2017 9:45 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Very Hard to learn for beginner
Replies: 57
Views: 28064

Re: Very Hard to learn for beginner

i can tell you that coming from autoit that im completely lost and do not know where to start . and the program and documentation does not make anything clear ... the only thing it makes clear is that it want to promote its book and promote its learning academy . makes me wonder if the documentation...
by gurusonwheels
Mon Apr 03, 2017 3:08 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Very Hard to learn for beginner
Replies: 57
Views: 28064

Re: Very Hard to learn for beginner

I have never seen v6 lc. . I have lc v8 . and its not detailed at all .
by gurusonwheels
Mon Apr 03, 2017 1:10 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Very Hard to learn for beginner
Replies: 57
Views: 28064

Re: Very Hard to learn for beginner

Attached is a screenshot of a random chosen function from AUTOIT a basic scripting lang.

they have very detailed documentation without having to mess around on forums and online searches for how to use in real life .

very nicely laid out .
i see no reason why this great lang could not be as nice .
by gurusonwheels
Sat Apr 01, 2017 9:08 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Very Hard to learn for beginner
Replies: 57
Views: 28064

Re: Very Hard to learn for beginner

Non the less . I'm simply stating that all other languages give syntax and a real working example of code
When I look up a command .

I should not have to connect to the net and search forums or Google for examples or each command ..
by gurusonwheels
Sat Apr 01, 2017 6:07 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: datagrid not saving between launches on android
Replies: 20
Views: 9046

datagrid not saving between launches on android

when i make changes to the data in the datagrid while running in livecode
my changes are remembered .

however when i send to a android device . if i make data changes in the grid the changes revert at each launch .

i am 100% newbie so please be easy .

lol

Go to advanced search