Re: GWT 2.8.0 Eclipse

2017-02-23 Thread prashant fulara
Given link (https://github.com/gwt-plugins/gwt-eclipse-plugin ), seems not opening. On Saturday, 18 February 2017 02:32:33 UTC+5:30, Slava Pankov wrote: > > This one

Re: GWT 2.8.0 Eclipse

2017-02-23 Thread prashant fulara
We are currently working with GWT 2.7 using eclipse and planning to switch to GWT 2.8 in near future. How safe it is to switch to GWT 2.8 (using Eclipse as IDE) ? On Tuesday, 21 February 2017 23:38:54 UTC+5:30, Brandon Donnelson wrote: > > I plan on adding more patches and enhancements this

Re: GWT 2.7.0 is here

2014-11-21 Thread Prashant
Awesome. We are switching to 2.7 in our next release. Prashant, www.pratilipi.com On Thu Nov 20 2014 at 10:26:21 PM Tom Legrand thomas.legr...@axellience.com wrote: Great news! We're going to switch to 2.7 in our next sprint Great to see it compiles even faster in the super dev mode

Re: The RequestFactory ValidationTool must be run for the RequestFactory type

2012-04-22 Thread Prashant Hegde
encountered the same issue today, solved by changing the directory name from .apt_generated to .apt_generated1 Seems like that forces a revalidation. Prashant On 17-Apr-2012, at 1:08 AM, Felipe Stanham wrote: I Know this is old but I just got stuck with the same problem. Did you ever got

Re: Exit in this group

2012-01-31 Thread Prashant
https://groups.google.com/group/google-web-toolkit/subscribe?hl=en On Tue, Jan 31, 2012 at 2:15 PM, Victor Costa Santiago victor.costa.santi...@gmail.com wrote: I would like to unsubscribe from this group and not receive any more messages. Thanks -- You received this message because you

Re: cannot deserialize arraylist - but why?

2011-07-04 Thread Prashant
Hi, I think Class of the object your want to send via GWTRPC must have default constructure. And, if you are putting different kind of objects in one linked list, it will not be deserialised. I faced this issues long back and I am not very sure about the solution ... -- Prashant code.google.com

Re: cannot deserialize arraylist - but why?

2011-07-04 Thread Prashant
deserialize any arraylist, no matter what's inside. is there a way to debug it to see what's wrong? 2011/7/4 Prashant antsh...@gmail.com Hi, I think Class of the object your want to send via GWTRPC must have default constructure. And, if you are putting different kind of objects in one linked

Re: Not able to commit changes to google code, eclipse plugin keep asking for password even if I am already logged in.

2011-06-07 Thread Prashant
older version used to work fine for me ... is there any way to downgrade to older version ? On Mon, Jun 6, 2011 at 12:32 PM, Prashant antsh...@gmail.com wrote: anyone ? On Mon, Jun 6, 2011 at 12:39 AM, Prashant antsh...@gmail.com wrote: Hi, Since last eclipse plugin update (few days

Regular expression working in development mode but not in compiled code

2011-06-07 Thread Prashant
Hi, I am using following regular expression /|(/[a-zA-Z0-9]+[-]?[a-zA-Z0-9]+)+ it is working fine when I test it in development mode but when I compile the code and use the compiled code for testing, it will not work any idea how do I fix it ? -- You received this message because you

Not able to commit changes to google code, eclipse plugin keep asking for password even if I am already logged in.

2011-06-06 Thread Prashant
, Prashant -- 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. For more options

Re: Not able to commit changes to google code, eclipse plugin keep asking for password even if I am already logged in.

2011-06-06 Thread Prashant
anyone ? On Mon, Jun 6, 2011 at 12:39 AM, Prashant antsh...@gmail.com wrote: Hi, Since last eclipse plugin update (few days back) I am not able to commit changes to Google Code. If am logged in on eclipse it can deploy application to GAE but if I try to commit changes to Google Code

Working with third party client libraries in gwt

2011-03-23 Thread Prashant
; it may not be inheriting a required module or a module may not be adding its source path entries properly. Can you please help here? Thanks in Advance Prashant -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Re: Redirecting to jsp

2011-02-26 Thread Prashant Hegde
page/window. Hope this helps.. Best Regards Prashant On Sat, Feb 26, 2011 at 11:17 PM, Deepak Singh deepaksingh...@gmail.comwrote: Any help on this pls. On Fri, Feb 25, 2011 at 8:58 PM, Deepak Singh deepaksingh...@gmail.comwrote: Hi, In my celltable, i have one button column

Re: Can CellWidgets contain custom composite widgets ?

2011-02-01 Thread Prashant Hegde
by overriding onBrowserEvent. We only had anchors inside the widget, so we listened to click events and responded it to it by delegating the event to presenters. This approach eliminated having to write HTML mark up in Java code. Not sure if this is the answer you are looking for. Prashant On Wed

Re: Can CellWidgets contain custom composite widgets ?

2011-02-01 Thread Prashant Hegde
this helps. Prashant On Wed, Feb 2, 2011 at 10:20 AM, zixzigma zixzi...@gmail.com wrote: Thank You. Prashant, I am following your suggestion, I am a bit unclear about this part of your comment: set the data and getHTML should my custom widget implement HasHTML ? http://google-web

Re: Can CellWidgets contain custom composite widgets ?

2011-02-01 Thread Prashant Hegde
inside the render method, should be able to plug in a different widget HTML in the same cell area ( should work, never tried ). Prashant On Wed, Feb 2, 2011 at 11:54 AM, zixzigma zixzi...@gmail.com wrote: THANK YOU! it worked !! what a wonderful solution ! one other question, in your

Re: Places and URL

2010-11-15 Thread Prashant Hegde
); historyHandler.register(placeController, eventBus, defaultPlace); - Good Luck Prashant On Tue, Nov 16, 2010 at 2:37 AM, vehdra music veh...@gmail.com wrote: I'm trying to learn how to use GWT 2.1 MVP framework. I maded 2 places, for example: public class MyProfile extends Place

Re: All I Want for Christmas is a powerful Widget Library from Google !

2010-11-14 Thread Prashant
. -- Prashant www.claymus.com code.google.com/p/claymus/ -- 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

Re: Property 'gwt.logging' not found

2010-11-10 Thread Prashant Hegde
Try set-property name='gwt.logging.enabled' value='TRUE' / *and not* set-property name='gwt.logging' value='ENABLED' / Regards Prashant On Wed, Nov 10, 2010 at 7:14 PM, John bradley.r...@gmail.com wrote: I'm trying to switch from gwt-log over to the new logging in 2.1, but I'm getting

Re: uibinder and nested layout

2010-11-09 Thread Prashant Hegde
use classic MVP which passes the container to the appropriate presenters when it is time for display. The presenter sets the view to the container. So in essence, there is no nesting, but a definition of the container, which is set at a different place in the application. Prashant On Tue, Nov 9

how to attach google virtual keyboard to RichTextArea ?

2010-10-28 Thread Prashant Bhate
maybe because richTextArea uses iframeinternally. can anybody please help me make this work ? Prashant Bhate -- 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

Re: gwt : eclipse : dev mode : U nable to find anguage.gwt.xml in your classpath

2010-10-28 Thread Prashant Bhate
I think issue was with caching of classpath. I dont know.. Restarted eclipse and it worked like charm ! On Oct 24, 12:23 am, Gal Dolber gal.dol...@gmail.com wrote: Did you include gwt-language.jar in your classpath? On Sat, Oct 23, 2010 at 6:19 PM, Prashant Bhate prashant.bh

gwt : eclipse : dev mode : U nable to find anguage.gwt.xml in your classpath

2010-10-23 Thread Prashant Bhate
/gwt/language/Language.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source? Any clues? Regards, Prashant -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Re: java.lang.ClassCastException .. but why?

2010-10-19 Thread Prashant
i think you should use super(bool); instead of new MenuBar(bool); in public constructor of MyMenuBar class -- Prashant www.claymus.com code.google.com/p/claymus/ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Re: java.lang.ClassCastException .. but why?

2010-10-19 Thread Prashant
-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- Prashant www.claymus.com code.google.com/p/claymus/ -- You received this message because you

Re: class HorizontalPanel has no appropriate setUifield() method

2010-10-10 Thread Prashant Hegde
In your UiBinder XML file seems like you have a typo - Change *uifield *to * ui:field* ** * * *Thanks* Prashant On Mon, Oct 11, 2010 at 10:51 AM, Giuseppe Sacco eppes...@gmail.com wrote: Hi all, I am using uiBinder for the first time and I got an error message I cannot understand

Re: Layout issue in GWT...

2010-08-14 Thread Prashant Hegde
and Chrome for sure - IE not so sure). Hope this helps. Prashant On 15-08-2010 00:24, Thamizharasu S wrote: Hi, Layout in GWT is seems to little bit complex from my perspective. I created one sample search page which contains on the following components, HorizontalLayoutPanel -Label -TextBox

