Hi, you can put a Image img=new Image(....) and after you can put some
HTML html=new HTML("<div id="1">text blabala</div>"); and with style
you can postion the text inside the image with absolute position, and
after you can change the text with some native method
you can do $wnd.document.getElementbyId("1").innerHTML="new text
blabla..."
nice workOn 21 ago, 20:04, svanhook <[email protected]> wrote: > Does anyone know how I can put text on an image using gwt? I need to > be able to dynamically change the text when requested. 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 -~----------~----~----~----~------~----~------~--~---
