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 can be modified 
if put in the right place, which the compiler does for you.

Bob S


On Feb 6, 2015, at 12:47 , Tore Nilsen 
<tore.nil...@me.com<mailto:tore.nil...@me.com>> wrote:

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 separate files. I 
guess the reason is that the main stack loses connection with the Data Grid 
Template stack once this is moved into a separate file. I would however prefer 
to have the substacks as individual files in order to be able to upgrade them 
easily, without the need for an upgrade of the application as such. Are there 
any solutions to this problem that does not require a total rebuild of the 
application structure.

Tore N
____________

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to