Horizontal Open/Close DisclosurePanel

2009-02-10 Thread Scott
I'm trying to figure out how to get a DisclosurePanel to open/close left/right instead of up/down but can't really get to it. Does anyone have any ideas in this manner? Thanks, Scott --~--~-~--~~~---~--~~ You received this message because you are sub

Referencing Shared Library

2009-06-03 Thread Scott
I have code a set of Java POJOs within my project that are used to transfer information around the application. I'd like to move them into a simple Eclipse project so that they may be used by other components. When I create a new Java project and move the POJOs to this project, I add the new pro

Re: Referencing Shared Library

2009-06-03 Thread Scott
dule, there is a > source code folder like . > > Jimhttp://www.gwtorm.com- GWT ORMhttp://code.google.com/p/dreamsource-orm/ > > On Jun 3, 1:27 pm, Scott wrote: > > > I have code a set of Java POJOs within my project that are used to > > transfer information aroun

Too Dumb to Fix Logging on the Server

2009-06-08 Thread Scott
a "commons- logging.properties" file in my classpath or adding the commons logging JARs to my project. Neither has helped. I didn't have this issue in GWT 1.5.x and haven't been able to find any information about what has changed. Someone help!

Re: Referencing Shared Library

2009-06-08 Thread Scott
No one knows how to allow a GWT project to access a plain java project in eclipse without turning it into a GWT module? On Jun 3, 5:24 pm, Scott wrote: > Does that mean the shared library has to be a module?  I'd prefer to > keep the shared library a simple Java project with no depe

Re: Referencing Shared Library

2009-06-09 Thread Scott
to me, -Scott On Jun 9, 8:12 am, Isaac Truett wrote: > No, you can't do that. Why is creating one tiny XML file a problem? > > On Mon, Jun 8, 2009 at 9:06 PM, Scott wrote: > > > No one knows how to allow a GWT project to access a plain java project > > in eclipse wi

FormPanel submit() displays popup

2009-07-24 Thread Scott
While trying to create a FormPanel that uploads a file, my application launches a pop-up window on FormPanel.submit(). Furthermore, the listener designed to retrieve the results from the submit never gets fired. I'm using the latest GWT 1.7. Below is a simplified example that reproduces the iss

Re: FormPanel submit() displays popup

2009-07-25 Thread Scott
I noticed this issue only appears in a Google hosted mode web browser. If I deploy the application to an separate Jetty server and view it via Firefox, then the application does not load in a popup on form submit. Does anyone know what fix I need so that submitting a form does not spawn a pop-up

Re: gwittir with gwt1.5

2008-11-12 Thread Scott
This is a problem with gwitter 0.4.4 and GWT 1.5. An issue has been submitted to the gwitter project: http://code.google.com/p/gwittir/issues/detail?id=12. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web

Re: gwittir with gwt1.5

2008-11-13 Thread Scott
That's good news! I wondered why the very valuable Goda-time library was hidden in a primarily UI library like Gwitter and treated like a second-class citizen (at least as far as documentation is concerned). Promoting this into its own project is definitely a move in the right direction. On Nov 1

Call for critical 1.6 bugs

2009-01-07 Thread Scott Blum
e just want to collect a list of critical issues, and we will consider each suggestion individually. Thanks! Scott --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this

Re: PropertyUtils usage?

2009-02-05 Thread Scott Blum
It's part of the embedded Tomcat. This should go away in the future as Tomcat is deprecated in 1.6. On Mon, Feb 2, 2009 at 5:28 AM, Ed wrote: > > Hellu all, > > Why is GWT using his own version of the > org.apache.commons.beanutils.PropertyUtils class in the gwt-dev jar ? > (probably there are

Announcing GWT 1.6 Milestone 1

