Re: Data Grid objects in standalones

2015-02-06 Thread Tore Nilsen
Either that or having the possibility to choose which substacks to include in the application and which substacks to save as individual stacks would help. Tore > 6. feb. 2015 kl. 23.11 skrev Mike Bonner : > > DOH, thats what you said above, though this might be a good time for a > feature requ

Re: Data Grid objects in standalones

2015-02-06 Thread Mike Bonner
DOH, thats what you said above, though this might be a good time for a feature request. It would be nice if inclusions were searched for BEFORE the option to disconnect substacks into seperate stack files, it would make building splashstack. On Fri, Feb 6, 2015 at 2:32 PM, Mike Bonner wrote: >

Re: Data Grid objects in standalones

2015-02-06 Thread Mike Bonner
Ah k. Yep. There is a behavior script that the datagrid is linked to, i bet it goes wonky when things are separated. If you "put the behavior of group.." whatever the group is that is your datagrid, and its in the toplevel of the main stack it says button id 1005 of stack "revDataGridLibrary" Ah

Re: Data Grid objects in standalones

2015-02-06 Thread Tore Nilsen
Thanks for pointing me in this direction. I have read this lesson, and I have also made the data grid templates dud, although there should be no need for it, as the compiler does include the correct data grid template as a substack. The problem arises when I choose to move substacks into individ

Re: Data Grid objects in standalones

2015-02-06 Thread Mike Bonner
Tore, read this. http://lessons.runrev.com/m/datagrid/l/7339-what-do-i-need-to-do-to-deploy-a-standalone-with-a-data-grid Specifically the part of bulding with a datagrid using a splashstack. The easiest way to get functional datagrids that are parts of seperate stack files is to incuded a single

Re: Data Grid objects in standalones

2015-02-06 Thread Tore Nilsen
The problem with letting the compiler handle this is that I cannot access the Data Grid Template stack from the main stack if it is not a part of the engine file. The standalone setup dialog is somewhat confusing in the sense that it seems as if it is possible to choose which substack files to i

Re: Data Grid objects in standalones

2015-02-06 Thread Bob Sneidar
As mentioned in the past, the easiest way around this is to have a mainstack that calls your actual application stacks. Password protect the app stacks if you like to protect the code. That way the app stacks are not actually a part of the read-only application, they are like support files that

Data Grid objects in standalones

2015-02-06 Thread Tore Nilsen
I am using several Data Grid objects, as tables, in a standalone. When I try to manually enter data into fields in the data grid object it works alright as long as the main stack and the substacks are built as a single file, but not when I try to build the standalone with the substacks as separa