Re: Transition from Web to Mobile Web

2014-08-19 Thread Deepak Singh
://groups.google.com/d/optout. -- Deepak Singh -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post

Transition from Web to Mobile Web

2014-08-11 Thread Deepak Singh
Hi All, I have a running web application on GWT and GAE. I am using plain html and ui:binder, no MVP. It works well. For the business need, i need to develop a mobile UI for our users. To achieve the same, i plan the following option: I will develop another HTML page which has responsive design

Re: Datepicker - show 2 months together

2014-03-04 Thread Deepak Singh
Any help please.. On 3 March 2014 01:19, Deepak Singh deepaksingh...@gmail.com wrote: hi All, Is it possible somehow to show 2 months(current and next) calender to show together with GWT 2.6 datepicker ? -- Deepak Singh -- Deepak Singh -- You received this message because you

Datepicker - show 2 months together

2014-03-02 Thread Deepak Singh
hi All, Is it possible somehow to show 2 months(current and next) calender to show together with GWT 2.6 datepicker ? -- Deepak Singh -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving

Dictionary not working on IE7

2013-02-01 Thread Deepak Singh
{ } Do i need to do anything else to work it on IE7 ? Regards Deepak Singh -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr

SOYC not generated

2012-12-17 Thread Deepak Singh
mistake here ? Deepak Singh -- 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

Re: SOYC not generated

2012-12-17 Thread Deepak Singh
. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- Deepak Singh -- 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

PopUp not visible

2012-11-27 Thread Deepak Singh
am doing here? -- Deepak Singh -- 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

Google Maps with GWT

2012-11-26 Thread Deepak Singh
(paymentInfoDiv).add(map); } }); I am getting exception while invoking MapWidget. ExceptionInitializer exception. I believe this library does not work with GWT 2.5 Pls guide me here. -- Deepak Singh -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group

Re: Google Maps with GWT

2012-11-26 Thread Deepak Singh
Help needed... On Tue, Nov 27, 2012 at 1:37 AM, Deepak Singh deepaksingh...@gmail.comwrote: Hi All, I am using gwt-maps.jar for integrating maps with our application. I am following the link http://code.google.com/p/gwt-google-apis/wiki/MapsGettingStarted GWT 2.5 version Code

Re: Change text of buttonCell in celltable

2012-11-06 Thread Deepak Singh
{ normalButtonClicked = false;} } But its not working. The text of the button is never changed. Regards Deepak On Tue, Nov 6, 2012 at 2:37 PM, Thomas Broyer t.bro...@gmail.com wrote: On Monday, November 5, 2012 7:53:59 PM UTC+1, Deepak Singh wrote: Let's say you have some

Change text of buttonCell in celltable

2012-11-05 Thread Deepak Singh
the user that the click has happened and to wait till work in progress. col.setFieldUpdater() has nothing to achieve this. Can you pls give me some solution ... -- Deepak Singh -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: Change text of buttonCell in celltable

2012-11-05 Thread Deepak Singh
, 2012 5:17:43 PM UTC+1, Deepak Singh wrote: Hi, I have a celltable which has one column as ButtonCell. I am doing some server side work on click of this button. Now, i want that the text should change to 'Loading...' when clicked on this button and should again to its original text after i

Re: Moving Animation

