Re: Announcing GWT 1.6 Milestone 1

2009-02-08 Thread Samyem Tuladhar
Great! I was wondering if this version supports OOPHM? Thanks, Samyem On Feb 6, 10:26 am, Scott Blum sco...@google.com wrote: Greetings GWT developers, The GWT team is happy to announce the availability of 1.6 Milestone 1! Binary distributions are available for download directly from GWT's

Re: FireFox 5.0

2011-06-22 Thread Samyem Tuladhar
Firefox is automatically upgrading to version 5 today and then GWT plugin stops working. Since they have got the final release out now, it should be considered API frozen now right? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view

Tree selection

2011-06-24 Thread Samyem Tuladhar
In the stock Tree widget, if there is a selection made on a node and if the parent is closed, the selection moves to the parent node. Is there a way to change this behavior not to move the selection to the parent node? This causes some issues when we have a selection listener and the act of

Re: GWT Developer Plugin for Firefox 8

2011-11-10 Thread Samyem Tuladhar
Thanks. Worked for me as well. Wonder if the GWT official team would be able to pick this up and offer through the official channel. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: GWT Developer Plugin for Firefox 8

2011-11-10 Thread Samyem Tuladhar
The gwt official plugin is still stuck with FF6 - already 2 version behind. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/CXkjqC-vHLIJ. To

Re: Does the GWT magic ever fail you?

2011-11-11 Thread Samyem Tuladhar
Well there are some cases where the development code is not the same as the executed Javascript code. You'd typically notice this around async RPC calls where the order of events during Java based debugging session is different from the Javascript. But then again this is something you'd have

Re: GWT Developer Plugin for Firefox 8

2011-11-29 Thread Samyem Tuladhar
By the time the official GWT firefox plugin supports version 8, Firefox would already have been out on version 15! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: GWT Developer Plugin for Firefox 8

2011-12-21 Thread Samyem Tuladhar
Can the plugin be made to work on the current stable release of Firefox 9 as well? Thanks. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: GWT Developer Plugin for Firefox 9

2011-12-23 Thread Samyem Tuladhar
Now it'd be very nice if all these firefox plugins were hosted within the GWT project. Can the official plugin not be updated with this version? We know the FX will release new version every 6 weeks, so this part could potentially automated, isn't it? -- You received this message because you

Re: GWT Browser Support

2012-01-03 Thread Samyem Tuladhar
Even the Java requirement of JRE 1.5 is now obsolete. The latest GWT toolkit requires 1.6+ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: GWT Developer Plugin for Firefox 9

2012-01-09 Thread Samyem Tuladhar
Time for Firefox 10 now! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/28lyO132nfMJ. To post to this group, send email to

Re: GWT Developer Plugin for Firefox 8

2012-01-31 Thread Samyem Tuladhar
Would have been great if the gwt plugin auto-updates when FX upgrades. FX10 is already showing auto updater up on my computer. On Tue, Jan 31, 2012 at 3:30 AM, Peter Willert peterwill...@gmail.comwrote: 9 worked great, but now fx 10 is on the horizon :-/

Re: GWT Developer Plugin for Firefox 8

2012-01-31 Thread Samyem Tuladhar
. xulrunner 10.0 was just released an hour ago. On Tue, Jan 31, 2012 at 9:28 AM, Samyem Tuladhar sam...@gmail.com wrote: Would have been great if the gwt plugin auto-updates when FX upgrades. FX10 is already showing auto updater up on my computer. On Tue, Jan 31, 2012 at 3:30 AM, Peter Willert

Re: No Textbox can take the focus by mouse clicking in IE8

2012-05-11 Thread Samyem Tuladhar
Any solution to this since it was posted more than a year ago? I am running into the exact same issue. On Wednesday, February 2, 2011 9:03:39 AM UTC-5, AlexF wrote: I posted all details with an example here: http://code.google.com/p/google-web-toolkit/issues/detail?id=5968 -- You received

Re: Firefox 13 DevMode Plugin

2012-06-07 Thread Samyem Tuladhar
Was there also a win32 version? On Thursday, June 7, 2012 1:54:04 PM UTC-4, Alan Leung wrote: For the folks with fancy CPUs running Linux. http://acleung.com/ff13-linux64.xpi -Alan On Thu, Jun 7, 2012 at 9:40 AM, Yuri C che...@gmail.com wrote: LOL! I wish you didn't mention that. That

Re: Setting focus to next focusable widget ?

