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?
Save as stand alone issues
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Save as stand alone issues
Deving on WinVista Home Prem. SP2 32 bit. Using LiveCode 4.6.1 Pro Build 1392
Re: Save as stand alone issues
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
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
LiveCode Version: 9.6.8
Re: Save as stand alone issues
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