Ext


Go Back   Ext JS Forums > Ext General Forums > Gxt: Open Discussion

Reply
 
Thread Tools
  #1  
Old 08-26-2008, 01:57 AM
darrellmeyer's Avatar
darrellmeyer darrellmeyer is offline
Ext GWT - Development Team
 
Join Date: May 2007
Location: Washington, DC
Posts: 1,973
darrellmeyer is on a distinguished road
Default Ext GWT 1.1 Alpha 4 Available

The first alpha release of 1.1 is available now:

1.1 Alpha 2 Download
Reply With Quote
  #2  
Old 08-26-2008, 02:46 AM
eugenparaschiv eugenparaschiv is online now
Ext GWT Premium Member
 
Join Date: Jul 2008
Posts: 184
eugenparaschiv is on a distinguished road
Default

Hy. I am very glad 1.1 is in alpha, especially as it comes with a lot of functionality I've been waiting for. Some things I've noticed though:
- a small part of the API has been changed; the changes are actually good, as full backward compatibility would really make the API inflexible, so I see this as a good thing
- there are some methods that are deprecated now, and the javadoc provides no clear alternative; this is not a good thing, as usually when a method is deprecated, the javadoc clearly states what to use instead

Anyways, nicely done!
Reply With Quote
  #3  
Old 08-26-2008, 08:28 AM
maku maku is offline
Ext User
 
Join Date: Apr 2008
Location: Austria
Posts: 58
maku is on a distinguished road
Default

HI,

my observations after a first look using gxt 1.1 in my app.


1)
The icon definitions I used are not longer working as expected when used in a ContentPanel or in a Window. They icons are shown repeated.

e.g. sample css def:
.icon-list {
background-image: url(../images/fam/application_view_list.png) !important;
}

When I add "no-repeat" no icon is shown at all.

The effect is also visible in the explorer demo -> Window -> Complex

2)
For Radio's I set the field label (with setFieldLabel(..)) but NO label is shown on the form
Reply With Quote
  #4  
Old 08-26-2008, 09:49 AM
itmean itmean is offline
Ext User
 
Join Date: Aug 2008
Posts: 4
itmean is on a distinguished road
Default no Desktop source

no Desktop source in gxt.jar
Reply With Quote
  #5  
Old 08-26-2008, 11:44 AM
darrellmeyer's Avatar
darrellmeyer darrellmeyer is offline
Ext GWT - Development Team
 
Join Date: May 2007
Location: Washington, DC
Posts: 1,973
darrellmeyer is on a distinguished road
Default

Quote:
no Desktop source in gxt.jar
Fixed in alpha 2
Quote:
For Radio's I set the field label (with setFieldLabel(..)) but NO label is shown on the form
I do not see any issues with Radio. You use setFieldLabel for a single Radio. You use setBoxLabel for a Radio in a RadioGroup.

Quote:
there are some methods that are deprecated now, and the javadoc provides no clear alternative;
Can you point these places out? We will add comments.

Quote:
The icon definitions I used are not longer working as expected when used in a ContentPanel or in a Window. They icons are shown repeated.
This has been corrected.

All fixes are in Alpha 2.
Reply With Quote
  #6  
Old 08-26-2008, 11:54 AM
eugenparaschiv eugenparaschiv is online now
Ext GWT Premium Member
 
Join Date: Jul 2008
Posts: 184
eugenparaschiv is on a distinguished road
Default

One deprecated method with no alternative in Javadoc is
tree.setItemIconStyle("tree-folder");

- on a more serious note, there is a problem with the BorderLayout; this problem was not present in 1.0.2. I cannot yet provide a simple test case (I will try to provide one tomorrow), because the problem is in the middle of the project, and very hard to isolate. That's it for now.
Reply With Quote
  #7  
Old 08-26-2008, 12:04 PM
maku maku is offline
Ext User
 
Join Date: Apr 2008
Location: Austria
Posts: 58
maku is on a distinguished road
Default

Quote:
Originally Posted by darrellmeyer View Post
Fixed in alpha 2
I do not see any issues with Radio. You use setFieldLabel for a single Radio. You use setBoxLabel for a Radio in a RadioGroup.
In former release the usage of setFieldLabel worked also for Radio's in a RadioGroup
Reply With Quote
  #8  
Old 08-26-2008, 12:29 PM
AlexPdro AlexPdro is offline
Ext User
 
Join Date: Jul 2008
Posts: 6
AlexPdro is on a distinguished road
Default

Since 1.1alpha, when I try to make an assertEquals() with JUnit on two BaseModel objects that are equals (the map contains 2 strings and 1 long) the assertion fails.

With gxt1.0.2 it works fine.

I guess there have been a change on the implementation of BaseModel or on the implementation of the equals() method of BaseModel class?
Reply With Quote
  #9  
Old 08-27-2008, 03:59 AM
wolvangel wolvangel is offline
Ext User
 
Join Date: Aug 2008
Posts: 5
wolvangel is on a distinguished road
Default

Can post Advanced Combo, Grouping and Totals Grid sources now that the 1.1alpha is issued.

I tried to make an editable grid with

ColumnConfig col = new ColumnConfig("name", "Entreprise", 200);
col.setEditor(new CellEditor(new TextField()));

But i must be missing something because nothing happens, I still cannot edit the company name.
Reply With Quote
  #10  
Old 08-27-2008, 04:44 AM
wolvangel wolvangel is offline
Ext User
 
Join Date: Aug 2008
Posts: 5
wolvangel is on a distinguished road
Default

In my previous post I meant "Can you post".

The tree is not rendering properly in 1.1 as you can see in the attached picture. Gaps are not respected inside folders.
Attached Images
File Type: gif tree.gif (9.1 KB, 63 views)
Reply With Quote
Reply

Thread Tools

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

All times are GMT -5. The time now is 02:40 PM.

© 2006-2009 Ext, LLC
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.