Search Type: Posts; User: korax
Search: Search took 0.03 seconds.
-
30 Mar 2012 9:41 AM
- Replies
- 14
- Views
- 1,902
Those links didn't work for me once my account expired. When I resubscribed, they started working again. All will be well once you pay. ;)
-
15 Dec 2011 10:42 AM
Jump to post Thread: Build output files empty by korax
- Replies
- 12
- Views
- 3,142
I hope this helps some people: how to use the SDK.
-
7 Nov 2011 1:58 PM
- Replies
- 3
- Views
- 903
In [4.0.7]
The style .#{$prefix}tab-top-over defined in {theme}/variables/_tab.scss and used in {theme}/widgets/_tab.scss never gets used because ExtJS does not insert this class name into any tab... -
4 Nov 2011 11:24 AM
- Replies
- 1
- Views
- 445
The tab font variable $tab-font-family found in {theme}/variables/_tabs.scss will never be honoured because line 61 of {theme}/widgets/_tab.scss has an erroneous variable sigil in front of the CSS...
-
27 Oct 2011 1:53 PM
Jump to post Thread: Neptune Theme by korax
- Replies
- 44
- Views
- 24,339
The Kitchen Sink theme reminds me of Windows XP.
-
25 Oct 2011 6:49 AM
Jump to post Thread: Neptune Theme by korax
- Replies
- 44
- Views
- 24,339
I'm not sure if the Kitchen Sink demo is meant to showcase the Neptune theme (it seems so from the blog post), but if it is, it's certainly a huge disappointment. There don't seem to be any of the...
-
30 Aug 2011 9:39 AM
Jump to post Thread: Sencha Deploy by korax
- Replies
- 7
- Views
- 2,378
Read the documentation for the Ext.Class uses config property. You might also find this thread useful, particularly near the end of point 2, "I also found...".
Note that dependencies will be... -
18 Aug 2011 9:23 AM
- Replies
- 1
- Views
- 1,907
For anyone interested, I've found that the entire chart package must be included in order for charts to work when using ext-debug.js:
Ext.require('Ext.chart.*');
I'd previously tried to... -
15 Aug 2011 9:17 AM
Jump to post Thread: Ext JS 4 Documentation API URL by korax
- Replies
- 4
- Views
- 1,989
I believe this URL redirects to the current docs:
http://docs.sencha.com/extjs/ -
15 Aug 2011 9:15 AM
- Replies
- 1
- Views
- 1,907
I'm unable to create charts using ext-debug.js in my development application. An exception is thrown:
uncaught exception: No theme found named "Base"
...or whatever theme I try to use. ... -
10 Aug 2011 7:39 AM
- Replies
- 0
- Views
- 720
When using the pressedCls config property of Ext.button.Button, ExtJS will add "x-" to the user-supplied value in markup. The resulting component div parent element has an unexpected value injected...
-
4 Aug 2011 1:00 PM
Jump to post Thread: How to use this SDK by korax
- Replies
- 12
- Views
- 5,802
I just posted this thread, explaining how I got it to work successfully. Hope it helps.
-
4 Aug 2011 12:43 PM
Jump to post Thread: Using the SDK tools by korax
- Replies
- 8
- Views
- 6,249
After a couple of unsuccessful starts using the SDK, I managed to pinpoint the issues I was having. Most of my issues had to do with appropriate use of Ext.Loader.require() and the class config...
-
4 Aug 2011 10:51 AM
Jump to post Thread: How to use this SDK by korax
- Replies
- 12
- Views
- 5,802
I'm beginning to think there is something deeply wrong with the SDK, or I'm losing my mind. I'm having the kind of problem that, if described to me, would make me roll my eyes and wonder how the...
-
2 Aug 2011 7:19 AM
Jump to post Thread: How to use this SDK by korax
- Replies
- 12
- Views
- 5,802
I really wish there was a clear tutorial on how to effectively use the SDK, when to use "uses" and "requires", the subtleties of the loader, etc. I'm having difficulty getting my minified app to...
-
5 Jul 2011 7:59 AM
Jump to post Thread: API Documentation Content Bugs by korax
- Replies
- 488
- Views
- 68,719
Return type for the Ext.form.field.Radio method getValue() is documented as Boolean, when it in fact returns the value of the config item inputValue, which is a string (defaulting to the string "on").
-
20 May 2011 7:58 AM
- Replies
- 4
- Views
- 2,775
As mentioned here, this is still a bug in 4.0.1. Updated test case code:
Ext.onReady(function() {
Ext.create('Ext.panel.Panel', {
height: 300,
width: 400,
title: 'Panel',
... -
20 May 2011 7:57 AM
- Replies
- 7
- Views
- 3,093
Actually, this appears to be related to this bug, which was never addressed, and which was the reason I started this thread after that one was closed. You can't define autoEl in a component and...
-
20 May 2011 7:04 AM
- Replies
- 7
- Views
- 3,093
Just for the example. No need to retest, thanks for the response.
-
20 May 2011 6:57 AM
- Replies
- 7
- Views
- 3,093
Thanks.
-
19 May 2011 2:41 PM
- Replies
- 8
- Views
- 888
Still a problem in 4.0.1.
-
19 May 2011 7:58 AM
- Replies
- 7
- Views
- 3,093
This still breaks code in 4.0.1 with IE8, which stops executing at line 6452 of ext-all-debug.js with the message "Invalid target element for this operation".
-
16 May 2011 1:02 PM
Jump to post Thread: API Doc Issues by korax
- Replies
- 166
- Views
- 16,621
The docs at http://dev.sencha.com/deploy/ext-4.0.0/docs/api/Ext.String.html produce a page that only say "Error".
-
5 May 2011 7:42 AM
- Replies
- 1
- Views
- 934
Tree nodes don't get the "cls" config value of NodeInterface. The "iconCls" styling config value is applied, but "cls" isn't.
var tree = Ext.create('Ext.tree.Panel', {
title: 'Simple... -
5 May 2011 7:22 AM
Jump to post Thread: [CLOSED]IE and Ext.Img by korax
- Replies
- 2
- Views
- 998
See this thread.
Results 1 to 25 of 53
