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

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
) at com.google.gwt.dev.util.xml.HandlerMethod.invokeBegin(HandlerMethod.java:240) at com.google.gwt.dev.util.xml.ReflectiveParser$Impl.startElement(ReflectiveParser.java:274) -- 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 google

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

2011-06-05 Thread riyaz ahmed
it in to the appengine the data is not getting loaded , i get a processing symbol and doesnt go any further ? is it because the call made is asynchronous, is there any other alternative to this ? Riyaz On Tue, Apr 26, 2011 at 1:18 PM, Thomas Broyer t.bro...@gmail.com wrote: That tutorial is outdated

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 google-web

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
. -- 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 google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com

Class not found exception

2011-04-25 Thread riyaz ahmed
the server side, i get a class not found exception, is there ny other place where i should add the jar files apart from class path and build and export Please help, I am stuck with this irritating error Thanks in advance -- Riyaz 9916220381 -- You received this message because you are subscribed

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
for more details. error is there any alternative to it? Regards, Riyaz On Mon, Apr 25, 2011 at 6:16 PM, Ed ej19...@gmail.com wrote: Depending on your deployment strategy, Try putting the missing jars into your war/web-inf/lib. The jars that you have added to eclipse to make things work

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
, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- Riyaz 9916220381 -- You received

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

Which widget to use

2011-04-22 Thread Riyaz
fields in a row and commit them instantly 4)i will be updating the grid for additional entries frquently, so some refresh mechanism should be supported Thanks in advance Riyaz -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: Which widget to use

2011-04-22 Thread riyaz ahmed
, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- 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 google-web-toolkit@googlegroups.com. To unsubscribe

Querying webservice which is on another server hosted on appengine

2011-04-22 Thread Riyaz
displayError(OnError: Couldn't retrieve JSON); } }); } catch (RequestException e) { displayError(Couldn't retrieve JSON); } Thanks in advance Riyaz -- You received this message because you are subscribed to the Google Groups Google

Re: Serious Bug or some Type Erasure I don't understand ???

2011-02-22 Thread Riyaz Mansoor
Thanks Thomas I have looked through the source for #addHandlerToSource et al. I do believe that this is what I'm looking for. However, I'm not clear what the source object should be. Is it the Object (instance) of the class(es) that fires this event? Appreciate any help. On Feb 22, 3:15 pm,

Serious Bug or some Type Erasure I don't understand ???

2011-02-21 Thread Riyaz Mansoor
Use case: Register an event (2nd snippet) using extending classes AEntity, BEntity, CEntity Refresh a specific table - create one event and fire it (1st snippet) === the three handlers of AEntity, BEntity, CEntity are fired. Why ? Expected Case: If BEntity is refreshed - only BEntity handler

Re: Serious Bug or some Type Erasure I don't understand ???

2011-02-21 Thread Riyaz Mansoor
all three wouldn't have their listeners triggered.  The event they registered for did get fired. -Ben On Feb 21, 12:52 pm, Riyaz Mansoor riyaz.mans...@gmail.com wrote: Use case: Register an event (2nd snippet) using extending classes AEntity, BEntity, CEntity Refresh

Re: Serious Bug or some Type Erasure I don't understand ???

2011-02-21 Thread Riyaz Mansoor
their listeners triggered.  The event they registered for did get fired. -Ben On Feb 21, 12:52 pm, Riyaz Mansoor riyaz.mans...@gmail.com wrote: Use case: Register an event (2nd snippet) using extending classes AEntity, BEntity, CEntity Refresh a specific table - create one event and fire

MVP Cell click position

