On 18/04/2013 12:48, anshul singhal wrote:
> I want to draw text input on canvas as like in ms paint . I have a canvas in GWT
> containing toolbar (like ms paint) when i click on "A " icon of the toolbar ,if any one
> type any things on canvas text should be display on canvas.
>
> Could you please let me know how i can do this in GWT.
There are several ways, from doing everything in canvas (perhaps there are UI libraries
for the canvas, or manage key strokes and corresponding display) to overlaying an HTML
input text box over the canvas to get the text input with all the power of the browser's
native control.
--
Philippe Lhoste
-- (near) Paris -- France
-- http://Phi.Lho.free.fr
-- -- -- -- -- -- -- -- -- -- -- -- -- --
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
No comments:
Post a Comment