Search Type: Posts; User: ngrover
Search: Search took 0.02 seconds.
-
14 Mar 2013 6:43 PM
- Replies
- 26
- Views
- 1,728
Ok, this is driving me NUTS.
I deleted my browser cookies/history. Then ran my own sample code again (see above) and everything worked (the store was not auto loading). I then SORTED the "test"... -
14 Mar 2013 3:17 PM
- Replies
- 26
- Views
- 1,728
Well now that is odd :( It auto-loads for me with the last example code. The hunt continues. Thanks Animal.
-
14 Mar 2013 2:58 PM
- Replies
- 26
- Views
- 1,728
Right, which is what I have in my production code.... which is now loading twice on render. Once because I explicitly load on render, and once because of the fore-mentioned changes to 4.2.0.
Try... -
14 Mar 2013 2:46 PM
- Replies
- 26
- Views
- 1,728
Here we go. I hacked a quick test script. This test loads the store automatically when it shouldn't.
var store = Ext.create('Ext.data.Store', {
storeId: 'test-store-id',
model:... -
14 Mar 2013 2:32 PM
- Replies
- 26
- Views
- 1,728
I haven't completely solved my problem but I've discovered a change in AbstractStore.js that is causing the difference in my app between 4.1.1 and 4.2.0
If I have this on my store:
... -
14 Mar 2013 11:56 AM
- Replies
- 26
- Views
- 1,728
Hmm.. the difference between 4.1.1 and 4.2.0 only appears in my production application. I just tried to create a simplified grid outside my application that exhibits the problem... but cannot. There...
-
14 Mar 2013 11:35 AM
- Replies
- 26
- Views
- 1,728
I had the same issue described with the store loading on my combo's with remoteFilter:true. I applied the patch and that issue was resolved. However...
I have grids with the following settings on... -
17 Dec 2012 8:52 AM
- Replies
- 16
- Views
- 3,041
I put together a short how-to using Java/Batik: http://i4s.ca/code/sencha-svg.html
-
14 Dec 2012 5:22 PM
- Replies
- 7
- Views
- 1,286
I just setup my own service for processing svg to png. You can read about it here: http://i4s.ca/code/sencha-svg.html
-
24 Apr 2012 10:44 PM
- Replies
- 23
- Views
- 6,581
I had to tweak you're solution for ExtJS 4 RC3:
findRecord: function(field, value) {
var ds = this.store;
var idx = ds.findExact(field, value);
if(idx === -1 &&... -
27 Apr 2010 12:54 PM
- Replies
- 48
- Views
- 18,739
... strange. The 32bit version runs perfectly for me on Ubuntu 10.04 amd64. I can save and open my projects.
The fact that people have to cross their fingers and hope for the best when running a... -
20 Apr 2010 6:36 PM
- Replies
- 48
- Views
- 18,739
Oddly, I just installed the 32 bit version of Ext Designer on my Ubuntu 64 bit OS and it worked.
-
19 Apr 2010 9:28 AM
- Replies
- 48
- Views
- 18,739
Thanks for looking at this. I just bought a license for designer but I can't use it until it works on linux amd64. None of the "workarounds" are working for me..
-
5 May 2009 9:20 AM
- Replies
- 13
- Views
- 8,496
As a small tweak to the above, If you want to only apply the css to a specific grid you can:
put this in your grid panel config
...
id: 'my-special-grid'
... -
15 Apr 2009 3:55 PM
- Replies
- 5
- Views
- 1,989
An important quote from the second link in the post above:
"It has been made very clear that the ASP loophole is not a loophole anymore. It is perfectly fine to change GPLv3 software and offer it... -
12 Aug 2008 12:21 PM
- Replies
- 14
- Views
- 5,673
After stumbling around i've found this to work. I need to verify that it is indeed doing what it is supposed to, but I believe it is.
Include this after ext-all.js:
if (Ext.isIE) {
... -
31 Mar 2008 1:08 PM
- Replies
- 14
- Views
- 5,673
This bug describes exactly what I'm seeing with my ext app. I've tried the workarounds to verify that I am experiencing the same issue... but in production none of these workarounds is a viable...
-
5 Feb 2008 10:56 AM
Jump to post Thread: GroupingView with State? by ngrover
- Replies
- 0
- Views
- 540
I have implemented my own StateProvider and so far so good. I get free state restoration of sorting and show / hide columns. Has anyone managed to use a GroupingView / GroupingStore in a GridPanel...
-
14 Jun 2007 3:24 PM
Jump to post Thread: Forms with Nested FieldSets ?? by ngrover
- Replies
- 5
- Views
- 2,513
OK.. I'm a dweeb. I've figured it out and now I'm starting to see the EXT matrix ;)
I now realize that you can call the function "fieldset" multiple times on a single Ext.form.Form object and... -
14 Jun 2007 2:02 PM
Jump to post Thread: Forms with Nested FieldSets ?? by ngrover
- Replies
- 5
- Views
- 2,513
I spoke too soon. IE6 throws an error. "Invalid source HTML for this operation". Have to keep fiddling around I guess.
I suspect IE is nesting form elements and therefore throws the error while... -
14 Jun 2007 12:07 PM
Jump to post Thread: Forms with Nested FieldSets ?? by ngrover
- Replies
- 5
- Views
- 2,513
Everything seems to work both in terms of html rendering and Ext's form functionality (all values submitted). End result attached as image.
-
14 Jun 2007 7:49 AM
Jump to post Thread: Forms with Nested FieldSets ?? by ngrover
- Replies
- 5
- Views
- 2,513
I think I've figured out how to accomplish nested fieldsets within a single form. Basically you just create an Ext.form.Form and then you can add other nested Ext.form.Form Elements to the container...
-
13 Jun 2007 4:46 PM
Jump to post Thread: Forms with Nested FieldSets ?? by ngrover
- Replies
- 5
- Views
- 2,513
I've looked around and still can't find a way to have nested FieldSets within and Ext Form. The basic idea (or how I thought it should work) is like the following:
// create a form
var someForm =...
Results 1 to 23 of 23
