Search found 31 matches

by gurusonwheels
Wed May 24, 2017 7:36 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to Reindex a datagrid
Replies: 7
Views: 5118

Re: How to Reindex a datagrid

figured that out .
i have one of the columns sorting by that name ,
unchecked and all is well ,

thank you
by gurusonwheels
Wed May 24, 2017 7:25 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to Reindex a datagrid
Replies: 7
Views: 5118

Re: How to Reindex a datagrid

thats seems to work , well kinda . now when i export the data it is indeed saved in the order of the sorted data... Hurray ! :D however if i switch cards and come back the data order reverts to the original order . i have this in my on opencard however it still loads in original order for some reaso...
by gurusonwheels
Wed May 24, 2017 6:23 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to Reindex a datagrid
Replies: 7
Views: 5118

Re: How to Reindex a datagrid

this is my sorting that i do if it help you understand .. works fine but slow . on mouseUp local tFileName, tFileContents,tColumnTitles,tData show group sorting put the dgtext of grp "DataGrid" into tList ## tList can of course also be any text file or other data! // set the dgtext of grp "DataGridh...
by gurusonwheels
Wed May 24, 2017 6:17 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to Reindex a datagrid
Replies: 7
Views: 5118

Re: How to Reindex a datagrid

i did not post the sorting a its not relevant to my question as it works fine . basicly if i click one of the colloums header and sort by that column... that code that i posted is how im saving the data from the datagrid . works great . but i want to save in the order of what im seeing on the screen...
by gurusonwheels
Wed May 24, 2017 5:13 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to Reindex a datagrid
Replies: 7
Views: 5118

How to Reindex a datagrid

i have a datagrid that i have entered data . then i used a script to sort the data like i want . however even after sorting the data when i use this code the data does not get saved in my new sorted order . i assume this is becasue the index for each item is what it goes by when saving ///////// SAV...
by gurusonwheels
Sun Apr 09, 2017 2:53 am
Forum: iOS Deployment
Topic: live code cross development
Replies: 5
Views: 4600

Re: live code cross development

So if I purchase a apple just to compile is my single pc licence going to cover both machine .
If not then the marketing is unfair to claim a licence can deploy to all platforms .
by gurusonwheels
Sun Apr 09, 2017 1:51 am
Forum: iOS Deployment
Topic: live code cross development
Replies: 5
Views: 4600

live code cross development

im very new to the development this . i purchased livecode licence because it claimed i could develop IOS , android , and windows all at same time . why is it that i can develop an android app on a windows pc but it will not allow me to do the same for ios ? does not seem very CROSS platform if i ha...
by gurusonwheels
Sun Apr 09, 2017 1:36 am
Forum: Android Deployment
Topic: can not create apk for android however test works fine
Replies: 6
Views: 4439

Re: can not create apk for android however test works fine

It needs to be signed before it will run. For testing purposes, selecting "Sign for development only" will work. You will need to sign with your own self signed certificate before uploading to the play store. thank you . they should include this note on the page giving instructions for getting andr...
by gurusonwheels
Sun Apr 09, 2017 12:10 am
Forum: Android Deployment
Topic: can not create apk for android however test works fine
Replies: 6
Views: 4439

Re: can not create apk for android however test works fine

I have do not sign selected . is that a problem?
by gurusonwheels
Sat Apr 08, 2017 9:30 pm
Forum: Android Deployment
Topic: can not create apk for android however test works fine
Replies: 6
Views: 4439

can not create apk for android however test works fine

i can goto the test button and deploy to my phone fine and run the app . however if i goto file menu and make standalone . once i copy to my phone . tried , sd card , over usb cable , transfering to cloud . i always get a dialog saying App not installed The package appears to be corrupt what going o...
by gurusonwheels
Sat Apr 08, 2017 8:36 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: get date formated
Replies: 7
Views: 4753

Re: get date formated

yep thanks :D
by gurusonwheels
Sat Apr 08, 2017 8:23 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: get date formated
Replies: 7
Views: 4753

get date formated

im trying to get the date and time in a variable
that i can use as part of a filename that will not
have invalided character for a email attachment .

not seeing a format in the dict that uses underscores or dashes .
by gurusonwheels
Sat Apr 08, 2017 1:42 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: help with small arrows and datagrid
Replies: 1
Views: 1928

help with small arrows and datagrid

anyone have any idea why this does not make the value in my datagrid column go up and down using the small arrows (aka scroll bar ) ///////// INCREASE AND DECREASE BOXES QUANITYS //////// on scrollbarLineInc put the dgHilitedLines of group "DataGrid" into myline put the dgDataOfLine[myLine] of group...
by gurusonwheels
Fri Apr 07, 2017 7:21 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: datagrid not saving between launches on android
Replies: 20
Views: 8886

Re: datagrid not saving between launches on android

got it to load the data on open by putting the file load stuff in a on opencard still getting all those blank lines upon opening . does it have something to do with my table already being populated with data on the properties of the datagrid . or do you have to reindex only populated rows somehow ? ...

Go to advanced search