Iterate through GUI elements
hey there,
anybody knows if this is possible?:
I got 4 Buttons (for example):
rollout rollThumbs "Thumbnails"
(
button start "GO!" height: 150 width: 150 across:2
button ImageButton1 "" height: 150 width: 150 across:2
button ImageButton2 "" height: 150 width: 150
button ImageButton3 "" height: 150 width: 150 across:2
button ImageButton4 "" height: 150 width: 150
on start pressed do
(
for i = 1 to xxx;
do
(
rollThumbs.imageButton+(i As String).images = #(openBitmap xxx...)
)
so I can asign images to those 4 Buttons in the for looop without picking them
each by itself!?
greetings
Comments
...
bga
hey, it works! Thx :)
hey,
it works! Thx :)