Re: How to remove the default blue border of TabPanel

2009-04-23 Thread Qing
gwt-windows-1.6.4. it's in right location, because other styles can be applied to the page. only this tab panel border style doesn't work On Apr 22, 12:49 pm, Jim jim.p...@gmail.com wrote: Which version of GWT is used? Make sure the css file is in the right location. Jim

How to remove the default blue border of TabPanel

2009-04-22 Thread Qing
Hi, I'm using TabPanel. It has a default blue border. I've edit css for it: .gwt-TabPanel { margin-top: 4px; border: none; width: 100%; text-decoration: none; } .gwt-TabPanelBottom { padding: 10px; display: block; border-width: 0px; border-color: #44; } .gwt-TabBar {

Re: GWT import external jar

2009-04-22 Thread Qing
Oh, i see. Thank you! It works. On Apr 6, 10:06 am, Jason Essington jason.essing...@gmail.com wrote: That is correct, if your external library is only used on the server   side (Hibernate, axis, etc) then there is no need to reference it in   your gwt.xml file. However, if you do need to

Re: GWT import external jar

2009-04-04 Thread Qing
I added FinancialToolkit.gwt.xml into the jar. Doesn't work. do I need to put this file to the folder of OnlineBanker as well? On Apr 4, 12:16 am, Nicanor Babula nicanor.bab...@gmail.com wrote: Hi,         It looks like you have to add to your jar file FinancialToolkit.gwt.xml. This may

GWT import external jar

2009-04-03 Thread Qing
Hi, I'm now using gwt develop my web application. I create a gwt project 'OnlineBanker' in command line and import it into eclipse. The server side code of OnlineBanker need to use the class in another java project 'FinancialToolkit'. I export FinancialTookit as a jar file, and import it into