I am new to GXT.
Is there anybody who can help me to learn how to integrate GXT-Hibernate in a Application.
I mean I have POGO classes I also map those POGO classes with hibernate mapping. But now I can not understand how to Integrate GXT.
Please help me to provide me the technique to integrate GXT-Hibernate.
When I Debug my application with GWT Div Mode the browser give me the following error... Please help me give me the solutions....
I am waiting for your reply.
===========================
onModuleLoad() threw an exception
Exception while loading module com.ecore.scms.client.MainEntryPoint. See Development Mode for details.
java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:396) at com.google.gwt.dev.shell.OophmSessionHandler.loadModule(OophmSessionHandler.java:183) at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:510) at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:352) at java.lang.Thread.run(Thread.java:619) Caused by: java.lang.VerifyError: (class: com/extjs/gxt/ui/client/widget/Container, method: setLayoutNeeded signature: (Z)V) Illegal constant pool index at com.ecore.scms.client.MainEntryPoint.onModuleLoad(MainEntryPoint.java:32) ... 9 more
===========================
Hi, I have a problem with Size of ContentPanel. I actually statically set the size but I want to set this size dynamically. I mean I want to set the ContentPanel size automatically whatever the computer Screen Size it is. Bellow I have place my code where I set the Size, I also attach Screenshot. Please sent me the reply as soon as possible.
==============================================================
public HomePage() {
ContentPanel contentPanel = new ContentPanel();
setSize(1170, 650);
setHeaderVisible(true);
BorderLayout layout = new BorderLayout();
setLayout(layout);
BorderLayoutData menuBarToolBarData = new BorderLayoutData(LayoutRegion.NORTH, 25);
menuBarToolBarData.setMargins(new Margins(5));
add(getMenuBar(), menuBarToolBarData);