How many objects (IDs) can be generated by script?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: How many objects (IDs) can be generated by script?
What do you mean by "attach"? If you mean it's a substack, then it is part of the executable and can't be saved. If it is a loose file on disk that just happens to be in the same folder with the standalone, then it can be saved. I call these "document" stacks or "satellite" stacks because we don't have an official nomenclature; they're just stacks. But they aren't part of the stackfile.
A stackfile consists of one or more stacks in the same file on disk. A stackfile is always one mainstack and one or more substacks. When compiled, they all become the standalone (the "app".)
A stackfile consists of one or more stacks in the same file on disk. A stackfile is always one mainstack and one or more substacks. When compiled, they all become the standalone (the "app".)
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
Re: How many objects (IDs) can be generated by script?
I will be much happier if it is just my names for things.
In the StandAlone Settings, one is able to add a stack file to a "main" file. That is what I do, add a working stack file to the splash stack file. And when I started this, way back, I always used substacks, and then always moved them to their own stack files, so that they could be saved. These are all effected in the settings. I called the "main" file the executable, and the added ones (or those moved to their own stack file) the "working" file(s).
Am I missing a concept, never mind misnaming objects?
Craig
In the StandAlone Settings, one is able to add a stack file to a "main" file. That is what I do, add a working stack file to the splash stack file. And when I started this, way back, I always used substacks, and then always moved them to their own stack files, so that they could be saved. These are all effected in the settings. I called the "main" file the executable, and the added ones (or those moved to their own stack file) the "working" file(s).
Am I missing a concept, never mind misnaming objects?
Craig
Re: How many objects (IDs) can be generated by script?
Dear 'jacque', dame of HC/MC/LC.
I was instructed by some other forum users and me to
thank you very much for all your help
with a virtual bunch of flowers on occasion of your crossing the 2000 posts line.
I was instructed by some other forum users and me to
thank you very much for all your help
with a virtual bunch of flowers on occasion of your crossing the 2000 posts line.
shiftLock happens
Re: How many objects (IDs) can be generated by script?
No, you're right. The stacks you add in the standalone builder are separate files and can be saved. My original comment concerned only the main stackfile that eventually becomes the app.
For the files you call working stacks, those will revert to their original IDs if not saved, but act as you'd expect if they are.
For the files you call working stacks, those will revert to their original IDs if not saved, but act as you'd expect if they are.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
Re: How many objects (IDs) can be generated by script?
Hermann, thank you! To be honest, I didn't even notice my posting count.
The flowers are lovely.

The flowers are lovely.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
Re: How many objects (IDs) can be generated by script?
One copied datagrid working perfectly in the IDE, but not accepting formats (like set dgColumnWidth["..."] or set dgprops["text size"]) in a standalone for windows or android.FourthWorld wrote:What issues have you encountered copying DataGrids? As long as you move the template substack along with it that's normally fine.
But I just copied the previously working datagrid from project browser into a new stack. I didn't explicitly copy the template substack - just never thought of checking, because in the IDE everything worked dandy, but obvieously the standalone couldn't connect.
Good to know though, much learning left to do.