Re: GWT Material Design Addins

2016-06-19 Thread Jaroslav Záruba
Reading your message again I believe I misunderstood your issue. I got nothing rendered, you are referring to invalid UiBinder XML. Dne středa 11. května 2016 18:07:09 UTC+2 Velusamy Velu napsal(a): > > I followed these steps to use the MaterialWindow addin from the >

Re: GWT Material Design Addins

2016-06-19 Thread Jaroslav Záruba
Any progress? I am dealing with the same issue... ... ... No cigar. :( Dne středa 11. května 2016 18:07:09 UTC+2 Velusamy Velu napsal(a): > > I followed these steps to use the MaterialWindow addin from the > gwt-material-addins-1.5.0.jar in an application. > >1. Downloaded

Compiling GWT source code - [ERROR] Unable to find class java/lang/Object

2016-06-18 Thread Jaroslav Záruba
Would anyone know what is the usual culprit of this when trying to compile GWT from source? D:\gwt\trunk>ant ... gwtc: [java] Compiling module com.google.gwt.sample.dynatable.DynaTable [java]Ignored 79 units with compilation errors in first pass. [java] Compile with -strict or

Re: AtomicReference

2016-06-17 Thread Jaroslav Záruba
easier to merge your PR to Guava because they have more > frequent release cycles than GWT has and since GWT 2.8 is about to hit rc1, > there is a chance that your PR might get stalled. > But again, that's just my suggestion. > > On Friday, June 17, 2016 at 1:23:59 PM UTC+3, Jaro

Re: AtomicReference

2016-06-17 Thread Jaroslav Záruba
r PR to Guava because they have more > frequent release cycles than GWT has and since GWT 2.8 is about to hit rc1, > there is a chance that your PR might get stalled. > But again, that's just my suggestion. > > On Friday, June 17, 2016 at 1:23:59 PM UTC+3, Jaroslav Záruba wrote:

Re: AtomicReference

2016-06-17 Thread Jaroslav Záruba
I don't use Guava in this very project. I am completely clueless about what you are suggesting. What I wish to add to GWT is AtomicReference class (as simple as possible) and one or two *.gwt.xml files. How would Guava be involved in that? Dne pátek 17. června 2016 11:43:27 UTC+2 Andrei

Re: AtomicReference

2016-06-17 Thread Jaroslav Záruba
Dne pátek 17. června 2016 11:32:49 UTC+2 Jens napsal(a): > > I can't speak for an official maintainer but I would be fine with it to > increase code compatibility. Also the emulation code is pretty straight > forward. Its likely that GWT will contain a bit more java.util.concurrent.* >

AtomicReference

2016-06-17 Thread Jaroslav Záruba
Hello I am using GWT with Lombok and one of Lombok's neat features makes it believe it needs AtomicReference. In GWT context this is not actually true but still the GWT compiler is complaining. To deal with this

How do you debug Maven-managed GWT/GAE projects?

2014-05-19 Thread Jaroslav Záruba
GPE seems to be unaware of AppEngine in my project when I have it wired via Maven dependency. Thus launching *Main.gwt.xml-Debug As Web Application*ends with No API environment is registered for this thread. when GAE call is made. If I tick *'Use Google App Engine'* manually GPE does not

Re: Problem with Window.Location.assign(url)

2012-12-07 Thread Jaroslav Záruba
i have create an issue reporthttp://code.google.com/p/google-web-toolkit/issues/detail?id=7835 for this baby On Wednesday, July 16, 2008 8:50:07 PM UTC+2, jarrod wrote: My application has a page using a GWT module, such that the url is something like:

Re: What are WEB-INF\deploy\module\symbolMaps and rpcPolicyManifest directories?

2012-03-11 Thread Jaroslav Záruba
I wish GPE plugin handled this. The compiler parameters get lost way too easily from Compile project dialog window. :( On Tuesday, April 5, 2011 6:01:00 PM UTC+2, anatoliy wrote: What are WEB-INF\deploy\module\symbolMaps and rpcPolicyManifest directories? I found that GWT compiler creates

Re: input in MenuBar implementation

2012-01-28 Thread Jaroslav Záruba
Unfortunately when I set the menu to *position:absolute, top:0, left:0*this nasty input does cause troubles: it makes the menu stick 1px over the right edge of the page which naturally causes horizontal scroll-bar to be dran by the bottom edge of the page. (Setting the input manually to *

Re: What is the easiest / best solution for drag and drop in GWT right now?

2012-01-27 Thread Jaroslav Záruba
As you probably know 2.3 introduced DnD, it is easy to use and very straightforward, sadly even in 2.4 it does not work in Opera. :( http://youtu.be/KEkR1ox_K10?t=22m15s -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this

A widget that has an existing parent widget..., but there is no parent widget

2011-12-18 Thread Jaroslav Záruba
I end up with *A widget that has an existing parent widget may not be added to the detach list* when I try to create a Label within a form after the following GQuery call has been made: *$(#loginForm).submit(new Function()* ... (adding event listener on loginForm element) If I'm not mistaken

Is it possible to add and later also remove (or just modify) a styleSheet rule?

2011-12-18 Thread Jaroslav Záruba
Hello Does any of those css-handling classes provide way of achieving %subj% please? I have bunch of elements bearing known className whose style I would like to change. I think I know how to do that the old way, but obviously I would prefer to use some proven/official method. Cheers Jarda

Re: How to disable GWT plugin per request level? (MSIE)

2011-12-17 Thread Jaroslav Záruba
I am not sure I understand. Let me repeat that I am not author of the other pages in the wizard not the wizard itself. As long as the plugin tries to debug the other pages I am not able to load mine. -- You received this message because you are subscribed to the Google Groups Google Web

How to disable GWT plugin per request level? (MSIE)

2011-12-16 Thread Jaroslav Záruba
To (remotely) debug my app I need to get to it by submitting POST requests through several other GWT-pages. (My app is one step within a business process manager.) I don't have the Java source from the preceding steps, therefore I need the magic codesvr parameter to show up only on my GWT-app.

-noserver -startupUrl https://

2011-12-15 Thread Jaroslav Záruba
Hi I have DevMode with *-noserver* working against one server, I am unable to make it work against another, the later being with *-startupUrl https://...*. I guess the talking to *-remoteUi* is being made via *https* too in such case, which could be the issue. I tried to add *-server :ssl* but

Re: i18n/localization - multiline text in .properties file

2011-12-15 Thread Jaroslav Záruba
\ works in regular Java, should in GWT too cheers Jaro -- 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/-/WxOllL4iGggJ. To post to this group,

Re: Debugging application on external server

2011-12-14 Thread Jaroslav Záruba
Do I have to recompile+republish my app with the -noserver parameter? My understanding is that this parameter is there only for the DevMode launch, but OTOH I find it hard to believe it is possible to debug GWT using production html+js. (Sounds just too good to be true. :) -- You received

Re: Gwt SimplePager : How to change pager buttons images?

2011-12-14 Thread Jaroslav Záruba
My guess would be to take a look at class SimplePager.Resources. -- 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/-/S1TJN4jvNzgJ. To post to this

Re: What Major Companies Use GWT???

2011-11-16 Thread Jaroslav Záruba
Process management framework used by a major US bank operating in Central Europe is based on GWT. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Google Suite Plugin 2.4.2 - Bad request on Sign in

2011-10-22 Thread Jaroslav Záruba
Sign in to Google... gives this error: -- Could not sign in. Check that your computer's date and time are correct; sign-in errors can occur if your computer's time is significantly different from the server's time. com.google.api.client.http.HttpResponseException: 400 Bad Request at

The new GMail layout

2011-10-21 Thread Jaroslav Záruba
Hello Once again I wonder if/why Google doesn't use GWT on its own projects...? Looking at the ?leaked? video of the new GMail layout we see the window being resized http://youtu.be/aF2I8c3fNQs?hd=1t=20s, and the layout redraws/resizes *after* the window resizing is done. This doesn't look

Re: The new GMail layout

2011-10-21 Thread Jaroslav Záruba
Jaroslav Záruba jaroslav.zar...@gmail.com Hello Once again I wonder if/why Google doesn't use GWT on its own projects...? Looking at the ?leaked? video of the new GMail layout we see the window being resized http://youtu.be/aF2I8c3fNQs?hd=1t=20s, and the layout redraws/resizes *after* the window

How to make plain HttpRequest just to check HTTP_RESPONSE?

2011-10-05 Thread Jaroslav Záruba
Hello Is it possible to make a request to server to check the actual response code? ...so one could check whether the error response was 500 404, etc. So far I would write piece of native JS. Cheers Jarda Z. -- You received this message because you are subscribed to the Google Groups

Re: Working with JSON in client/server shared class

2011-03-27 Thread Jaroslav Záruba
Thank you, I'm looking into it. Regards JZ On Mon, Mar 21, 2011 at 9:27 PM, Harald Pehl harald.p...@googlemail.comwrote: Another framework which might be interesting is Piriti: http://code.google.com/p/piriti/. Piriti is a JSON / XML mapper for GWT. HTH Harald -- You received this

Working with JSON in client/server shared class

2011-03-20 Thread Jaroslav Záruba
Hi My Java class shared by client (GWT) and server (GAE/J) has field containing JSON-markup. Is it possible to parse/update/serialize this data using this very class? (I.e. without having to write separate client and server helper class.) Regards J. Záruba -- You received this message

Re: Help with Google Plugin For Eclipse setup

2011-02-06 Thread Jaroslav Záruba
seems like the plugin is trying to create the WEB-INF directory but apparently web-inf already exists, therefore (on Windows platform) WEB-INF can not be created either delete your web-inf, or rename it to WEB-INF (or web-inf.del or something like that), so the plugin can either create the

the Honeycomb presentation, GWT and Android

2011-02-02 Thread Jaroslav Záruba
Hi Right now I'm watching the Honeycomb presentation video from the Google event http://www.youtube.com/watch?v=RfJuigJebRg. I have to say I love the UI. I wonder whether there are any plans to make it possible to build Android apps using GWT. Or, in other words, will it be possible for

Re: Google Web Fonts

2011-01-28 Thread Jaroslav Záruba
...and then you read On Friday, January 28, 2011 3:26:26 PM UTC+1, Jeff wrote: Another very cool service from Google provided to us struggling web developers... how cool is that? +1 ...and then you read those drama queens on Engadget crying that Google has added ads to GMail UI or ceased

Re: To smart GWT or not

2010-12-04 Thread Jaroslav Záruba
My experience with SmartGWT was bad and while I'm not saying SmartGWT is complete rubbish, obviously, I think it is right thing to do to share your experience when asked. I said couple of times my experience is 1 year old. Also there are many people who share this view of SmartGWT. I had to do

Re: To smart GWT or not

2010-12-03 Thread Jaroslav Záruba
+1 for pure GWT 2.1 I have rather unpleasant experience with SmartGWT, but that was 1yr ago and maybe things have changed. -- 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: All I Want for Christmas is a powerful Widget Library from Google !

2010-11-15 Thread Jaroslav Záruba
+1 (Isn't there a enhancement request for this?) Please make it not only richer, but also sleeker looking. I 3 Google but I think the design/look quite often lacks heavily behind the service itself, YouTube being one blatant example, IMHO. (I believe Zuckerberg is glad Google does not seem to

Re: API design rant!

2010-09-27 Thread Jaroslav Záruba
do you have some interesting showcase? :) On Mon, Sep 27, 2010 at 4:33 PM, dmen dmenou...@gmail.com wrote: Have been working with datepicker.. This must be the nth time I think gosh your component model and API are poorly designed! The compiler is great sure, but *please* take a look at

Re: API design rant!

2010-09-27 Thread Jaroslav Záruba
artifacts compared to just 2 GXT artifacts that are superior in so many ways. On Sep 27, 5:38 pm, Jaroslav Záruba jaroslav.zar...@gmail.com wrote: do you have some interesting showcase? :) -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group

Re: API design rant!

2010-09-27 Thread Jaroslav Záruba
I'm in no relationship to GWT-team. And I'm quite sure no one would take your rant like you don't appreciate the benefits GWT brings. On Mon, Sep 27, 2010 at 5:09 PM, dmen dmenou...@gmail.com wrote: Don't get me wrong however. I am thankful for the whole GWT contribution (free and open

Re: GWT Designer available on Google GWT-Homepage :-)

2010-09-17 Thread Jaroslav Záruba
Hopefully it will help making the out-of-the-box widget library a little bit richer. :) On Fri, Sep 17, 2010 at 12:45 PM, aditya sanas 007aditya.b...@gmail.comwrote: Yeah its a great opensource tool launched by Google. Fun using it. makes client side's job easier than before. I think this

Re: GWT Designer available on Google GWT-Homepage :-)

2010-09-17 Thread Jaroslav Záruba
2010/9/17 Jaroslav Záruba jaroslav.zar...@gmail.com Hopefully it will help making the out-of-the-box widget library a little bit richer. :) On Fri, Sep 17, 2010 at 12:45 PM, aditya sanas 007aditya.b...@gmail.comwrote: Yeah its a great opensource tool launched by Google. Fun using it. makes

Re: An Updated GWT Designer Tutorial

2010-09-17 Thread Jaroslav Záruba
Now when GWT Designer is in Google portfolio, wouldn't it make sense to have mailing list for it, as all Google products/services have? I personally find emails way more comfortable compared to forums. On Fri, Sep 17, 2010 at 9:10 PM, Chad Lung chad.l...@gmail.com wrote: I'm posting this in

Re: Correct way to use code modules

2010-09-17 Thread Jaroslav Záruba
On Fri, Sep 17, 2010 at 10:01 PM, Greg Dougherty dougherty.greg...@mayo.edu wrote: I have objects from an external package that I need to use both client side and server side. I added the package to my eclipse project, which took care of the server side, and I created a Module.gwt.xml file

Re: Uninstall Google plugin from Eclipse

2010-09-15 Thread Jaroslav Záruba
If you're on Windows with UAC On consider turning it Off... I have very bad experience with UAC when it comes to un/installing stuff. (And I've made such experience with Eclipse+GWT namely too.) Otherwise ignore this. Cheers JZ On Thu, Sep 16, 2010 at 1:30 AM, hezjing hezj...@gmail.com wrote:

