Thank you @urbaud for your comments and suggestions, I really appreciate them!
First of all, a news for you: I completed the widget to export data (fields grouped and marked as "behave like a background") from cards to xml. THe process is automatic. You simply need to setup some properties. Try to download the widget from here:
http://runrevwidgets.com/wiki/tiki-list ... alleryId=3
It is
UTIL-001_CardsExporter.rev. There is a small but clear description inside the component REV. I will write a new topic in the forum to supply more details about it.
I will "schedule" the tutorials, in order to write them. I think some of them will be "converted" to tips & tricks.
In the past, I already explained programming languages to many people, but of course, as you said, it is not possible to explain a programming language to a person that never saw a computer... a minimal knowledge is required
About the problem regarding stack saving:
That’s about it. If I think of other examples I’ll somehow contact you. Oh, by the way, I was thinking about my current project where I am using your suggestion: save this stack. I thought, what if I make the project a standalone app, then the save this stack doesn’t work. So, if you’re willing I’d like some help to learn how to write and read external files as per my current project. Thanks again for your help and suggestions.
Follow what @bn said, it's a very good suggestion. I wish to add one small thing more to it:
He talked about "a second stack". You can do that in two ways:
1) Create two applications (two main stacks). But only one of them will be converted to standalone.
2) Create a single program (a main stack and a sub-stack), then, when publish it, go to
menu FILE->STANDALONE APPLICATION SETTINGS -> STACKS then enable the option
Move the substacks into individual files. In this way RunRev will create an executable with main stack, but will convert all substacks to standard "*.rev" stacks (which can be saved).
Let me know if you like the converter, and take a look to my blog, since very soon you will find the first tutorial
Cheers!