I got my first setup ready. And everything s works fine.
So I translated it to german.
Now you can choose between english and german. The english version still works fine,
but when you choose german the Cancel buttons don't work.
I debugged it and see the value of WIZARD variable e.g. after I pressed "Abbrechen" (CANCEL) is "CANCEL" as in the english version.
But it does not jump as expected:
Code: Select all
label: Welcome Dialog
Display Dialog: welcome, wait for dialog to return (modal)
if Variable WIZARD Equals CANCEL
GoTo Label: Main Install
end
I just continues as if WIZARD != CANCEL
This is for all Dialogs.
Any Ideas?