Re: GWT+RPC+TOMCAT_PROBLEM

2010-09-15 Thread Jaroslav Záruba
What does the onFailure method carry in its event/error parameter? What does your Tomcat log say? On Wed, Sep 15, 2010 at 4:25 PM, Jason Zarqua jason.zar...@gmail.comwrote: I am writing code in gwt, and I am using rpc as services for example import com.google.gwt.core.client.GWT; import

Re: DisclosurePanel, class-name content

2010-09-08 Thread Jaroslav Záruba
On Wed, Sep 8, 2010 at 8:03 PM, lineman78 linema...@gmail.com wrote: Then the problem isn't with GWT; it is with the site you are integrating with not having a convention. May I ask you then why do you think GWT uses the prefixing at all? -- You received this message because you are

Re: DisclosurePanel, class-name content

2010-09-08 Thread Jaroslav Záruba
as it could be. They have a private static string with the style name within disclosure panel, but you can't change it as easy because everything is private, instead you will have to remove the name after it is added and add your own by overriding the setContent method On Sep 7, 11:36 pm, Jaroslav

DisclosurePanel, class-name content

2010-09-07 Thread Jaroslav Záruba
Hello There is one quite unfortunate class-name in the DisclosurePanel DOM. The widget serving for content gets class-name content assigned. Such generic name is very collision prone, which situation I'm currently facing. Is there any special reason why this element did not get gwt-prefixed

