Hi guys,
I have "IconButton" with image and text,
Right now the text showing first,
How can I put the image (icon) before the text?
This is my code:
var Img =File( "~/Desktop/test.png"); var w = new Window("dialog"); b = w.add ("iconbutton"); b.text="Test"; b.image=Img; w.show();
![]()
![]()
Thanks a lot