Posativ
04-11-2008, 05:05 PM
Hi,
my first question is, why a function cannot access User Interface Items? Or I'm doing something wrong with:
(
global textvar = "Press Me"
rollout MyRollout "xyz"
(
button bTest "Testbutton"
)
fn test =
(
bTest.caption = textvar
)
test()
createdialog MyRollout
)
?
My real problem is that i want assign over 80 buttons a name on a mouseclick. How can this be done?
my first question is, why a function cannot access User Interface Items? Or I'm doing something wrong with:
(
global textvar = "Press Me"
rollout MyRollout "xyz"
(
button bTest "Testbutton"
)
fn test =
(
bTest.caption = textvar
)
test()
createdialog MyRollout
)
?
My real problem is that i want assign over 80 buttons a name on a mouseclick. How can this be done?