2009-02-06 Thread Scott Blum
d,FixedNotReleased%20milestone:1_6_RC&num=1000 ). As always, please report bugs to our issue tracker ( http://code.google.com/p/google-web-toolkit/issues/list) after doing a quick search to see if your issue has already been reported. If you run into a serious issue, feel free to also repl

Re: Announcing GWT 1.6 Milestone 1

2009-02-09 Thread Scott Blum
ion has been fully or partly addressed with the 1.6 > release. > Itamar, I think you should find 1.6 much easier once you've switched over from GWTShell to HostedMode. Just use your real web.xml in hosted mode to map in your springDispat

Re: Announcing GWT 1.6 Milestone 1

2009-02-09 Thread Scott Blum
want to setup build rules to compile your server-side code into WEB-INF/classes. Scott On Mon, Feb 9, 2009 at 1:35 AM, Sebastien wrote: > > Hi, > > I take a look on the build.xml of samples. I didn't see any special > difference. > Here is a part of my build.xml : >

Re: Announcing GWT 1.6 Milestone 1

2009-02-09 Thread Scott Blum
es will always be put into the moduleName subdirectory under this, so as not to conflict. Why not enforce the standard J2EE project path (see Sun's blueprints), > and maintain these files under /src/conf. > We might have to look into this. Scott --~--~-~--~~~---~-

Re: Announcing GWT 1.6 Milestone 1

2009-02-12 Thread Scott Blum
community could step up. I will note that we made some changes in 1.6 regarding ClassLoaders that should remove barriers to running GWT hosted mode (and unit tests) from within Maven. Scott --~--~-~--~~~---~--~~ You received this message because you are subscribe

Re: Announcing GWT 1.6 Milestone 1

2009-02-13 Thread Scott Blum
Would people be happier if we called this the "official community-supported GWT/Maven integration"? :) On Fri, Feb 13, 2009 at 10:08 AM, Arthur Kalmenson wrote: > I think you'll note that GWT is in the central Maven repository > (http://repo1.maven.org/maven2/com/google/gwt/) and there are > curr

Re: Announcing GWT 1.6 Milestone 1

2009-02-18 Thread Scott Blum
mpting to run script - compile.sh > > I saw this same issue on Ubuntu with 1.6.0_07. Upgrading to _12 fixed > the problem there, but there's no such upgrade avenue (yet) on OS X. > Known issue? Thanks. > > - Jim Tomlinson > > On Feb 6, 7:26 am, Scott Blum wrote: >

Re: Announcing GWT 1.6 Milestone 1

2009-02-19 Thread Scott Blum
GwtTestCase. > The consequence is that I'm not able to test my GWT Spring application > because every file inside the new war structure isn't reachable on a > GwtShell and the Spring context isn't loaded. > > Is there any solution? > > Thanks in advanced, >

Re: Announcing GWT 1.6 Milestone 1

2009-02-20 Thread Scott Blum
On Fri, Feb 20, 2009 at 8:29 AM, Arthur Kalmenson wrote: > > 1) Backwards compatibility. If we updated JUnitShell to use HostedMode, > it > > seems like old test cases would probably break. The idea of a > > JUnitHostedMode is a good one... but how would we be able to tell which > one > > the us

Re: "is invalid or violates the same origin policy" A problem with POST request to the Yahoo API.

2009-02-20 Thread scott young
+and+painters+of > > +the+renaissance+favored+the+Virgin+Mary+for+inspiration" is invalid > > or violates the same origin policy. > > > > How can I request this URL using google web toolkit, it's important I > > intergrate it into my toolkti program, rather tha

Re: "is invalid or violates the same origin policy" A problem with POST request to the Yahoo API.

2009-02-20 Thread scott young
Ok thanks dave, I'll give it a shot. On Fri, Feb 20, 2009 at 10:49 PM, davidroe wrote: > > it is a technique that Yahoo were one of the first to use and promote. > essentially, the return value of the script is a function callback > that wraps the data. as long as you have the function defined o

Re: Exception when add spring.jar in project GWT 1.6

