Re: GWT 2.3 Designer

2011-07-01 Thread Eric Clayberg
wrote: > Dear Eric, > > I receive only error-messages when trying these links. Is there any > known problem? > > Best regards > Eckhard > > On 6 Mai, 15:39, Eric Clayberg wrote: > > > > > > > > > The ZIP file links for the full GWT Designer

Re: GWT + UIBinder

2011-07-01 Thread Eric Clayberg
ilder CSS Support     1.0.0.r36x201106161113 >   WindowBuilder GroupLayout Support     1.0.0.r36x201106161127 >   WindowBuilder XML Core        1.0.0.r36x201106161115 > > Any ideas? > > Thanks, > Mike > > On Jun 29, 6:30 am, Eric Clayberg wrote: > > > > > >

Re: In ListBox, how to you format first item Select... to italic and gray?

2011-06-30 Thread Eric Metcalf
You will probably want to have 2 items here. The "Select.." would be a clickable label with a background image of a downward arrow. The second would be your list adjacent under the first and hidden by default. When a user clicks on the "Select..." label, you display the list. When the user c

Re: Form layout

2011-06-30 Thread Eric Metcalf
If you want a true form, then use FormPanel (http://google-web- toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/user/client/ ui/FormPanel.html) otherwise any panel like FlowPanel. UiBinder (http://code.google.com/webtoolkit/doc/latest/DevGuideUiBinder.html) makes it easier to create the p

Re: how to open a new window with output of other file in GWT

2011-06-30 Thread Eric Metcalf
There is a way to open a new window with results from a click, but it may not be the best solution for what you want. What are you trying to display? You will have the Anchor target set to "_blank" or similar. In the Url you will need to provide the page you want and any parameters. Something

Re: how to open a new window with output of other file in GWT

2011-06-30 Thread Eric Metcalf
There is a way to open a new window with results from a click, but it may not be the best solution for what you want. What are you trying to display? You will have the Anchor target set to "_blank" or similar. In the Url you will need to provide the page you want and any parameters. Something si

Re: Where is downloadable GWT docs?

2011-06-30 Thread Eric Atkinson
On Thu, Jun 30, 2011 at 11:53 AM, Eric Atkinson < > > > > > > > > eric.atkin...@strategicinternationalsystems.com> wrote: > > If you mean the google web search box or chrome browser search box; > > yes, I tried both of these with the above command

Re: Where is downloadable GWT docs?

2011-06-30 Thread Eric Atkinson
Thank you Isaac. On Jun 30, 11:54 am, Isaac Truett wrote: > wget is a program typically found on Linux. There are Windows binaries > available as well. I believe David was suggesting that you use Google Search > to learn more about wget. > > On Thu, Jun 30, 2011 at 11:53 AM

Re: Where is downloadable GWT docs?

2011-06-30 Thread Eric Atkinson
Is this an FTP command? On Jun 29, 9:44 pm, David Chandler wrote: > Tried Google lately? ;-) > > /dmc > > On Wed, Jun 29, 2011 at 3:56 PM, Eric Atkinson < > > > > > > > > > > eric.atkin...@strategicinternationalsystems.com> wrote: > > Than

Re: Where is downloadable GWT docs?

2011-06-30 Thread Eric Atkinson
2Flatest%2FDevGuide.html On Jun 29, 9:44 pm, David Chandler wrote: > Tried Google lately? ;-) > > /dmc > > On Wed, Jun 29, 2011 at 3:56 PM, Eric Atkinson < > > > > > > > > > > eric.atkin...@strategicinternationalsystems.com> wrote: > > T

Re: Where is downloadable GWT docs?

2011-06-29 Thread Eric Atkinson
Thank you, David, but what program runs that command? Browser - no. Command prompt - no. On Jun 27, 10:29 am, David Chandler wrote: > Hi Eric, > > We don't publish the GWT docs for offline browsing, but instead of manual > copying, you can use > > wget -r -p -np -

Re: GWT + UIBinder

2011-06-29 Thread Eric Clayberg
What other versions of GWT do you have installed locally? What version of GWT is being used with this project? I'm guessing that it is not 2.3.0. On Jun 29, 2:46 am, Mike Dee wrote: > Trying to build a new WindowBuilder project in Eclipse as New Project->GWT > Window Builder->GWT Designer->GWT

Re: DateBox and TimeZone

2011-06-28 Thread Eric
So apparently no one know and/or no one cares ;) Or this post just slipped through the cracks. I ended up solving my problem with date arithmetic on the server side, but I'm still curious if this is possible. Thanks, Eric -- You received this message because you are subscribed to the G