2012-10-23 Thread Deepak Singh
Any help please On Mon, Oct 22, 2012 at 10:44 PM, Deepak Singh deepaksingh...@gmail.comwrote: Hi, I need to do an animation something like following, I have a HTMLPanel element. Now at a certain event, i would like to add this HTMLPanel to a shortlisted panel(say a HorizontalPanel

Re: Moving Animation

2012-10-23 Thread Deepak Singh
/java/com/google/gwt/sample/expenses/client/SlidingPanel.java Regards 2012/10/23 Deepak Singh deepaksingh...@gmail.com Any help please On Mon, Oct 22, 2012 at 10:44 PM, Deepak Singh deepaksingh...@gmail.comwrote: Hi, I need to do an animation something like following, I have

Re: Moving Animation

2012-10-23 Thread Deepak Singh
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, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- Deepak Singh -- You received

Moving Animation

2012-10-22 Thread Deepak Singh
think i am clear what i want to say. If anything else to understand, let me know. Thanks Deepak Singh -- 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: GWT Maps V3 Api, clearing directions

2012-09-20 Thread Deepak Singh
Any guidance pls.. On Thu, Sep 20, 2012 at 1:39 AM, Deepak Singh deepaksingh...@gmail.comwrote: Could not resolve the exception mentioned. Then i copied PlaceSearchMapWidget.java and tried to use. But could not create the widget as PlacesService placeService = PlacesService.newInstance

Re: GWT Maps V3 Api, clearing directions

2012-09-19 Thread Deepak Singh
/src/com/google/gwt/maps/testing/client/maps/PlaceSearchMapWidget.java#L40 Brandon On Tuesday, September 4, 2012 7:16:38 AM UTC-7, Deepak Singh wrote: I want to use this library. I have lattitude and longitude with me and i need to show the location on the map. Also, need to find the nearest

Re: GWT Maps V3 Api, clearing directions

2012-09-19 Thread Deepak Singh
), JavaScript object(6296)]): $wnd.google is undefined On Thu, Sep 20, 2012 at 1:02 AM, Deepak Singh deepaksingh...@gmail.comwrote: I added jar file APIs_Google_map3.8.0beta.jar to my classpath. Added this to lib also. Included inherits name='com.google.gwt.maps.Apis_Google_Maps' / to my *.gwt.xml

Re: GWT Maps V3 Api, clearing directions

2012-09-19 Thread Deepak Singh
is simple, I have latitude and longitude. I need to search places within 2 kms area of this latlong. Pls let me know which kind of class will be useful for me ? Regards Deepak On Thu, Sep 20, 2012 at 1:36 AM, Deepak Singh deepaksingh...@gmail.comwrote: Now, I added gwt-ajaxloader.jar

GWT + Facebook integration issue

2012-09-19 Thread Deepak Singh
; num_posts=2 width=470/fb:comments When running the application in dev mode, it fails with exception Prefix fb: has unrecognized xmlns http://ogp.me/ns/fb#; (bad import?): fb:comments href='http://example.com' num_posts='2' width='470' (:133) Any good solution for facebook integration. Thanks Deepak

Re: GWT Maps V3 Api, clearing directions

2012-09-18 Thread Deepak Singh
On Tue, Sep 18, 2012 at 12:32 AM, Deepak Singh deepaksingh...@gmail.comwrote: As far as, I know there has to be a unique for using google maps. Where would i place my unique key? I have a limited requirement to find near about places using LatLong, will it be enough to use just Basic map

Re: CustomScrollPanel issue (extra div overlays generated impacting performance?)

2012-09-17 Thread Deepak Singh
Hi Seth, Is the drag functionality completed for the custom scrollbar ? Thanks Deepak On Wed, Apr 11, 2012 at 2:25 AM, Deepak Singh deepaksingh...@gmail.comwrote: Thanks Seth. I will wait. On Wed, Apr 11, 2012 at 1:23 AM, GWTter seth@gmail.com wrote: Hi Deepak, Sure, I'll let you

Properties file with GWT

2012-09-14 Thread Deepak Singh
based on id's found in properties file. Is it a good approach ? If yes, how to use properties file ? Regards Deepak Singh -- 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

com.google.gwt.user.client.rpc.SerializationException

2012-09-10 Thread Deepak Singh
(TraceContext.java:456) at com.google.apphosting.runtime.ThreadGroupPool$PoolEntry.run(ThreadGroupPool.java:251) at java.lang.Thread.run(Thread.java:679) Thanks Deepak Singh -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: com.google.gwt.user.client.rpc.SerializationException

2012-09-10 Thread Deepak Singh
How do i delete them ? On Mon, Sep 10, 2012 at 10:26 PM, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: Hi, This problem happens when you have an old rpc.policy. Check that in your war you have the last rpc policy file. Cheers, Juan 2012/9/10 Deepak Singh deepaksingh

Re: com.google.gwt.user.client.rpc.SerializationException

2012-09-10 Thread Deepak Singh
I compiled it time and again. but no success. Do i need to delete it manually and then compile ? On Tue, Sep 11, 2012 at 1:13 AM, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: Regenerate the WAR. When GWT compiles, generate these files. 2012/9/10 Deepak Singh deepaksingh

