This does NOT work:
-
-
Which is very odd indeed: especially as the ID of the icon in question IS 1003.
Getting the ID of an button's icon
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
-
- Livecode Opensource Backer
- Posts: 10096
- Joined: Fri Feb 19, 2010 10:17 am
-
- Livecode Opensource Backer
- Posts: 10096
- Joined: Fri Feb 19, 2010 10:17 am
Re: Getting the ID of an button's icon
Equally frustrating:
-
-
Re: Getting the ID of an button's icon
Just query the ICON, that is the id of the icon:
Code: Select all
...
put the icon of btn "B1"
...
-
- Livecode Opensource Backer
- Posts: 10096
- Joined: Fri Feb 19, 2010 10:17 am