Re: GWT Designer and IsWidget

2011-06-28 Thread Eric Clayberg - Instantiations
If you want to create a custom component that will work with GWT Designer, you should ideally subclass Composite although subclassing Widget will also work. If you place your class somewhere other than the Widget hierarchy, then you really aren't creating a valid GWT UI component. Implementing an

Re: Problem with maps API

2011-06-27 Thread Eric Ayers
ver.java: > 352) >at java.lang.Thread.run(Thread.java:662) > > > i was trying out an example DemomapGWT which was there in codehosting > samples in gwt > > thanks in advance > > > -- > You received this message because you are subscribed to the Google Gro

Re: Incompatibility of Maps API

2011-06-27 Thread Eric Ayers
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. &g

Where is downloadable GWT docs?

2011-06-27 Thread Eric Atkinson
I have been able to download to docs for the Google App Engine (because I am not always online when coding and testing); however, I can't seem to find a way to download the docs for GWT (for the same reason). Is there a link to down the GWT docs, such as: http://code.google.com/webtoolkit/doc/lates

Re: What has happened to the GWT designer for Eclipse Indigo?

2011-06-24 Thread Eric Clayberg
Developers distro (w/ WB already installed) and load GPE into that, or 4) Load WindowBuilder from code.google.com (http://dl.google.com/ eclipse/inst/d2wbpro/beta/3.7) and then load GPE On Jun 23, 2:18 pm, David Goodenough wrote: > On Thursday 23 Jun 2011, Eric Clayberg wrote:> You can get it em

DateBox and TimeZone

2011-06-24 Thread Eric
on the DateTimeFormat, on the DateBox.DefaultFormat, on the DateBox, in DateBox.getCalendarModel() . . . Any I blind? I can't see the method anywhere. Thanks, Eric -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to

Re: How can I open UiBinder XML in design mode in Eclipse?

2011-06-23 Thread Eric Clayberg
Please click the "Create Report" button and submit a new bug report to the GWT issue tracker. On Jun 22, 8:46 pm, Asen Kovachev wrote: > I need to adjust some GWT XML files that seem to be created via "UiBinder". > > I installed a bunch of relevant Eclipse plugins and finally I was able to > open

Re: What has happened to the GWT designer for Eclipse Indigo?

2011-06-23 Thread Eric Clayberg
You can get it embedded in GPE 2.3.2 via the following update site link... http://dl.google.com/eclipse/plugin/3.7 Or you can get the full version at the following update site link... http://dl.google.com/eclipse/inst/d2gwt/beta/3.7 Both were available simultaneously with Indigo. The we

Re: Precision problem for ValueBoxBase ?

2011-06-22 Thread Eric Andresen
y widgets to use the new renderer/parser instead of the default one. --- Eric Andresen On Wed, Jun 22, 2011 at 1:35 PM, Kishan wrote: > I am also facing the same problem. If you got any solution, please > share. > > Thanks in Advan

Re: UI binder design mode error

2011-06-22 Thread Eric Clayberg
Looks like a JDK issue... http://code.google.com/p/google-web-toolkit/issues/detail?id=4254 If you are using JDK 1.5, give it a try using JDK 1.6. On Jun 22, 10:31 am, srini malka wrote: > HI folks, > > I created Test.ui.xml UI biner , when i open in design mode i am > getting  following error:

Re: Issues with GWT Designer documentation

2011-06-19 Thread Eric Clayberg
Dead back links? Could you provide a list as I could not find any. Neither of the examples you provided included any dead links. Yes, the screen shots of the .project file should probably be updated at some point although it would not make much difference. If you are creating a GWT project using t

Re: GWT downloading error

2011-06-16 Thread Eric Clayberg
Did you try restarting Eclipse and trying it again? On Jun 15, 8:26 pm, Boomer wrote: > Hello > > I'm having some trouble downloading GWT to Eclipse Helios. I do > everything normally, but at around 60-70% of downloading i get error. > > Error goes like this: > >  An error occurred while collecti

Re: Standalone zip download of GWT Designer

2011-06-16 Thread Eric Clayberg
For Eclipse 3.6... http://dl.google.com/eclipse/inst/d2gwt/latest/3.6/GWTDesigner_v2.3.1_UpdateSite_for_Eclipse3.6.zip On Jun 14, 5:29 pm, beluga wrote: > Hi - > > I don't get through the corporate firewall with eclipse updater but I > can transfer a zip file if I get hold of it. Does anyone kno

Re: Google plugin for Eclipse withou WindowBuilder (GWT Designer)

2011-06-16 Thread Eric Clayberg
I would be curious as to how the latest GWT Designer build feels to you... http://code.google.com/webtoolkit/tools/download-gwtdesigner-beta.html On Jun 16, 1:08 pm, Vrto wrote: > I disabled that of course, but when Eclipse stars it does always stuff > like "updatinggwtdesignerpaletten", "buildi

Re: Google plugin for Eclipse withou WindowBuilder (GWT Designer)

2011-06-16 Thread Eric Clayberg
What version of GWT Designer are you using? Have you tried the latest version which has been described as "much quicker"? http://groups.google.com/group/google-web-toolkit/browse_thread/thread/ed6937019cdb94c9 As to "buggy", it woud be helpful to know what you are referring to. Have you submitted

Re: Holy Cow! GWT Designer comes up quick in 2.4 beta?!?!

2011-06-10 Thread Eric Clayberg
I haven't seen the problem again. > > On Jun 9, 8:36 pm, Eric Clayberg wrote: > > > > > > > > > Make sure you are using the latestGWTDesignerbuild... > > >    http://code.google.com/intl/en/webtoolkit/tools/download-gwtdesigner-... > > > On

Re: Holy Cow! GWT Designer comes up quick in 2.4 beta?!?!

2011-06-09 Thread Eric Clayberg
gnerproblem, however. Seems > with all versions: 2.2, 2.3, 2.4 beta. > Seehttp://code.google.com/p/google-web-toolkit/issues/detail?id=6457&sor > Would be great is someone could help me get to the bottom of this. > > On Jun 8, 8:15 pm, Eric Clayberg wrote: > > > &

Re: GWT Designer also compiles test and shared classes

2011-06-09 Thread Eric Clayberg
If you need help with this issue, please submit a bug report with a complete test case (project) that illustrates the problem. On Jun 8, 7:26 pm, Aldo Neto wrote: > Hi, > > Has anyone solved this problem? I'm facing the same issues here and I've > made no progress so far. -- You received this m

Re: Holy Cow! GWT Designer comes up quick in 2.4 beta?!?!

2011-06-08 Thread Eric Clayberg
As you noticed, we have been working on a lot of optimizations that should result is a much better user experience. The first time you access GWTD in a session, it still needs to warm up dev mode (which takes most of the time...and is itself much faster now). Subsequent editor opening operations sh

Re: Aw: Re: GWT 2.3 RequestFactory problem

2011-06-03 Thread Eric Andresen
Just glad to be able to give a little something back after all the help this forum has given me :-) -- 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-toolk