Re: GWT Maps V3 Api, clearing directions

2012-09-04 Thread Deepak Singh
...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- Deepak Singh -- 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

Re: IE 7 / 8 issue

2012-09-03 Thread Deepak Singh
) at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:364) at java.lang.Thread.run(Thread.java:619) Can someone help me to figure out the issue ? On Sat, Sep 1, 2012 at 12:11 AM, Deepak Singh deepaksingh...@gmail.comwrote: Hi, GWT 2.5 RC1 Based on an even , i am opeing a popupPanel(true

Re: IE 7 / 8 issue

2012-09-03 Thread Deepak Singh
-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. -- Deepak Singh -- You received this message because you are subscribed

IE 7 / 8 issue

2012-08-31 Thread Deepak Singh
call'. It happens on running compiled app. I am unable to debug this. Pls help me out. Thanks Deepak Singh -- 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: SuggestBox implementation

2012-08-27 Thread Deepak Singh
) { // TODO Auto-generated method stub } }); try { request.send(); } catch (Exception e) { } } On Sunday, August 26, 2012 11:20:31 PM UTC+2, Deepak Singh wrote: Hi, I tried this way public class CustomSuggestion implements Suggestion{ public CityNameDTO dto = null; public

Re: SuggestBox implementation

2012-08-27 Thread Deepak Singh
to the frontend? Manually parsing JSON? RequestFactory? RPC? On Mon, Aug 27, 2012 at 4:49 PM, Deepak Singh deepaksingh...@gmail.com wrote: I understand this. But my question is how do i implement CustomSuggestOracle.java What will be implementation of the method getMatchingCities

Re: enable closure compiler

2012-08-27 Thread Deepak Singh
/-/oDSZBHOG6_EJ. 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, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- Deepak Singh

Re: enable closure compiler

2012-08-27 Thread Deepak Singh
groupIdcom.googlecode.**gwtquery/groupId artifactIdgwtquery/**artifactId version1.1.1-SNAPSHOT/**version scopeprovided/scope /dependency /dependencies Am Montag, 27. August 2012 20:52:45 UTC+2 schrieb Deepak Singh: Can i also have the new Gwtquery-snapshot to avoid

enable closure compiler

2012-08-26 Thread Deepak Singh
Hi All, I migrated to GWT 2.5Rc1 and now i want to know the benefits of closure-compiler which can now be passed as a compiler option. Along with i am using gwtquery. Will it be beneficial to enable closureCompiler ? Thanks Deepak Singh -- You received this message because you are subscribed

Re: SuggestBox implementation

2012-08-26 Thread Deepak Singh
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. -- Deepak Singh -- You received this message because

Re: SuggestBox implementation

2012-08-26 Thread Deepak Singh
at 11:18 PM, Thomas Broyer t.bro...@gmail.com wrote: On Sunday, August 26, 2012 6:36:11 PM UTC+2, Deepak Singh wrote: But after selecting a value, how do i get the id of the selected value? SuggestBox works best if you use the ID as the replacementString and the label as the displayString

Re: enable closure compiler

2012-08-26 Thread Deepak Singh
this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- Deepak Singh -- 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

SuggestBox implementation

2012-08-25 Thread Deepak Singh
it ? Thanks Deepak Singh -- 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

Check internet speed on client machine

2012-08-24 Thread Deepak Singh
Hi, How can we find out that the internet speed is slow on client machine so that we can show a notification at the time of loading the app ? Regards Deepak Singh -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Custom ScrollPanel

2012-08-18 Thread Deepak Singh
Hi All, I need a custom scroll panel / ScrollBar looking beautiful like Gmail. Can someone tell me any such component available ? Regards Deepak Singh -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Re: Custom ScrollPanel

2012-08-18 Thread Deepak Singh
-toolkit?hl=en. -- Deepak Singh -- 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

Re: window scrolls to top afte closing PaopupPanel

2012-08-15 Thread Deepak Singh
Still the issue is not resolved. It happens on all browsers. Any one can figure out it. On Wed, Aug 15, 2012 at 12:17 AM, Deepak Singh deepaksingh...@gmail.comwrote: Hi, I use following code : int left = eachHotel.getAbsoluteLeft(); int top = eachHotel.getAbsoluteTop(); final DialogBox

Re: window scrolls to top afte closing PaopupPanel

2012-08-14 Thread Deepak Singh
or a code snippet? What version of GWT? In which browsers? What are the autoHide and modal settings for the panel? On Sunday, August 12, 2012 12:44:13 PM UTC-4, Deepak Singh wrote: Hi All, I have a popup panel and am showing some content inside it with scrolling enabled inside popupPanel. Now

Re: window scrolls to top afte closing PaopupPanel

2012-08-13 Thread Deepak Singh
Any suggestion how can i achieve this ? On Sun, Aug 12, 2012 at 10:14 PM, Deepak Singh deepaksingh...@gmail.comwrote: Hi All, I have a popup panel and am showing some content inside it with scrolling enabled inside popupPanel. Now the problem i am facing is that, after closing popupPanel

window scrolls to top afte closing PaopupPanel

2012-08-12 Thread Deepak Singh
popupPanel. Thanks Deepak Singh -- 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

Re: RequestBuilder and Browser same-origin-policy

2012-07-17 Thread Deepak Singh
-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. -- Deepak Singh -- You received this message because you are subscribed

RequestBuilder and Browser same-origin-policy

2012-07-16 Thread Deepak Singh
server ? Help appreciated. Thanks in advance Deepak Singh -- 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

Re: RequestBuilder and Browser same-origin-policy

2012-07-16 Thread Deepak Singh
of the jdk hth On Mon, Jul 16, 2012 at 7:28 PM, Deepak Singh deepaksingh...@gmail.comwrote: Hi All, I have a situation as follows, Environment: GWT 2.5 , GAE 1.7 I have to make a POST request to 3rd part server which in turn returns XML. I am doing this with RequestBuilder but it does

Re: GWT 2.5RC1 - UiRenderer

2012-07-10 Thread Deepak Singh
Anyone showing some light over the problem . On Mon, Jul 9, 2012 at 11:44 PM, Deepak Singh deepaksingh...@gmail.comwrote: Hi, I updated my GWT sdk to 2.5Rc1 and eclipse plugin. I am trying to use UiRenderer. I find that there is no option available with new eclipse plugin to generate

GWT 2.5RC1 - UiRenderer

2012-07-09 Thread Deepak Singh
working. Any help appreciated. Thanks Deepak Singh -- 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

Re: UiBinder as Cell widget

2012-06-30 Thread Deepak Singh
Now 2.5rc1 is out. Any document / example how to render uibinder (created by 2.4) to be used as column in celltable. And of course it should handle event from uibinder also. Thanks in advance Deepak On Thu, Jun 14, 2012 at 10:07 PM, Deepak Singh deepaksingh...@gmail.comwrote: Great news

Re: symbolMap files and packaging gwt project

2012-06-27 Thread Deepak Singh
at 8:26 PM, Deepak Singh deepaksingh...@gmail.comwrote: Yes, we can set -deploy outside the war while compiling. But when we deploy app to appengiene through eclipse, it compiles the app and sets the deploy folder in war location. Here i did not find any option to set -deploy outside war while

Re: symbolMap files and packaging gwt project

2012-06-21 Thread Deepak Singh
. -- Deepak Singh -- 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

Re: UiBinder as Cell widget

2012-06-14 Thread Deepak Singh
Great news !!! On Thu, Jun 14, 2012 at 2:55 PM, Thomas Broyer t.bro...@gmail.com wrote: On Thursday, June 14, 2012 5:47:05 AM UTC+2, Deepak Singh wrote: Then i will wait for 2.5. FYI, RC1 should be out within a week. -- You received this message because you are subscribed to the Google

Re: UiBinder as Cell widget

2012-06-13 Thread Deepak Singh
this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- Deepak Singh -- 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

UiBinder as Cell widget

2012-06-12 Thread Deepak Singh
and Anchors of UIBinder. Is there any solution ? Help appreciated. Thanks Deepak Singh -- 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

How to find that an element is now in view on the screen

2012-04-29 Thread Deepak Singh
Hi, Suppose i have an HtmlPanel or a DivElement and i want to know that while scrolling up/down, this particular element is viewable on the screen by user. It should not be out of sight even if attached to the DOM. Thanks Deepak Singh -- You received this message because you are subscribed

Re: Window.open() opens as a popup

2012-04-24 Thread Deepak Singh
Still no luck. Any solution pls. On Mon, Apr 23, 2012 at 3:07 AM, Deepak Singh deepaksingh...@gmail.comwrote: But same thing i am doing with button click handler instead a link. User clicks on a button, i perform some task and the open the new window inside click handler of button. Does

Window.open() opens as a popup

2012-04-22 Thread Deepak Singh
Hi, I am using Window.open('Url', _blank, ); It always opens the new window as popup. I want this to be opened as a new tab, browser window. It should not react with popup blocker anymore. How can i achieve this one ? Thanks Deepak Singh -- You received this message because you

Re: Window.open() opens as a popup

2012-04-22 Thread Deepak Singh
schrieb Deepak Singh: Hi, I am using Window.open('Url', _blank, ); It always opens the new window as popup. I want this to be opened as a new tab, browser window. It should not react with popup blocker anymore. How can i achieve this one ? Thanks Deepak Singh -- You received

Re: How to track native browser scroll up-down movement

2012-04-19 Thread Deepak Singh
/client/Window.html#addWindowScrollHandler(com.google.gwt.user.client.Window.ScrollHandler) Should help you track the users scrolling. On Tue, Apr 17, 2012 at 11:08 PM, Deepak Singh deepaksingh...@gmail.comwrote: I want to use plain html only because in my whole project i have not used

Re: Call for action: Time to rethink a road-map and more frequent updates for GWT.

2012-04-19 Thread Deepak Singh
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, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- Deepak

Re: How to track native browser scroll up-down movement

2012-04-17 Thread Deepak Singh
and a ScrollPanel or CustomScrollPanel. It's a pain in the neck to get in place, but it does work. On Monday, April 16, 2012 4:45:01 PM UTC-4, Deepak Singh wrote: Hi, I have the following scenario, Html: div div style=width:100% ui:field=topDiv/div div style=width:40% ui:field=leftDiv/div

How to track native browser scroll up-down movement

2012-04-16 Thread Deepak Singh
? Thanks Deepak Singh -- 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

Re: CustomScrollPanel issue (extra div overlays generated impacting performance?)

2012-04-10 Thread Deepak Singh
. -Seth On Wednesday, April 4, 2012 4:30:01 PM UTC-4, Deepak Singh wrote: Ok. So request you to update me when you add this drag functionality. OR you can give me some hints/suggestion so that i could also try a bit. Will be waiting for this one. Thanks Deepak On Thu, Apr 5, 2012

Re: CustomScrollPanel issue (extra div overlays generated impacting performance?)

2012-04-04 Thread Deepak Singh
, you should have a custom scroll bar (not native). You should at the very least have the above code working. Hope this helps. Let me know. -Seth On Tuesday, April 3, 2012 1:59:33 PM UTC-4, Deepak Singh wrote: Hi Seth, I added the styles to myVerticalScrollBar. and added the entire page

Re: CustomScrollPanel issue (extra div overlays generated impacting performance?)

2012-04-04 Thread Deepak Singh
to mention that I hadn't added the drag functionality to the scrollbar since I had put that on hold to focus on some other issues. So you should see the functionality with the scroll wheel only currently. -Seth On Wednesday, April 4, 2012 1:26:44 PM UTC-4, Deepak Singh wrote: Hi Seth

How to make label auto click

2012-04-03 Thread Deepak Singh
Hi, I have wrapped a div into Label. Added clickhandler to label. Now i want that at some point of time, this label should be autoclicked but we dont have anything like click() method for label as we have for button.click(). So how can i achieve this ? Thanks Deepak Singh -- You received

Re: CustomScrollPanel issue (extra div overlays generated impacting performance?)

2012-04-03 Thread Deepak Singh
within the MyScrollPanel will have the custom scroll bars, anything not within a CustomScrollPanel will still default to the native implementation. Hope this helps. -Seth -Seth On Monday, April 2, 2012 11:44:57 AM UTC-4, Deepak Singh wrote: Nothing more than what i sent you. I have just

Re: How to make label auto click

2012-04-03 Thread Deepak Singh
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. -- Deepak Singh -- You received this message because you

Re: CustomScrollPanel issue (extra div overlays generated impacting performance?)

2012-04-02 Thread Deepak Singh
. What style are you using for the vertical scrollbar? And thanks for the repost. -Seth On Sunday, April 1, 2012 3:50:12 PM UTC-4, Deepak Singh wrote: Hi Seth, I am posting my code here: myScrollPanel.css @CHARSET ISO-8859-1; .customScrollPanel{ } .customScrollPanelCorner

Re: CustomScrollPanel issue (extra div overlays generated impacting performance?)

2012-04-01 Thread Deepak Singh
the vertical scrollbar to be within that width. Also, I can't seem to find the repost of the original message with the attached code I sent you anywhere in this thread, am I looking in the wrong place. Thanks. -Seth On Saturday, March 31, 2012 4:27:42 PM UTC-4, Deepak Singh wrote: Hi Seth

Re: CustomScrollPanel issue (extra div overlays generated impacting performance?)

2012-03-31 Thread Deepak Singh
. 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, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- Deepak Singh -- You

Re: CustomScrollPanel issue (extra div overlays generated impacting performance?)

2012-03-31 Thread Deepak Singh
Hi Seth, I copied your classes and css in my client package. It compiled fine. When i run the applicatio in dev mode, the browser default scrollbar is not overridden. It is same as default. What can i do to override the native one ? On Sun, Apr 1, 2012 at 1:05 AM, Deepak Singh deepaksingh

Re: CustomScrollPanel issue (extra div overlays generated impacting performance?)

2012-03-30 Thread Deepak Singh
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. -- Deepak Singh -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group

Re: CustomScrollPanel issue (extra div overlays generated impacting performance?)

2012-03-30 Thread Deepak Singh
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, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- Deepak Singh -- You received

Re: How to get text from textarea as html

2012-03-30 Thread Deepak Singh
, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- Deepak Singh -- 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

How to get text from textarea as html

2012-03-29 Thread Deepak Singh
Hi, I have a Textarea and i want to get the text written from this in the same same format as user has entered. Means, with spaces and line breaks same as user has entered. How can i achieve this ? Currently it gives the text without line breaks with textarea.getText(). Thanks Deepak Singh

Re: GMail authentication with GWT + GAE - works in development but fails in production

2012-03-28 Thread Deepak Singh
-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- Deepak Singh -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

How to get page state

2012-03-28 Thread Deepak Singh
Hi, At some point of time, i have to reload the window (After login through Gmail authentication), so i want that the page should be loaded in the same state as it was before login. how can i save the state of the entire page and come back to the same state after login ? Thanks Deepak Singh

Re: How to get page state

2012-03-28 Thread Deepak Singh
trick without MVP. Not sure how it manifests within the app. On Wed, Mar 28, 2012 at 9:19 AM, Deepak Singh deepaksingh...@gmail.comwrote: Hi, At some point of time, i have to reload the window (After login through Gmail authentication), so i want that the page should be loaded in the same

Re: GMail authentication with GWT + GAE - works in development but fails in production

2012-03-28 Thread Deepak Singh
, March 28, 2012 6:15:47 PM UTC+2, Deepak Singh wrote: The reason is that Gmail does not allow to be opened in Frame/IFrame. When i replace it with browser window, it works. But i dont want my page to be refreshed, so any solution to avoid reloading the window in case of Gmail authentication

Re: GMail authentication with GWT + GAE - works in development but fails in production

2012-03-27 Thread Deepak Singh
Any help pls. i am still stuck with it. On Mon, Mar 26, 2012 at 10:11 PM, Deepak Singh deepaksingh...@gmail.comwrote: Hi All, I am authenticating my users through GMail login in GWt + GAE environment. Code is as follows: GWT code: final Frame frameForGmail = new Frame(); final Image

GMail authentication with GWT + GAE - works in development but fails in production

2012-03-26 Thread Deepak Singh
with default authentication as google account. Thanks in advance Deepak Singh -- 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

Re: Programming a custom scrollbar with GWT

2012-03-23 Thread Deepak Singh
-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- Deepak Singh -- 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: How to share classes between two different modules with two different pages

2012-03-22 Thread Deepak Singh
It did not work. On Thu, Mar 22, 2012 at 3:29 AM, Matias Costa m.costac...@gmail.com wrote: I would create a base module from which A and B inherit. Or you can try in moduleB.gwt.xml source path=../moduleA/client / El miércoles 21 de marzo de 2012 16:16:46 UTC+1, Deepak Singh escribió

Re: How to share classes between two different modules with two different pages

2012-03-21 Thread Deepak Singh
the same inherits within both. On Tuesday, 20 March 2012 21:22:58 UTC, Deepak Singh wrote: Hi All, I have a GWT project with 2 modules. ModuleA and ModuleB Both are having their own html page. i.e. tow seperate html pages so seperate Rootpanel for both of them. So i cant inherit one

How to share classes between two different modules with two different pages

2012-03-20 Thread Deepak Singh
Hi All, I have a GWT project with 2 modules. ModuleA and ModuleB Both are having their own html page. i.e. tow seperate html pages so seperate Rootpanel for both of them. So i cant inherit one into another. How can i use the same class(in shared package) in both the modules ? Thanks Deepak

Re: How to compile a particular class

2012-03-01 Thread Deepak Singh
A that includes AbcDTO and have B inherit that. Paul On 29/02/12 21:34, Deepak Singh wrote: Hi All, I have the following scenario. In GWT application, i have two seperate modules, not inherited one from another. Module A has class AbcDTO implements Serialisable { } in its shared package

How to compile a particular class

2012-02-29 Thread Deepak Singh
that i can use AbcDTO in module B client code. Otherwise if i dont include AbcDTO in compilation of Module B, It will throw exception when using AbcDTO in module B client code. How can i include this particular AbcDTO in mudule B.gwt.xml file for compilation ? Thanks Deepak -- Deepak Singh

How to make Label as span

2012-02-28 Thread Deepak Singh
Hi All, Label la = new label(); The above line when converted to java script generates into div. What i want is it should be converted in span. How can i achieve it ? Thanks Deepak Singh -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group

Re: How to make Label as span

2012-02-28 Thread Deepak Singh
Thanks a lot. It worked fine. On Wed, Feb 29, 2012 at 1:19 AM, Hilco Wijbenga hilco.wijbe...@gmail.comwrote: On 28 February 2012 10:56, Deepak Singh deepaksingh...@gmail.com wrote: Label la = new label(); The above line when converted to java script generates into div. What i want

Re: Date box pop up seems to ignore default css

2012-02-27 Thread Deepak Singh
Any suggestion pls... On Sun, Feb 26, 2012 at 1:06 AM, Deepak Singh deepaksingh...@gmail.comwrote: Hi All, I have a ui:binder and am using date box as follows d:DateBox width=16em ui:field=agPacValidityTo /d:DateBox Java: DateTimeFormat df = DateTimeFormat.getFormat(EEE, MMM d,

Date box pop up seems to ignore default css

2012-02-25 Thread Deepak Singh
); } }); The problem i am getting is that the date popup is not shown properly. The pop up appears without any css applied to it. So the look n feel of pop up is totally disturbed. Am i missing something here ? Thanks Deepak Singh -- You received this message because you are subscribed

Highlight a div

2012-02-17 Thread Deepak Singh
Hi All, I need to highlight a particular div area after a certain event somewhere else. I can change the background color but i need to achieve it by highlighting the div only for few milliseconds. How can i do this? Thaks Deepak Singh -- You received this message because you are subscribed

Show image with data as byte[]

2012-02-08 Thread Deepak Singh
Hi All, I ahve an image data as byte array. byte[] imageData = x.getBytes(); I need to show it on my html page and am getting this data along with other data through Rpc. What is the way to do it? Thanks Deepak Singh -- You received this message because you are subscribed to the Google

Re: Show image with data as byte[]

2012-02-08 Thread Deepak Singh
to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- Deepak Singh -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

  1   2   3   >