Save as stand alone issues

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
jesse
Posts: 205
Joined: Thu Nov 11, 2010 6:32 pm

Save as stand alone issues

Post by jesse » Mon May 30, 2011 6:21 am

I have created a simple application using two stacks. The first has a datagrid with data
and the second is an "editing window" of the data. It seems to work fine when testing
in Live Code but once I Save as Application and open it up the application no data loads into the datagrid.

I am connecting a mysql database on a remote server to get the data. Again it works just fine during development
in Live Code but once I Save As Application and load the newly created application it does not appear to be loading
any data into the grid.

Just to be sure I have checked to include every library and option to make sure it wasn't an issue
there and it was not. I of course checked database support for mySQL.

Anyone have any suggestions?
Deving on WinVista Home Prem. SP2 32 bit. Using LiveCode 4.6.1 Pro Build 1392

jharris
Posts: 84
Joined: Wed Jan 26, 2011 3:28 am

Re: Save as stand alone issues

Post by jharris » Mon May 30, 2011 12:19 pm

I sounds like you are loading data in openStack or preOpenStack. I would suggest putting a button on the stack to load the data manually (for testing).

I usually set a breakpoint where the code is failing and make sure each statement is being executed.

jharris
Operating System: macOS Monterey Version 12.5
LiveCode Version: 9.6.8

jesse
Posts: 205
Joined: Thu Nov 11, 2010 6:32 pm

Re: Save as stand alone issues

Post by jesse » Mon May 30, 2011 10:30 pm

Got it fixed. Was some weird situation. Had to delete the datagrid and re-add and then it worked.
Deving on WinVista Home Prem. SP2 32 bit. Using LiveCode 4.6.1 Pro Build 1392

Post Reply