Hi
I'm using this code line to set the style of an image that is loaded dynamically
((Picture)screen.getWidget("P2")).setSource("urhere.png").parseAuthorStyle("padding:120 0 0 0");
The picture is correctly loaded and displayed, but the style setting does not work
what am I doing wrong?
Thanks
Lee