Re: SuggestBox + UiBinder question...

2010-08-13 Thread Prashant Hegde
The way I normally do this: In the Corresponding view class, @UiField(provided = true)SuggestBox suggestbox; In the constructor, before the initWidget() call, instantiate the suggestbox the way you want it. Prashant On 14-08-2010 00:13, Thamizharasu S wrote: Hi All, I have

Re: UiBinder xml definition reference: HELP...

2010-08-13 Thread Prashant Hegde
Not sure if there is such a documentation, however, one rule is that whenever a widget has a method say setName ( set methods), you can use name= in the UIBinder XML file for that widget. May be someone else can give a better answer. Prashant On 13-08-2010 23:34, Thamizharasu S wrote: Hi

Re: Displaying date in format dd/mm/yy

2010-08-11 Thread Prashant Hegde
See if this helps http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/i18n/client/DateTimeFormat.html Thanks Prashant On 11-08-2010 12:49, Santosh kumar wrote: Hi, After rpc cal i am getting the date from datastore which was stored in some of the kind, but i want

Re: enum serialization

2010-07-27 Thread Prashant
try public enum Status *implements **java.io.**Serializable* { ACTIVE, INACTIVE, NA } -- Prashant www.claymus.com -- 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

Re: VerticalPanel inside ScrollPanel inside StackPanel - no scrollbars?

