Standalone does not work with data grids
Posted: Fri Aug 03, 2012 4:43 am
I am loading records from a CSV into an array and displaying it in a data grid. The datagrid only shows records in Livecode, in the standalone that is generated it does not show any records. I see the input file and the lines are all read in and look good (I display them in a field). This is on a Mac computer.
The same is of the iPad version. I go to load the file and then it stops responding to anything. The data grid table remains empty
Everything still works beautifully (and properly) in LiveCode itself. The records load and from multiple files. I can edit, delete, add and work with the without any problem.
Any ideas?
What could I have done (added) that allows it to work in LiveCode itself but not in the generated standalones?
Is there any known problem with the standalone's generation?
Is there a limit to LiveCode that at some point it chokes in making the standalone? Too much code?
The loading card has 107 layers/objects and 21 controls
The main card has 141 layers/objects and 55 controls
The last card has 74 layers/objects and 84 controls
Is there any debugging code that I can add to help me? I put results of every step in a field so I can tell that the menuitem that I pick is correct but can not tell what is going wrong after that
Thanks in advance
The same is of the iPad version. I go to load the file and then it stops responding to anything. The data grid table remains empty
Everything still works beautifully (and properly) in LiveCode itself. The records load and from multiple files. I can edit, delete, add and work with the without any problem.
Any ideas?
What could I have done (added) that allows it to work in LiveCode itself but not in the generated standalones?
Is there any known problem with the standalone's generation?
Is there a limit to LiveCode that at some point it chokes in making the standalone? Too much code?
The loading card has 107 layers/objects and 21 controls
The main card has 141 layers/objects and 55 controls
The last card has 74 layers/objects and 84 controls
Is there any debugging code that I can add to help me? I put results of every step in a field so I can tell that the menuitem that I pick is correct but can not tell what is going wrong after that
Thanks in advance