gwtp Questions
5
Solved
Well, all of a sudden everything seems to be broken. I can't recall what I changed. I cleaned the whole project, I checked out an older version of it, I removed all code-server compiled files, rest...
3
Solved
Can anyone help me solve a problem please?
I'm upgrading from GWT 2.5.1 to 2.6.1 and am getting the following error when trying to run the codeserver of my project...
[INFO] Compiling module <...
1
Solved
I started to use GWTP for my project and I'm currently re-writing all my code to let it work with this library.
However, I struggle to understand how I use GWTP if I want e.g. a ListView with List...
Sectionalism asked 1/3, 2016 at 17:34
1
Solved
GWT (2.7) Compile fails when declaring a GwtQuery (1.0.6) Widget in UiBinder in GWTP (1.5.1) project
When I simply just declare a GwtQuery DragAndDropCellTree in my MyView.ui.xml UiBinder in my GWTP project, I cannot GWT Compile it:
[3] xmlns:gq="urn:import:gwtquery.plugins.droppable.client.gwt"
...
2
Solved
I have the need to apply many separated CSS classes into 1 element in UiBinder in GWT, but don't know how to do it.
In my TestView.ui.xml, i have
<g:Button text="Log Out" ui:field="logoutButto...
1
I have a cellTable that has many columns like the followings:
OrderID - OrderDate - OrderTime - Name .....
1 - 2012-01-05 - 11:12:12 - Tom......
Each column will have a checkBox for Hide/Unhid...
2
Solved
Google suggets use FlowPanel in replace of VerticalPanel since VerticalPanel does not work well in Standards Mode (http://www.gwtproject.org/doc/latest/DevGuideUiPanels.html).
myflowPanel.getEleme...
1
© 2022 - 2024 — McMap. All rights reserved.