Re: GWT Designer was not able to show the GUI...

2011-05-28 Thread Eric Clayberg
Did GWT Designer actually crash (e.g., shut down the editor window or Eclipse itself) or did it just show you an error? Those are two very different things. Not being able to "show the GUI" does not imply a crash at all. Depending on what you are editing and how you have your project and OS configu

Re: GWT Designer not working?

2011-05-26 Thread Eric Clayberg
Assuming you are using Windows, this issue is generally limited to Windows XP and earlier, so the best solution would be to upgrade to Windows Vista or Windows 7. It looks like something is interfering with localhost communications or JavaScript. Make sure that anything that might interfere with l

Re: Help with WindowBuilder Pro XWT Application Wizard

2011-05-25 Thread Eric
questions about Window Builder Pro will come here to ask them. Thanks, Eric On May 25, 6:54 am, Eric Clayberg wrote: > Please note that XWT is an Eclipse technology that is unrelated to > GWT. As such, this is the wrong place to ask any questions about it. > > If you have questions abou

Re: Help - Trying to make XWT application

2011-05-25 Thread Eric Clayberg
XWT is an Eclipse UI technology for defining SWT-based UIs using XML. It is unrelated to GWT. On May 24, 1:14 pm, Juan Pablo Gardella wrote: > What is XWT? > > 2011/5/23 Eric > > > > > > > > > I did the following steps > > 1) Install Java > > 2) I

Re: Help with WindowBuilder Pro XWT Application Wizard

2011-05-25 Thread Eric Clayberg
WindowBuilder, you should post those to the Eclipse WindowBuilder forum. On May 24, 10:27 pm, Eric wrote: > I figured it out myself, > > I needed to add three .jar's to my project's references, > org.eclipse.core.databinding > org.eclipse.core.databinding.observable > org.ecl

