Setting Property Profiles
Posted: Tue May 30, 2017 4:15 pm
LC 8.1.2 Windows 10
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
Looking at revProfile in the Message Box shows that the profiles in button and field
are switched. The properties foregroundColor, text, label though are not applied.
What am I doing wrong?
Thank you in advance for any hints.
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.