In LC its possible to link a button with an image imported as control:
Code: Select all
set icon of btn "b1" to 1117 //1117=id of the image
Is there a way to do so? Only found "filename"-property in the dictionary

best
Thomas
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
set icon of btn "b1" to 1117 //1117=id of the image
sorry, don't understand a word!?That means that the source of a imagefield shouldnt be a file but a second image refered by ID or name.