2010-07-21 Thread Prashant Hegde
Not sure abt the ScrollPanel but, I have also found out ( the hard way) VerticalPanel ( table based ) does not work well with layout panels (div based) .. Try using a DockLayoutPanel - with all widgets added to the north - instead... may be worth a try. - Prashant On 21-07-2010 10:58

Re: create hyperlink using GWT

2010-07-20 Thread Prashant Hegde
How about using Anchor widget? Prashant On 21-07-2010 07:25, Lu wrote: Hi, After getting a bunch of urls from the sever side, I want to dispay them in the format of hyperlinks on the client side. In this case, I didn't use history at all so I choose to use 'new HTML()'. tableLeft.setWidget

Re: VerticalPanel inside ScrollPanel inside StackPanel - no scrollbars?

2010-07-20 Thread Prashant Hegde
The way I would go about doing this is as follows, see if this works for you or gives any hints: 0. Make sure you are in STANDARDS mode. 1. Use StackLayoutPanel and add it to your parent LayoutPanel ( mixing StackPanel with a DockLayoutPanel gives unpredictable results - so some one has said

Re: Client session

2010-07-15 Thread Prashant Hegde
appropriate action. Regards Prashant On 16-07-2010 03:41, munna kaka wrote: You wrote that On Thu, Jul 15, 2010 at 11:36 AM, Feldman, Nir (48Upper) nir.feld...@hp.com mailto:nir.feld...@hp.com wrote: Sharing of data is threw the bus. You should have your display expose mouseClickedEvent

Re: hi

2010-07-12 Thread Prashant
yes :-) -- Prashant www.claymus.com -- 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

Re: How to get the loading symbol while the application is loading in gwt 2.0.3

2010-07-10 Thread Prashant
the way we have implemented herehttp://claymus-demo.appspot.com/_ah/content is pretty simple. no need to worry about showing/removing loader image everytime you do rpc. source code is available herehttp://code.google.com/p/claymus/downloads/listfor download and the implementation can be found in

Re: How to get the loading symbol while the application is loading in gwt 2.0.3

2010-07-09 Thread Prashant
do you want to implement similar to this one http://claymus-demo.appspot.com/_ah/content ? On 10 July 2010 04:34, lineman78 linema...@gmail.com wrote: You will need to implement it in html and hide it once the application loads. You might have to move the script tag out of the head to the

