I spent hours on this problem without solving it and I hope
very much that somebody will be so kind to give me a helping hint.
I want to switch languages in an App and am building a test.
in the stack "ProfileTest"
I set the following property profiles:
for field "fld1": "englisch_profile" with the elements: foregroundColor red
text This is the Englisch text.
for button "bt1": "englisch_profile" with the elements: label English
Code: Select all
on mouseUp
revSetStackProfile "english_profile", "ProfileTest"
end mouseUp
are switched. The properties foregroundColor, text, label though are not applied.
What am I doing wrong?
Thank you in advance for any hints.