Search Type: Posts; User: c089
Search: Search took 0.01 seconds.
-
16 Jun 2011 12:59 AM
- Replies
- 14
- Views
- 2,363
It's a bit hidden, but I think here it is: http://www.sencha.com/forum/showthread.php?137237-Ext-JS-4.0.2a-Released
-
14 Jun 2011 12:10 AM
Jump to post Thread: B3 MVC Controller Unit Test Problems by c089
- Replies
- 18
- Views
- 4,366
Thank you so much! It works now. The two important hints were:
- neccessity to call init() manually (I only created the controllerobject)
- and having to set up the test dummies *before* doing... -
12 Jun 2011 4:24 AM
Jump to post Thread: 4.0.1 and 4.0.2 incompatibility by c089
- Replies
- 6
- Views
- 843
Are you sure this important bugfix will be subscriber-only? That would be really bad...
-
10 Jun 2011 2:04 AM
- Replies
- 1
- Views
- 1,640
Oooh, so sorry. I managed to accidentally use a stub instead of a spy in my unit test so initComponent was never called. I feel really bad right now :(
-
10 Jun 2011 1:15 AM
- Replies
- 1
- Views
- 1,640
Hey
I'm subclassing an ExtJS class and want to add my own configuration to the "config". Following the docs, it should work like this:
config: {
foo: 'bar',
},
... -
10 Jun 2011 12:07 AM
- Replies
- 4
- Views
- 3,716
See this thread where I stumbled upon a similar problem. Cloning the filters, clearing them and them reapplying as suggested in this thread should work for you.
-
10 Jun 2011 12:02 AM
Jump to post Thread: Donwload link doesn't work in Linux by c089
- Replies
- 1
- Views
- 439
Works for me on Ubuntu 11.04, Chrome Beta.
-
10 Jun 2011 12:01 AM
- Replies
- 7
- Views
- 969
+1 for this. Don't be ashamed of your bugs ;)
-
8 Jun 2011 10:13 PM
- Replies
- 3
- Views
- 1,556
This vas very helfpul, thanks! But for some reason, I really need the clear/set filter cycle or the record will not show up. I think, just calling filter() to reapply the filters *should* have the...
-
8 Jun 2011 1:59 AM
- Replies
- 3
- Views
- 1,556
When i have a store with filtered records, is there a way to ignore the filters? I want to update one of the filtered records so that it will not be filtered aftewards. Currently I do it like this:
... -
5 Jun 2011 11:08 PM
Jump to post Thread: B3 MVC Controller Unit Test Problems by c089
- Replies
- 18
- Views
- 4,366
Did you get any further with testing controllers? I managed to create a instance of a controller by stubbing getModel, getStore and getView, but this only allows me to test methods that are really...
-
5 Jun 2011 10:27 PM
- Replies
- 1
- Views
- 1,215
I'm also interested in a best practice for this. Until now, I just used a single controller for one use case of my app, but this is now at 200 lines of code which I feel is the point where I should...
-
5 Jun 2011 10:15 PM
Jump to post Thread: API Documentation Content Bugs by c089
- Replies
- 493
- Views
- 70,076
Ext.grid.plugin.CellEditing has this example for the edit event:
The handler uses only one argument, but the first argument is not the editEvent, but the editor itself, which is why this will fail. -
2 Jun 2011 11:26 AM
Jump to post Thread: Initializing Ext4 with JSTestDriver by c089
- Replies
- 5
- Views
- 1,883
Unfortunatley not - I don't even get any results when I enable the coverage plugin, not even for the test class - jstd just uses 100% cpu forever.
-
1 Jun 2011 2:28 AM
Jump to post Thread: API Documentation Content Bugs by c089
- Replies
- 493
- Views
- 70,076
Ext.dd.DragZone refers to events like this one:
But they are not listed as events but as methods. So it's not clear wheter one should override them or use them as events and attach event... -
20 May 2011 2:29 AM
Jump to post Thread: Two dropzones on the same view? by c089
- Replies
- 0
- Views
- 271
Hi,
is it possible to define two dropZones on the same element? I want to do two different things based on what is dropped there and I think the code would be much cleaner If it would be separated... -
20 May 2011 1:04 AM
Jump to post Thread: API Doc Issues by c089
- Replies
- 166
- Views
- 16,747
Oops, sorry, forgot to add: 12.0.742.60 beta on Ubuntu Natty
-
20 May 2011 1:02 AM
Jump to post Thread: API Doc Issues by c089
- Replies
- 166
- Views
- 16,747
The api docs tell you to create grid plugins (editing, dnd) like this:
plugins: [
Ext.create('Ext.grid.plugin.FooPlugin', {
configBar: 1, ...
})
]
But if... -
20 May 2011 12:35 AM
Jump to post Thread: API Doc Issues by c089
- Replies
- 166
- Views
- 16,747
For some reason this is now broken in Chrome: Uses only about 1/3 of the available screen and has really tiny fonts. Enlarging the fonts in the browser messes up the whole layout .
-
19 May 2011 10:35 PM
Jump to post Thread: what is _dc parameter in url by c089
- Replies
- 15
- Views
- 4,796
"disableCaching: false" might be more robust. disableCachingParam is intended to change the used parameter, e.g. from "_dc" to "_nocache".
-
19 May 2011 4:43 AM
- Replies
- 0
- Views
- 283
Hi there :) The topic pretty much says it all: All the on* methods get the data passed as an argument, but dragStart only gets x/y coordinates. I want to get the dragData to calculate and visualize...
-
18 May 2011 11:30 PM
- Replies
- 0
- Views
- 763
Hi,
I have a view.View inside a Panel which uses an XTemplate to render table with about 200 cells inside (it's a calendar table just like the Week view in your typical personal calendar... -
18 May 2011 10:55 PM
Jump to post Thread: API Doc Issues by c089
- Replies
- 166
- Views
- 16,747
As a general suggestion, I would like to point out that the release notes in their current form are not very helpful (they seem to be just a auto-generated, grouped list of closed tickets). For...
-
18 May 2011 10:47 PM
- Replies
- 3
- Views
- 837
This has been fixed by upgrading to 4.0.1, but now I have a *serious* performance problem in Firefox with my scrollable dataview.
Edit: No, this is actually caused by me overloading the refresh... -
18 May 2011 10:46 PM
Jump to post Thread: API Doc Issues by c089
- Replies
- 166
- Views
- 16,747
4.0.1 Docs don't render on Chrome 12.0.742.53 beta: On the start page the right-hand sides height is way too small and clicking any class wil not open any documentation.
README.js:1Uncaught...
Results 1 to 25 of 65