Re: GWT Designer + GXT - Palette don't display GXT components

2011-05-25 Thread Eric Clayberg
GXT is only supported for GWT Java UIs. UiBinder does not provide an API for non-standard parsers, so, in general, GXT won't work with GWT Designer in UiBinder mode. GXT works fine using GWT Designer and GWT Java UIs. On May 24, 10:08 am, Jonathan wrote: > Hi Eric, > I'm ed

Re: Help with WindowBuilder Pro XWT Application Wizard

2011-05-24 Thread Eric
l Jar's, and then I browsed to c:\eclipse \plugins and found the .jars there and added them. On May 24, 1:28 pm, Eric wrote: > Also the XWT application wizard page is > here:http://code.google.com/javadevtools/wbpro/wizards/xwt/application.html > > On May 24, 9:39 am, Eric wrote: >

Re: Help with WindowBuilder Pro XWT Application Wizard

2011-05-24 Thread Eric
Also the XWT application wizard page is here: http://code.google.com/javadevtools/wbpro/wizards/xwt/application.html On May 24, 9:39 am, Eric wrote: > Hi guys, > > I tried to post before but it didnt post so I will try agian. > > I am trying to use the WindoBuilder Pro XWT Applica

Help - Trying to make XWT application

2011-05-24 Thread Eric
I did the following steps 1) Install Java 2) Install Eclipse 3) Install WindowBuilder, SWT Designer 4) File->New->Project->WindowBuilder\SWT Designer\SWT/JFace Java Project 5) Ctrl-N->SWT Designer\XWT\XWT Application Now I see my project, I can enter designer mode and edit my form, I can edit the

Help with WindowBuilder Pro XWT Application Wizard

2011-05-24 Thread Eric
ssLoader.loadClass(Unknown Source) ... 3 more I don't know how to troubleshoot this, am I missing a reference? Why is the WindowBuilder Pro XWT application wizard not giving me the reference? Thanks, Eric -- You received this message because you are subscribed to the Google Groups "

Re: GWT Designer + GXT - Palette don't display GXT components

2011-05-24 Thread Eric Clayberg
Are you editing a GWT Java class or UiBinder file? The GXT palette will only appear if you are editing a GWT Java class. On May 22, 11:42 pm, Jonathan wrote: > Hi, > > This is my versions: > gxt-2.2.4-gwt22.jar > Google Web Toolkit SDK 2.3.0    2.3.0.r36v201104261928 > com.google.gwt.eclipse.sdk

Re: No UiBinder type (WindowBuilder/GWT Designer)

2011-05-20 Thread Eric Clayberg
I would recommend installing WebKit. xulrunner is only needed for Linux distros that don't have WebKit installed. These are typically older Linux distros that have xulrunner 1.9.x installed. On May 13, 8:20 am, Thad wrote: > Okay, this was a dumb question brought on by too little sleep and too

Re: SWT Browser requires a compatible xulrunner version installed

2011-05-20 Thread Eric Clayberg
The eRCP Designer plugin is Windows only. On May 15, 7:00 am, Tuatini GODARD wrote: > By the way I can't install the eRCP eclipse's plugin. > When I try to install I get this: > Cannot complete the install because some dependencies are not > satisfiable >   org.eclipse.wb.ercp.feature.feature.gro

Re: Designer?

2011-05-20 Thread Eric Clayberg
Please be more specific about what you mean by "it seems not to be working". Are you using the latest build? On May 19, 11:40 pm, Navindian wrote: > I need to use GWT Designer and it seems not to be working.. > Can anybody saw working version of gwt designer anytime? > Please tell which version

Re: GWT Designer also compiles test and shared classes

2011-05-19 Thread Eric Clayberg
s it should look > into, and which modules it should inherit? > > Thanks, > Niels > > On 18 mei, 16:27, Eric Clayberg wrote: > > > > > > > > > 1)GWTDesignerdoes not compile anything. Those [ERROR] lines you are > > seeing are coming fromGWTitself and

Re: GWT Designer

2011-05-19 Thread Eric Clayberg
DId you try it again later? Did the same thing occur? That usually implies some sort of local communication problem on your end. Can you ping dl.google.com? Have you tried turning off your firewall? On May 19, 7:02 pm, François Bacconnet wrote: > I have the same issue with Eclipse 3.5. I tried

Re: Unable to open GWT designer in

2011-05-19 Thread Eric Clayberg
saying: > "64-bit Windows is not supported for this version of GWT. Please use > 32-bit Eclipse and a 32-bit Java VM." > > Your help will be appreciated. > > On 28 January 2011 01:59, Eric Clayberg wrote: > > > > > > > > > > > What version

