View Full Version : WebDesktop app start button change
Reghin
10 Aug 2009, 3:38 AM
How to change the start button caption and icon?
My language is brazilian portuguese, and a "Start" captioned button may cause me some trouble.
Looking at the gxt.jar's source I saw I can't get access to the startButton property of the StartBox class. Having this would solve the problem, I guess.
Could you make it "protected" as most of it already is?
Thanks,
Roger.
brunonandolpho
10 Aug 2009, 5:59 AM
Hi Roger, im Brazilian too and i have the same problem....Do you know any brazilian comunity for GXT? We can create one..what do you think?..my personal email: bruno@projetasistemas.com.br
Reghin
10 Aug 2009, 10:36 AM
Hi Bruno!!!
I don't know of any GXT brazilian community, but I would surely like to be part of one!! :)
Actually I'm very (veeeeeeeeeeery) new to GXT and GWT so I'm not sure if I would be able to give much.
Do you have the "esquemas" to create one??
[]'s
Roger.
Reghin
24 Aug 2009, 4:03 AM
Looking at the gxt.jar's source I saw I can't get access to the startButton property of the StartBox class. Having this would solve the problem, I guess.
Could you make it "protected" as most of it already is?
Sven, any clue on this one???
jackiezh
6 Dec 2009, 5:14 PM
here is my solution:
El el = desktop.getTaskBar().el().selectNode("button");
el.setInnerHtml(el.getInnerHtml().replace("Start", "somethingelse"));
brunonandolpho
7 Dec 2009, 3:23 AM
Hi, guys
I was following this post
it works now with this tip!!!
thanks
Powered by vBulletin® Version 4.1.5 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.