Re: DisclosurePanel, class-name content

2010-09-07 Thread Jaroslav Záruba
{ border: 2px solid black; } On Sep 5, 11:08 am, Jaroslav Záruba jaroslav.zar...@gmail.com wrote: Hello There is one quite unfortunate class-name in the DisclosurePanel DOM. The widget serving for content gets class-name content assigned. Such generic name is very collision prone

Re: DisclosurePanel, class-name content

2010-09-07 Thread Jaroslav Záruba
On Wed, Sep 8, 2010 at 2:43 AM, lineman78 linema...@gmail.com wrote: It is because content and header all both children of the gwt- DisclosurePanel class and they expect you to use child selectors. Here is what they expect you use so that you don't end up with collisions:

Re: (TypeError): this$static.element is null

2010-07-16 Thread Jaroslav Záruba
I had the same issue - no problem in hosted mode, this$static is null in compiled. I found out I happen to call a method on null. Putting couple of not-null assertions into your code might help. On Fri, Jul 16, 2010 at 10:49 AM, evgenyk evge...@gmail.com wrote: Hello friends! I periodically

Re: (TypeError): this$static.element is null

2010-07-16 Thread Jaroslav Záruba
Could you post your MyLabel class? On Fri, Jul 16, 2010 at 12:15 PM, evgenyk evge...@gmail.com wrote: I do not know where to add such assertion. I think I can't change anything. As far as I understand exception is thrown inside Label constructor. On Jul 16, 12:08 pm, Jaroslav Záruba