Re: GWT Designer supported configuration?? Using GPE 2.3 with GWT 2.2 gwt-maven-plugin projects

2011-05-19 Thread Eric Clayberg
Did this happen immediately after starting a session or after switching GWT versions in the same session. If the latter, does restarting Eclipse have any effect? On May 18, 3:28 pm, cri wrote: > I'm having trouble getting GWT Designer to come up, and I'm wondering > if its because I'm trying som

Re: Refactored 2.3 RequestFactory creates frozen proxies

2011-05-19 Thread Eric Andresen
that causes them to come back successfully vs. throwing exceptions. --Eric -- 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

Re: GWT Designer/Ext-GWT/UiBinder

2011-05-18 Thread Eric Clayberg
No. GXT is only supported for GWT Java UIs. On May 17, 5:06 pm, Aza wrote: > Is code generated by Ext-GWT (integrated into GWT Designer) compatible > with UiBinder? > If yes, is it bi-directional as per GPE embedded GWT Designer? > > Thanks -- You received this message because you are subscribe

Re: GWT Designer also compiles test and shared classes

2011-05-18 Thread Eric Clayberg
1) GWT Designer does not compile anything. Those [ERROR] lines you are seeing are coming from GWT itself and imply some sort of problem with your GWT project configuration. 2) $hide$ comments are used to hide code from the GWT Designer parser (for GUI editing purposes). They have no impact on the

Re: GWT Designer also compiles test and shared classes

2011-05-18 Thread Eric Clayberg
o have the > same package (to be able to use protected fields and methods). > > Alan: this is exactly what we mean. We cannot startup the GWT designer > because it raises up all sorts of errors not finding any classes which > are never used client-side. > > Eric: I found the &q

Re: Απ: Massive increase in compile time with GWT 2.3

2011-05-18 Thread Eric Andresen
I've noticed a pretty significant jump as well. My app used to be around 65 seconds, and it's up to around 135 seconds now, sometimes spiking up to 3-4 minutes. I had just chalked it up to installing the full WindowBuilder and GAE plugins that I had skipped in the past, but maybe it is the SDK

Re: SimpleAppCacheLinker missing?

2011-05-17 Thread Eric Clayberg
We need to see the complete stack trace and ideally the Eclipse .metadata .log file showing that exception. On May 16, 2:49 am, dudi wrote: > > 3) I didn't manage to view the ui.xml inGWTDesigner, I get an error > screen: ...error loading module: "error ingwt.xml module description, > incorrect r

Re: GWT Designer also compiles test and shared classes

2011-05-17 Thread Eric Clayberg
All you need is the full version of GWT Designer (not WB)... http://code.google.com/webtoolkit/tools/download-gwtdesigner-beta.html On May 17, 2:57 pm, Alan Chaney wrote: > On 5/17/2011 11:41 AM, Eric Clayberg wrote:> I woud suggest opening a bug and > including a complete test

Re: GPE 3.6, breaks again for UIBinder files

2011-05-17 Thread Eric Clayberg
able to download previous versions... > Last week I was in a bit of a panic, after I upgraded it broke and I > had no way to get back to a workable state. > > Thank you for the quick turn around > -John Gentilin > > On May 16, 7:14 am, Eric Clayberg wrote: > > >

Re: GWT Designer also compiles test and shared classes

2011-05-17 Thread Eric Clayberg
I woud suggest opening a bug and including a complete test case that illustrates the exact problem you are having. You might also turning off the "WindowBuilder > GWT > Builder > Check for 'client' classpath" preference... http://code.google.com/webtoolkit/tools/gwtdesigner/preferences/gwt/prefer

Re: GWT Designer also compiles test and shared classes

