GWT Debugging with an external server

2010-11-01 Thread Ittai
-around or solution for this issue? Thanks, Ittai -- 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-

Re: Possible problem with GWT URL mechanism and cache

2010-08-01 Thread Ittai
> guide:http://code.google.com/webtoolkit/doc/latest/DevGuideCompilingAndDebu... > > > > > > On Fri, Jul 30, 2010 at 2:35 AM, Ittai wrote: > > > Hi Chris, > > Thanks for your reply. > > I did not configure my web-server what so ever. > > Just used

Re: Possible problem with GWT URL mechanism and cache

2010-07-29 Thread Ittai
Hi Chris, Thanks for your reply. I did not configure my web-server what so ever. Just used the GWT debug console from inside eclipse (with GWT plug- in). Can you maybe point me to where I can still check these configurations? Thanks, Ittai On Jul 29, 8:38 pm, Chris Conroy wrote: > This sou

Possible problem with GWT URL mechanism and cache

2010-07-28 Thread Ittai
em to do the trick. Has anyone encountered this? Can you maybe point me to the right direction? Thanks a lot in advance ittai -- 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...@g

What does issue accepted means?

2009-12-20 Thread Ittai
bugs which are just accpeptaed) delayed for 3 versions? (if so it is understandable even if annoying) or is this bug just buried but not rejected? Thanks a lot Ittai http://code.google.com/p/google-web-toolkit/issues/detail?id=2759&can=1&q=deckpanel -- You received this message because

Re: Announcing GWT 2.0 and much, much more...

2009-12-09 Thread Ittai
Congrats and thank you to the whole GWT team! Hope the move from 1.7 to 2.0 won't be painfull :) On Dec 9, 5:13 am, Miguel Méndez wrote: > Hi Folks! > > We have some very exciting announcements today.  Please check out the > following blog post that covers the GWT 2.0 SDK, Google Plugin for Eclip

How to get a reference to the Window object using GWTQuery?

2009-11-30 Thread Ittai
to type $(window) in Eclipse I get an error that window can not be resolved. If anyone's interested in the bigger picture I'm basically trying to get an indciation from the window that is has finished the resizing operation and thus available for further resizing. Thanks for any help Ittai

Re: About GQuery

2009-11-30 Thread Ittai
If you're using eclipse you can just add the jar to your build path :right click on project-->build path-->configure build path, there in the libraries tab you can select to add a jar. Once you've added it you can click on the plus sign right beside it, select source attachment and click on edit- p

Re: VerticalPanel insert and index

2009-11-28 Thread Ittai
ובמבר, 11:27, Ittai wrote: > Hi, > I tested and saw that when the verticalPanel is created it will > receive the index values of 0 and 1. and if you add by panel.add > (widget) > a label then you will be able to use 0,1,2 > but still I have no way to manipulate the index myself >

Re: VerticalPanel insert and index

2009-11-25 Thread Ittai
Hi, I tested and saw that when the verticalPanel is created it will receive the index values of 0 and 1. and if you add by panel.add (widget) a label then you will be able to use 0,1,2 but still I have no way to manipulate the index myself Please has anyone any idea? On 24 נובמבר, 18:38, Ittai

VerticalPanel insert and index

2009-11-24 Thread Ittai
Hello all, I have an array of strings which I divide unevenly between different columns of a grid (by some unrelated logic) and I need the string in the i place of the array to be inserted to the i place of the column. My grid holds one row and 6 columns and in each column I have a VerticalPanel wh

Re: Google Eclipse Plugin - doubt about Web Application

2009-10-14 Thread Ittai
+1 I'd like to know what it does? It says "Suppress warnings about these build path entries outside of WEB-INF/lib" but what does it actually do? only suppress the warnings? On Oct 14, 3:12 pm, Diego Lovison wrote: > click with the right button in the project will open one window click > in prop

Re: JSNI and resizeTo(height,width)

2009-10-13 Thread Ittai
nefit from this Ittai On Oct 12, 10:58 pm, Ittai wrote: > Interesting, > I did compile again and now I get the alerts on my IE also, which does > explain one "voodoo" behaviour, but now I still don't understand why > the line: $wnd.resizeTo(width, height); doesn't ge

Re: JSNI and resizeTo(height,width)

2009-10-12 Thread Ittai
width, height); does work in actual native javascript. Has anyone actually tried using this before in GWT? Because I saw a lot of posts and article refer to it but I don't understand what's different about this. Maybe someone from the gwt team can shed some light? Ittai On Oct 12, 10:5

Re: JSNI and resizeTo(height,width)

2009-10-12 Thread Ittai
other compiled code then the hosted mode browser? I thought that there was no difference between the browsers in that since Ittai On Oct 12, 10:29 pm, Chris Ramsdale wrote: > You may want to trying recompiling your application with the GWT compiler. > Keep in mind that making changes and ru

