Search Type: Posts; User: groovydude
Search: Search took 0.02 seconds.
-
4 Apr 2012 11:54 AM
- Replies
- 3
- Views
- 1,456
Just got bitten by this. Thanks closeratio for pointing the 'sensible' default of 0 for a maxlength. Come on Sencha; what's up with that?
-
24 Jan 2012 6:07 AM
- Replies
- 7
- Views
- 1,318
Yep. Had the same issue with duplicate roots and the empty object did the trick! But I agree it seems more like a hack than a sensible config setting.
-
7 Jan 2012 8:18 PM
Jump to post Thread: App loading component? by groovydude
- Replies
- 7
- Views
- 928
I'll try that in my app mightychris. Thanks for the tip!
I suppose I should put that code in my launch function in app.js after the Viewport create? -
7 Jan 2012 8:15 PM
- Replies
- 2
- Views
- 533
Check this out: In my view, I was extending form.Panel . I changed that to panel.Panel and then moved the form to that panel's items array and now checkboxes and combos are working. Still not sure...
-
7 Jan 2012 3:32 PM
Jump to post Thread: App loading component? by groovydude
- Replies
- 7
- Views
- 928
Aw man! lol
I see the Ext Docs app has such a Loading spinner feature; is that open source so that we could just grab that code and use it? :)
Thanks for your help. -
7 Jan 2012 8:47 AM
Jump to post Thread: App loading component? by groovydude
- Replies
- 7
- Views
- 928
Is there a component or convention like in GXT where if I have a div in my html with a special id or class I get a loading spinner while the whole app loads at first startup? I'm using ExtJS 4.
... -
6 Jan 2012 6:06 PM
Jump to post Thread: Rest Proxy Question by groovydude
- Replies
- 5
- Views
- 673
I am working on the same thing and found that using store.add(record) and store.remove(record) and then store.sync() does it all correctly. I have the REST proxy in the model and was trying...
-
6 Jan 2012 4:15 PM
- Replies
- 2
- Views
- 533
I have a form.Panel in which if I insert a checkbox , checkbox group, or combobox (local or remote), the whole thing crashes with a 'TypeError' (Chrome devtools) . For example, when I insert a...
Results 1 to 8 of 8
