Search Type: Posts; User: grubi
Search: Search took 0.02 seconds.
-
15 Feb 2011 1:04 AM
Jump to post Thread: [CLOSED] Rendering problem in IE8 by grubi
- Replies
- 6
- Views
- 2,512
Sorry for posting to a closed thread but I'm running into exactly the same problem that combos and testboxes are rendered wrong with HTA apps on ie8.
Does anyboy find a workaround meanwhile to... -
24 Aug 2010 10:31 AM
- Replies
- 2
- Views
- 664
Taking the risk of getting OT but what would be the way to assign your own rederer to a panel if that code would be removed?
It's not possible via Panel.getUpdater().setRenderer() because... -
17 Aug 2010 10:47 AM
- Replies
- 2
- Views
- 664
Not sure if it is missing in documentation but from the source code of Panel I see that from within the doAutoLoad method the property renderer is used to be assigned to the Panel's Updater.
This... -
16 Aug 2010 11:58 AM
Jump to post Thread: Tooltip + autoLoad by grubi
- Replies
- 2
- Views
- 507
I'm trying to load the content of a tooltip by using it's autoLoad config option.
The problem is that if the tooltip has been rendered for one time I didn't find a
way to force it to call autoLoad... -
9 Aug 2010 11:56 AM
- Replies
- 2
- Views
- 628
Found a workaround so far.
You can set the following four config properties in combination:
cmargins = '10 10 10 10'
collapseMode = 'mini'
collapsible = true
hideCollapseTool = true
... -
9 Aug 2010 8:13 AM
- Replies
- 2
- Views
- 628
When setting cmargins in combination with collapseMode = 'mini' you always get an invalid argument exception on line 4932 (EXT 3.2.1). You can only fix this by also setting collapsible to true. But...
-
19 Jan 2010 10:12 AM
Jump to post Thread: Ext 3.1: a bit disappointed by grubi
- Replies
- 66
- Views
- 13,823
Great idea.
Regards,
grubi. -
14 Jan 2010 9:08 AM
Jump to post Thread: Ext 3.1: a bit disappointed by grubi
- Replies
- 66
- Views
- 13,823
It would be a great pity if you unsubscribe.
I agree that such general statement does not provide any information how to relsolve a specific problem but it is IMO by far not useless. If nobody would... -
14 Jan 2010 8:46 AM
Jump to post Thread: Ext 3.1: a bit disappointed by grubi
- Replies
- 66
- Views
- 13,823
I think this thread is not meant to address specific issues (it would be quite confusing to go into detail on all issues different users post here), but to express users' personal perception about...
-
30 Dec 2009 5:11 AM
Jump to post Thread: EditorGrid - new Bug while editing by grubi
- Replies
- 0
- Views
- 412
Hi.
There seems to be a new bug introduced in Ext. 3.0.3 and 3.1 which is not present in 3.0.0.
If you call removeAll on a grids array store while the cell editor is active on a changed cell... -
27 Dec 2009 3:57 AM
Jump to post Thread: Ext 3.1: a bit disappointed by grubi
- Replies
- 66
- Views
- 13,823
Hi.
I'm also suffering from sizing problems after upgrading from 3.0.3 to 3.1 and reverted back. VinylFox stated in this thread that upgrade problems are most often a result of using the framework... -
26 Dec 2009 1:20 PM
Jump to post Thread: Bug Ext 3.1 - Toolbar Size ? by grubi
- Replies
- 0
- Views
- 592
Hi.
Just found the following problem in Ext 3.1.
When dynamically adding buttons to a Panel toolbar every time doLayout is called the height of the toolbar is increased by one pixel making the... -
26 Dec 2009 12:05 PM
Jump to post Thread: vista theme extjs 3.0.3 by grubi
- Replies
- 4
- Views
- 2,730
I'm also wondering.
Nobody knows the answer?
Regards,
grubi -
27 Nov 2009 4:17 AM
- Replies
- 0
- Views
- 522
While debugging a strange behavour of my app I found the following behavour of a TreePanel:
When the last remaining child node of parent node is removed by the method TreeNode.remove the... -
7 Nov 2009 7:15 AM
Jump to post Thread: JSBuilder2 usage by grubi
- Replies
- 3
- Views
- 3,077
Ok that did it.
I assumed pathes are relative to the homedir.
Thanks for helping. -
7 Nov 2009 6:56 AM
Jump to post Thread: JSBuilder2 usage by grubi
- Replies
- 3
- Views
- 3,077
Hi.
I'm trying to get the JSBuilder2 working to no avail. Seems that I miss something. I tried with the following minimal project file
{
projectName: 'userEnvManager',
deployDir:... -
2 Nov 2009 12:50 PM
- Replies
- 3
- Views
- 1,379
Sorry for not supplying an example. From the extjs sources I thought it was clear that it works the way I described.
Next time I will quote the ext source to make it clearer.
Regards. -
2 Nov 2009 12:02 PM
- Replies
- 3
- Views
- 1,379
Hi.
Is this a bug or by design?
If you pass an array of records to the insert method of a data store the records are present in reverse order at the datastore after the operation finished.
... -
2 Nov 2009 3:49 AM
- Replies
- 3
- Views
- 1,206
I'm using Ver 3.0.0
-
2 Nov 2009 3:24 AM
- Replies
- 3
- Views
- 1,206
Normally it is possible to start ediiting in an EditorGridPanel by pressing ENTER and cancel editing by pressing ESC. However after you have onces canceled editing by pressing ESC it is no longer...
-
14 Oct 2009 12:37 PM
- Replies
- 2
- Views
- 941
Ok.
Just wanted to get sure if this behavour is by design.
No problem then to clean up things in the app itelf.
Thanks for confirmation.
Regards,
grubi. -
14 Oct 2009 11:12 AM
- Replies
- 2
- Views
- 941
Following problem:
If you have a panel with layout type 'table' whenever a component is added it is enclosed within a <td> tag (meaning every component is added in a seperate column).
However... -
14 Oct 2009 5:28 AM
Jump to post Thread: Combobox Problem by grubi
- Replies
- 3
- Views
- 708
That did the trick.
I really tried a lot but while reading throu the API docs I did not see any relation of this option to the problem I had. I think it's getting clearer now.
Thanks a lot. -
14 Oct 2009 3:54 AM
Jump to post Thread: Combobox Problem by grubi
- Replies
- 3
- Views
- 708
Hi.
I'm trying to achive the following without success:
A combo box with two selectable values 'abc' and 'def'.
It should not be possible to type any text into the input field.
Sounds quite... -
12 Oct 2009 11:27 AM
Jump to post Thread: Order of event listeners by grubi
- Replies
- 6
- Views
- 1,528
Thanks for the link.
Quite interresting.
Results 1 to 25 of 44