2009-03-23 Thread Scott Blum
Hey, can you guys do me a favor and try out a fix? Just take the attached jar and put it on your classpath ahead of gwt-dev-.jar. See if it fixes the "not and instance of Servlet" problem (and doesn't cause other problems). Lemme know if that works, thanks, Scott On Sun, Mar 22

Re: Spring and GWT 1.6RC

2009-03-23 Thread Scott Blum
Hey, can you guys do me a favor and try out a fix? Just take the attached jar and put it on your classpath ahead of gwt-dev-.jar. See if it fixes the "not and instance of Servlet" problem (and doesn't cause other problems). Lemme know if that works, thanks, Scott PS: The

Re: Announcing GWT 1.6 Release Candidate

2009-03-27 Thread Scott Blum
ext month or so-- just don't hold me to that. :) Scott On Fri, Mar 27, 2009 at 11:21 AM, googelybear wrote: > > Is there an approximate release date for 1.6? Like "in April" or "not > before christmas". I was unable to find such a page... > > On 18 Mrz.,

Announcing GWT 1.6 RC2

2009-03-30 Thread Scott Blum
-web-toolkit-16-rc2-now-available.html The only real difference from RC1 should be some fixes I made for the hosted mode Jetty configuration issues that were reported with RC1: http://code.google.com/p/google-web-toolkit/issues/list?can=2&q=milestone:1_6_RC2+status:Fixed,FixedNotReleased --S

Re: Announcing GWT 1.6 RC2

2009-04-01 Thread Scott Blum
We also cache the results of an earlier phase in the compile, so even if you're running a single thread, it should be marginally faster than 1.5. On Wed, Apr 1, 2009 at 4:50 AM, Thomas Broyer wrote: > > On 1 avr, 05:52, "C.H." wrote: > > >New Features > > >...faster compilation... > > > > H

Re: Announcing GWT 1.6 RC2

2009-04-01 Thread Scott Blum
2009/4/1 Дмитрий Николаев > $ ant build > Buildfile: build.xml > > libs: > > javac: >[javac] Compiling 8 source files to > /home/dima/bin/gwt/gwt-linux-1.6.3/samples/DynaTable/war/WEB-INF/classes Compiling 8 source files? Can you do an "ant clean" and see if that fixes it? --~--~-

Re: Announcing GWT 1.6 RC2

2009-04-02 Thread Scott Blum
> trunk) > >> > > has OOPHM scheduled for it, which removes the platform dependancy > pretty > >> > > much, I'm running it right now on 64-bit Ubuntu with my native > Firefox. > >> > >> > > On Thu, Apr 2, 2009 at 3:18 AM, Alexandros Papadakis &

Re: Google-Web-Toolkit - 22 new messages in 7 topics - digest

2009-04-09 Thread Scott Campbell
- Oqriqaginal message - Google Web Toolkit http://groups.google.com... Sent from Gmail for mobile On 4/9/09, Google-Web-Toolkit group wrote: > > Google Web Toolkit > http://groups.google.com/group/Google-Web-Toolkit?hl=en > > Google-Web-Toolkit@googlegroups.com > > Today's topics: > > * Announc

Announcement: Google Charts for GWT

2009-04-13 Thread Carl Scott
ng dynamic with glitz and glamour, you want one of those implementations. To learn more about the Google Charts API: http://code.google.com/apis/chart/ Anyway, hope this is useful to some, have a great day! -- Carl Scott Software Developer, Solertium Corporation --~--~-~--~~

Re: Packaging error in gwt-user 1.6.4 with javax servlet classes and java files

2009-04-24 Thread Scott Blum
I don't see this in 1.6.4. As far as I can tell, all of the .java files in javax/servlet have a timestamp of: Tue Jul 22 02:00:00 EDT 2008 All of the .class files have: Tue Jul 22 02:00:30 EDT 2008 The class files are 30 seconds newer than the source files. --~--~-~--~~

Re: Second try: app works on Linux, but not on Windows (1.6.4 hosted mode)

2009-05-11 Thread Scott Blum
d is getting called. It would also be helpful to find out which argument the error is happening on-- this will be the current value of "i" on that SwtOleGlue.convertVariantsToObjects() stack frame. Lemme know if you need more detailed instructions. Also, are you run

Re: Second try: app works on Linux, but not on Windows (1.6.4 hosted mode)

2009-05-12 Thread Scott Blum
That would probably explain it. $wnd.event is a special field I think, and if you're manually setting it to a String where someone else expects it to be an Event Object, that could definite explain the cast problem. On Tue, May 12, 2009 at 2:50 PM, mlgm wrote: > > Scott, > &g

Re: Status of Joda/Goda time, future of Date handling

2010-06-02 Thread Scott Fines
nd) Please let me know what troubles you are having so that we can get to fixing them. Thanks, Scott On May 30, 8:57 pm, Chris Lercher wrote: > On May 31, 2:26 am, Paul Stockley wrote: > > > I am using gwt-time. I haven't had any issues as yet. However, the > > biggest

Re: Status of Joda/Goda time, future of Date handling

2010-06-02 Thread Scott Fines
able to get back to working on it. However, I'll post an issue-report on the large download size so that we won't forget it. If any of you are willing, we are looking for contributors to help get this thing off the ground. Thanks, Scott Fines On May 31, 8:43 am, Paul Stockley wrot

setTabBarThickness not working for vertical tabs

2009-06-17 Thread Scott Grizzard
et = new TabSet(); historyTabSet.setTabBarPosition(Side.RIGHT); historyTabSet.setTabBarThickness(60); Tab addNewFormTab = new Tab("Add New Form"); historyTabSet.addTab(addNewFormTab); } }