2012-07-13 Thread Samyem Tuladhar
I've been generally using JNSI to call this piece of jQuery code: var inputs = $(event.target).closest('form').find(':input:visible'); inputs.eq( inputs.index(event.target)+ 1 ).focus(); That seems to work for me. On Monday, April 16, 2007 10:59:15 AM UTC-4,

Re: DevMode for Firefox 14

2012-07-19 Thread Samyem Tuladhar
Is it possible to have some community mechanism to separate the FX GWT plugin so that we don't have to have this discussion every single time a new FX comes up in 6 weeks? On Thursday, July 19, 2012 6:07:26 AM UTC-4, Ed wrote: And windows ? ;) Op woensdag 18 juli 2012 05:30:15 UTC+2

Re: DevMode for Firefox 14

2012-07-19 Thread Samyem Tuladhar
frustrating. On Thursday, July 19, 2012 12:24:11 PM UTC-4, Thomas Broyer wrote: On Thursday, July 19, 2012 3:18:18 PM UTC+2, Samyem Tuladhar wrote: Is it possible to have some community mechanism to separate the FX GWT plugin so that we don't have to have this discussion every single time

Re: GWT 2.5 RC1 Is Here!

2012-09-25 Thread Samyem Tuladhar
Is the 2.5 release still on track? Still only seeing rc1. Thanks, On Thursday, September 13, 2012 4:52:18 AM UTC-4, Thomas Broyer wrote: On Thursday, September 13, 2012 10:10:54 AM UTC+2, Rahul wrote: I starting using 2.5RC now in my local testing with GWTP, GWT-Bootstrap. Superdev is

Re: GWT 2.5 Java 5 runtime(!) compatibility

2012-10-30 Thread Samyem Tuladhar
This was part of the plan and set as a requirement for GWT 2.5: https://developers.google.com/web-toolkit/gettingstarted On Tuesday, October 30, 2012 9:40:12 AM UTC-4, Lars Ködderitzsch wrote: Hi all, while trying to upgrade to GWT 2.5 I noticed that all jars (incl. gwt-servlet.jar) are

Re: GWT 2.5 Java 5 runtime(!) compatibility

2012-10-30 Thread Samyem Tuladhar
You can always stay with GWT 2.4 as well. On Tuesday, October 30, 2012 11:08:58 AM UTC-4, Jens wrote: Still, other then saying that it is so because it has been said so - I still don't see an argument why the gwt-servlet.jar would technically require Java 1.6. True, but some day you

Re: Firefox 17 dev plugin

2012-11-28 Thread Samyem Tuladhar
Are the windows binaries available yet for FX17? On Monday, November 26, 2012 11:07:21 PM UTC-5, Brian Slesinsky wrote: That's due to a bug in the Makefile: it creates the IOOPHM.h file but not the directory it's in. (The build procedure for plugins is full of this sort of thing.) But if

Re: GWT Vs. JWT

2012-12-12 Thread Samyem Tuladhar
If you are talking about http://www.webtoolkit.eu/jwt/, it is a server-centric framework like ZK/JSF while GWT is essentially a client-side only javascript generator. For simplier/simplistic needs, server side frameworks tend to be easier to develop with, but GWT offers direct access to full

Re: Chrome 24 and GWT

2013-01-14 Thread Samyem Tuladhar
Switch to Firefox! On Monday, January 14, 2013 8:55:55 AM UTC-5, John V Denley wrote: Any idea how I can fix this/workaround this in a currently live product, that I am unable to recompile/redeploy? Can I set something in chrome to stop it happening or revert back to an older version? On

Re: Hi suggestion needed....

2013-01-15 Thread Samyem Tuladhar
Go with MVP if you are comfortable with the GWT basics and ready for advanced usages. If your page design is mostly static in nature, the UiBinder is easier. On Monday, January 14, 2013 4:48:33 PM UTC-5, nalin...@googlemail.com wrote: I am new to GWT... and building a prototype for a

Re: How to make dotted strokes on a canvas?

2013-03-18 Thread Samyem Tuladhar
http://phrogz.net/tmp/canvas_dashed_line.html On Monday, March 18, 2013 12:52:48 PM UTC-4, membersound wrote: Hi, how can I set the stroke style when drawing on a canvas? (trying to make a rectangle with dotted border) Looking for something like: context.setBorder(1px dotted black);

Re: refresh page

