Search Type: Posts; User: baluba
Search: Search took 0.04 seconds.
-
8 May 2008 10:02 PM
Jump to post Thread: File Upload by baluba
- Replies
- 1
- Views
- 1,461
Hi,
FileDownload support is scheduled for a later Ext-GWT release, 1.1 i think, it is mentioned in the release plan, have a look.
In the meantime it works using the plain approach with a GWT... -
6 May 2008 2:28 PM
- Replies
- 6
- Views
- 2,705
No, 1.0-beta2 , Ext-GWT
-
2 May 2008 8:59 AM
- Replies
- 6
- Views
- 2,705
Executing FormPanel.remove(myComboBox) removes only the combo field, but not the belonging label field.
-
2 May 2008 5:00 AM
- Replies
- 0
- Views
- 2,199
In case this is design bug with Ext-GWT model objects I am posting an isolated description here.
Given the following two simple model objects
class ModelA extends BaseModel {
....
... -
2 May 2008 2:46 AM
- Replies
- 6
- Views
- 3,989
Hi,
Yes it works when I inherit from Record, which is basically is just a decorator for a BaseModel anyway, with some transactional facilities needed in a Store.
But I don't like to make my... -
1 May 2008 11:25 AM
- Replies
- 6
- Views
- 3,989
Thanks a lot for the hints. I will try your suggestions.
I was actually using a List, but I could always use a map because even if I don't have a key I can just use a counter...
cheers! -
30 Apr 2008 8:34 AM
- Replies
- 6
- Views
- 3,989
- The attached code works fine. (The service code is not included, it just returns a list of the shown User objects)
- If I change the model objects User and Role to inherit from BaseModel the... -
30 Apr 2008 7:46 AM
- Replies
- 3
- Views
- 1,475
Did you take a look at the 1.0 explorer sample code?
WidgetContainer is simply called Container in 1.0 -
30 Apr 2008 2:41 AM
- Replies
- 2
- Views
- 1,336
Works ok! Thank you.
-
30 Apr 2008 12:12 AM
- Replies
- 3
- Views
- 2,731
Hello Darrel,
I just tried the beta2. The problem still remains:
- removeAll doesn't remove any items
- rendering a ComboBox without first setting the store throws an exception
public... -
29 Apr 2008 8:20 AM
- Replies
- 10
- Views
- 5,339
oops, sorry. You must use FormPanel.setHeading()
-
29 Apr 2008 8:09 AM
Jump to post Thread: Registry usage by baluba
- Replies
- 5
- Views
- 3,028
You can put any object in Registry, it's just a Map<String,Object>.
But the Info.show method ultimately calls Util.Format which relies on {} placeholders to format the string. Try this,
... -
29 Apr 2008 3:23 AM
- Replies
- 10
- Views
- 5,339
If you just need one instructional label you can always use the title text.... FormPanel.setTitle() ?
Until now FormPanel can only host widgets that are subclasses of Field, which supports... -
24 Apr 2008 5:54 AM
- Replies
- 4
- Views
- 6,684
The formpanel uses a AnchorLayout by default, not a flowpanel. Changing its layout will probably not work very well.
If you need to add buffer between the FormPanel's boundary and its child... -
24 Apr 2008 5:05 AM
- Replies
- 3
- Views
- 2,731
The example code below illustrates some problems with the ComboBox:
When the combox is created its Store must have at least one item, otherwise the Combo wont display anything, even if the store is... -
24 Apr 2008 2:12 AM
- Replies
- 2
- Views
- 1,336
Hi,
The following self-contained example code shows that panels that are added to a container which has a TableLayout are not layed out properly.
The left and right contentpanel in the code... -
22 Apr 2008 1:06 PM
Jump to post Thread: Improved ChangeListener management by baluba
- Replies
- 2
- Views
- 1,715
Sounds good Darrel, thanks!
Now I only need to convince purchasing department in our enterprise to speed up purchasing Ext-GWT support, so I can get access to SVN trunk again.... -
22 Apr 2008 2:51 AM
Jump to post Thread: Improved ChangeListener management by baluba
- Replies
- 2
- Views
- 1,715
I think it would be useful to have the following methods on model objects:
removeListeners()
addListeners(List<ChangeListener>)
setSilent(boolean) (or deactivateListeners)
There are...
Results 1 to 18 of 18