2011-05-17 Thread Eric Clayberg
Just so that we are clear on terminology...GWT Designer does not compile anything. It does offer optional client side validations which you can turn off. Have you tried turning off the "WindowBuilder > GWT > Builder > Check for 'client' claspath" option described here (requires the full version of

Re: gwt-dev.jar not found by GWT Designer

2011-05-16 Thread Eric Clayberg
GWT Designer supports standard Eclipse projects (with standard classpaths) and Maven-style projects. Maven projects are the only non-standard project types that we currently support. The suggested work around would be to copy gwt-dev.jar into the same directory as gwt-user.jar so that it can be f

Re: GPE 2.2 download

2011-05-16 Thread Eric Clayberg
John - For your specific issue, give the latest GWT Designer build a try and let us know if it helps... http://code.google.com/webtoolkit/tools/download-gwtdesigner-beta. On May 13, 5:32 pm, John Gentilin wrote: > Those are the problem URL's... Last week I upgraded to 2.3.0 or > release 2.3.0.r3

Re: GPE 3.6, breaks again for UIBinder files

2011-05-16 Thread Eric Clayberg
a previous > > > version. > > > > I don't think this is a GWT error because my App compiles and runs > > > just fine all > > > my UIBinder widgets render correctly, this is a problem only when I > > > try to go to > > > design mode with

Re: GWT Designer encountered unexpected internal error

2011-05-15 Thread Eric Clayberg
Please provode a test case and the complete stack trace so that we can analyze it. On May 15, 5:17 am, "kostinkos...@gmail.com" wrote: > I wanted to experiment with some visual inheritance. So I have two > classes. One is extends Composite, and the other extends the first > class. I have an Absol

Re: GPE 3.6, breaks again for UIBinder files

2011-05-13 Thread Eric Clayberg
Are you able to create a new GWT project and a new UiBinder file? IOW, is this problem limited to the UiBinder files in your project or to any UiBinder files you edit (including brand new, simple ones created with the GPE wizard)? I have been using 2.3.1 for a couple of days now under both Windows

Re: GPE 3.6, breaks again for UIBinder files

2011-05-13 Thread Eric Clayberg
Are you able to create a new GWT project and a new UiBinder file? IOW, is this problem limited to the UiBinder files in your project or to any UiBinder files you edit (including brand new, simple ones created with the GPE wizard)? I have been using 2.3.1 for a couple of days now under both Windows

Re: Problem passing a Set as a parameter in RequestFactory?

2011-05-13 Thread Eric Andresen
on the id of the proxy, which doesn't exist for a ValueProxy. Thanks, Eric On Fri, May 13, 2011 at 8:58 AM, Brian Reilly wrote: > This sounds like a problem that I ran into this as well, and even had > a chance to sit down with David Chandler at Google I/O to look over > it. Yo

Re: Problem passing a Set as a parameter in RequestFactory?

2011-05-13 Thread Eric Andresen
have Set support if it doesn't work right. Thanks, Eric public static Object decode(EntitySource source, Class type, Class elementType, Splittable split) { if (split == null || split == Splittable.NULL) { return null; } // Collection support if (elementTyp

Problem passing a Set as a parameter in RequestFactory?

2011-05-12 Thread Eric Andresen
n the application that pass Sets across the wire, so it's not happening all the time. Thanks, Eric -- 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 u

Re: really nice - NOT: new gpe seems to completely break gwt designer

2011-05-12 Thread Eric Clayberg
plugins" directory that had "google" as part of their file name and > there were 5 of them as I recall. I deleted all of them and restarted > eclipse.  After this, the problem did go away. > > On May 11, 4:01 pm, Eric Clayberg wrote: > > > > > > > >

Re: really nice - NOT: new gpe seems to completely break gwt designer

2011-05-11 Thread Eric Clayberg
This is caused by using the old 8.1.x version of GWT Designer. This is also discussed in the release notes... http://code.google.com/webtoolkit/release-notes.html#Release_Notes_2_2_0 Uninstall GWT Designer 8.1.x (which is not compatible with GWT 2.3.1) and use the version of GWT Designer inte

Creating new objects inside a CompositeEditor causing failure in checkStreamsNotCrossed

2011-05-10 Thread Eric Andresen
ell the driver to discard anything it has in the editor, and start over with the new object? Thanks, Eric -- 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. T

Re: GWT 2.3 RequestFactory problem

2011-05-09 Thread Eric Andresen
I saw this same problem in my environment. In my case I had upgraded all of the RequestFactory references in my Java classes to the new package, but forgot to switch the RequestFactoryServlet class in my web.xml file: requestFactoryServlet com.google.web.bindery.requestfactory

Re: google map TileLayerOverlay

2011-05-09 Thread Eric Ayers
I'm not sure how to do that. You might ask this question over on the JavaScript Maps API public forum: http://code.google.com/apis/maps/documentation/javascript/v2/forum.html On Mon, May 9, 2011 at 2:54 AM, Rafael Campaña wrote: > Thank you Eric. > > I plot several TileLayerOverl

Re: Problems with showing Designer after update GWT

2011-05-07 Thread Eric Clayberg
I'm curious as to what this "fixed". It would be helpful to see the stack trace or at least a description of the problem. Right-clicking and selecting using "Open With" is the standard way to switch editors in Eclipse, so that would not typically fix anything (unless you were using a different edi

Re: GWT 2.3 Designer

2011-05-06 Thread Eric Clayberg
The ZIP file links for the full GWT Designer version are here... http://dl.google.com/eclipse/inst/d2gwt/latest/3.7/GWTDesigner_v2.3.0_UpdateSite_for_Eclipse3.7.zip http://dl.google.com/eclipse/inst/d2gwt/latest/3.6/GWTDesigner_v2.3.0_UpdateSite_for_Eclipse3.6.zip http://dl.google.com/eclipse/in

Re: google map TileLayerOverlay

2011-05-06 Thread Eric Ayers
e 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. > For more opt

Re: Designer Problems after GWT 2.3 install

2011-05-05 Thread Eric Clayberg
See the latest update to... http://code.google.com/p/google-web-toolkit/issues/detail?id=6316 We hope to have a patch out tomorrow. In the meantime, a work around is available. On May 5, 2:09 pm, Ian Jacobs wrote: > I take it back.   My 1st test was using a gwt plugin I installed into a > d

Re: GWT Designer Problem

2011-05-05 Thread Eric Clayberg
Please create a bug report from the error window and append it to this case... http://code.google.com/p/google-web-toolkit/issues/detail?id=6316 On May 4, 6:03 pm, Wandile Chamane wrote: > Hi, I updated to 2.3 on tuesday and ever since i have had problems > with my GWT designer has anyone got a

Re: Designer Problems after GWT 2.3 install

2011-05-05 Thread Eric Clayberg
Please create a bug report from the error window and append it to this case... http://code.google.com/p/google-web-toolkit/issues/detail?id=6316 Also note that this error can occur for other reasons (see earlier in this thread). On May 5, 12:49 pm, Ian Jacobs wrote: > Didn't for me.   I install

Re: Designer Problems after GWT 2.3 install

2011-05-05 Thread Eric Clayberg
We are suspecting some weird issue when Eclipse is installed to a path with spaces in it. Can you try it using an Eclipse installed into a path w/o spaces and let us know if it makes any difference? On May 5, 10:35 am, Eric Clayberg wrote: > Yes, thank you for the report. That should be v

Re: Designer Problems after GWT 2.3 install

2011-05-05 Thread Eric Clayberg
Yes, thank you for the report. That should be very helpful. We are looking at it now. On May 5, 8:31 am, harald wrote: > I have the exact same problem. I have created an issue > herehttp://code.google.com/p/google-web-toolkit/issues/detail?id=6316. > Please go there and vote for it (click at the

Re: Designer Problems after GWT 2.3 install

2011-05-05 Thread Eric Clayberg
This exception basically tell us that gwt-dev.jar can't be found on your project classpath. Without additional context, this could be the result of many different things. Some possibilities: 1) Incomplete installation/update. 2) Multiple versions of GWT on the classpath 3) Old version of GWT Desig

Re: Bug Eclipse Helios + Gwt Designer + UIConstructor ?

2011-05-03 Thread Eric Reboisson
solved with the last beta : http://code.google.com/webtoolkit/tools/download-gwtdesigner-beta.html On Apr 12, 11:07 pm, Eric Reboisson wrote: > Hello, > > I've installed EclipseHelioswith the Goole GWT plugin. > > After that, I've created a sample GWT app with the wiz

Re: SmartGWT, UIBinder and GWT Designer

2011-05-03 Thread Eric Clayberg
UiBinder does not provide an API for non-standard parsers, so, in general, SmartGWT won't work with GWT Designer in UiBinder mode. SmartGWT works fine using GWT Designer and GWT Java UIs. On May 2, 7:03 pm, richip wrote: > Has anyone successfully used the above products / technologies to > creat

Re: Offline map functionallity GWT

2011-05-02 Thread Eric Ayers
The underlying javascript api requires an Internet connection. If you are providing your own map tiles you might be able to use openmaps or a gwt project called Saschamaps in combination with gears or html5 persistence. On May 2, 2011 11:51 AM, "qperez" wrote: > Hi, is there any way to obtain off

Re: TextBox and Other Boxes not working

2011-04-28 Thread Eric Clayberg
Are you creating you UI with GWT Java or UiBinder? FlexTable only supports adding children in the context of a GWT Java class. It does not allow children when used in a UiBinder layout. If you try to add a child in the UiBinder source, it results in an illegal GWT state. It does not sounds like GW

Re: Element Properties from GWT Designer

2011-04-27 Thread Eric Clayberg
No. At the moment, widgets do not expose an ID property (e.g., there is no UIObject.setID() method). On Apr 23, 11:57 am, richip wrote: > Is there a way to set the Element.id of a Widget from GWT Designer? We > were hoping to avoid having our UI designers do any Java programming. -- You receive

Re: Layout Panels missing from GWT Designer palette in Eclipse

2011-04-22 Thread Eric Clayberg
See... http://code.google.com/intl/de/webtoolkit/doc/latest/DevGuideUiPanels.html#Standards Those widgets only work in Standards mode, and GWT Designer will only show them, if your project is configured for Standards mode. That is the default for new projects, but probably not for your older proj

Re: Gwt plugin 2.2 designer not working mac osx

2011-04-20 Thread Eric Clayberg
It sounds like you want the extra wizards provided by the full version of GWT Designer which you can install from here... http://code.google.com/webtoolkit/tools/download-gwtdesigner.html On Apr 19, 7:49 pm, mdwarne wrote: > Hi, > I have installed the GWT plugin v2.2 under Eclipse 3.6 on Mac OSX

Re: Can't compile gadget with GWT Plugin 2.2 or 2.3 Beta

2011-04-19 Thread Eric Ayers
having issues.  Now I'm > getting this error when I attempt to compile: > > Compiling module com.google.gwt.gadgets.Gadgets >   [ERROR] Module has no entry points defined > > Any hints? > > > > On Apr 15, 11:25 pm, Eric Ayers wrote: >> Yeah, I forgot, the Ga

Re: Fatal GWT Designer problem: line 75 contains unexpected attribute 'generator'

2011-04-16 Thread Eric Clayberg
This problem would be typically caused by using an old version of GWT Designer with a newer version of GWT. It is best to keep them both in sync and update both of them when moving to a new GWT release. On Apr 14, 3:21 pm, cri wrote: > Well, I got this fixed but I don't really know what the prob

Re: Can't compile gadget with GWT Plugin 2.2 or 2.3 Beta

2011-04-15 Thread Eric Ayers
ader.java: > 192) >        at > com.google.gwt.dev.cfg.ModuleDefLoader.doLoadModule(ModuleDefLoader.java: > 308) >        at > com.google.gwt.dev.cfg.ModuleDefLoader.loadFromClassPath(ModuleDefLoader.java: > 151) >        at com.google.gwt.dev.Compiler.run(Compiler.java:185) >