2011-01-09 Thread Riyaz Mansoor
on of these core classes, overrides onEnterKeyDown (with click as well) and do my stuff without calling the FieldUpdater. My question is - am I missing something here? or is this the way to go about this? Even the samples all display WIndow message boxes or are center positioned :( Riyaz. -- You

RPC ing Annotations

2010-06-12 Thread Riyaz Mansoor
validators for the client side. Are there any projects that do this (using the above method) ? Thanks 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-tool...@googlegroups.com. To unsubscribe

Re: Connecting to site 127.0.0.1

2009-03-27 Thread Riyaz Mansoor
Have had this same issue - working on Netbeans 6.5 Restarting the IDE works but that's to long. I'll check out Lothars suggestion On Mar 27, 2:49 am, Roberts M. roberts.men...@gmail.com wrote: One workaround could be to change GWT port on every run, using command line option -port 8889

Re: file upload from popup

2009-03-22 Thread Riyaz Mansoor
I have added onSubmit and onSubmitComplete handlers and both fire successfully. Have checked the url as well. But nothing is being submitted to the servlet. I checked this with a log() statement in my servlet service method. what should i do? On Mar 22, 12:59 am, Riyaz Mansoor riyaz.mans

Re: file upload from popup

2009-03-22 Thread Riyaz Mansoor
I found my mistake. It a single character misspelled in the form panel action url !!! Regardless, it would help if the onSubmitComplete or elsewhere an exception is thrown. On Mar 22, 2:16 pm, Riyaz Mansoor riyaz.mans...@gmail.com wrote: I have added onSubmit and onSubmitComplete handlers

file upload from popup

2009-03-21 Thread Riyaz Mansoor
The form panel below is in a vertical panel which has submit link. The vertical panel is in a popup panel. Clicking submit has no effect! The examples seem to show formpanel being added to rootpanel. can't use popup? Grid grid = new Grid(3, 2); grid.setCellSpacing(8);

H-Panel mouse click

2009-03-15 Thread Riyaz Mansoor
I have attached a ClickHandler to a HorizontalPanel and it recieves events. How can I find the index of the cell that generated the event? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: Custom widget theme?

2009-03-15 Thread Riyaz Mansoor
to the Widget you could just use .setStyleName(style) to remove the old ones and use this new style. On Mar 11, 11:44 pm, Riyaz Mansoor riyaz.mans...@gmail.com wrote: Have widget that I have stylized using CSS. But I have no idea how to theme this widget. I want some CSS differences to be seen

Probably not strictly GWT but ....

2009-03-14 Thread Riyaz Mansoor
In the following code; Types T, E are the same. But I cannot change E to T as it won't compile, hence the explicit type cast in the onSuccess method. Maybe there is a way to use the same generic type T for the inner class ??? The different types make it difficult to read. public abstract class

Re: Probably not strictly GWT but ....

2009-03-14 Thread Riyaz Mansoor
Never mind. Simple mistake protected class EntityCallbackE implements AsyncCallbackE { protected class EntityCallback implements AsyncCallbackT { On Mar 14, 10:40 pm, Riyaz Mansoor riyaz.mans...@gmail.com wrote: In the following code; Types T, E are the same. But I cannot change E to T

1.6 key event

2009-03-13 Thread Riyaz Mansoor
The following code generates keydown, keypress, keyup events in the CASE statement. How to get the press event only? popup = new DecoratedPopupPanel(true) { @Override protected void onPreviewNativeEvent(NativePreviewEvent event) { switch

Custom widget theme?

2009-03-11 Thread Riyaz Mansoor
Have widget that I have stylized using CSS. But I have no idea how to theme this widget. I want some CSS differences to be seen by the user, when different themes are selected. Can this be done? --~--~-~--~~~---~--~~ You received this message because you are

Re: Announcing GWT 1.6 Milestone 2

2009-03-05 Thread Riyaz Mansoor
What version of Jetty is included with 1.6 ? Specifically, which version of the Servlet API does it support ? I hope 2.4 is supported. On Mar 5, 8:24 am, Riyaz Mansoor riyaz.mans...@gmail.com wrote: Just installed M2 and took a look around. I must say I like it - feels more natural to me

Re: Announcing GWT 1.6 Milestone 2

2009-03-04 Thread Riyaz Mansoor
Just installed M2 and took a look around. I must say I like it - feels more natural to me. For a new project I wanted to start in 1.6, I didn't want to migrate in the middle and update all the deprecated stuff. Haven't put it through its paces yet. But first thing - I have control of web.xml :)

GWT RIA s ?

2008-12-16 Thread Riyaz Mansoor
I'm not looking for rich widget sets (Ext, Smart, etc) but rather is there a GWT framework that provides basics for a RIA. One that handles the grunt work such as providing; status bar, xml or other configurable menu, error logging report, authentication, security etc This maybe reaching for

Panel streeeetching

2008-12-15 Thread Riyaz Mansoor
I'm sure this is a simple thing :) --- but maybe long hours :( VerticalPanel VP has { a Grid G and HorizontalPanel HP } The VP to hug G (from the outside) as G columns are added (width increases). I want HP to stretch upto the VP - HP width should hug VP from the inside. currently - VP has no

Re: Better i18n support in post 1.6?

2008-12-15 Thread Riyaz Mansoor
The link mentions only 2 new widgets. Can we expect more? specifically are any table type widgets going to be released as part of 1.6 ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: Generators and Generics

2008-12-14 Thread Riyaz Mansoor
I don't know the answer to your question - I'm guessing generic markers are not possible? But, I simplified a similar problem by launching the generator on the real type - in your case Customer; you can still extend your implementation of MySubSubSubInterface in the generator. :) On Dec 14,

MenuBar selected item

2008-12-13 Thread Riyaz Mansoor
Hi Whenever the mouse moves over the menu bar menu items, the selected menu item changes to whatever is under the mouse - even though I have not clicked it. Can we ensure that the selected item remains selected unless another menu item is clicked? Riyaz

Re: how to set default button?

2008-12-11 Thread Riyaz Mansoor
For a PopupPanel take a look at onKeyPressPreview - handle ENTER, ESC etc key events there. Generally, you are looking at over-riding onEventPreview to handle the keyboard events you want. There is no magical setDefaultButton method. In fact, the default button formatting (if required) you

PopupPanel closing

2008-11-30 Thread Riyaz Mansoor
Hi What's the easiest way to catch a popup panel close/hide event ? I can't find any handler to catch it. override the hide() method ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group.

Re: Masked Input

2008-11-30 Thread Riyaz Mansoor
I'm interested in this as well. On Nov 29, 12:15 am, jsantaelena [EMAIL PROTECTED] wrote: Hi Someone knows libe withmaskedwidgets? Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit

Theme ?

2008-11-28 Thread Riyaz Mansoor
How does one theme a custom widget with panels? where the panels have some customized formatting. For that matter, how does one theme any widget? Riyaz --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web

Generators - create multiple classes?

2008-11-24 Thread Riyaz Mansoor
For a widget I'm creating I've got a generator which creates the required class. Now I have a requirement to create another class (and possibly more) for the same generator marker interface. Can this be done? ie - can a single generator return more than 1 created class? I really won't to avoid

Re: SmartGWT 1.0 Released

2008-11-24 Thread Riyaz Mansoor
Hey Sanjiv Great work as always. Good to see you back - involved in GWT development work. Riyaz On Nov 24, 12:34 am, Sanjiv Jivan [EMAIL PROTECTED] wrote: Hi Fransceso, If you found a library that meets your needs, then good for you. Compile output size and runtime performance are two

Re: Theming a custom widget

2008-11-15 Thread Riyaz Mansoor
Hoping to get a response as I didn't get any before. For a custom widget with panels, I would like to stylize the panels based on the selected theme - ie different styles for different themes. How could I do this? On Nov 13, 7:45 pm, Riyaz Mansoor [EMAIL PROTECTED] wrote: Yes this is my

Re: Theming a custom widget

2008-11-13 Thread Riyaz Mansoor
Yes this is my problem. I've got panels that I am styling with css. I would like to detect what is currently selected/applied theme and apply appropriate styles to these panels so that there is a formatting consistency when the theme is changed to, say, Chrome. have panels and tables in your

Theming a custom widget

2008-11-12 Thread Riyaz Mansoor
I have got 3 stylesheets for my widget, standard, dark chrome. When the Standard theme is loaded I want my standard theme applied to my custom widget. My widget applies the custom-widget style - but how do I pick which style sheet to link ? What am I missing here?

History

2008-09-19 Thread Riyaz Mansoor
onHistoryChanged (since it is deperecated) ? 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 from

Re: RichTextToolbar

2008-09-19 Thread Riyaz Mansoor
totally agree On Sep 19, 7:52 am, Michael Neale [EMAIL PROTECTED] wrote: Is there any reason why RichTextToolbar is not including as part of GWT but is only as a sample ? (in the Showcase project)? Shouldn't this really be part of GWT itself, I mean the text area is not terribly helpful

Hyperlink Event Propagation

2008-09-15 Thread Riyaz Mansoor
regardless of the code in ClickListener. Any help? 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

Re: GWT 1.5 Now Available

2008-09-13 Thread Riyaz Mansoor
This bug still exists in 1.5.2 Actually I didn't know it was a bug - except when I saw this post :) On Sep 12, 1:26 pm, Schimki86 [EMAIL PROTECTED] wrote: Maybe you know the Bug, that the ScrollPanel doesn't work inside an TabPanel, because it grows up instead showing scrollbars. Now we are

Widget Style

2008-09-02 Thread Riyaz Mansoor
Hi HorizontalPanel don't have any styles. How can I add padding horizontally to the cells in HP ? How to reduce the size of DecoratedPanel border ? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google

Stylized Decorator Panel

2008-08-28 Thread Riyaz Mansoor
to achieve this? I am using unmodified standard theme. 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