Need a sample application using channels

2011-12-02 Thread riyaz ahmed
Hi, Can anyone help me out on creating an end to end channel application Thanks in advance -- Riyaz -- 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-toolkit@googlegroups.com. To unsubscribe

Split panel doubt

2011-09-07 Thread riyaz ahmed
Hi , I am using split panel for my UI, I have a scenario where i need to refresh the center panel with different widgets based on a few actions, for which i need to clear the center panel every time a new widget is assigned Can anyone please let me know how to do it -- Thanks in advance Riyaz

Authentication in get

2011-07-05 Thread Riyaz Ahmed
Hi, I want to introduce an authentication utility in my get application,currently it has only client side code , so far authentication should I include server side code, to startwith. Need some guidance on this , please provide your inputs Thanks Riyaz -- You received this message because

File upload functionalit

2011-06-28 Thread riyaz ahmed
Hi, I want to develop a utility , which uploads images and display the uploaded image in the page, I want to know where and how i can store the image , so that it can be retrieved and displayed for future use -- Riyaz 9916220381 -- You received this message because you are subscribed to the

Re: Blocking client side execution until server executes the service completely

2011-06-09 Thread riyaz ahmed
Hi paul, I am facing a similar scenario, If we go ahead with asynchronous call, how will we handle this scenario, how do we know when the data has been retrieved Hi ankit, Please let me know if you find a solution towards this Thanks in advance Riyaz On Thu, Jun 9, 2011 at 1:03 PM, Paul

using URLFetchService

2011-06-08 Thread riyaz ahmed
Hi, Has anyone used URLFetchService in google app engine, i dont find any examples related to this other than java doc, If you guys have any example it will be helpful Thanks in advance -- Riyaz 9916220381 -- You received this message because you are subscribed to the Google Groups Google Web

Error while using import Java.net.url

2011-06-07 Thread riyaz ahmed
Hi, I am trying to fetch data from a url using java package java.net.URL, I have added this line to the gwt.xml inherits name=java.net.URL/ When compiling the project it get this error Loading inherited module 'java.net.URL' [ERROR] Unable to find 'java/net/URL.gwt.xml' on your classpath;

Re: Querying webservice which is on another server hosted on appengine

2011-06-05 Thread riyaz ahmed
Hi Thomas, Earlier in this thread you had suggested me to use JsonpRequestBuilder for getting JSON output from webservice, I have an issue with this now, My usecase is this i parse the JSON object recieved and add it to a cell table, this works fine on my localsetup, but when i deploy it in to

Cell Table Vs Cell Sampler

2011-05-06 Thread riyaz ahmed
Hi Can anyone explain or tell me the source of the difference between cell table and cell sampler Thanks in advance -- Riyaz 9916220381 -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Cell Sampler

2011-05-05 Thread riyaz ahmed
Hi the cell sampler example in http://gwt.google.com/samples/Showcase/Showcase.html#!CwCellSampler is hard to follow and implement for a beginner .. is there a simpler one to look at and follow -- Riyaz 9916220381 -- You received this message because you are subscribed to the Google Groups

Re: KeyPressEvent doesn't capture Enter

2011-04-27 Thread riyaz ahmed
I had the same issue, Did you check on other browsers, because in some browsers it worked On Wed, Apr 27, 2011 at 3:52 PM, julio antongiuli...@gmail.com wrote: Hi, I'm using GWT 2.2 and I have: @UiField InputElement searchText; TextBox.wrap(searchText).addKeyPressHandler(new

Class not found exception

2011-04-25 Thread riyaz ahmed
Hi, This looks like a simple exception but i am not able to solve it.. I am using eclipse for development, my GWT server side code uses apache' HTTP request, for which jar files i have added to the eclipse class path and also to eclipse Build and export, But when is run the web app and access

Re: Class not found exception

2011-04-25 Thread riyaz ahmed
so any idea what should be done to have it in the war? On Mon, Apr 25, 2011 at 5:00 PM, Ed ej19...@gmail.com wrote: They might need to be in your WAR . On Mon, Apr 25, 2011 at 5:53 AM, riyaz ahmed sunez.ri...@gmail.com wrote: Hi, This looks like a simple exception but i am not able

Re: Class not found exception

2011-04-25 Thread riyaz ahmed
, riyaz ahmed sunez.ri...@gmail.com wrote: so any idea what should be done to have it in the war? On Mon, Apr 25, 2011 at 5:00 PM, Ed ej19...@gmail.com wrote: They might need to be in your WAR . On Mon, Apr 25, 2011 at 5:53 AM, riyaz ahmed sunez.ri...@gmail.com wrote: Hi

Re: Class not found exception

2011-04-25 Thread riyaz ahmed
I am writing gwt gae app On Mon, Apr 25, 2011 at 7:30 PM, Ed ej19...@gmail.com wrote: are you writing a gwt-gae app or deploying in tomcat, jetty or some other app server. ed On Mon, Apr 25, 2011 at 9:02 AM, riyaz ahmed sunez.ri...@gmail.com wrote: Hi Ed thank you so much it fixed

Re: Querying webservice which is on another server hosted on appengine

2011-04-25 Thread riyaz ahmed
Thank you seth for the inputs On Sat, Apr 23, 2011 at 10:50 AM, Seth Hollyman s...@jujufrog.com wrote: It sounds like you're running into the Same Origin Policy (SOP) issue, a browser security mechanism that restricts how cross-site requests get handled. This GWT doc talks more in depth

Parsing Javascriptobject

2011-04-25 Thread riyaz ahmed
Hi, While querying a webservice, i have recieved a gwt.javascriptobject in reponse i need to convert it into string and parse it to retrieve the data, Any idea how to do this. Thanks for reading the mail -- Riyaz 9916220381 -- You received this message because you are subscribed to the

Re: Which widget to use

2011-04-22 Thread riyaz ahmed
Thank you sunit and Ben On Sat, Apr 23, 2011 at 12:58 AM, Ben Imp benlee...@gmail.com wrote: These examples will probably be helpful. As the other person mentioned in this thread, the Cell Widgets will probably be what you are looking for. http://code.google.com/webtoolkit/examples/