Re: is there any json parser that can parse UTF-8 json text

2010-07-16 Thread Jaroslav Záruba
...and my favorite one (because done couple of times) - don't write() character data, print() it On Fri, Jul 16, 2010 at 12:25 PM, Thomas Broyer t.bro...@gmail.com wrote: On 16 juil, 10:59, Alex monsterno...@gmail.com wrote: yup im using the doGet method, but i need a parser to extract the

Re: (TypeError): this$static.element is null

2010-07-16 Thread Jaroslav Záruba
this; } public MyLabelT title(String title) { setTitle(title); return this; } } On Jul 16, 1:29 pm, Jaroslav Záruba jaroslav.zar...@gmail.com wrote: Could you post your MyLabel class? On Fri, Jul 16, 2010 at 12:15 PM, evgenyk evge...@gmail.com wrote: I do

Re: is there any json parser that can parse UTF-8 json text

2010-07-16 Thread Jaroslav Záruba
oh sry, i meant printing to outputStream instead of writing On Fri, Jul 16, 2010 at 2:50 PM, Thomas Broyer t.bro...@gmail.com wrote: On 16 juil, 12:43, Jaroslav Záruba jaroslav.zar...@gmail.com wrote: ...and my favorite one (because done couple of times) - don't write() character data

Re: (TypeError): this$static.element is null

