Search Type: Posts; User: jonathan.ingram
Search: Search took 0.02 seconds.
-
15 Oct 2011 2:08 AM
- Replies
- 2
- Views
- 570
Yes, I am using 4.0.6 already. FYI, I have not offered a bug report since I thought I could get some feedback first.
-
13 Oct 2011 7:38 PM
- Replies
- 2
- Views
- 570
I am using a TreePanel rendered to a div within my page (call my div my workspace). Note: I'm not using viewports - may be the issue.
Now, when you click on a node in the tree, the page "moves" or... -
4 Oct 2011 4:49 PM
- Replies
- 3
- Views
- 1,238
Does this help?
<!DOCTYPE html><html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link... -
28 Sep 2011 9:30 PM
- Replies
- 5
- Views
- 4,837
I know this thread has not been commented in a while, but just a heads up that using this override will cause the CheckboxGroup to fail - you will notice it becomes non-clickable. The fix is to...
-
14 Sep 2011 3:12 PM
- Replies
- 3
- Views
- 1,238
Ext version tested:
Ext 4.0 rev 6
Browser versions tested against:
Chrome
Description:
When you set both multiSelect: true and forceSelection: true, the combo box does not show existing... -
23 Aug 2011 10:56 PM
- Replies
- 1
- Views
- 1,359
Is there anywhere this bug should be reported?
There is also another on in Target.js whereby the log does not show on windows systems if the JS file does not exist.
About line 172:
... -
23 Aug 2011 6:14 PM
- Replies
- 4
- Views
- 1,402
OK thanks for the help, although I suspect that name would conflict with the existing Ext.getClass(component). Cheers, Jon.
-
23 Aug 2011 5:49 PM
- Replies
- 4
- Views
- 1,402
BTW, I do combine the files for production and use the Ext.loader for development.
I suppose it's fine to use requires (BTW, I'm talking about this type of requires):
Ext.define("...", {
... -
23 Aug 2011 5:21 PM
- Replies
- 4
- Views
- 1,402
Say I have a class "Ext.ux.Foo" and it has statics, how do I retrieve the class without creating an object. Obviously I do Ext.create("Ext.ux.Foo", {}) to create an object, but I have to do...
-
30 Jun 2011 11:17 PM
- Replies
- 1
- Views
- 1,359
this.log('Created the deploy directory ' + deployDir);
should be
Logger.log('Created the deploy directory ' + deployDir); -
17 Jun 2011 8:26 PM
- Replies
- 25
- Views
- 9,840
Yes - it has stopped working in both 4.0.2 and 4.0.2a I believe.
P.S. should this thread be in Bugs? -
15 Jun 2011 10:06 PM
- Replies
- 1
- Views
- 872
I thought I'd provide code seeing that there are no replies. The height: 500 is needed for the tree to show. It shouldn't be necessary.
var treePanel = Ext.create('My.tree.TagInstanceTreePanel',... -
13 Jun 2011 5:04 PM
- Replies
- 0
- Views
- 368
I've had this same snippet working previously, but perhaps in an upgrade from v4.0.0 to v4.0.1 it does not work (also not working in v4.0.2):
<body>
<div id="workspace"></div>
<div... -
13 Jun 2011 2:00 PM
- Replies
- 1
- Views
- 872
Originally from http://www.sencha.com/forum/showthread.php?136712-DUPLICATE-Gray-theme-error&p=613419#post613419 however, that was marked as a duplicate, so it may have got lost.
I can provide... -
13 Jun 2011 3:14 AM
- Replies
- 9
- Views
- 1,850
ExtJs v4.0.2: in gray theme reference to "tab-bar-bg.gif". The file is _tabbar.scss. Note: image does not exist for default theme either.
-
11 Jun 2011 7:29 PM
- Replies
- 4
- Views
- 869
I can provide code if you like, but basically my TreePanel has a property "minHeight: 500" and this worked fine in v4.0.1 with the blue theme. Switching to v4.0.2 and to the gray theme, the tree...
-
17 Mar 2011 2:17 PM
- Replies
- 8
- Views
- 3,233
It seems that in v4, 'mode' is deprecated and instead 'queryMode' should be used.
I had the same problem and the docs showed me the correct params. If you are trying to fetch from a remote store,...
Results 1 to 17 of 17
