Hey, maybe someone can answer this rather quick answer - the guides didn't...
smartGWT has various button classes like Button, IButton, ToolStripButton etc, all of which have a setIcon method.
Could someone tell me
1) if the Icon resource should be under the IsomorphicDir (default is SC) and the path can be relative ie "icons\printer.png" which would point to %DISK_PATH_TO_SC%\sc\icons\print.png
2) what formats are "OK"? *.ico, *.png (examples usually feature PNG) and in what sizes (though it should be alright to have any kind of size, I think (just button properties should be set accordingly).
1 is kinda vital, 2nd one I think i can realize myself, putting it here for reference purposes, maybe someone else will be interested in this :)
smartGWT has various button classes like Button, IButton, ToolStripButton etc, all of which have a setIcon method.
Could someone tell me
1) if the Icon resource should be under the IsomorphicDir (default is SC) and the path can be relative ie "icons\printer.png" which would point to %DISK_PATH_TO_SC%\sc\icons\print.png
2) what formats are "OK"? *.ico, *.png (examples usually feature PNG) and in what sizes (though it should be alright to have any kind of size, I think (just button properties should be set accordingly).
1 is kinda vital, 2nd one I think i can realize myself, putting it here for reference purposes, maybe someone else will be interested in this :)
Comment