JSNI and resizeTo(height,width)

2009-10-12 Thread Ittai
done? On the one hand I get indication from the hosted mode browser that the JSNI function is being called but on the other hand the IE browser (which is the one I need to have working) does not give any signs. Does anyone have a clue? Pleas

Re: Defining a source package out of the module heirarchy (from a JAR for example)

2009-10-09 Thread Ittai
inly because no special package needs to be created and this path already resides in my project; Still this is a bit of a hack to me and I'd rather have the option to define a source package to a module which is not the sub- package but as I have no other option I think I'll use your suggestion

Re: Defining a source package out of the module heirarchy (from a JAR for example)

2009-10-09 Thread Ittai
Is there any one who can give me a direction on how I can have the common classes truly common (i.e. out of my web project) but still be able to use them on the client side (i.e. have GWT compiler translate them into JS)? Thanks a lot in advance On Oct 8, 4:21 pm, Ittai wrote: > I've

Re: Defining a source package out of the module heirarchy (from a JAR for example)

2009-10-08 Thread Ittai
that will only hold my gwt.xml file then that sounds just wrong. Otherwise I'm not sure how this can be done as the source packages for a module can only be its own packages or its sub-packages . Ittai On Oct 8, 3:02 pm, Ittai wrote: > Hi Thomas, > I'm not sure I understood your ans

Re: Defining a source package out of the module heirarchy (from a JAR for example)

2009-10-08 Thread Ittai
my gwt.xml supposed to be? I just didn't understand what you said about it being in the appropriate package in my "Web" project. Thanks for your reply On Oct 8, 2:41 pm, Thomas Broyer wrote: > On 8 oct, 12:37, Ittai wrote: > > > > > > > Hi

Defining a source package out of the module heirarchy (from a JAR for example)

2009-10-08 Thread Ittai
Hi, I have a web-app which currently holds this structure: -Web --src ---com.company.web module.gwt.xml otherModule.gwt.xml com.company.web.module -com.company.web.module.client -com.company.web.module.server com.company.web.otherModule -com.company.web.otherModule.clie

GWT-RPC and Long Polling

2009-09-29 Thread Ittai
with the threads being occupied while they wait (it's a long story but currently I'm ok with this). Has anyone any experience with this? I just want to keep this request idle until it has something new but I'm afraid I'm missing something. A

Multiple modules and Servlet mapping (not RPC but RequestBuilder)

2009-09-22 Thread Ittai
de). I really would appreciate any help granted as I've been trying to figure these out for the past two days... Ittai --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To po

GWT-RPC and using my own Servlet

2009-09-14 Thread Ittai
exactly how this RPC business works. Appreciate any lending hand Ittai --~--~-~--~~~---~--~~ 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@goog

Re: Repeating http requests

2009-09-14 Thread Ittai
I actually did what you suggested but oddly enough it did not work. I still had to add a dummy data to fool the IE into thinking it's a different URL. Anyone has any ideas? Because I would sure love to get rid of this ugly hack TIA Ittai On Sep 2, 12:17 am, Thomas Broyer wrote: > On 1

Re: Using GWT and Glassfish V3 preview

2009-09-12 Thread Ittai
n? If anyone has any ideas I'd love to hear them Ittai On Sep 12, 2:51 pm, Ittai wrote: > I'm sorry but accidentaly the post was sent half baked. > Basically there are two changed setting between the two projects that > I can see: > > GWT project: Dynamic web module facet

Re: Using GWT and Glassfish V3 preview

2009-09-12 Thread Ittai
I'm sorry but accidentaly the post was sent half baked. Basically there are two changed setting between the two projects that I can see: GWT project: Dynamic web module facet version 2.4 web.xml: Other project: Dynamic web module facet version 2.5 web.xml: http://www.w3.org/2001/XMLSchema- inst

Using GWT and Glassfish V3 preview

2009-09-12 Thread Ittai
Hi, I'm a GWT newbie and I'm currently trying to build a GWT based app in eclipse which I need to be deployed to Glassfish V3 preview. I'm pointing this out as I'm using that Glassfish version because I have need of the Servlets 3.0 support it offers. I have a currently working functional dynamic

Re: Servlets 3.0 and GWT

2009-09-09 Thread Ittai
on e) { >       // Code omitted for clarity >     } >   } > > POST is identical, except for the following lines -- > builder.setHeader("Content-Type", "application/x-www-form- > urlencoded"); > Request response = builder.sendRequest(postData, new RequestC

Servlets 3.0 and GWT

2009-09-09 Thread Ittai
eceiving of the response in the GWT side? I have a feeling this is a very basic question but the whole AJAX thinking is very new to me. Thanks for reading so far, Ittai --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups