Imagesource of pull down menu

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
chriswood
Posts: 23
Joined: Mon Feb 23, 2009 2:27 am

Imagesource of pull down menu

Post by chriswood » Sun Jun 28, 2009 1:07 pm

I am trying to put an image into a pull down menu and the following code is not working for me.

Code: Select all

set the imagesource of character 1 of line 1 of text of button "Pulldown Menu" to 1053
Any ideas folks?

Many Thanks

Chris

Klaus
Posts: 14198
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Post by Klaus » Sun Jun 28, 2009 1:41 pm

Hi Chris,

sorry, but you can't put images into "normal" buttons.
Use a stack instead! See "popup" in the docs.


Best

Klaus

chriswood
Posts: 23
Joined: Mon Feb 23, 2009 2:27 am

Post by chriswood » Mon Jun 29, 2009 2:50 am

Thanks Klaus now I can move on to try something else.

Post Reply