Plans for 1.4?

0 views
Skip to first unread message

doubtintom

unread,
Aug 18, 2007, 9:13:25 AM8/18/07
to GWT Tk
Hello Matt

Fabulous library. I'm close to releasing a GWT app to a client, and
would really like to have glass pane dialogs. They are so impressive.

But I built the app using GWT 1.4.10 :-(

What are your plans regarding 1.4? Is it a crazy idea for me to think
that I could try compiling the tk against 1.4 and see if the glass
panes work?

Thanks!

Tom

Mat Gessel

unread,
Aug 20, 2007, 1:06:21 PM8/20/07
to gwt...@googlegroups.com
Hi Tom,

I ran GWT Tk against GWT RC1 last week. Though I didn't test
thoroughly, the GlassPanel seemed to be working OK. There was one
issue w/ dialog centering, which should not happen in GWT 1.4 RC2:
http://code.google.com/p/gwt-tk/issues/detail?id=15

I don't anticipate any major compatibility problems GWT 1.4. I expect
to do a release to remove some of my DOM bug fixes; this will probably
happen mid to late September.

--
Mat Gessel
http://www.asquare.net/gwttk/

doubtintom

unread,
Aug 20, 2007, 4:59:37 PM8/20/07
to GWT Tk
Thanks Mat

Just a minute ago I encountered the centering problem. Then I just
happened to check the GWTTk group and saw your message. The tip just
saved me a lot of time trying to figure it out!

I got things to compile just fine. Yes, the glass panes and dialogs
are working well.

One thing I noticed, in the asquare.gwt.tk.uitest.alertdialog.Demo, I
get an IllegalArgumentException in FocusModel#setFocusWidget which is
triggered by a null widget passed, which in turn is sent there by
FocusModel#getFocusWidget which can't find the widget (a button I
think) in the m_widgets.Vector. This was several days ago, but I
recollect that it turned out to be caused by the button not being
given a TabOrder. Don't know if that is something dumb I did, a 1.4
issue or what.

Thanks again for a great toolkit.

Tom Miller

On Aug 20, 12:06 pm, "Mat Gessel" <mat.ges...@gmail.com> wrote:
> Hi Tom,
>
> I ran GWT Tk against GWT RC1 last week. Though I didn't test
> thoroughly, the GlassPanel seemed to be working OK. There was one
> issue w/ dialog centering, which should not happen in GWT 1.4 RC2:http://code.google.com/p/gwt-tk/issues/detail?id=15
>
> I don't anticipate any major compatibility problems GWT 1.4. I expect
> to do a release to remove some of my DOM bug fixes; this will probably
> happen mid to late September.
>
> --
> Mat Gesselhttp://www.asquare.net/gwttk/
>

Andy Edmonds

unread,
Aug 23, 2007, 7:53:40 AM8/23/07
to GWT Tk
Apologies for the slight thread topic redirection but as we're on the
topic of GWT1.4, I thought it a reasonable place to ask the
question...

If I want to compile from source (using GWT1.4 RC2) is there anything
that is required of the environment (shell environment varaibles etc)
that need to be setup or is it just the case of using the default ant
build script?

Andy

On Aug 20, 6:06 pm, "Mat Gessel" <mat.ges...@gmail.com> wrote:
> Hi Tom,
>
> I ran GWT Tk against GWT RC1 last week. Though I didn't test
> thoroughly, the GlassPanel seemed to be working OK. There was one
> issue w/ dialog centering, which should not happen in GWT 1.4 RC2:http://code.google.com/p/gwt-tk/issues/detail?id=15
>
> I don't anticipate any major compatibility problems GWT 1.4. I expect
> to do a release to remove some of my DOM bug fixes; this will probably
> happen mid to late September.
>
> --

> Mat Gesselhttp://www.asquare.net/gwttk/

Mat Gessel

unread,
Sep 3, 2007, 3:45:46 AM9/3/07
to gwt...@googlegroups.com
Hi Andy,

Sorry for the delayed response; I've been out on vacation.

The project does not have a comprehensive build process ATM. A while
back I decided to address this by creating a Maven2 build, but I got
side-tracked by acquiring full time employment at a startup.

Here is the breakdown of the build responsibilities:

Eclipse:
* compile to .class binaries (JRE 1.4 compat)
* run unit tests ("Run all tests in the selected project..." option)

build.xml:
* create jars
* compile Demo app (in my setup, Eclipse supplies the "project.dir" variable)
* run javadoc

Regarding your question, there are no shell variables to set. You will
need to edit the global.properties to set "gwt.lib.location" to your
GWT 1.4 dir.

Also note that the default build target just prints out the GWT tool
usage messages.

-= Mat

Andy Edmonds

unread,
Sep 27, 2007, 5:58:15 PM9/27/07
to GWT Tk
Thanks Matt!

On Sep 3, 8:45 am, "Mat Gessel" <mat.ges...@gmail.com> wrote:
> Hi Andy,
>
> Sorry for the delayed response; I've been out on vacation.
>
> The project does not have a comprehensive build process ATM. A while
> back I decided to address this by creating a Maven2 build, but I got
> side-tracked by acquiring full time employment at a startup.
>
> Here is the breakdown of the build responsibilities:
>
> Eclipse:
> * compile to .class binaries (JRE 1.4 compat)
> * run unit tests ("Run all tests in the selected project..." option)
>
> build.xml:
> * create jars
> * compile Demo app (in my setup, Eclipse supplies the "project.dir" variable)
> * run javadoc
>
> Regarding your question, there are no shell variables to set. You will
> need to edit the global.properties to set "gwt.lib.location" to your
> GWT 1.4 dir.
>
> Also note that the default build target just prints out the GWT tool
> usage messages.
>
> -= Mat
>

Reply all
Reply to author
Forward
0 new messages