Creating images and/or writing text vertically

2009-03-26 Thread soundseeker
here is a little bit more complex problem.. I'm using canvas and would like to label some elements (ImageElement) vertically -> text rotated 90 degrees left. 1. I found no possibility to do that directly. 2. The next idea was to create an image on the fly with the rendered text and then to rotat

ImageElement in canvas with no title

2009-01-21 Thread soundseeker
GWT Release: 1.5.3 + canvas The following code produces images without title (no tooltip, firefox 2.x/3.x): String[] urls = new String[] {"img/circle-green.gif"}; ImageLoader.loadImages(urls, new ImageLoader.CallBack() { public void onImagesLoaded(ImageElement[] imag

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 bec

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.getProj