Search Type: Posts; User: jugg1es
Search: Search took 0.02 seconds.
-
18 Nov 2012 5:12 PM
- Replies
- 2
- Views
- 468
I was just wondering whether its always faster to use refs instead of using componentquery if you are only referencing the item a single time in a controller. I assume that refs use componentquery...
-
16 Nov 2012 11:45 AM
- Replies
- 3
- Views
- 446
Nevermind, I think I found it. Thanks
-
16 Nov 2012 11:42 AM
- Replies
- 3
- Views
- 446
Is there some way I can notify the store that data has been updated? Or is there a method I need to use to update the data rather than direct assignment? I looked through the documentation and...
-
16 Nov 2012 11:33 AM
- Replies
- 3
- Views
- 446
I'm not sure if it's a bug or if this is by design, but the grid doesn't update its values if the store data is simply changed via direct assignment (record.data.field = newvalue). I had to create a...
-
3 Nov 2012 8:37 PM
- Replies
- 1
- Views
- 346
I spent an hour trying to work around !important operators you used in the accordion header style. !important operators are a lazy design practice to avoid debugging complicated cascading problems. ...
-
3 Nov 2012 8:32 PM
- Replies
- 2
- Views
- 5,230
Ok, even though it's not technically a 'bug', I will
-
2 Nov 2012 12:37 PM
- Replies
- 2
- Views
- 5,230
I've wasted a lot of time trying to work around the use of !important in your CSS files. I realize I can just go edit the CSS file, but I'm not sure if it will break anything. There really is no...
-
10 Aug 2012 12:56 PM
Jump to post Thread: First Group Element as Header by jugg1es
- Replies
- 2
- Views
- 360
I have been working on the exact same thing for days. Have you found a solution?
-
10 Aug 2012 11:10 AM
- Replies
- 5
- Views
- 739
Did this ever get solved? I'm facing the same issue
-
9 Aug 2012 11:46 AM
- Replies
- 1
- Views
- 243
Well I made a change that inexplicably fixed the problem. I removed id="{CategoryName}" from this code:
var template = new Ext.XTemplate(
'<tpl for=".">',
... -
9 Aug 2012 11:20 AM
- Replies
- 1
- Views
- 243
I have a store that is filled dynamically (so it doesn't have a proxy) that has a 'hasMany' association to a different model.
Ext.define('W5.model.DisplayedCategoryModel', {
extend:... -
20 Jul 2012 9:56 PM
Jump to post Thread: Extending the grid panel by jugg1es
- Replies
- 5
- Views
- 892
programming is hard
-
20 Jul 2012 3:30 PM
Jump to post Thread: Extending the grid panel by jugg1es
- Replies
- 5
- Views
- 892
I guess what I really need is to bypass the default sorting mechanism. Can I create a new sorter for the grid? or do I have to go deeper?
-
20 Jul 2012 3:21 PM
Jump to post Thread: Extending the grid panel by jugg1es
- Replies
- 5
- Views
- 892
But I looked at the source for Ext.grid.feature.Grouping and it doesn't have access to what I need, mainly sorting. I need to manually order the groups, i.e. I need to specify two specific groups...
-
20 Jul 2012 2:38 PM
Jump to post Thread: Extending the grid panel by jugg1es
- Replies
- 5
- Views
- 892
I need to add some functionality to the grid panel and I'm not sure how best to do it. I need to modify how grouping is done in the grid panel, so should I extend Ext.grid.feature.Grouping? Should...
-
19 Jul 2012 1:24 PM
Jump to post Thread: Simple panel + text problem by jugg1es
- Replies
- 1
- Views
- 248
Nevermind, I figured it out. You don't need the text object at all, you simply call update('content goes here') on the panel
-
19 Jul 2012 12:48 PM
Jump to post Thread: Simple panel + text problem by jugg1es
- Replies
- 1
- Views
- 248
I can't figure out how simply fill a panel with wrapping text. I'd like it to scroll vertically, but the width should be fixed. The text is being set dynamically
xtype: 'panel',
title:... -
19 Jul 2012 11:10 AM
- Replies
- 5
- Views
- 4,850
This doesn't appear to work in version 4.1. Any chance of an update?
-
18 Jul 2012 2:39 PM
- Replies
- 8
- Views
- 959
I couldn't get the 14mb JSON file to load at all, whereas occasionally the XML file would load eventually if you refreshed enough. It doesn't matter though because after breaking down the data file...
-
18 Jul 2012 1:43 PM
- Replies
- 8
- Views
- 959
Just to update, JSON seemed to actually perform worse. I ended up breaking the data into multiple JSON files and it loaded up in a snap, but now I have to manage 100 different files holding the data
-
18 Jul 2012 9:55 AM
- Replies
- 8
- Views
- 959
thanks
-
17 Jul 2012 4:30 PM
- Replies
- 8
- Views
- 959
no, the data isn't being loaded into controls directly. The data from the XML file is processed in the controller before anything is loaded into a view. A lot of data must be processed in the...
-
17 Jul 2012 2:01 PM
Jump to post Thread: Add a GridPanel to a Tab by jugg1es
- Replies
- 8
- Views
- 712
I've found that architect is very difficult to use for this sort of thing. I spent most of my time fighting Architect than I did creating. The read-only files made it very difficult create...
-
17 Jul 2012 1:52 PM
- Replies
- 8
- Views
- 959
I'm well on my way in my first ExtJS project. My application has to draw a lot of data initially from an XML file that can vary dramatically from 1mb to 15mb. I've been prototyping using a smaller...
-
17 Jul 2012 11:28 AM
- Replies
- 54
- Views
- 15,940
I started using Architect with ExtJS until I realized that Architect just wasn't that useful for developing real applications. I couldn't figure out why someone would use Architect when they could...
Results 1 to 25 of 25
