Problems with embed Flash in GWT

2010-06-01 Thread Florian Rhomberg
Hello! Since yesterday I have tried to add a flash file into my GWT app. The flash file should display an image and has zooming functions. The image is created by a servlet from a base 64 coding. The code works perfectly in Firefox, the image is displayed, but it does not work in IE, Chorme or

How to add Anchors to an GWT application

2010-06-08 Thread Florian Rhomberg
Hello! That´s more or less my question: How can I add an anchor for example to a tab pane, that I can directly get this tab by adding the anchor to the url? I did not find an example, but google uses this at the gwt showcase. I hope someone can help me! Thanks, Florian -- You received this

Layout is not displayed

2010-09-02 Thread Florian Rhomberg
Hello! Can someone tell me why the following code is only displayed if I start my application in Eclispse. When I compile my project and try the application in eclispe without gwt.codesvr=127.0.0.1:9997 or with a tomcat server the panel is empty. public class DiagnosisHomeDesktop {

SuggestBox with huge amount of records

2010-10-21 Thread Florian Rhomberg
Hello! I need to implement a suggest box. Therefor I found a possibility to create that on this page: http://www.gwtapps.com/doc/html/com.google.gwt.user.client.ui.SuggestBox.html But however I cannot use this code with the oracle because I have more than 7 datas. Therefore I want to