Search Type: Posts; User: drenda81
Search: Search took 0.06 seconds.
-
2 Oct 2008 1:27 PM
Jump to post Thread: Panel Height & Width by drenda81
- Replies
- 1
- Views
- 986
Hi,
I've a problem. I'd like to add many horizontal box to a viewport that is large as all the window browser but I don't want the scrollbar. (Think a info panel that visualize messages)
In order... -
26 Sep 2008 10:09 AM
Jump to post Thread: Paging table and filtering by drenda81
- Replies
- 3
- Views
- 1,128
I have the same problem.
Thanks -
24 Sep 2008 1:12 PM
Jump to post Thread: Re-Load Data in Grid Component by drenda81
- Replies
- 4
- Views
- 1,635
About this thread I'm interesting in reloading data from the store but with some conditios (filters). For example if I want to load forum's threads of a specific day I make the remote call passing...
-
23 Sep 2008 12:32 PM
Jump to post Thread: Some filter on a grid by drenda81
- Replies
- 1
- Views
- 902
Hi,
I'd like to make a remote filter to some data on a grid. I read that this functionality is in GXT 1.1 but I haven't found the RemoteFilter class.
If this functionality is not yet released, in... -
18 Sep 2008 3:15 AM
Jump to post Thread: Multiple panel inside a viewport by drenda81
- Replies
- 1
- Views
- 863
Any ideas??
Thanks! -
16 Sep 2008 1:43 PM
Jump to post Thread: Multiple panel inside a viewport by drenda81
- Replies
- 1
- Views
- 863
Hi,
I'd like to make a display panel where i can insert dynamically one o more box (content panel) with a title and a description text; but i'd like to make the height of these panel different in... -
2 Sep 2008 1:01 PM
Jump to post Thread: Problem with PagingToolBar by drenda81
- Replies
- 1
- Views
- 793
With the 1.1 alpha 2 version, all work fine!!
-
2 Sep 2008 3:32 AM
Jump to post Thread: Problem with PagingToolBar by drenda81
- Replies
- 1
- Views
- 793
Hi,
I've a table as in the example http://extjs.com/explorer/#pagingtable. All work fine but the toolbar seems not syncronized with the date from db. Infact it displays only one page and it writes... -
28 Aug 2008 11:12 AM
Jump to post Thread: How to get Date from TimeField by drenda81
- Replies
- 0
- Views
- 658
Hi,
I've a simple question. What is the best way to get an object Date from DateField + TimeField?
In many examples there are 2 field to represent a date; one field is a dateField and the other... -
24 Jul 2008 11:02 AM
- Replies
- 10
- Views
- 2,311
Ok Bruno,
I've made the changes on the sources of GXT and it's works!! Fantastic!!!!
Thanks!!!! :D -
24 Jul 2008 7:18 AM
- Replies
- 10
- Views
- 2,311
Hi all,
I've a problem that maybe is linked to this post.
I've a service that extends HibernateRemoteService and the method is:
public PagingLoadResult<UtenteTable> getPosts(final... -
23 Jul 2008 9:53 AM
Jump to post Thread: [FIXED] NumberField maybe a bug? by drenda81
- Replies
- 3
- Views
- 1,076
So as the reply of the new post, it's a bug. Darrell can close this post.
Thanks -
22 Jul 2008 1:34 PM
Jump to post Thread: Change locale at runtime by drenda81
- Replies
- 4
- Views
- 2,735
Ehm,
sorry maybe I've explained not very well my question. The question is if I can change the translation of the GXT components on the fly. So if I change my locale GXT is reading new... -
22 Jul 2008 1:29 PM
Jump to post Thread: Change locale at runtime by drenda81
- Replies
- 4
- Views
- 2,735
Yes,
it's possibile with GWT: http://code.google.com/webtoolkit/documentation/com.google.gwt.doc.DeveloperGuide.Internationalization.html
But it can be applied also with GXT? It seems not to work. -
22 Jul 2008 1:25 PM
- Replies
- 3
- Views
- 1,029
Thanks 4 your replay. I've a question: There is a solution to make the table resize on fly to the size of the contentPanel? Also with the panel.setLayoutOnChange(true); it dont' work.
if the... -
22 Jul 2008 11:27 AM
- Replies
- 3
- Views
- 1,029
Hi,
I've created a table as in the example:
List<TableColumn> columns = new ArrayList<TableColumn>();
columns.add(new TableColumn("cognome", "Cognome", 150));
... -
22 Jul 2008 10:21 AM
Jump to post Thread: Change locale at runtime by drenda81
- Replies
- 4
- Views
- 2,735
Hi,
can I change the locale of my application at runtime?
Thanks! -
22 Jul 2008 12:37 AM
- Replies
- 2
- Views
- 1,272
Hi,
I've deleted the parent Content Panel and I have insert the form panel in a LayoutContainer.
It works for me.
Bye -
12 Jul 2008 12:26 PM
Jump to post Thread: Form Panel Visualization Bug? by drenda81
- Replies
- 1
- Views
- 767
The problem is visible also when you populate your form field with some data.
For example:
cognome.setValue("Cognome");
nome.setValue("Nome"); -
11 Jul 2008 11:48 AM
Jump to post Thread: Remote Filtering on table by drenda81
- Replies
- 0
- Views
- 776
Hi,
it's confirmed that this functionality will be released with the GXT's 1.1 version ?
Thanks -
10 Jul 2008 5:08 AM
Jump to post Thread: Form Panel Visualization Bug? by drenda81
- Replies
- 1
- Views
- 767
Hi,
I think to find a bug in form panel. When you create a form panel with a field in wich you use the setEmptyText() method, the visualization of the form panel is made with a nasty resize effect.... -
10 Jul 2008 4:09 AM
Jump to post Thread: Refresh of form panel by drenda81
- Replies
- 0
- Views
- 922
Hi,
when I make a form panel and I set the width, when it's visualized on the page there is a
nasty effect of resizing.
The problem is visible on Firefox 3.0.
Anyone have the same problem?
... -
9 Jul 2008 11:23 PM
- Replies
- 3
- Views
- 4,367
Hi darrellmeyer,
thanks for your replay. So which is the correct method to invalidate a field if I want to execute a particular validation only when I decide to make it? (for example only when I... -
8 Jul 2008 1:37 PM
Jump to post Thread: NO CSS STYLE by drenda81
- Replies
- 7
- Views
- 2,261
Yes zaccret, I also have these settings in html file and .gwt.xml but I'had to copy the folders that I say in my previous post.
Strange....:-? -
8 Jul 2008 12:23 PM
- Replies
- 3
- Views
- 4,367
Hi all,
when I use the method markInvalid() on a field of a form panel it don't invalid the formPanel neither itself. Infact if I execute:
TextField field = new TextField();...
Results 1 to 25 of 50