Unsatisfied link error on Ubuntu Karmic

2009-10-31 Thread Scott Graham
. thanks, scott --~--~-~--~~~---~--~~ 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 email

Re: Possible bug? UnsupportedOperationException: TreeSet not implemented

2008-09-22 Thread Scott Blum
TreeSet wasn't implemented in milestone 2. You should upgrade to 1.5.2 (GA); TreeSet is implemented there. On Wed, May 21, 2008 at 8:55 PM, Mark Renouf <[EMAIL PROTECTED]> wrote: > > I've been using source builds of GWT because of other issues I've run > into with 1.5M2, and I just hit this one.

Re: OPTGROUP

2008-10-22 Thread James Scott
On Aug 28, 3:15 am, Karl <[EMAIL PROTECTED]> wrote: > How can i create aoptgroupinside a combobox? ListBox does not have an optgroup API, so you need to get the select element from your ListBox and use the DOM API to add the optgroup. Something like this: List options = new ArrayList

Re: Which library for Money/Time-Format

2010-07-14 Thread Scott Fines
cimal class emulated in it. I don't know much about it, though, so don't take my word as holy writ. (Disclaimer: I'm the principal committer of gwttime) Hope this helps, Scott Fines On Jul 14, 7:56 am, AlexG wrote: > Hi, > > I´m trying to develop some business applications

Re: getting date/time on client?

2010-07-21 Thread capt. scott
hello you can send you number to me now i can call you as soon as i can goodbye On Tue, Jul 20, 2010 at 9:07 PM, Magnus wrote: > Hi, > > works & thanks! > > Magnus > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this g

RequestFactory/Editor AutoBean has been frozen error

2011-02-17 Thread Scott Olcott
I am trying to use the RequestFactory and Editor frameworks together. I have it working successfully for requests that finish successfully or that result in constraint violations. However, whenever there are server errors and my Receiver.onFailure(ServerFailure) method is called I am not able to r

Re: RequestFactory/Editor AutoBean has been frozen error

2011-02-17 Thread Scott Olcott
I am using GWT 2.2 On Feb 17, 3:39 pm, Scott Olcott wrote: > I am trying to use the RequestFactory and Editor frameworks together. > I have it working successfully for requests that finish successfully > or that result in constraint violations.  However, whenever there are > server e

Re: RequestFactory/Editor AutoBean has been frozen error

2011-02-18 Thread Scott Olcott
I have temporarily fixed this by copying AbstractRequestContext into a super-source directory and making the change there. I also had to call invocations.clear() to avoid duplicate invocations the next time a request is fired. You also need to make sure editedProxies.clear() is not called oth

Re: RequestFactory/Editor AutoBean has been frozen error

2011-02-22 Thread Scott Olcott
Thomas, You are correct in understanding my issue. I tried calling AutoBean.clone(), but is fails with a "Cannot clone wrapped bean" error. I was however able to resubmit the proxy successfully using the following: AutoBean autoBean = AutoBeanUtils.getAutoBean(test); autoBe

Re: GWT 2.2.0 broke binary compatibility for code generation

2011-02-23 Thread Scott Blum
I bet you could do something like this: class FooGenerator extends Generator { private static final Generator impl; static { try { Class jTypeClass = Class.forName("com.google.gwt.core.ext.typeinfo.JType"); Class generatorClass; if (jTypeClass.isInterface()) { g

Re: Making GWT 2.2 work in eclipse 3.4

2011-03-14 Thread Scott Selikoff
Excellent solution, worked for me. Granted it would be good know what side effects disabling the requirement could have. Also, it would be nice if Google fixed the GWT 3.4 Eclipse build since it doesn't work for many (all?) Eclipse 3.4 instances. -- You received this message because you are sub

Modal Window

2011-07-11 Thread Scott Purcell
now if GWT can handle this? Thanks, Scott -- 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 email to google-

AbstractDataProvider, JsArray, and java.util.List

2011-07-22 Thread Scott Spyrison
Hello, I've been working on a GWT project that integrates the CellTable widget with remote services that provide JSON data. So far, I have successfully created JavaScript Overlay Types and used the JsonUtils.safeEval method to parse the returned JSON into either an individual JavaScriptObject or

Re: Future of GWT survey

2012-09-25 Thread Scott Stanton
I second the call for reducing compile times and making it more extendable. The slow compile/link times are a major impediment to development. Some of our developers are in favor of dumping GWT in favor of native javascript toolkits because the slow dev mode and compile/link times are impeding

Remediating older GWT code with GWT 2.3 XsrfProtectedService - any experiences?

2012-11-28 Thread James Scott
Hi all- We're looking at remediating an existing GWT application with the CSRF/XSRF protection features introduced with GWT 2.3. Has anybody else done this, and do you have any experiences/advice to share? I'm looking particularly for testing advice. How did you validate that the XSRF protectio

JMockit compatible with GWTTestCase?

2012-12-28 Thread James Scott
Hello all- I'm trying to use JMockit in a GWTTestCase (JUnit 3, for what it's worth) and I'm not having any luck. I have jmockit.jar on my classpath for the test, but when I run it, I get this error message: [ERROR] Line 50: No source code is available for type mockit.NonStrictExpectations; di

Re: I'm enhancing GWT to provide Java stack traces for clientside exceptions in production

2013-07-18 Thread Scott Blum
Very cool. Bob Vawter and I (and I think a couple more people) worked on this a long time ago, and there's definitely a lot of room for improvement. Nice to see someone tackle this! On Wednesday, July 17, 2013 4:56:40 PM UTC-4, Alex Epshteyn wrote: > > Dear fellow GWT users, > > I would like t

GWT 2.4 - problems with space key handling and FieldUpdater for TextInputCell inside CompositeCell in CellTree

2011-12-28 Thread James Scott
Hi all- I feel like I'm missing something obvious here, but I haven't been able to figure this out. In short, I have a CellTree whose leaf nodes are populated with CompositeCells. Each CompositeCell has an ImageResourceCell, a TextCell, and a TextInputCell. These are displaying in the tree correct

Re: GWT 2.4 - problems with space key handling and FieldUpdater for TextInputCell inside CompositeCell in CellTree

2011-12-29 Thread James Scott
siteCell, and to get that working, I needed to add "keyup" and "keydown" events to the CompositeCell. Clearly I do not yet have my mind wrapped around how the events are propagated in a CompositeCell, but at least I've solved my immediate problems. JLS On Dec 28, 3:49

TabLayoutPanel inside HeaderPanel - tab body doesn't show

2012-01-03 Thread James Scott
I'm updating a module originally done in GWT 1.7 to GWT 2.4, and I'm having a problem with a TabLayoutPanel inside a HeaderPanel. When I add the TabLayoutPanel to the content area of the HeaderPanel, the tab content does not appear. Inspecting the HTML shows that the tab content divs have 0 height.

Re: TabLayoutPanel inside HeaderPanel - tab body doesn't show

2012-01-14 Thread James Scott
I've applied the patch from the code review referenced in comment 3 on issue 7065, and it didn't fix the bug. I verified that the DeckLayoutPanel.onLoad() method implementation added by the patch gets called, but the tab body is still not rendered when the TabLayoutPanel is contained in a HeaderPan

Re: TabLayoutPanel inside HeaderPanel - tab body doesn't show

2012-01-15 Thread James Scott
Wrapping the TabLayoutPanel in a ResizeLayoutPanel, and then adding the RLP as the content widget of the HeaderPanel, resulted in nothing rendering in the content area. Here's my test code for my original case - I'm adding the HeaderPanel directly to the RootLayoutPanel. public class TestHeaderEn

Re: RichTextArea on IE7 insert after enter typed

2012-01-30 Thread scott soward
Anyone come up with a solution to this issue? On Jan 17, 9:36 pm, gangurg gangurg wrote: > Any thoughts Team ? > > > > > > > > On Thu, Jan 12, 2012 at 12:01 PM, gangurg gangurg wrote: > > > Thanks for pitching in . This is the Issue . I am trying to do some > > formatting as well as recognizing

Re: GWT Developer Plugin for Firefox not installing completely

2012-02-23 Thread Scott Matthews
Alan Leung writes: > > > Hi Allyn: > > Thanks for the report. It seems to be that the new forward compatibility feature in the install-template.rdf is not backward compatible (the irony) in FF3.6 and that version only. > > I disabled the strict check that would fix it. Currently in review: h

Replacing StorageImpl with itself?

2017-04-21 Thread Edward Scott
hello - I am looking for some insight into what might be going on with the workaround to Wrong LocalStorage event fire #9205 , an issue raised about a year and a half ago. I have observed the behavior described in the issue. I have also followed

Re: Replacing StorageImpl with itself?

2017-04-24 Thread Edward Scott
OK this is starting to make sense to me now. It sounds like defaulting to StorageImplNonNativeEvents is intended to avoid browser compatibility problems since some browsers have not fully i

tracking usage of a GWT app using Lucky Orange

2017-08-03 Thread Edward Scott
Has anyone had any experience with tracking usage of their GWT app using a service such as Lucky Orange ? I have a single page app built with GWT, using a DeckPanel to manage the pages a user has visited to. Each time they navigate to a new page I create a widget a

Re: GWT 2.8.2 release

2017-11-20 Thread Scott Palmer
> > Any idea when we will be able to *build* projects with Java 9? Currently, using the gradle plugin from https://github.com/steffenschaefer/gwt-gradle-plugin, I get an error about not finding java.lang.Object Same build runs fine if I change the JVM to Java 8. Cheers, Scott -- Y

Re: GWT 2.8.2 release

2017-11-20 Thread Scott Palmer
. Thanks, Scott > On Nov 20, 2017, at 9:27 PM, Colin Alworth wrote: > > Hmm - from that description it sounds like the bug might be in the gradle > plugin then, we did test compiling java8 .java files with a java9 jre. Can > you confirm that is what you are trying to do, and have yo

Understanding JsInterop

2018-02-15 Thread Scott Shumway
Greetings I am trying to get a DOMRect from an Element. I can do this with JSNI, but have been unable to make a JsInterop version. Here's what I have: public final class DOMRect extends JavaScriptObject { // returns DOMRect or null public static native DOMRect getBoundingClientRect(Element ele

Re: Understanding JsInterop

2018-02-15 Thread Scott Shumway
Thanks! I didn't think of casting to Object first... I'll give it a try. I generally turn on as many compiler warnings as I can stand to get my code to compile through a strict filter, but I was getting outright errors. Also, namespace with "Element", Doh! of course... On Thursday, February 15,

Re: Understanding JsInterop

2018-02-20 Thread Scott Shumway
I'm still unable to do this. I want to be able to get a DOMRect from a com.google.gwt.dom.client.Element with JsInterop. If I cast to this Element class, or even ((HasGetBoundingClientRect) (Object) element), I will get a (runtime) java.lang.ClassCastException. The cast to Object works, of cour

super dev mode Jetty version?

2018-04-12 Thread Edward Scott
My project has transitive dependencies on log4j-api and log4j-core and normally pulls in 2.9.1, but when I run in super dev mode this leads to a RuntimeException scanning ProcessIdUtil.class similar to what is reported here

Has anybody found a reasonable way to convert *.ui.xml files to web components.

2019-02-23 Thread Scott Johnson
We have many angular developers on the team and they would like to begin to migrate a legacy GWT application (2.7.x) to an NG based application. RPC has already been replaced using resty-gwt; so now the objective is to begin migrating the client from GWT to Angular. Has anyone found an tool

First-time using SmartGWT 2.0 + NetBeans 6.8 on WinXP - getting XML parse error in file build-gwt.xml

2010-02-21 Thread Stefan Scott Alexander
Hello - I am trying to start using SmartGWT-2.0 with NetBeans 6.8 on WinXP SP 3, following a tutorial for NetBeans 6.5 and SmartGWT-1.0b1 located at: http://www.plantstar.org/tutorials/Netbeans_Smartgwt.htm I was able to compile and run the standard Hello World GWT project generated by NetBeans.

Re: First-time using SmartGWT 2.0 + NetBeans 6.8 on WinXP - getting XML parse error in file build-gwt.xml

2010-02-21 Thread Stefan Scott Alexander
C:\programs \smartgwt-2.0\...' will of course be different on your machine. The initial setup instructions I followed can be found here: http://www.plantstar.org/tutorials/Netbeans_Smartgwt.htm To get the java code to modify my source file MainEntryPoint.java, I used the following for examp

SmartGWT Showcase - Featured Sample "Master Detail" - trying to rebuild in NetBeans - ListGrid and Label too narrow

2010-02-21 Thread Stefan Scott Alexander
Hi - I am trying to use NetBeans 6.8 on my machine to build and run the Featured Sample - Master Detail from the SmartGrid 2.0 showcase located here: http://www.smartclient.com/smartgwt/showcase/#featured_master_detail The project compiles and loads, but the GridList is too narrow: only about 1

Is the UI Binder DocType Broken?

2020-04-28 Thread Scott Onyx Harmon
http://dl.google.com/gwt/DTD/xhtml.ent";> No longer seems to be functioning properly, as I now get multiple "errors" in my XML files such as: Element type "ui:UiBinder" must be declared. Is there a new place to get the DTD? -- You received this message because you are subscribed to the Google