ListBox [Beginner]

2008-12-06 Thread agon84
Hello, since a few days i ve started with gwt. now i will created a gui. i think it isn't a big problem, but i am not able to go further, cause i vn't any idea to fix it. i ve created two listbox's and after i pressed run, the listbox's are standing side by side or they are standing on upon an ot

Re: ListBox [Beginner]

2008-12-07 Thread agon84
m 3) into DockPanel.CENTER (or LEFT, RIGHT, > whatever) > > In other words break things down into nested boxes (using appropriate > GWT widgets) and style each box how you like. > > regards > gregor > > On Dec 6, 4:47 pm, agon84 <[EMAIL PROTECTED]> wrote: > > &

Re: ListBox [Beginner]

2008-12-10 Thread agon84
le a bit to get DockPanel to fill up the > > screen properly how you want, it can be tempremental. For example > > panel.setWidth("100%) might do the trick, but don't count on it. If > > you temporarily add panel.setBorderWidth(5) to your code you will see > > exac

Re: ListBox [Beginner]

2008-12-10 Thread agon84
hm am I not allowed to post links here? (imageshack or something?) hm a small solution: add everything together ;) http: // img139. imageshack. us/img 139/ 3028/ agon84jd3 .jpg On 10 Dez., 16:14, agon84 <[EMAIL PROTECTED]> wrote: > hi everyone, > > @gregor > i will try this

Re: com.google.gwt.core.client.JavaScriptException: (TypeError): '$wnd.Ext.StatusBar' is null or not an object

2008-12-10 Thread agon84
hi, i am very interested too, cause i ve got the same problem ;) [ERROR] Unable to load module entry point class myPackage.client.Display (see associated exception for details) com.google.gwt.core.client.JavaScriptException: (TypeError): '$wnd.Ext.StatusBar' ist Null oder kein Objekt number: -2

Build Navigation Panel mit TREE

2008-12-27 Thread agon84
Hello, i am just a beginner with GWT and i want to build an application with a navigation panel on the left side(WEST). If you choose an item on the navigation panel, it will be shown (CENTER) a new panel on the right side. i think it should be the same like an email application, or? By the way t

HELP for TREEITEM

2009-01-01 Thread agon84
Hello to everyone, hope you all had a great start in the new year. :) The source of my problem is how could i use treeitem? I am building a layout with north, west, center and south position. The WEST.panel is one accordion layout. code: final AccordionLayout accordion = new AccordionLayout();

Help: ButtonListenerAdapter

2009-01-06 Thread agon84
Hello everyone, i think, my problem is triviale, but i vn't found a solution yet! Class "Login" build a LoginPanel with textfield Name etc... Now i want in GWT Class "StartGWT " that after pressing button "start" to get the value of textfield Name and put them in header! My code: [CLASS " logi