no properties are visible for I18N wizard?

GWT Designer allows you to quickly create the modules, composites, panels, remote services and other elements that comprise Google Web Tookit applications.

Moderators: Konstantin.Scheglov, gnebling, Alexander.Mitin, jwren, Eric Clayberg

no properties are visible for I18N wizard?

Postby xristy » Fri May 15, 2009 4:25 pm

Hello,

Eclipse 3.4.1, GWT 1.5.3, GWT-Designer 7.0.0 for Eclipse 3.4 build from 20090515

I am externalizing strings and for some Composites when I run the wizard I do see any properties available for externalizing. For example with code like the following:


homeHyperlink = new Hyperlink("Home", "tbrc-global-navigation-home");
setClickHandler(homeHyperlink);
htmlPanel.add(homeHyperlink, "gn-home");
homeHyperlink.setStyleName("tbrc-global-navigation-home-link");

libraryHyperlink = new Hyperlink("Library", "tbrc-global-navigation-library");
setClickHandler(libraryHyperlink);
htmlPanel.add(libraryHyperlink, "gn-library");
libraryHyperlink.setStyleName("tbrc-global-navigation-library-link");

when I run the wizard (Design tab "Externalize Strings"), I see no properties, but I do see the available String sources:
Picture 1.png
screen shot showing no properties
Picture 1.png (47.27 KiB) Viewed 546 times
xristy
 
Posts: 33
Joined: Mon Aug 04, 2008 5:31 am

Re: no properties are visible for I18N wizard?

Postby Eric Clayberg » Mon May 18, 2009 3:03 am

This was an issue specific to Hyperlinks and is now fixed in the latest build.
Eric Clayberg
Software Engineering Manager
Google
http://code.google.com/webtoolkit/download.html

Author: "Eclipse Plug-ins"
http://www.qualityeclipse.com
Eric Clayberg
Moderator
 
Posts: 4503
Joined: Tue Sep 30, 2003 6:39 am
Location: Boston, MA USA

Re: no properties are visible for I18N wizard?

Postby xristy » Mon May 18, 2009 7:33 am

Thank you. It works now for me.
xristy
 
Posts: 33
Joined: Mon Aug 04, 2008 5:31 am

Re: no properties are visible for I18N wizard?

Postby Eric Clayberg » Mon May 18, 2009 12:12 pm

xristy wrote:Thank you. It works now for me.

Good. Thanks for letting us know.
Eric Clayberg
Software Engineering Manager
Google
http://code.google.com/webtoolkit/download.html

Author: "Eclipse Plug-ins"
http://www.qualityeclipse.com
Eric Clayberg
Moderator
 
Posts: 4503
Joined: Tue Sep 30, 2003 6:39 am
Location: Boston, MA USA

Re: no properties are visible for I18N wizard?

Postby alex.d » Wed May 20, 2009 4:13 am

Latest 7.0.0.200905 Designer build, Eclipse 3.4.2
The same thing with DisclosurePanel:
DisclosurePanel disclosurePanel = new DisclosurePanel("Test");
isn't externalized.
alex.d
 
Posts: 35
Joined: Mon Jun 02, 2008 4:46 am

Re: no properties are visible for I18N wizard?

Postby Eric Clayberg » Fri May 29, 2009 4:38 am

This is a weird property as DisclosurePanel does not have an associated setHeaderText() method.

This should now work as of the latest build.
Eric Clayberg
Software Engineering Manager
Google
http://code.google.com/webtoolkit/download.html

Author: "Eclipse Plug-ins"
http://www.qualityeclipse.com
Eric Clayberg
Moderator
 
Posts: 4503
Joined: Tue Sep 30, 2003 6:39 am
Location: Boston, MA USA


Return to GWT Designer

Who is online

Users browsing this forum: No registered users and 2 guests