css calling

2011-12-17 Thread Claudio Pomo
Hi, I've an GWT-application generated by scaffolding. I've problem with css rules: when my app is load this uses a generated css standard.css, but when I click on a row of my entity a new css rule is load. How the css is load? What is the mechanism of loading css rules? -- You received this

Re: css calling

2011-12-17 Thread Claudio Pomo
Sorry for my bad english! I've generated my app with myeclipse4spring + scaffolding, and it generates ApplicationScaffolding.gwt.xml. I've also another package gwt.client.style: into this resource there is common.css. When I run my app it loads standard.css (according to gwt pattern), but when I

THEAD datagrid

2011-12-15 Thread Claudio Pomo
Hi, I've problem with datagrid widget. When I start my application and all is ok, but when I click on an element of my datagrid the head of table change color and it becomes light-blue color. There is only one entity that doesn't follow this way, but this entity don't work so fine. Only when I

setHeight of DecoratedTabPanel

2011-11-22 Thread Claudio Pomo
I want to set height of all my tab into my DecoratedTabPanel horizontalPanel.add(aziendaDetailsView); horizontalPanel.setCellWidth(aziendaDetailsView, 30%); horizontalPanel.add(aziendaDetailsTab);

HTML page into GWT tabpanel

2011-11-14 Thread Claudio Pomo
Hi! I've developed my GWT application and I need to integrate an html page in a tabpanel of my page designed with the gwt designer. I use this code @UiField Frame report; @UiField TabPanel details; publicClass(){ initWidget(BINDER.createAndBindUi(this));

Unable to load class [com.google.gwt.app.rebind.package-info]

2011-10-18 Thread Claudio Pomo
Hi! I've compiled correctly my application by gwt 2.3, but when I try to deploy into Tomcat 7.0.22 I receive the follow error: Unable to load class [com.google.gwt.app.rebind.package-info] to check against the @HandlesTypes annotation of one or more ServletContentInitializers.

Re: GWT Designer fails under Eclipse 3.7 with latest update

2011-10-14 Thread Claudio Pomo
I've the same problem with eclipse 3.6 this is the stack trace !SESSION 2011-10-14 11:26:52.651 --- eclipse.buildId=M20110210-1200 java.version=1.6.0_26 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=it_IT