Roboblue
02-17-2008, 11:08 PM
Since AMS can export a design time created page (.xpg) that can be used in another project at design time, can we have an export feature that will export the design time created page to a script that can be loaded at RUN TIME?
Or, even add an action (load.xpg) that would allow the .xpg to be used at RUN TIME in addition to design time?
I have a project (an interactive magazine) that will have over a hundred pages. Instead of having 100 full pages, I would like to only have one page and load the page from a script.
Problem is, each page is totally different in types and quantity of objects.
I would like to build a separate project that would allow me to create these pages in design time, then export them to be used in other projects.
I would "bundle" the page script (or .xpg) with the resource files and just unzip them into the next project's directory structure so just the script (or load.xpg action) has to be called.
With the script method. the problem is getting the page into script. Each object's table would have to be manually created for each page. A HUGH amount of time.
In design time, the tables would be built as the object is attributed anyway, so would it not be easy to export it as a script?
With the load.xpg action, it would be even easier.
Or, even add an action (load.xpg) that would allow the .xpg to be used at RUN TIME in addition to design time?
I have a project (an interactive magazine) that will have over a hundred pages. Instead of having 100 full pages, I would like to only have one page and load the page from a script.
Problem is, each page is totally different in types and quantity of objects.
I would like to build a separate project that would allow me to create these pages in design time, then export them to be used in other projects.
I would "bundle" the page script (or .xpg) with the resource files and just unzip them into the next project's directory structure so just the script (or load.xpg action) has to be called.
With the script method. the problem is getting the page into script. Each object's table would have to be manually created for each page. A HUGH amount of time.
In design time, the tables would be built as the object is attributed anyway, so would it not be easy to export it as a script?
With the load.xpg action, it would be even easier.