You'll want to look into using the AbsolutePanel, as it allows you to place widgets in arbitrary pixel space.
You might be better served using the Canvas element in this case. I'm pretty sure there is a GWT Canvas library that will even work in IE. Good luck! On Apr 1, 10:57 am, Artem <[email protected]> wrote: > Hi! > > In my project I need specific GWT widget. Basically main request for > it - to allow place some text on top of Image and then safe a result. > > It should work for company that produce business cards. User can go to > a web site, select any card template (basically just background Image) > and then be able to place some text on any place on top of Image and > somehow result should be saved to allow manager later to check it and > send to printing... > > Does anybody could give me some advise on that? Any ideas how this > could be done in GWT? Maybe some nice framework that will make my job > easy? > > Thanks!!!! -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
