Search Type: Posts; User: rbraddy
Search: Search took 0.05 seconds.
-
16 May 2013 12:39 PM
- Replies
- 9
- Views
- 1,767
Yes. We're still using it - has worked well so far. The iframes take a little getting used to in the debuggers, but other than that, works well.
Be sure to enable browser caching once you're... -
14 May 2013 5:29 AM
Jump to post Thread: How to enable ExtJS caching? by rbraddy
- Replies
- 3
- Views
- 91
Thanks for your response. Will give that approach a try.
-
13 May 2013 9:47 AM
Jump to post Thread: How to enable ExtJS caching? by rbraddy
- Replies
- 3
- Views
- 91
I decided to have a look at the cache headers in Firebug at 12:45 p.m. when this request was observed. The max age is set to 1 day (86,400 secs), so seems like the browser should be caching all of...
-
13 May 2013 9:34 AM
Jump to post Thread: How to enable ExtJS caching? by rbraddy
- Replies
- 3
- Views
- 91
Hi,
We have an ExtJS 4.1 app that is loading very slowly, even when most, if not all, Javascript files should already be cached. As shown below in Chrome debug Network view, the ext-all.js and... -
3 Apr 2013 2:55 PM
- Replies
- 1
- Views
- 85
Hi,
I would like to replace the default check mark that appears in the checkbox input form element for checkboxes on a particular form in my application so they look like this:
42880
In other... -
6 Mar 2013 2:50 PM
- Replies
- 4
- Views
- 132
Yes. It is a valid function of the controller:
42239 -
6 Mar 2013 2:16 PM
- Replies
- 4
- Views
- 132
Thanks for the response. That could be it, except there's no error message in the console window (the function's not being called), and originally there was just a configured "fn: function()..."...
-
6 Mar 2013 1:15 PM
- Replies
- 4
- Views
- 132
Hi,
I have copied the following code from a working project into a new project, and it does not call the async callback "fn" for some reason. This code is called within a Delete button handler... -
3 Jan 2013 10:23 AM
- Replies
- 4
- Views
- 902
Any estimate on when a fix will be available for splitters?
-
2 Jan 2013 8:01 AM
Jump to post Thread: Success with Sencha Architect by rbraddy
- Replies
- 15
- Views
- 3,083
Sencha Architect produces an ExtJS application, which has multiple views, controllers, stores, etc. When building a very large application (e.g., dozens to hundreds of views), by default SA assumes...
-
27 Dec 2012 8:45 AM
Jump to post Thread: VBox Splitter Not Working by rbraddy
- Replies
- 4
- Views
- 339
Thanks John. I will give that a go. Appreciate the response.
Hopefully this will get fixed in SA soon.
Best,
Rick -
19 Dec 2012 8:52 AM
Jump to post Thread: VBox Splitter Not Working by rbraddy
- Replies
- 4
- Views
- 339
Indeed! Isn't that interesting. That's the "code" that Sencha Architect creates for a splitter. See attached screenshot.
Is this an SA bug?
Rick
40879 -
17 Dec 2012 9:33 AM
- Replies
- 2
- Views
- 188
Yeah. That's how Sencha Architect treats Splitters - there's no xtype generated (see attached screenshot)
40850 -
15 Dec 2012 4:03 PM
- Replies
- 2
- Views
- 188
Hi,
Any reason my splitter cannot be selected for resizing?
(the splitter is shown, but cannot be selected to resize the panels)
Thanks
Rick -
14 Dec 2012 11:42 AM
Jump to post Thread: VBox Splitter Not Working by rbraddy
- Replies
- 4
- Views
- 339
Hi,
Any reason my splitter created with SA does not work? (the splitter is shown, but cannot be selected to resize the panels)
Thanks
Rick
Ext.define('MyApp.view.MyViewport', { -
14 Dec 2012 11:20 AM
- Replies
- 4
- Views
- 902
Is this fixed? I am having the same problem (Ext JS 4.1, SA 2.1.0)
-
31 Oct 2012 11:32 AM
- Replies
- 2
- Views
- 435
Sure. Since there is no "Duplicate" controller function (wish there was), I have been using the following ad-hoc process to duplicate controllers:
1. Choose the controller to duplicate,... -
17 Oct 2012 12:56 PM
- Replies
- 2
- Views
- 435
I'm seeing an odd behavior I want to report.
When I create a new controller in an existing project (with half a dozen other controllers), and then load my app in the web browser, the new... -
7 Oct 2012 12:56 PM
- Replies
- 2
- Views
- 490
Well, I found a way to fix this - set "floatable" config to false.
Still doesn't make sense why the "beforeexpand" event does not fire and titleCollapse() don't get called, as documented.
I... -
7 Oct 2012 12:49 PM
- Replies
- 2
- Views
- 490
Hi,
Spent several hours today troubleshooting problems with titleCollapse not working on collapsible panel.
First, setting titleCollapse config to false does not prevent "expand" of a collapsed... -
24 Sep 2012 3:00 PM
- Replies
- 9
- Views
- 700
That's awesome! And to think I've been completely ignoring the ad-hoc console mode all this time.
That works perfectly and is all I really need (unless someone wants to implement my idea for a... -
24 Sep 2012 2:34 PM
- Replies
- 9
- Views
- 700
Great idea. For some reason it's not working for me. Might be because I'm using iframes to run multiple ExtJS apps in the browser...
-
24 Sep 2012 11:01 AM
- Replies
- 9
- Views
- 700
Good point. Such a tool would need to be capable of being included in the generated project to be used at run-time, which is when it's actually needed.
Perhaps just a component that could be... -
21 Sep 2012 2:34 PM
- Replies
- 9
- Views
- 700
I've been thinking... (a dangerous thing)
Perhaps a ComponentQuery "QueryTest" component would be helpful. It would act like a "probe" that one could add (temporarily) to a project, and be used... -
21 Sep 2012 2:27 PM
- Replies
- 9
- Views
- 700
Thanks Aaron.
This just confirms how badly I need remedial ComponentQuery training :)
Is there an in-depth tutorial with lots of different example queries available?
Rick
Results 1 to 25 of 120
