Re: GWT Developer Plugin for Firefox 7

2011-10-07 Thread Tapas Adhikary
Alan, Can you share the check-in location? -Tapas On Oct 8, 1:24 am, Kees de Kooter kdekoo...@gmail.com wrote: Doin' fine on my mac. Kees de Kooter On Fri, Oct 7, 2011 at 21:50, Alan Leung acle...@google.com wrote: Yes. I checked it in last night and tested it on all the OS. Let

Re: GWT Developer Plugin for Firefox 6

2011-10-01 Thread Tapas Adhikary
Firefox is talking about the version 10 by Nov 8,2011 (https://wiki.mozilla.org/Releases#Firefox_10) Whats the plan for the GWT dev plug-in development? Do you guys have any news on how this plug-in is going to cope up with this crazy release cycles of Firefox? -- You received this message

Request Builder Vs RPC call for File Download

2010-06-02 Thread Tapas Adhikary
Hi All, I need a suggestion. I have requirement of downloading file from the server. I am using GWT . Which one would be the best approach to send the request to the server , RequestBuilder or RPC. I have to send multiple report ids to the server. Based on the these report Ids I need make a

Re: UIObject getOffsetWidth() method returning absurd value for IE

2010-05-27 Thread Tapas Adhikary
at 5:43 PM, mmoossen mmoos...@gmail.com wrote: Hi tapas! that is most likely a timing issue. what i mean is that you have to check that: - your widget is attached to the doc when calling that method, *AND* - that it is also visible! HTH Michael On May 25, 7:09 am, Tapas Adhikary tapas4

UIObject getOffsetWidth() method returning absurd value for IE

2010-05-24 Thread Tapas Adhikary
I am using GWT 2.0 . In my application , I am using a logic to randomly/correctly position the pop-up when I click an anchor link. I am setting the position of the popup using the UiObject's OffsetWidth and OffsetHeight property. I am calling , popupPanel.setPopupPositionAndShow( new

Re: UIObject getOffsetWidth() method returning absurd value for IE

2010-05-24 Thread Tapas Adhikary
Hi all,, Can anybody give any clue on this ? On Mon, May 24, 2010 at 1:05 PM, Tapas Adhikary tapas4...@gmail.com wrote: I am using GWT 2.0 . In my application , I am using a logic to randomly/correctly position the pop-up when I click an anchor link. I am setting the position of the popup

jQuery with GWT

2010-05-06 Thread Tapas Adhikary
Hi All, Can somebody give some idea on integrating jQuery with GWT ? I have a project built on GWT and I would like to use jQuery in the project. How Smooth it is to integrate the both ? Is it possible to access any of the panel / composite created in GWT using jQuery's dom navigation ? I need

Re: jQuery with GWT

2010-05-06 Thread Tapas Adhikary
...@googlemail.com wrote: http://code.google.com/p/gwtquery/ On 7 Mai, 07:06, Tapas Adhikary tapas4...@gmail.com wrote: Hi All, Can somebody give some idea on integrating jQuery with GWT ? I have a project built on GWT and I would like to use jQuery in the project. How Smooth it is to integrate

Gmail like Drag and Drop

2010-04-14 Thread Tapas Adhikary
I have requirement to achieve the drag and drop functionality like gmail has. I have 2 panels. Left side is a group panel which is a ul li list. Right side panel is a user panel which contains check boxes as users. I need to drag and drop the users(check boxes) to the groups(ul , li panel). The

Re: Gmail like Drag and Drop

2010-04-14 Thread Tapas Adhikary
that works for the scenario I have explained below? Thanks, -Tapas On Wed, Apr 14, 2010 at 4:18 PM, Paul Robinson ukcue...@gmail.com wrote: http://lmgtfy.com/?q=gwt+drag+and+dropl=1 Tapas Adhikary wrote: I have requirement to achieve the drag and drop functionality like gmail has. I have 2

Re: GWT Sleep

2010-04-05 Thread Tapas Adhikary
, which in java stops all activity in a thread, but instead set up an action which asynchronously occurs in the future. On Apr 4, 11:00 pm, Tapas Adhikary tapas4...@gmail.com wrote: Hi All, I would like to show an image for the specified time in the UI. I need to give an good amount of delay

GWT Sleep

2010-04-04 Thread Tapas Adhikary
Hi All, I would like to show an image for the specified time in the UI. I need to give an good amount of delay between user action and the next UI refresh.In GWT, I am looking for something like a Thread.sleep(SPECIFIED_TIME) as it is in Java. Is there any similar method exist to achieve ? I

GWT Dashboard Development

2010-03-12 Thread Tapas Adhikary
/ idea / talk are welcome. If anybody have developed i-google kind of dashboard , please share the experience / guidance / code . Thanks in Advance, Tapas Adhikary -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Re: IE8 is showing up Blank Screen if ScrollPanel is used after upgrading to GWT 2.0

2010-02-28 Thread Tapas Adhikary
the browser's complex heuristics to determine, if we really are). In any case, I don't think you should attempt to remove the style value! Chris On Feb 27, 7:53 am, Tapas Adhikary tapas4...@gmail.com wrote: I was using GWT 1.7 in My Application. One of my page is using ScrollPanel. Since I

Re: Gwt Pagination of Data

2010-02-26 Thread Tapas Adhikary
click public void onNextClick(ClickEvent e); Regards Fabio Kaminski On Thu, Feb 25, 2010 at 2:06 PM, Tapas Adhikary tapas4...@gmail.comwrote: Hi All, What is the best way to achieve pagination using GWT. If I want to develop the pagination of data that clicking on the next button the next

IE8 is showing up Blank Screen if ScrollPanel is used after upgrading to GWT 2.0

2010-02-26 Thread Tapas Adhikary
I was using GWT 1.7 in My Application. One of my page is using ScrollPanel. Since I upgraded to GWT 2.0 , I am getting a blank screen where scrollPanel is used. Using the F12 DOM debugging I found , GWT 2.0 includes with an extra child DIV for Scroll Panel. And the DIV has a style of

Gwt Pagination of Data

2010-02-25 Thread Tapas Adhikary
Hi All, What is the best way to achieve pagination using GWT. If I want to develop the pagination of data that clicking on the next button the next set of data will be populated with a previous button and next button(if there is any more data) , what panel or layout I should use ? Any sample code

Adding an Image/HTML to the MenuItem of a MenuBar

2010-02-22 Thread Tapas Adhikary
Hi All, How to add an image or a html to the menu item of a menu bar ? I have a menu bar (vertical) of 6 menu items. I would like to add a tick(ok/right) image in-front of the menu item on selection. With that , I want to hide the tick image on select of other menu item in the menu or clicking on

Re: Adding an Image/HTML to the MenuItem of a MenuBar

2010-02-22 Thread Tapas Adhikary
Thanks Alan, Please send me the zip ASAP. That will be a great help. Thanks again, -Tapas On Mon, Feb 22, 2010 at 9:53 PM, Alan Hadsell ahads...@gmail.com wrote: On Feb 22, 9:13 am, Tapas Adhikary tapas4...@gmail.com wrote: Hi All, How to add an image or a html to the menu item

Re: Using FocusWidget.addClickHandler for GWT 2.0 Hyperlink (ClickHandler deprecated)

2010-02-20 Thread Tapas Adhikary
really need a click handler, then it can still be done by using Anchor and calling History.newItem from its listener. On Feb 19, 2:18 pm, Tapas Adhikary tapas4...@gmail.com wrote: I have upgraded my project to GWT 2.0, and my hyperlinks keeps getting the wornings for using the deprecated

Re: Help Needed : GWT Developer Plugin is not working with Mozilla Firefox

2010-02-19 Thread Tapas Adhikary
://groups.google.com/group/google-web-toolkit/browse_thread/thread/edfe66f6a39527d1 I think it is the same issue On Feb 18, 5:22 pm, Tapas Adhikary tapas4...@gmail.com wrote: Any update on this ? One more info , My project was created using GWT 1.5 application creator and recently upgraded

Using FocusWidget.addClickHandler for GWT 2.0 Hyperlink (ClickHandler deprecated)

2010-02-19 Thread Tapas Adhikary
I have upgraded my project to GWT 2.0, and my hyperlinks keeps getting the wornings for using the deprecated ClickHandler. The JavaDoc says to use FocusWidget.addClickHandle. Why does the Hyperlink need to use this FocusWidget? How should I use it ? Why can a Hyperlink not use a ClickHandler but

Re: Failure upgrading 1.7 to 2.0

2010-02-18 Thread Tapas Adhikary
Hi , I am also getting the same issue. Once compiled explicitly , it started working but debugging and UI compilation on browser changes are not happening. Please help. I had created the project using GWT 1.5 application creator. and then upgraded it to GWT 2.0. I have installed the GWT dev

Re: Help Needed : GWT Developer Plugin is not working with Mozilla Firefox

2010-02-18 Thread Tapas Adhikary
Any update on this ? One more info , My project was created using GWT 1.5 application creator and recently upgraded to the GWT 2.0.2 jars. Please help. Thanks, -Tapas On Wed, Feb 17, 2010 at 6:28 PM, Tapas Adhikary tapas4...@gmail.com wrote: Greetings, I am using GWT 2.0.2 for my application

Help Needed : GWT Developer Plugin is not working with Mozilla Firefox

2010-02-17 Thread Tapas Adhikary
. Thanks in advance , -Tapas Adhikary. -- 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