2010-07-16 Thread Jaroslav Záruba
a reproduce scenario I would submit a bug. I write here because I can't find a way to reproduce this error. On Jul 16, 4:04 pm, Jaroslav Záruba jaroslav.zar...@gmail.com wrote: I threw away the Formatter and ObjectControl references so that I could compile it, and it works in Chrome and FF too

Re: (TypeError): this$static.element is null

2010-07-16 Thread Jaroslav Záruba
. Only Document.get().createDivElement() called and result is stored in Label. And the exception is thrown before the element is attached to DOM tree. On Jul 16, 4:34 pm, Jaroslav Záruba jaroslav.zar...@gmail.com wrote: It smells asynchronously to me when such smetimes-error occur. Aren't

Re: This is getting beyond a joke

2010-07-14 Thread Jaroslav Záruba
Grenyer paul.gren...@gmail.com wrote: I'd say so. -Original Message- From: Jaroslav Záruba jaroslav.zar...@gmail.com Sender: google-web-toolkit@googlegroups.com Date: Wed, 14 Jul 2010 04:10:37 To: google-web-toolkit@googlegroups.com Reply-To: google-web-toolkit

Re: This is getting beyond a joke

2010-07-14 Thread Jaroslav Záruba
.* :P Again, who has been the aggressive one here??? And in what response exactly? 2010/7/14 Jaroslav Záruba jaroslav.zar...@gmail.com On Wed, Jul 14, 2010 at 7:40 AM, gustav gustav.tr...@gmail.com wrote: Richard raises a valid concern that is easy to fix with automated script in the release

Re: is there any json parser that can parse UTF-8 json text

2010-07-14 Thread Jaroslav Záruba
Have you tried these? for server-side (GAE) *com.google.appengine.repackaged.org.json.JSONObject.JSONObject(String arg0)* for client *com.google.gwt.json.client.JSONParser* I haven't tried japanese or chinese characters though, rather stuff like this: Příliš žluťoučký kuň úpěl ďábělské ódy On

Re: Which library for Money/Time-Format

2010-07-14 Thread Jaroslav Záruba
I used gwt-math on my previous project. works fine. 2.1 (m1, m2) has BigDecimal support built in. On Wed, Jul 14, 2010 at 5:52 PM, Scott Fines scottfi...@gmail.com wrote: I don't know about the money situation, but gwttime(http:// code.google.com/p/gwttime) is a port of JodaTime to GWT.

Re: This is getting beyond a joke

2010-07-14 Thread Jaroslav Záruba
Nothing, of course. Maybe next time, Gustav, you should read more carefully before you start calling people immature aggressive kids. Shame on you. 2010/7/14 Jaroslav Záruba jaroslav.zar...@gmail.com Have you read the same conversation I did? Look what subject has the original poster chosen

Re: This is getting beyond a joke

2010-07-14 Thread Jaroslav Záruba
All who have responded to the original poster were polite and reserved, which was in contrast with two hysteric messages that started this thread. After that, being called aggressive and immature is simply absurd; definitely not deserved. On Wed, Jul 14, 2010 at 7:32 PM, nisse gammal

Re: Caution: SmartGwt loadup size is big

2010-07-14 Thread Jaroslav Záruba
Is GXT any different in this aspect? Does it support code-splitting? (Unless it is only an alias of one of those you mentioned.) On Thu, Jul 15, 2010 at 1:31 AM, Roger Studner rstud...@gmail.com wrote: SmartGWT or ExtJS(gwt-ext, ext-gwt) etc.. all have this issue. I'd like one tiny tiny

Re: This is getting beyond a joke

2010-07-13 Thread Jaroslav Záruba
Or, maybe you're over-estimating importance of Maven for average GWT-developer...? On Wed, Jul 14, 2010 at 3:39 AM, Richard Vowles richard.vow...@gmail.comwrote: We do host our own repository - thats not the point. The point is that thousands of people use GWT and use dependency management,

Re: This is getting beyond a joke

2010-07-13 Thread Jaroslav Záruba
. That's what I usually do, instead of being sarcastic when asking for something. :P Regards J. Záruba Cheers, :-) Kasper On Wed, Jul 14, 2010 at 7:14 AM, Paul Grenyer paul.gren...@gmail.com wrote: I'd say so. From: Jaroslav Záruba jaroslav.zar

