Re: getting the current row count from the button

2010-07-05 Thread nasionalem
(cell.getRowIndex());                 }                 }         } On Jul 2, 5:52 pm, nasionalem sakarya.me...@gmail.com wrote: Hello, I have a simple problem. I am using GWT 2.0 and I need help. I add a row with a button in FlexTable. The button should remove the row when click. But I didnt

align the widgets in DocLayoutPanel

2010-07-02 Thread nasionalem
Hello, I'm new in GWT development and need some help. I use GWT 2.0 and in my project I have a DockLayoutPanel which inculudes north, south, east and west. I have added a widget in East edge. But Its on right side of the East edge. How can I align the widget to the right side in East edge? //

getting the current row count from the button

2010-07-02 Thread nasionalem
Hello, I have a simple problem. I am using GWT 2.0 and I need help. I add a row with a button in FlexTable. The button should remove the row when click. But I didnt get current current row count.. private void addItem() { // Add a button to remove this Item from the table. final int

Shopping Card Example

2010-04-29 Thread nasionalem
Hi all, I am looking for a shopping car example. Not dragdrope style. I just want to use add and remove button. When I click on the product, It will go to shopping basket. Does anybody know any example about it? or Could you please add a sample code here? Thanks alot -- You received this

Re: Json cross-domain examle (JS error on IE 8.0 - Object doesn't support this action)

2010-04-21 Thread nasionalem
Hello Eggsy84, I am still getting same JavaScript error. I didnt see any changes in the turorial, but I did all the steps again but I got same error. http://code.google.com/webtoolkit/doc/latest/tutorial/Xsite.html#design -- You received this message because you are subscribed to the Google

Re: Json cross-domain examle (JS error on IE 8.0 - Object doesn't support this action)

2010-04-21 Thread nasionalem
I am also looking JsonpRequestBuilder class which you send me.. :) I will let you know If I can do it. I am looking forward your reply Thanks all for your helping -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Re: Json cross-domain examle (JS error on IE 8.0 - Object doesn't support this action)

2010-04-20 Thread nasionalem
Hi Eggsy84, The document which you add in your other post is same tutoriol which I work on. Actually I didnt understand exactly what you mean. Could you please tell me how can I fix this error. Because I didnt find it in the tutorial. When was this tutorial updated? Because I worked on it

Json cross-domain examle (JS Error: Object doesn't support this action - hosted.html)

2010-04-19 Thread nasionalem
Hello, I am working on cross-domain example below; http://code.google.com/webtoolkit/doc/latest/tutorial/Xsite.html#design I did all the steps in the tutorial, actually It works fine, but there is just a problem. I am getting JavaScript error below; Object doesn't support this action hosted.html

Json cross-domain examle (JS error on IE 8.0 - Object doesn't support this action)

2010-04-19 Thread nasionalem
Hello, I am working on cross-domain example below; http://code.google.com/webtoolkit/doc/latest/tutorial/Xsite.html#design I did all the steps in the tutorial, actually It works fine on firefox and chrome. It also works on IE 8.0, but I am just getting JavaScript Error in IE 8.0. Object doesn't

Re: Json cross-domain examle (JS Error: Object doesn't support this action - hosted.html)

2010-04-19 Thread nasionalem
I relized that It works successfully on Firefox and Chrome, but I'm getting this error on IE 8.0. -- 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

GWT and JSON (RequestPermissionException)

2010-04-18 Thread nasionalem
I am new in GWT 2.0 and JSON. I need to get some values using JSON. so I downloaded json sample from code.google.com. When I run the project Its working fine. but when I change the url, I am getting error below. com.google.gwt.http.client.RequestPermissionException: The URL

understanding myproject.gwt.xml

2010-04-10 Thread nasionalem
Hello, I need some help. I am new in GWT 2.0. and I am trying to understand logic and structure of a GWT applications. I am looking some examples and also I created a new sample project. First I want to ask, How can I define that which html page will work with which java class? (are there any xml