Re: Creating a DockLayoutPanel with non-fixed sizes ?

2011-04-15 Thread Eric Andresen
Thanks, Thomas! You guys always seem to be one step (or release) ahead of me! --- Eric Andresen On Fri, Apr 15, 2011 at 5:02 AM, Thomas Broyer wrote: > GWT 2.3 will come with a HeaderPanel for this exact purpose: > http://code.google

Creating a DockLayoutPanel with non-fixed sizes ?

2011-04-14 Thread Eric Andresen
yone know if there is a way to register for an event that a FlowPanel's content's height has changed? Thanks, Eric -- 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-toolki

Bug Eclipse Helios + Gwt Designer + UIConstructor ?

2011-04-13 Thread Eric Reboisson
Hello, I've installed Eclipse Helios with the Goole GWT plugin. After that, I've created a sample GWT app with the wizard. I've implemented my own label widget as follow, and I use the @UiConstructor annotation : import com.google.gwt.core.client.GWT; import com.google.gwt.uibinder.client.UiCon

Re: Can't compile gadget with GWT Plugin 2.2 or 2.3 Beta

2011-04-11 Thread Eric Ayers
t Google might have a spare developer to do it > if it's really that simple! > > Alternatively, if someone can help me out with some instructions on > how to do this, I'd really appreciate it. > > On Apr 10, 2:52 am, Eric Ayers wrote: >> That's exa

Re: Can't compile gadget with GWT Plugin 2.2 or 2.3 Beta

2011-04-09 Thread Eric Ayers
>> Thanks! >> >> -- >> 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 e

Re: GWT Designer in Eclipse?

2011-04-06 Thread Eric Clayberg
That is a very open-ended question, so I would suggest starting with the docs... http://code.google.com/webtoolkit/tools/gwtdesigner/index.html If you have specific questions not addressed there, feel free to ask. On Apr 5, 9:16 am, ChrisDane wrote: > Hi there, > > Looks nice with the GWT D

<    1   2   3   4   5   6   7   8   9   10   >