Search Type: Posts; User: DiscoBoy
Search: Search took 0.02 seconds.
-
29 Apr 2013 8:08 AM
- Replies
- 2
- Views
- 116
Thx for the confirmation that it should still be there! And indeed - when searching for tabpanels, I found that initialConfig was still populated. The problem seems to be related with my own...
-
28 Apr 2013 11:49 AM
- Replies
- 2
- Views
- 116
I was using in my ExtJS 4.0 code some functions that were checking (for instance) if a title was set in the config of a component. All initial configs were available in the initialConfig variable....
-
25 Apr 2013 3:05 AM
Jump to post Thread: How to use sencha.jar with Ant by DiscoBoy
- Replies
- 20
- Views
- 3,063
I finally made it starting to compile, at least I get some trailing comma warnings...
But then, (3.1.1) suddenly stops with a "java.lang.OutOfMemoryError: Java heap space" error. I'm using it with... -
14 Jan 2013 7:24 AM
Jump to post Thread: FF 18 problem? by DiscoBoy
- Replies
- 65
- Views
- 12,735
Thanks, actually I tried this first but it wasn't working for me and caused another error somewhere...will check this..really annoying bug with FF18 and just 2 days before our release :(
-
12 Jan 2013 5:03 AM
Jump to post Thread: FF 18 problem? by DiscoBoy
- Replies
- 65
- Views
- 12,735
Thx for these workarounds...but what if I use the compressed product version? We use ext-all-dev.js of course only for development...
-
3 Dec 2012 1:44 PM
Jump to post Thread: How to use sencha.jar with Ant by DiscoBoy
- Replies
- 20
- Views
- 3,063
Ok, very good to know that ANT 1.8.2 seems to be a requirement. The Eclipse version I use still ships ANT 1.71, so using a newer Eclipse might be a solution. I will try as soon as I find time. I...
-
30 Nov 2012 7:47 PM
Jump to post Thread: How to use sencha.jar with Ant by DiscoBoy
- Replies
- 20
- Views
- 3,063
I'm also having huge problems with Sencha CMD. From working with other jar files in ANT, I'm used to drop them into my repository structure (under version control) and add put a classpath for them in...
-
26 Nov 2012 8:33 AM
- Replies
- 3
- Views
- 187
The strage thing is then, that since 4.1 sometimes I have different models in the tree when inserting nodes later (Drag &Drop, etc). Is it planned to have more models and make use of model...
-
23 Nov 2012 2:45 AM
- Replies
- 3
- Views
- 187
Hello,
after already tweaked my code a lot to get this working I noticed a new behavior in this issue with 4.1. I want to achieve a Tree, where the root of the TreeStore is of the model "MAP". All... -
9 Sep 2012 2:35 PM
- Replies
- 6
- Views
- 769
I'm having the same problem with the convert functions in my model. I load it from an XML file with an AJAX proxy. The convert functions gets executed and manipulates my XML into the right format....
-
30 Aug 2012 4:02 PM
Jump to post Thread: Progress Bar inside a Grid cell by DiscoBoy
- Replies
- 9
- Views
- 3,049
Hi Animal,
thx for this tip. I'm having the same problem that with every new column creation (e.g. when sorting) a new ProgressBar instance is created. Do I understand your code correctly, that I... -
30 Jul 2012 4:47 AM
Jump to post Thread: xml namespaces with Ext.DomQuery by DiscoBoy
- Replies
- 13
- Views
- 9,385
Bah, I'm really dissapinted. This still doesn't work with ExtJS 4.X
I must say this is shameful! -
30 Jul 2012 1:28 AM
- Replies
- 2
- Views
- 1,400
Any solution in ExtJS 4.1? So many XML sources have namespaces...I can't believe ExtJS has no support for that....
-
30 Jul 2012 1:24 AM
- Replies
- 0
- Views
- 169
My problem is that I consume an XML from a remote server which puts a lot of namespace-prefixes in all the elements. An example is:
In my XML reader I can't use ":"as this causes problems... -
25 Jun 2012 9:00 AM
- Replies
- 2
- Views
- 449
I'm creating a TreePanel and set this as root:
mapSource: {
name: 'My test map',
layers: [{
name: 'My own layers',
... -
25 Jun 2012 8:24 AM
- Replies
- 2
- Views
- 449
I'd like to export my current Tree to a JSON object which I can load again later. Getting the root node just delivers me the node, but not it's children. Is there an easy way like (like...
-
23 Jun 2012 5:58 AM
- Replies
- 3
- Views
- 670
Yes, this works now! You can try it with my example above as well! Thx for fixing this, then I can remove my temprary workaround :-)
-
22 Jun 2012 5:08 AM
- Replies
- 3
- Views
- 670
I was used to decorate my models in ExtJS 4.0 with additional data properties on the fly (Need this for tree nodes). When copying the decorated record a via b = a.copy() all of my decorations to a...
-
17 Apr 2012 7:18 AM
Jump to post Thread: Ext.data.Store datachanged-event by DiscoBoy
- Replies
- 14
- Views
- 3,809
Actually I have the same problem with TreeStore in ExtJS 4.07. It never fires any update or datachanged event despite editing a record like you with
rec.set('key', value);
and also -
4 Apr 2012 3:19 AM
- Replies
- 3
- Views
- 656
Got it! I had put "view" into the function arguments which didn't break anything in ExtJS 4.0 but in ExtJS 4.1.
Ext.Loader.syncRequire('NAMESPACE.controller.views.' + Ext.String.capitalize(view),... -
4 Apr 2012 1:06 AM
- Replies
- 3
- Views
- 656
I experienced this behavoir already in all previous versions. I have a syncRequire function that loads application controllers/views on the fly. This always worked with ExtJS 4.0 but never in ExtJS...
-
4 Apr 2012 12:35 AM
- Replies
- 5
- Views
- 770
The effect of this fixed sizes mean that the underlying div never gets resized. This leads also in the plugin to adjust with a wrong size in
cmp.setSize(el.getPageBox());
el.getPageBox... -
3 Apr 2012 2:52 PM
- Replies
- 5
- Views
- 770
The sizes set in DOM do effect my plugin because after the first resize my DIV element with
top: 20px;
bottom: 20px;
right: 20px;
left: 20px;
becomes -
3 Apr 2012 3:58 AM
- Replies
- 5
- Views
- 770
Solved it now by unsetting the dom width/height after every resize! Not sure if this is the right way? ...
// ExtJS 4.1 stamps the height & width into the DOM so we need to unset it... -
3 Apr 2012 3:15 AM
- Replies
- 5
- Views
- 770
I have a problem with updating the size of an viewport like container. To make regions in my site behave like a viewport I use divs that are positioned absolutely with top/left/bottom/right styles. I...
Results 1 to 25 of 110