Re: Drag and Drop Problem in GWT

2010-07-03 Thread Prashant
i tried GWTDND and found it very hard to use. currently i am using jQuery drag-drop plugin with GWT . On 3 July 2010 12:54, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote: Welcome my Friends i face a problem with drag and drop in GWT i want a simple example to help me to make it thanks

Re: Drag and Drop Problem in GWT

2010-07-03 Thread Prashant
for simple absolute panels. But customizing for a tree (FastTree) is creating lot of problems. Some one who has used gwt-dnd with FastTreem please help. Thanks, Subhro. On Sat, Jul 3, 2010 at 1:04 PM, Prashant nextprash...@gmail.com wrote: i tried GWTDND and found it very hard to use

Re: Drag and Drop Problem in GWT

2010-07-03 Thread Prashant
...@gmail.com wrote: how i can do it On Jul 3, 11:35 am, Prashant nextprash...@gmail.com wrote: http://claymus-demo.appspot.com/_ah/block On 3 July 2010 13:40, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote: i don't need it for tree i want it for dragging panels how i can do

Re: Drag and Drop Problem in GWT

2010-07-03 Thread Prashant
, Subhro. On Sat, Jul 3, 2010 at 1:04 PM, Prashant nextprash...@gmail.com wrote: i tried GWTDND and found it very hard to use. currently i am using jQuery drag-drop plugin with GWT . On 3 July 2010 12:54, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote: Welcome my

Re: Dynamic UI rendering using GWT

2010-06-29 Thread Prashant Hegde
widgets. Ofcourse it depends on the application as to whether this design is feasible. Prashant -- 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

Re: Unable to find 'Student.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?

2010-06-28 Thread Prashant
Delete old run configuration file. -- 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

SDK still searching for removed modules

2010-06-17 Thread Prashant
a classpath entry for source? I am using GWT 2.0.3 with Google Plugin and GAE SDK on Windows 7. module.blocks.Blocks doesn't exist at all, I have no clue why I am getting this error. Please help me out. Thanks, prashant -- You received this message because you are subscribed to the Google

Re: Getting a 503 Error.

2010-06-02 Thread Prashant Hegde
Probably your server has exited following a exception during initialization Does the console show some exceptions ? On 03-06-2010 04:12, ike wrote: Hey... I am using the plugin for Eclipse. There are no errors in my code according to Eclipse, but when I run the code, it gives me a screen

Re: GWT Module not loaded on app engine

2010-04-29 Thread Prashant Hegde
Pls check your web.xml entries if it is properly configured for url pattern admin http://code.google.com/webtoolkit/doc/latest/DevGuideServerCommunication.html#DevGuideImplementingServices Regards Prashant On 30-04-2010 08:22, Vik wrote: Hie Any help on this one plz? Thankx and Regards

Re: ***Exciting Java Opportunity in Hampshire***

2010-04-09 Thread Prashant Gupta
I'll do. -- 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

Re: Can someone brief out about MVP

2010-03-28 Thread Prashant Hegde
Here is a good starting point http://code.google.com/webtoolkit/doc/latest/tutorial/mvp-architecture.html Prashant On 29-03-2010 11:10, sridevi macherla wrote: Hi, Can someone brief out about Model View Presenter architecture... Thanks Sri -- You received this message because you

Re: IE7 - StackLayoutPanel ( works fine in FF chrome )

2010-03-08 Thread Prashant Hegde
remains. I do have a HTMLPanel with a lot of table (no divs) elements to align the code, and I use GWT widgets in it. I will try replacing them the raw HTML with GWT widgets.. ( I hate do this, as I was taking advantage of UiBinder features to mix HTML and GWT) Thanks again. Prashant On 09

IE7 - StackLayoutPanel ( works fine in FF chrome )

2010-03-07 Thread Prashant Hegde
Prashant -- 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 options

Re: detecting if frame is loaded and if there is an scrollbar...

2010-02-26 Thread Prashant Gupta
any suggestion...? -- 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

Re: Forwarding to a url

2010-02-25 Thread Prashant Gupta
Window.Location.replace(/your_link); On 25 February 2010 17:20, Vik vik@gmail.com wrote: Hie I have a gwt component embedded in a html page. From ModuleLoad method in my entry point class I want to navigate to another html/jsp page. How can I do that? Thankx and Regards Vik

