Search found 5 matches
- Fri May 24, 2013 6:47 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: printing and saving from a template
- Replies: 4
- Views: 3278
Re: printing and saving from a template
Thanks BvG. But I want to save and print the card because the card is a template. The card has about 20 pulldown menus arranged in a structure which I want to preserve, so i really don't want to save each menu option as a part of a text file. As far as I can see it is only possible to save a stack. ...
- Tue May 21, 2013 8:55 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: printing and saving from a template
- Replies: 4
- Views: 3278
printing and saving from a template
I am writing a program which has templates. These templates use pull down menus as well as text entry boxes to make choices and write text respectively. The choices from the pull down menus and the text form a record which I want to save as a separate file (or card?) which could later be amended. Th...
- Mon Jun 04, 2012 7:48 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: stack structure
- Replies: 4
- Views: 3357
Re: stack structure
Jean-Marc,
Thank you for your idea and the code!! It is good. I will have to give it some thought to see how closely it matches what I want to do.
Thank you for your idea and the code!! It is good. I will have to give it some thought to see how closely it matches what I want to do.
- Mon Jun 04, 2012 7:46 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: stack structure
- Replies: 4
- Views: 3357
Re: stack structure
Craig, Thanks for the feedback. I want to develop levels of complexity (like Russian dolls or an onion - peeling off layers into deeper ideas). I think the navigation will be easy enough with the livecode naming system. I am more concerned with how I structure this idea. There are many 'onions' in m...
- Thu May 31, 2012 9:37 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: stack structure
- Replies: 4
- Views: 3357
stack structure
> The application I want to develop somewhat mirrors a school in its structure. > There are faculty subjects within the school BUT there are year levels within the > subjects. I want to be able to move within the (year)levels as well as within > the subject and between year levels. > > I presume tha...