SPTR
08-30-2006, 07:32 AM
Hello. First sorry for my bad english.
I have a scrolling text screen that have harcoded plain text with variables.
This is the last screen showed before performing the installation or execution of external app. It show destination paths, names, and other informatión stored in variables in the previous stages of manual information recopilation by the user.
When first execute my compiled install and click next, next, ..., introducing the required information, and then arrive to the scrolling text screen, it's work fine, the text has the variables showing the correct information.
The problem arrive when I click on "BACK" to return screens and change any information. After this, when I click next, next, ..., to arrive to the scrolling text screen, the variables in the text show old information and not the new one.
How can I solve it without complex tables, or external text file loads, etc.?
I want that the scrolling text screen have hardcoded text with some variables, no empty and load with tables or similar, because that is a dirty way to make things in this case, and is complicate.
Thanks.
I have a scrolling text screen that have harcoded plain text with variables.
This is the last screen showed before performing the installation or execution of external app. It show destination paths, names, and other informatión stored in variables in the previous stages of manual information recopilation by the user.
When first execute my compiled install and click next, next, ..., introducing the required information, and then arrive to the scrolling text screen, it's work fine, the text has the variables showing the correct information.
The problem arrive when I click on "BACK" to return screens and change any information. After this, when I click next, next, ..., to arrive to the scrolling text screen, the variables in the text show old information and not the new one.
How can I solve it without complex tables, or external text file loads, etc.?
I want that the scrolling text screen have hardcoded text with some variables, no empty and load with tables or similar, because that is a dirty way to make things in this case, and is complicate.
Thanks.