2013-04-23 Thread Samyem Tuladhar
You can look into server-side push technique, like long polling with Servlet 3.0. See https://code.google.com/p/rocket-gwt/ On Monday, April 22, 2013 2:30:06 PM UTC-4, hadar wrote: Hi, I have application that contain FlexTable. The data in the table is from DataBase. I want to update

Re: is jsPDF required flash player

2013-04-29 Thread Samyem Tuladhar
What you are looking for I think is https://github.com/mozilla/pdf.js jspdf generetes PDF, not render it. On Monday, April 29, 2013 2:40:57 AM UTC-4, Bhumika Thaker wrote: I want to generate pdf at client side so I want achieve this using jspdf http://jspdf.com/ . when I create sample ,

Re: GWT website moved to gwtproject.org

2013-08-16 Thread Samyem Tuladhar
The vaadin guys seems to be great at UI stuff.. they should be able to contribute something in this area? On Tuesday, July 30, 2013 11:59:24 AM UTC-4, RyanZA wrote: Something like this would be great: http://scala-lang.org/ On Saturday, July 27, 2013 8:03:07 PM UTC+2, salk31 wrote:

Re: THE APPLICATION IS OUT OF DATE

2013-09-19 Thread Samyem Tuladhar
It means the GWT resources loaded in the browser is not the latest version as in the server, and so you'd need to do a page refresh to pick up your changes. It is not saying your GWT SDK is out of date. On Thursday, September 19, 2013 9:05:25 AM UTC-4, Fabio Simon wrote: Hi Hi just add a

Re: synthesizing sounds in GWT application

2013-09-26 Thread Samyem Tuladhar
Try wrapping something like http://mudcu.be/midi-js/ with GWT? Or use Elemental to use the web audio apihttps://developer.mozilla.org/en-US/docs/Web_Audio_API . On Thursday, September 26, 2013 5:53:36 AM UTC-4, Oded Wolff wrote: Hello, I wanted to ask whether it would be possible to

Re: History getToken causing infinite 250ms Timer Fire events

2013-11-13 Thread Samyem Tuladhar
Noticed this old thread and found that the current version of GWT still uses the timer. Is this still necessary for Chrome? Seems to be taking a lot of memory.. On Tuesday, January 5, 2010 5:26:08 PM UTC-5, Thomas Broyer wrote: On 5 jan, 21:31, Brian hibr...@gmail.com wrote: Is

Re: History getToken causing infinite 250ms Timer Fire events

2013-11-13 Thread Samyem Tuladhar
Is it only older Safari? How about iOS version of Safari - upto which version needs the timer based implementation? On Wednesday, November 13, 2013 12:26:19 PM UTC-5, Thomas Broyer wrote: On Wednesday, November 13, 2013 5:38:25 PM UTC+1, Samyem Tuladhar wrote: Noticed this old thread

Re: History getToken causing infinite 250ms Timer Fire events

2013-11-13 Thread Samyem Tuladhar
(but ie6) to the onhashchange version right now, but there's low chances that it'd ship in GWT 2.6, so it wouldn't be worth it, and it's relatively easy to workaround if you want/need it. On Wednesday, November 13, 2013 6:30:42 PM UTC+1, Samyem Tuladhar wrote: Is it only older Safari? How about

Re: GWT install at University

2018-08-07 Thread Samyem Tuladhar
One option is to setup a local maven repository and keep all the required artifacts there for your students to use. Maven repository settings can be modified to use the local centeralized repo instead of fetching from the net. On Tuesday, 7 August 2018 11:24:19 UTC-4, Ahmed III wrote: > > Our

Re: [gwt-contrib] Re: gwt rebranding

2013-03-21 Thread Samyem Tuladhar
Gillion Web Toolkit - at 10^9 On Thursday, March 21, 2013 3:50:16 AM UTC-4, James Horsley wrote: On 21 March 2013 07:44, James Horsley james@gmail.com javascript:wrote: I Great this over Gorgerous Web Toolkit but still prefer the recursive definition That was meant to read that I

Re: [gwt-contrib] Re: gwt rebranding

2013-03-21 Thread Samyem Tuladhar
Or Grillion Web Toolkit;) http://www.urbandictionary.com/define.php?term=grillion On Thursday, March 21, 2013 3:06:29 PM UTC-4, Samyem Tuladhar wrote: Gillion Web Toolkit - at 10^9 On Thursday, March 21, 2013 3:50:16 AM UTC-4, James Horsley wrote: On 21 March 2013 07:44, James Horsley