Search Type: Posts; User: pedrosousa
Search: Search took 0.02 seconds.
-
11 Mar 2009 1:31 AM
Jump to post Thread: Collapse ContentPanel by pedrosousa
- Replies
- 2
- Views
- 1,829
I used a workaround to get it done.
I have a borderlayout:
in the center panel I added a bottom toolbar with my custom buttons
in the south panel I removed the header e collapse button
... -
14 Jan 2009 2:50 AM
Jump to post Thread: RPCProxy by pedrosousa
- Replies
- 1
- Views
- 1,375
Hi,
I was using RPCProxy and I wondered why the method RPCProxy don't have the method save to define the service to save the changed data in the store.
What do you folks think about it?
... -
8 Jan 2009 6:23 AM
Jump to post Thread: ext.ux.ofcgxt - ChartWidget by pedrosousa
- Replies
- 42
- Views
- 28,887
Ok, thanks. Now I find out that GXT 1.2 has some problem. I tested the app with GXT 1.2.1 and it works fine.
Regards, -
8 Jan 2009 1:39 AM
Jump to post Thread: ext.ux.ofcgxt - ChartWidget by pedrosousa
- Replies
- 42
- Views
- 28,887
Hi,
I made a sample app where a demonstrate de problem using center layout in a portlet. Hope it can helps.
package pt.test.client;
import com.extjs.gxt.ui.client.widget.Viewport;... -
7 Jan 2009 8:38 AM
Jump to post Thread: ext.ux.ofcgxt - ChartWidget by pedrosousa
- Replies
- 42
- Views
- 28,887
Hi,
I using ext.ux.ofcggxt. So far I have problems when I add the chart widget to a Panel with CenterLayout or if I add to an Horizontal Panel. Anyone has the same problem?
My goal is to put... -
7 Jan 2009 8:34 AM
Jump to post Thread: ext.ux.ofcgxt - ChartWidget by pedrosousa
- Replies
- 42
- Views
- 28,887
UPDATE: 2009-Jan-07: Released v1.2.3 - bug fix regarding attach/detach + sync with OFCGWT
-
17 Dec 2008 6:39 AM
Jump to post Thread: Changing default theme by pedrosousa
- Replies
- 7
- Views
- 5,096
Hi,
You need to do something like this:
public class App implements EntryPoint {
private Viewport viewport;
public Layout() { -
5 Dec 2008 8:45 AM
Jump to post Thread: Field validation by pedrosousa
- Replies
- 2
- Views
- 1,187
The class Field.java as the following:
@SuppressWarnings("deprecation")
protected boolean validateValue(String value) {
if (forceInvalidText != null) {
... -
4 Dec 2008 11:47 AM
Jump to post Thread: Field validation by pedrosousa
- Replies
- 2
- Views
- 1,187
Hi everyone,
I have a question. I was trying to implement a server side validation for form posts. When I validate the data from form I send back the validation errors and set the Fields as... -
4 Dec 2008 11:08 AM
Jump to post Thread: [FIXED] Binding in TimeField by pedrosousa
- Replies
- 3
- Views
- 5,141
Hi,
I was trying to use Binding class, and cannot bind with a TimeField. Is this a limitationm or i'm doing something wrong?
Error:
[ERROR] Uncaught exception escaped... -
13 Nov 2008 10:57 AM
Jump to post Thread: Calendar View by pedrosousa
- Replies
- 4
- Views
- 7,621
Hi,
Is there a Calendar View user extension?
I need a calendar to my application, but before I start to do a Calendar from scratch I wanna know if there is any user extension.
There's a... -
7 Nov 2008 4:12 AM
Jump to post Thread: dialogbox and ContentPanel by pedrosousa
- Replies
- 2
- Views
- 722
try:
panel.layout();
Regards, -
6 Nov 2008 6:44 AM
Jump to post Thread: Collapse ContentPanel by pedrosousa
- Replies
- 2
- Views
- 1,829
Hi,
I'm trying to customize the collapsible tool for a ContentPanel. [collapse.jpg]
Now I'm facing a problem. When a press the 'collapse' button the region collapses but it appears a bar with... -
9 Oct 2008 6:30 AM
- Replies
- 5
- Views
- 2,591
The GXT i'm using is GXT 1.1.1 with JDK 1.6.0_05. I noticed that the function isExpanded() from south panel return always true even when the panel is collapsed. In the button colapse I have the...
-
9 Oct 2008 3:37 AM
- Replies
- 5
- Views
- 2,591
I've downloaded the last version of GXT and run the example posted. The button collapse simulating the collapse tool doesn't work for expand.
There is something i'm doing wrong?
Thanks.
... -
1 Oct 2008 2:30 AM
Jump to post Thread: FillTabItem by pedrosousa
- Replies
- 0
- Views
- 573
Hi everyone,
I was looking for a way to do something like FillToolItem in a ToolBar for a TabPanel.
Anyone can tell me if its possible?
Many thanks! :)
Regards, -
1 Oct 2008 1:16 AM
- Replies
- 5
- Views
- 2,591
Hi everyone,
I'm trying to build a Border Layout with two regions: north and south. The south region is collapsible and the ContentPanel in south region is collapsible too and it has a tabpanel...
Results 1 to 17 of 17
