Re: align the widgets in DocLayoutPanel

2010-07-05 Thread Merih
Hello Roliveria, Thanks, you right, p.addEast(sampleWidget,20); adds a new East edge every time. Is it a good way to add "panel" in East edge and than to add every new widget in the panel. so I add just one East edge using that way. Thanks On Jul 2, 4:51 pm, roliveira wrote: > Hi nasionalem, >

Re: align the widgets in DocLayoutPanel

2010-07-05 Thread Merih
Hello all, I've created a new Vertical Panel and I've added it in East Edge. Than I put the FlexTable in the Vertical Panel. But I still didnt align it on right side. I still cant change the position.. :( private DockLayoutPanel p = new DockLayoutPanel(Unit.EM); private VerticalPanel vPanel = ne

Re: getting the current row count from the button

2010-07-05 Thread Merih
Hello all, I've created a new Vertical Panel and I've added it in East Edge. Than I put the FlexTable in the Vertical Panel. But I still didnt align it on right side. I still cant change the position.. :( private DockLayoutPanel p = new DockLayoutPanel(Unit.EM); private VerticalPanel vPanel =

Re: align the widgets in DocLayoutPanel

2010-07-06 Thread Merih
Hello all, I've created a new Vertical Panel and I've added it in East Edge. Than I put the FlexTable in the Vertical Panel. But I still didnt align it on right side. I still cant change the position.. :( private DockLayoutPanel p = new DockLayoutPanel(Unit.EM); private VerticalPanel vPanel =

Re: align the widgets in DocLayoutPanel

2010-07-08 Thread Merih
Hello Stefani Thanks It works for html. But I can not add a style for widgets so I still have a problem. VerticalPanel vPanel = new VerticalPanel(); p.addEast(vPanel,40); I still didnt find a way to align the widgets in DockLayoutPanel's Edges. In my project actually everything is ok If I add mo

I met a problem when I made a RPC class (java.security.AccessControlException)

2010-08-04 Thread Merih
Hi All, I downloaded the mysql connect gwt example from http://code.google.com/p/gwt-examples/wiki/project_MySQLConn And I re-configured it on my Eclipse Galileo (using gwt eclipse plugin with gwt-sdk 2.0.3) + XP. When it makes rpc call and retrieves the data from mysql database, it give me this e

Re: I met a problem when I made a RPC class (java.security.AccessControlException)

2010-08-05 Thread Merih
The problem was solved. :) Project-->Properties-->Google-->App Engine and then un-check "Use Google App Engine" -- 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-tool...@googlegroups.com. To

error on rpc call

2010-10-03 Thread Merih
Hello, I am working on this upload demo sample. ( http://demofileuploadgae.appspot.com/ ) Upload works successfull but the list of the uploaded files is not working. You can find the source here; http://code.google.com/p/gwt-examples/source/browse/#svn/trunk/DemoUpload In Blobs.java classes, I

Re: error on rpc call

2010-10-03 Thread Merih
Full of ERROR messages ; Initializing AppEngine server The server is running at http://localhost:/ Oct 4, 2010 12:02:10 AM com.google.appengine.tools.development.ApiProxyLocalImpl log SEVERE: [1286150530562000] javax.servlet.ServletContext log: Exception while dispatching incoming RPC call com

Display the List

2010-10-15 Thread Merih
Hello, I am new in GWT. I wanna show the array list in table. Can anyone help me please? This is the Array list bellow. private List urunListesi = new ArrayList(); public List getUrunListesi() { return urunListesi; } public void setUrunListesi(List urunListesi) { this.urunListes

Re: Display the List

2010-10-16 Thread Merih
any idea? -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more op

Re: Display the List

2010-10-17 Thread Merih
Thanks Tamer, I didn't know this web site. It helps me a lot. Thanks again, -- 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-tool...@googlegroups.com. To unsubscribe from this group, send em