Search Type: Posts; User: Seboss
Search: Search took 0.02 seconds.
-
13 May 2011 12:33 PM
Jump to post Thread: Bookmarks in API Docs by Seboss
- Replies
- 1
- Views
- 400
If only the tabs weren't gone... ;)
-
1 Apr 2011 6:07 AM
- Replies
- 2
- Views
- 953
Calling removeAll on a container with border layout generates a DOM error on Chrome:
Error: NOT_FOUND_ERR: DOM Exception 8
Here is the stack trace for this error:
Ext.define.moveItem ... -
31 Mar 2011 3:13 AM
Jump to post Thread: API Doc issues by Seboss
- Replies
- 140
- Views
- 22,476
In beta 1, the Ext.grid.RowEditing afteredit event documentation is missing a parameter.
The function signature should be:
afteredit(Ext.grid.Editing editor, Object e) -
23 Mar 2011 6:13 AM
Jump to post Thread: Release Date of ExtJS 4 by Seboss
- Replies
- 7
- Views
- 2,765
I'm trying reverse psychology here :)
-
23 Mar 2011 5:23 AM
Jump to post Thread: Release Date of ExtJS 4 by Seboss
- Replies
- 7
- Views
- 2,765
Since it's unlikely beta will start before the end of March, I hope the pre-sale offer will be extended.
-
23 Mar 2011 1:45 AM
Jump to post Thread: Combobox multiselect by Seboss
- Replies
- 0
- Views
- 1,158
I found out yesterday that the 'typeAhead' and 'multiselect' options of ComboBox are mutually exclusive, which is a big disappointment for me as I expected to achieve such effects as the one you can...
-
16 Mar 2011 9:06 AM
- Replies
- 5
- Views
- 1,712
My application has different views that rely on the same stores (grid view, thumbnails ...) and depending on user preferences, the grid may or may not be rendered when the store is first loaded.
-
16 Mar 2011 6:30 AM
- Replies
- 5
- Views
- 1,712
As says the title, if you build a grid with a pagingtoolbar, but for some reason the store used in the grid and the toolbar is already loaded, then the toolbar does not display any information (page...
-
15 Mar 2011 7:23 AM
- Replies
- 1
- Views
- 1,715
I found a situation where emptyText is not displayed.
Code being always better than word:
Ext.onReady(function() {
var grid1 = Ext.create("Ext.grid.GridPanel", {
... -
15 Mar 2011 6:44 AM
- Replies
- 8
- Views
- 3,832
How did you guys get the chunking feature to work? I have the same problem as detailed here: http://www.sencha.com/forum/showthread.php?126584
Did you come up with a workaround or did I miss... -
14 Mar 2011 2:25 AM
- Replies
- 4
- Views
- 1,829
Yep, I'm afraid I may have been a little to quick to pick up the PR to start working on my current project. But it would have been a shame to start working on Ext JS 3.3 with 4.0 just around the...
-
4 Mar 2011 6:15 AM
- Replies
- 0
- Views
- 945
When calling the destroy() method of a cycle button, I get the following error in Ext.menu.MenuManager
Uncaught TypeError: Object [object Object],[object Object] has no method 'remove' ... -
4 Mar 2011 1:32 AM
- Replies
- 6
- Views
- 2,523
Wow! that was too fast for me. No need to post example code then I guess.
Thanks a lot for your reactivity, again :) -
3 Mar 2011 1:55 AM
- Replies
- 6
- Views
- 2,523
On data update, a chart is correctly updated.
However, its legend only updates its position, not the series. If new series appear in the data set or other disappear, the legend does not reflect the... -
1 Mar 2011 8:13 AM
Jump to post Thread: [CLOSED]Grid misses events fired by Seboss
- Replies
- 9
- Views
- 2,274
'sortchange' event present in Ext JS 3 seems to be gone in Ext JS 4. How can I have the same functionality with Ext JS 4?
-
23 Feb 2011 4:25 AM
Jump to post Thread: [CLOSED]Weird bug with toolbars by Seboss
- Replies
- 2
- Views
- 941
Indeed, I completely overlooked that. Sometimes Ext JS magic makes me forget the most basic rules of javascript.
-
23 Feb 2011 4:23 AM
- Replies
- 4
- Views
- 2,320
I noticed the same thing. From what I've seen, if you resize one of the grid's column, the data magically appears.
-
22 Feb 2011 7:51 AM
- Replies
- 2
- Views
- 1,692
Okay, it seems specifying size and "hideLabel: true" helps. I don't recall having to do this in Ext JS 3 though.
-
22 Feb 2011 7:31 AM
Jump to post Thread: constructor or initComponent? by Seboss
- Replies
- 3
- Views
- 6,548
From what I've seen so far, 'constructor' and 'initComponent' methods seems virtually interchangeable.
However, I guess there's an important difference between the two.
So here's my question:... -
22 Feb 2011 6:40 AM
- Replies
- 2
- Views
- 1,692
When using form fields (text field, combo) in a toolbar, it utterly breaks the layout of the toolbar.
Ext.onReady(function() {
var app = Ext.create("Ext.container.Viewport", {
... -
22 Feb 2011 5:26 AM
Jump to post Thread: [CLOSED]Weird bug with toolbars by Seboss
- Replies
- 2
- Views
- 941
I stumbled upon a really strange bug regarding toolbars, destruction and re-creation.
Here's the code to experience it first hand:
Ext.onReady(function() {
... -
22 Feb 2011 1:20 AM
Jump to post Thread: [FIXED]Broken CycleButton by Seboss
- Replies
- 3
- Views
- 1,215
When hovering on a cycle button placed in a toolbar, I get the following error:
Uncaught TypeError: Cannot read property 'dom' of null
Ext.define.isMenuTriggerOver ext-all-debug.js:51271... -
21 Feb 2011 1:52 AM
- Replies
- 1
- Views
- 2,031
When using a negative value for minValue in a vertical slider, the slider resets to minValue when dragged.
Ext.onReady(function() {
Ext.create('Ext.slider.Single', {
//renderTo:... -
18 Feb 2011 9:21 AM
- Replies
- 1
- Views
- 837
With a border layout and a west/east panel collapsed by default, the panel is not rendered correctly:
Ext.create("Ext.container.Viewport", {
layout: "border",
items: [{
title:... -
17 Feb 2011 2:19 PM
Jump to post Thread: API Doc issues by Seboss
- Replies
- 140
- Views
- 22,476
Please bring back the expand/collapse all buttons. Documentation items have to be expanded to be searchable by the browser.
Results 1 to 25 of 40