Re: Design question

2010-02-25 Thread Prashant Gupta
you have two different pages. both pages have nothing to do with each other's modules. your form is not using popup and your popup is not using your form, am i right? (assuming answer is yes) so, there is no point in loading both (popup form) in both the pages. that's why I suggested you to write

detecting if frame is loaded and if there is an scrollbar...

2010-02-24 Thread Prashant Gupta
hi, My GWT module is using a frame widget, I want to resize the frame so that the webpage inside fits in and no scroll bar or extra space appears. how do i detect if the frame is loaded and is there an scrollbar in the frame? Thanks for any help... -- You received this message because you are

Re: Design question

2010-02-24 Thread Prashant Gupta
I suggest you to create 2 modules, one for each page. -- 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

passing all gwt modules' rpc requests through a single servlet.

2010-02-20 Thread Prashant Gupta
Hi, My app is using multiple gwt modules and I want to do some set up so that no change to web.xml is required whenever I add or remove a gwt module. I replaced @RemoteServiceRelativePath(greet) by @RemoteServiceRelativePath(../greet/fully qualified servlet name) so that all rpc requests

Re: passing all gwt modules' rpc requests through a single servlet.

2010-02-20 Thread Prashant Gupta
Can I get the source ? Thanks. On 21 February 2010 11:37, Henry q8e...@gmail.com wrote: See: http://code.google.com/p/gwtserviceresolver/ Cheers, Henry On Feb 20, 9:44 pm, Prashant Gupta nextprash...@gmail.com wrote: Hi, My app is using multiple gwt modules and I want to do some

Re: passing all gwt modules' rpc requests through a single servlet.

2010-02-20 Thread Prashant Gupta
Oh, it is in trunk. Sorry I didn't check earlier. Thanks. 2010/2/21 Prashant Gupta nextprash...@gmail.com Can I get the source ? Thanks. On 21 February 2010 11:37, Henry q8e...@gmail.com wrote: See: http://code.google.com/p/gwtserviceresolver/ Cheers, Henry On Feb 20, 9:44 pm

Re: passing all gwt modules' rpc requests through a single servlet.

2010-02-20 Thread Prashant Gupta
I am getting following errors: The field AbstractRemoteServiceServlet.perThreadRequest is not visible The field AbstractRemoteServiceServlet.perThreadResponse is not visible Code is same except imports : import com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException; import

Re: passing all gwt modules' rpc requests through a single servlet.

2010-02-20 Thread Prashant Gupta
This was because I changed the package. moved it back to com.google.gwt.user.server.rpc, errors are gone now. -- 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

Re: Best Practices for MVP with Composite Template View ( Header + Content + Nav + Footer) + UiBinder