Multiple pagers for CellTable?

2010-07-08 Thread Jaroslav Záruba
It would be good if CellTable allowed linking more pagers, so you could have pager above and below table. Do you think it's worth enhancement request, or is it already in the plans? Regards JZ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: Timer triggered every second instead of every second

2010-07-08 Thread Jaroslav Záruba
Are you sure this is what you want? while(!stop) { // without the alert all this stuff happens bazillion times each second schedule(1000*10); entryPoint.refreshData(); } I'm not sure whether Timer likes to get scheduled again before it reached its first timeout. Also it looks like you

Re: Timer triggered every second instead of every second

2010-07-08 Thread Jaroslav Záruba
) { dialogbox.hide(); //start the timer again - how do i get the instance of AlertTimer? ?? } }; On Jul 8, 4:24 pm, Jaroslav Záruba jaroslav.zar...@gmail.com

Re: Does it exist a place to suggest improvement ?

2010-07-06 Thread Jaroslav Záruba
Making GWT Better http://code.google.com/webtoolkit/makinggwtbetter.html GWT issue tracker http://code.google.com/p/google-web-toolkit/issues/entry Cheers JZ On Tue, Jul 6, 2010 at 7:30 PM, Olivier olivier.dau...@gmail.com wrote: Hi there. I am wondering if there is a place to suggest

Re: Can I deploy GWT application on server which doe sn’t have servelet container

2010-07-05 Thread Jaroslav Záruba
Yes, you can. You only have to insert the script/ element with compiled module into your page. On Mon, Jul 5, 2010 at 5:12 PM, sathya sathyavik...@gmail.com wrote: Can I deploy GWT application on web server which doesn’t have servelet container? I have developed my GWT application which

Re: No source code is available

2010-07-05 Thread Jaroslav Záruba
Seems like the gdata module should be referenced by inherits/ in your module.gwt.xml. Is it? On Mon, Jul 5, 2010 at 1:33 PM, Lampard subhro.b...@gmail.com wrote: I am trying to develop a front end using GWT. The data fetched from the font end are ultimately passed to provision.java file used

Re: Installed Google plugin in Helios, but no sign of it

2010-07-04 Thread Jaroslav Záruba
Now good luck with 64bit JDK + 64bit Win + 64bit Eclipse. I gave up two days ago. :( On Sun, Jul 4, 2010 at 10:08 PM, Arve Knudsen arve.knud...@gmail.comwrote: Thanks for the tip. The problem was of course that I didn't have permission to write to Eclipse's installation directory. Pretty silly

Re: Google Plugin for Eclipse 1.4 M2

2010-07-02 Thread Jaroslav Záruba
Sounds great. :) Will (is?) it be possible to use Speed Tracer with stable channel Chrome? Last time I checked (week ago) development channel Chrome was required; unfortunately it does not seem to support profiles. (Ctrl+M did not work with --enable-udd-profiles.) Also does the

Re: How to embed GWT widget in any webapplication

2010-06-27 Thread Jaroslav Záruba
...@gmail.comwrote: Thanks for the reply. But my question in detail is as follows: I mean how to embed GWT widget in simple html or where I can embeb GWT widget in any web application developed by using other technology like dotnet etc. 2010/6/24 Jaroslav Záruba jaroslav.zar...@gmail.com

Re: GWT plugin is eclipse got disabled after update

2010-06-26 Thread Jaroslav Záruba
Re-installing the disabled plugin helped in my case. (I don't recall whether GWT got disabled by SVN or vice versa.) On Sun, Jun 27, 2010 at 2:57 AM, Ravi kumar ravikumarchaura...@gmail.comwrote: hi, i just installed the SVN plugin in eclipse. after installing SVN plugin my GWT plugin got

Re: uiBinder and clickevent

2010-06-26 Thread Jaroslav Záruba
I don't see nothing suspicious. (Save for the violation of Java naming conventions. :) Do you add the widget properly? On Sun, Jun 27, 2010 at 3:02 AM, janjan marjan@gmail.com wrote: Hello all, I'm trying to use uiBinder. I followed the tutorial provided by google, but I don't know why

Re: uiBinder and clickevent

2010-06-26 Thread Jaroslav Záruba
Tested with proper class name, works fine: RootPanel.get().add(new ProductList()); On Sun, Jun 27, 2010 at 3:02 AM, janjan marjan@gmail.com wrote: Hello all, I'm trying to use uiBinder. I followed the tutorial provided by google, but I don't know why clickevent doesn't work? Can anyone

Re: GWT plugin is eclipse got disabled after update

2010-06-26 Thread Jaroslav Záruba
it is already installed. its is showing for all gwt plugins. 2010/6/27 Jaroslav Záruba jaroslav.zar...@gmail.com Re-installing the disabled plugin helped in my case. (I don't recall whether GWT got disabled by SVN or vice versa.) On Sun, Jun 27, 2010 at 2:57 AM, Ravi kumar ravikumarchaura

Re: Passing PHP variables to my GWT application

2010-06-25 Thread Jaroslav Záruba
the objects like regular java objects. 2010/6/24 Jaroslav Záruba jaroslav.zar...@gmail.com: I believe the module loads on document's load event, therefore pausing PHP does not help indeed. You can load the JSON using JsonpRequestBuilder. That means another (XHR)request to server

Re: UIBinder Benefits?

2010-06-25 Thread Jaroslav Záruba
On Fri, Jun 25, 2010 at 7:28 PM, Stefan Bachert stefanbach...@yahoo.dewrote: Hi Sri, rewind where the discussion starts from readability: I state java is much more readable the xml. readablity improves understanding. Could you agree with me? Not when it comes to designing UI. To be

Re: what large apps use GWT?

2010-06-25 Thread Jaroslav Záruba
On Fri, Jun 25, 2010 at 9:26 PM, marius.andreiana marius.andrei...@gmail.com wrote: Thanks André, good overview. Code-Spliting reduce the amount of code downloaded by the browser, so your app start faster and if you user don't use the featuer x.y.z the code will never be download (even

Re: How to embed GWT widget in any webapplication

2010-06-24 Thread Jaroslav Záruba
If you mean 'into *my* GWT-unaware page' then it's easy. Look into your module's 'start-page' (the one Eclipse creates for you) and find this line: script ... src=your_module_name/your_module_name.nocache.js/script This is how GWT gets 'injected' into the page; copy this line into your 'any page'.

Re: ?gwt.codesvr=127.0.0.1:9997, GWT debugging

2010-06-24 Thread Jaroslav Záruba
Ah, there's already feature request for this. http://code.google.com/p/google-web-toolkit/issues/detail?id=4367 On Jun 23, 2:00 am, Jaroslav Záruba jaroslav.zar...@gmail.com wrote: Wouldn't it be better to copy the *gwt.codesvr* parameter also to a cookie? (Probably with maxAge -1 so it would

Re: Passing PHP variables to my GWT application

2010-06-24 Thread Jaroslav Záruba
It seems that your script/ might get evaluated/executed before the module has finished loading and therefore your function window.addTreeItem might not exist yet. Several workarounds for that are possible I think. On Thu, Jun 24, 2010 at 9:39 PM, barbe...@muohio.edu barbe...@muohio.eduwrote: Hi

Re: Passing PHP variables to my GWT application

2010-06-24 Thread Jaroslav Záruba
the javascript function in the body of the .php file. I tried to throw in a PHP sleep to delay the javascript from being called, but the sleep seems to also delay the loading of the module, thus really giving me no benefit. Any other suggestions would be great. On Jun 24, 8:47 pm, Jaroslav Záruba

Re: Information about PHP + MySQL E-book

2010-06-23 Thread Jaroslav Záruba
Wrong group? On Tue, Jun 22, 2010 at 6:16 PM, J3p jeffry.kantawi...@googlemail.comwrote: Hi, I need some Information from you. Someone told me to buy E-book about PHP + MySQL in http://php-mysql-ebook.blogspot.com Does anyone have experience about this? thanks -- You received this

?gwt.codesvr=127.0.0.1:9997, GWT debugging

2010-06-22 Thread Jaroslav Záruba
Wouldn't it be better to copy the *gwt.codesvr* parameter also to a cookie? (Probably with maxAge -1 so it would last only till browser exit.) ...so we could debug even after clicking a link. Regards J. Záruba -- You received this message because you are subscribed to the Google Groups Google

Re: Million access to GWT Appl ??

2010-06-21 Thread Jaroslav Záruba
What was such claim based on? It does sound weird to me. Client-side, which is where GWT operates mostly, does not care about how many users is accessing your website. By providing things like ClientBundle or code-splitting I think GWT helps your website handle loads of users better. On Sun, Jun

Re: Million access to GWT Appl ??

2010-06-21 Thread Jaroslav Záruba
On Mon, Jun 21, 2010 at 9:28 PM, rakesh wagh rake...@gmail.com wrote: If you compare gwt to other js based toolkits, they all behave similar as far as client to server communication is concerned. gwt only makes life simple for the developers. ...and (with comparably complex UI) makes your

Re: UIBinder Benefits?

2010-06-21 Thread Jaroslav Záruba
On Mon, Jun 21, 2010 at 9:43 PM, rakesh wagh rake...@gmail.com wrote: Infact my question is, why xml? why not yaml or json? Because HTML is de-facto XML? And given UiBinder is mix of HTML + the UI-definition the choice has been obvious, IMO. Not speaking of data-structure definition, format

Re: Implementing login and maintaining sessions

2010-06-21 Thread Jaroslav Záruba
You don't need to generate session ids, they are generated automatically by server. You can invalidate session though, as you may notice in HttpSession API. This results in new session being generated. (I'm not sure though whether this happens immediately or on following http request. But that can

Re: Order in new CellTable

2010-06-20 Thread Jaroslav Záruba
this group. So far I am out of luck. I would appreciate it if you can provide us with a working copy of bikeshed Eclipse project. Or if you need this half-done project I finished, I can provide it. On Jun 17, 8:09 am, Jaroslav Záruba jaroslav.zar...@gmail.com wrote: The Expenses demo

Re: Order in new CellTable

2010-06-20 Thread Jaroslav Záruba
(Operatore object) { return object.getNome(); } }, new PropertyString(nome, String.class)); Bye On 20 Giu, 19:02, Jaroslav Záruba jaroslav.zar...@gmail.com wrote: I would consider adding one listener on the whole table

Re: Maven is obfuscating and GWT2.1 should not depend on it

2010-06-20 Thread Jaroslav Záruba
2010/6/14 Matthias Groß f0r7y@googlemail.com *If GWT absorbs these flaws from Maven and Spring* it would lose some of its most significant benefits for me, i.e. being slim, effective and easy to use. Just to make things clear, I hope you're describing your experience with Roo, right? Why

Re: Redirect loop

2010-06-20 Thread Jaroslav Záruba
I ran into it today again, clearing cookies helped. But obviously I hate to lose all my cookie-based setting because of that. :( On Sat, Jun 19, 2010 at 3:25 AM, Rodrigo Ipince ipi...@gmail.com wrote: Nope, I'm experiencing it too... the site is totally unusaable.. 2010/6/18 Jaroslav Záruba

Programmatic access to inline Styles...?

2010-06-20 Thread Jaroslav Záruba
Could someone help me understand this please? widget.getElement().addStyle(...); (taken from Programmatic access to inline Styleshttp://code.google.com/webtoolkit/doc/latest/DevGuideUiBinder.html#Programmatic_access ) The problem is that

Re: Programmatic access to inline Styles...?

2010-06-20 Thread Jaroslav Záruba
OK, so the methods defined in MyStyle interface only return class-names defined in the UiBinder XML. So the proper method is addClassName. 2010/6/20 Jaroslav Záruba jaroslav.zar...@gmail.com Could someone help me understand this please? widget.getElement().addStyle(...); (taken from

Re: UIBinder Benefits?

2010-06-20 Thread Jaroslav Záruba
http://code.google.com/webtoolkit/doc/latest/DevGuideUiBinder.html I think you will have idea of the benefits once you start reading that. :) On Mon, Jun 21, 2010 at 3:23 AM, spierce7 spier...@gmail.com wrote: Does using the UI Binder provide any benefits? I watched some of the I/ O

Re: enable/disable widgets?

2010-06-19 Thread Jaroslav Záruba
I do agree, Stefan. It should be made clear what exactly does 'disabled' mean for a Widget. Should disabled Widget 'ignore' click events completely? On Sat, Jun 19, 2010 at 4:33 PM, Stefan Bachert stefanbach...@yahoo.dewrote: Hi, that is true. However, in any good gui you need sometimes to

Re: Is it possible to _replace_ element with my widget?

2010-06-19 Thread Jaroslav Záruba
On Sat, Jun 19, 2010 at 3:59 PM, Stefan Bachert stefanbach...@yahoo.dewrote: Hi Jaroslav, I am quite sure that it would be possible somehow How pwetty please? :( Stefan Bachert http://gwtworld.de On Jun 19, 3:55 am, Jaroslav Záruba jaroslav.zar...@gmail.com wrote: Hi I know how

Re: Redirect loop

2010-06-19 Thread Jaroslav Záruba
It is OK now, but I will try that should this happen again. Thank you! On Sat, Jun 19, 2010 at 4:53 PM, -mlb m...@mbrowne.net wrote: Jaroslav Záruba jaroslav.zar...@... writes: http://groups.google.com/group/Google-Web-Toolkit - https://www.google.com/accounts/ServiceLogin?service

  1   2   >