Search Type: Posts; User: winkelmann
Search: Search took 0.03 seconds.
-
19 Mar 2013 5:54 AM
- Replies
- 1
- Views
- 123
REQUIRED INFORMATION
Ext version tested:
Ext 4.2 rev 663 -
26 Feb 2013 4:06 AM
- Replies
- 2
- Views
- 250
I created the following workaround:
Ext.define('Ext.ux.overrides.ComboBox', {
override: 'Ext.form.field.ComboBox',
isEqual: function(v1, v2) {
var fromArray =... -
25 Feb 2013 7:55 AM
- Replies
- 2
- Views
- 250
REQUIRED INFORMATION
Ext version tested:
Ext 4.1.3 -
7 Feb 2013 1:37 AM
- Replies
- 4
- Views
- 213
I created a little test case to reproduce the effect. Simply click on the grid record to load it into the form, then click reset. The form data will not change because the fields original value was...
-
6 Feb 2013 7:50 AM
- Replies
- 1
- Views
- 110
Yes, the totalPropery must contain the total number of unpaged datasets. Otherwise, how would your paging know the total number of pages available?
If you're using MySQL you don't need to do two... -
6 Feb 2013 7:23 AM
Jump to post Thread: How to extend a singleton? by winkelmann
- Replies
- 6
- Views
- 261
I guess that would be one way to go about it. Extending singletons somehow feels wrong anyway though ;-)
-
6 Feb 2013 7:21 AM
- Replies
- 4
- Views
- 213
I know about the reset function, thats what I'm complaining about ;-) You linked to Ext3 docs by the way, I'm using 4. My problem is that if I call reset(true) on the form, it resets the form to the...
-
6 Feb 2013 5:12 AM
- Replies
- 2
- Views
- 208
You can get to the tools in a pane or window using
myPanel.getHeader().getTools()
The code above gives you an array of all tools currently on your panel or window.
... -
6 Feb 2013 5:06 AM
Jump to post Thread: How to extend a singleton? by winkelmann
- Replies
- 6
- Views
- 261
As far as I can tell, a singleton cannot be extended. Singletons in ExtJS aren't singletony like in other languages, but rather classes that get instantiated immediately after they are loaded...
-
6 Feb 2013 3:03 AM
- Replies
- 4
- Views
- 213
I have a form with trackResetOnLoad=true that I load a record into with loadRecord(). If I then reset the form with resetRecord=true, it deletes the record internally, but it does not reset the form...
-
30 Oct 2012 2:17 AM
Jump to post Thread: How do Layouts in 4.1 work by winkelmann
- Replies
- 6
- Views
- 429
Thats what I was looking for by the way, thanks for that, Don!
http://www.sencha.com/blog/inside-the-ext-js-4-1-layout-system -
10 Oct 2012 11:48 AM
- Replies
- 2
- Views
- 245
Its not sencha cmd as such causing the problem, its more the way our application actually works when loading. We have a 3 step loading mechanism:
Initialize Ext with some of our internal... -
8 Oct 2012 3:56 AM
- Replies
- 2
- Views
- 245
From what I can tell as soon as I set disableCaching to true, ExtJS always used Ext.Date.now() as a parameter. Since we're still having problems with packaging our classes using sencha cms we're...
-
5 Oct 2012 4:49 AM
- Replies
- 8
- Views
- 2,379
It appears this is still not fixed in 4.1.2 ...
-
26 Sep 2012 3:38 PM
Jump to post Thread: How do Layouts in 4.1 work by winkelmann
- Replies
- 6
- Views
- 429
So, to achieve the same effect in 4.1, I spent the last few hours disecting table layout and figuring out a way to extend it to allow for vertically stacking my icons.
Assuming that my icons always... -
26 Sep 2012 10:17 AM
Jump to post Thread: How do Layouts in 4.1 work by winkelmann
- Replies
- 6
- Views
- 429
I put the code on pastebin, 200 lines seems a little too long to put directly in the thread:
http://pastebin.com/PwjSJbTU -
26 Sep 2012 9:32 AM
Jump to post Thread: How do Layouts in 4.1 work by winkelmann
- Replies
- 6
- Views
- 429
The problem isn't the actual layout itself, its more of the inner workings of how the layouting works in general that has me confused. I know what my Layout needs to do, what I don't understand is...
-
26 Sep 2012 12:09 AM
Jump to post Thread: How do Layouts in 4.1 work by winkelmann
- Replies
- 6
- Views
- 429
Hi there,
I had a reasonably well understanding on how the layouting in 4.0 worked, and implemented a highly customized layout to automatically put desktop icons into rows, taking their heights... -
24 Sep 2012 5:03 AM
- Replies
- 1
- Views
- 283
REQUIRED INFORMATION
Ext version tested:
Ext 4.1.2a
Ext 4.1.1 (Error does not occur) -
18 Sep 2012 1:30 AM
- Replies
- 10
- Views
- 1,525
Ran into the same issue today.
The problem hardly causes problems when within a component layout. But we use the scopeResetCss option to be able to create windows and other components on top of an... -
30 May 2012 4:42 AM
- Replies
- 87
- Views
- 32,213
I can't get it to work with ext-dev.js and Ext.Loader active ... does anyone else have the problem?
-
7 May 2012 4:06 AM
- Replies
- 0
- Views
- 225
Hi,
I've been getting the following error when restoring my component states for a while:
[Ext.Loader] Synchronously loading 'Ext.grid.plugin.HeaderResizer'; consider adding... -
21 Mar 2012 10:00 AM
- Replies
- 4
- Views
- 743
Thank you for the reply ;) Since I have a pretty fixed set of data here anyway I guess I'll just have two stores. Making a custom store with different data views is just not worth the effort in this...
-
20 Mar 2012 12:56 PM
- Replies
- 4
- Views
- 743
Hey there,
I was wondering if there is a way to have a store with a large dataset bound to a grid, but show only a subset of it in a chart without having to clone my store?
Thank you all in... -
13 Feb 2012 1:40 PM
- Replies
- 18
- Views
- 4,449
I managed to clear my schedule afterall and will be there :)
Results 1 to 25 of 120