2010-02-18 Thread Prashant Hegde
/g:DockLayoutPanel /ui:UiBinder -- Prashant On 19-02-2010 09:50, digitalsam007 wrote: Hello, I have been trying to implement the MVP pattern in my new GWT app. I have followed the Contacts example app and it seems to be quite straightforward. In there, the controller passes the root panel(container

Re: TabLayoutPanel doesn't work

2010-02-10 Thread Prashant Hegde
Try setting the height of TabLayoutPanel as 100% Also, to debug Panel positioning layout issues it may also help to set a border-width border-style ... ( that has worked for me most of the times) Hope this helps Prashant On 11-02-2010 10:34, Kevin Qiu wrote: I used this code from GWT's

Re: gwt-ckeditor v0.3 release

2010-02-09 Thread Prashant Gupta
I was using the JS version of CKEditor, I think gwt-ckeditor will replace it without any problem. Thanks a lot. -- 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

Getting error $doc.getBoxObjectFor is not a function in Firefox 3.6

2010-02-03 Thread Prashant
We use GWT 1.5 for our rest results publishing dashboard. We extensively use GWT widgets like MenuBar, DialogBox, PopupPanel, etc. Everything had been working fine till date. However, when we recently upgraded Firefox to the latest version (3.6), a lot of features seem to have been broken. For

Compiling gwt code to a folder

2010-01-20 Thread Prashant Gupta
Hi, I want to put all my compiled code in a specific folder, say /war/gwt but * rename-to *field in GWT module file does not accept '/' in the value. Is there any work around to do the same ? I am using google eclipse plugin on eclipse with GAE/J. Thanks. -- You received this message because

Re: Twitter Emulation Using GWT

2010-01-06 Thread Prashant
on thewww.awdio.com, I've done this if you want the code i can give you it On Fri, Dec 25, 2009 at 3:54 PM, Prashant kv.prs...@gmail.com wrote: Hey all, I read this wonderful article on Nettuts called Twitter Emulation Using MooTools 1.2 and PHP. I love Mootools and am comfortable with PHP. I wanted

Re: AppController or PlaceManager

2009-12-29 Thread Prashant Hegde
I had the pleasure of reading the article as well. Although I was slightly disappointed that the source code was not shared fully in the article, the concept is nicely explained, and the code can be developed based on the snippets in the article. At a high level, the AppController is a class

Twitter Emulation Using GWT

2009-12-26 Thread Prashant
Hey all, I read this wonderful article on Nettuts called Twitter Emulation Using MooTools 1.2 and PHP. I love Mootools and am comfortable with PHP. I wanted to know how to emulate Twitter as done using PHP and Mootools. The scenario is the same. A text box is provided for input and a button to

Re: RootPanel vs RootLayoutPanel usage

2009-12-21 Thread prashant
I was also looking for something similar, and I found this comment. From RootLayoutPanel comments Note that, unlike {...@link RootPanel#get(String)}, this class provides no way * to get an instance for any element on the page other than the document * body. This is because we know

Re: How do GWT webpages (HTML) map to java files.

2009-12-18 Thread Prashant Gupta
Hi On Wed, Dec 16, 2009 at 10:35 PM, Saeed saee...@gmail.com wrote: I would like to know how webpages map to specific Java methods please like in Struts we have struts.xml and JSF we have faces-config.xml I have no idea about struts JSF, I think you want to ask where to specify servlets

Re: How to embed Google Friend Connect Gadget inside GWT app?

2009-12-14 Thread Prashant
never tried that using GWT only... try setting GFC's code as html for a HTML Widget. -- 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,

Re: New Widget: Window Panel (minimize, maximize/restore, close, resize)

2009-12-03 Thread Prashant
Good work ! but resizing is not working properly, resizing stops when I click again after releasing first click. Good luck. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: using 2 or more GWT modules in a single html page

2009-12-02 Thread Prashant
Thanks a lot Sripathi, I'll rethink about my app design. -- 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

Re: clear jetty cached data

2009-12-01 Thread Prashant
I think restarting the server should work. -- 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

Re: clear jetty cached data

2009-12-01 Thread Prashant
No. go to Console Tab Chage the display to [Web Application] Hit the red button to stop the server Start the server 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

Re: clear jetty cached data

2009-12-01 Thread Prashant
ohh, great. i never noticed that. -- 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

Re: How to disable default css

2009-12-01 Thread Prashant
it shouldn't happen, i am also not using gwt styles. try creating a new project and comment inherit tag before compiling it first time. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: help with Timer !

2009-11-30 Thread Prashant
It is not clear what you want to ask and your code is no way related to RPC. I suggest you to go though docs first and then come back here with little better code snippet. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

Re: using 2 or more GWT modules in a single html page

2009-11-30 Thread Prashant
Actually, my app manages data/content in form of modules and each module has its own GWT module to help it add/update data. A module may or may not load depending on request, so, corresponding GWT module may or may not load. I don't want to put all the GWT modules in a single .nocach.js because I

using with multiple modules with (history)ValueChangeHandler

2009-11-27 Thread Prashant
Hi, I want to user 2 or more GWT modules in a single page, each implementing its own (history)ValueChangeHandler. Is it not a good practice to use multiple modules in a single page? what issues I might face? Thanks. -- You received this message because you are subscribed to the Google Groups

using 2 or more GWT modules in a single html page

2009-11-27 Thread Prashant
Hi, I want to split my GWT code into multiple GWT modules, compiling all modules separately and then linking all GWT modules (.nocache.js files) in a single page.* Is it a good practice?* Well, I already tried with two modules, both modules are working together without any trouble except one

GWT 2.0.0rc2 ::: Unknown argument: -portHosted

2009-11-26 Thread Prashant
Hi, I am using GWT 2.0.0rc2 with GAE SDK 1.2.6 on Vista, whenever I try to run or debug the project I am getting following error. I tried creating a fresh project but the problem persists. Unknown argument: -portHosted Google Web Toolkit 2.0.0-rc2 DevMode [-noserver] [-port port-number | auto]

Re: GWT 2.0.0rc2 ::: Unknown argument: -portHosted

2009-11-26 Thread Prashant
I tried updating the plugin using IDE and it said a newer version is already installed. -- 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

Re: GWT 2.0.0rc2 ::: Unknown argument: -portHosted

2009-11-26 Thread Prashant
it worked ! thanks. -- 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.

detecting if a widget is added to DOM or not

2009-11-23 Thread Prashant
Hi, Suppose, I write my own custom widget using some features (say, third party library features) which will work only if my widget is added to DOM, so, those features need to be loaded only after the widget is added to DOM. Is there any way to detect if widget is added to DOM? like, any method

Re: detecting if a widget is added to DOM or not

2009-11-23 Thread Prashant
thanks a lot, GWT really rocks and you too.. :) -- 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

com.google.gwt.core.ext.UnableToCompleteException while using Development Mode

2009-11-18 Thread Prashant
Hi, I am getting following error while trying to access http://localhost:/A_Test_App.html?gwt.codesvr=172.16.14.38:51241 Connection received from SonyVaio.mshome.net:51327 [ERROR] Failed to load module 'a_test_app' from user agent 'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US;

Re: com.google.gwt.core.ext.UnableToCompleteException while using Development Mode

2009-11-18 Thread Prashant
it is A_Test_App.gwt.xml -- 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

Re: Using JSNI to access external JavaScript function of an external library

2009-11-02 Thread Prashant
thanks, BTW it works for *content-block* in place of * document.getElementById(**content-block)* --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: RichTextArea not showing right!!!

2009-10-23 Thread Prashant
see GWTShowcase demo. Hint: you need to add the toolbar separately. --~--~-~--~~~---~--~~ 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

inheritance not allowed???

2009-10-22 Thread Prashant
i tried doing something like : public abstract class MyEntryPoint implements EntryPoint{ @Override public abstract void onModuleLoad(); // My custome methods... } public class GWTTest extends MyEntryPoint { @Override public void onModuleLoad() { // code goes

Re: inheritance not allowed???

2009-10-22 Thread Prashant
basically, i want to write some custom methods common to all gwt modules, if my approach (refer to previous post) is not correct/possible please suggest me a workaround. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: inheritance not allowed???

2009-10-22 Thread Prashant
thanks for you reply but it doesn't work. --~--~-~--~~~---~--~~ 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

Re: inheritance not allowed???

2009-10-22 Thread Prashant
i re-modified my code a little bit and now its working :-) . scroll down for code snippet public class MyEntryPoint implement EntryPoint{ // My custome methods... } public class GWTTest extends MyEntryPoint{ @Override public void onModuleLoad() { // code goes here } }

Re: A CMS made with GWT?

2009-10-13 Thread Prashant
Thanks Andy for reporting back. I'll check the issue. --~--~-~--~~~---~--~~ 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

Re: A CMS made with GWT?

2009-10-12 Thread Prashant
so, you must find some other app because mine one is gonna take months to get launched. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: A CMS made with GWT?

2009-10-09 Thread Prashant
Hi, I am working on a cms project for GAE. It is not yet ready for end users but you can take a look at working draft here http://gaewcms.appspot.com . --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web

Re: How can I store the User details after Login in to the application?

2009-10-09 Thread Prashant
yes, but you need to enable session for app first, see docs to find out details On Fri, Oct 9, 2009 at 4:13 PM, prem premn...@gmail.com wrote: How can I store the User details after Login in to the application? Is there any Session object to store the details of the logged in person?

Re: If anyone has a google wave invite - cough - please?

2009-10-01 Thread Prashant
go to More options --- Select Mute 2009/10/1 ThomasWrobel darkfl...@gmail.com Its everywhere at the moment. I keep getting spammed on my gmail chat from people posting Does anyone have any spare wave invites? as a question using Aardvark. Its getting a little annoying. On Oct 1, 7:04 pm,

  1   2   >