Re: GWTCanvas, TabPanels, Internet Explorer

2008-12-22 Thread soundseeker

it would be great if the combination canvas/tab panel/ie would work in
the next version,
it's too good not to be widely spread!

at the moment it's a bug and the my application gui has to be
reconsidered.

robert


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: GWTCanvas, TabPanels, Internet Explorer

2008-12-17 Thread sloughran

It looks like Tab Panels + Canvas is a known bug. It's actually
surprising you didn't get an Exception:

http://code.google.com/p/gwt-canvas/issues/detail?id=4

I didn't even know this library existed, this is absolutely awesome. I
made an interactive rectangle program in minutes!

On Dec 17, 8:09 am, soundseeker  wrote:
> hello,
>
> canvas in tab panels seem not to work correctly in IE 7, in firefox 3
> do.
> after klicking on a tab in ie my canvas object is visible for a moment
> then it disappears.
> it works correctly in firefox.
>
> the code:
>         ProjectCanvas pc = new ProjectCanvas();
>         GWTCanvas gwtc = pc.getProjectCanvas(table);
>         tabPanel.add(gwtc,  panel);
>
> is it a bug or my fault?
>
> thanks in advance,
> robert
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



GWTCanvas, TabPanels, Internet Explorer

2008-12-17 Thread soundseeker

hello,

canvas in tab panels seem not to work correctly in IE 7, in firefox 3
do.
after klicking on a tab in ie my canvas object is visible for a moment
then it disappears.
it works correctly in firefox.

the code:
ProjectCanvas pc = new ProjectCanvas();
GWTCanvas gwtc = pc.getProjectCanvas(table);
tabPanel.add(gwtc,  panel);

is it a bug or my fault?

thanks in advance,
robert

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---