cos00kun Hello.. this code works and places the icon on the button button1=ui.Button(win,"A",150,30,60,60) button1:loadicon("a.ico") however; this code does not place the icon on the button. button1=ui.Button(win,"",150,30,60,60) button1:loadicon("a.ico")
Samir Yes, you are right. But it's not a bug : if you want to set an icon button without text, you must set the Button.hastext property to false See [Login to see the link] for more information.