Search Type: Posts; User: Phil Guerrant
Search: Search took 0.02 seconds.
-
Today 10:04 AM
- Replies
- 1
- Views
- 55
The Web Desktop contains an example implementation of maximizing and minimizing windows. Source code can be seen here http://docs.sencha.com/extjs/4.2.0/extjs-build/examples/desktop/js/Desktop.js
-
Today 9:53 AM
- Replies
- 41
- Views
- 5,990
The fix was not included in the latest beta, but it will be in the GA release
-
Today 9:15 AM
- Replies
- 41
- Views
- 5,990
This issue has been fixed and will be available in the GA release of Ext JS 4.2.1
-
Today 9:07 AM
- Replies
- 3
- Views
- 128
Or just increase their specificity
.x-field input.userName { ... } -
Today 8:52 AM
- Replies
- 9
- Views
- 717
Any warnings in your console prior to the error occuring?
Any way you could narrow it down to a small enough test case that you could attach to this thread so we can try and debug on our end? -
Today 8:43 AM
Jump to post Thread: Neptune Theme by Phil Guerrant
- Replies
- 44
- Views
- 24,022
The neptune theme is officially supported in IE7 and above, both strict and quirks modes. We excluded IE6 because of it's lack of support for PNG alpha-transparency, since neptune uses PNG icons to...
-
6 May 2013 8:43 AM
- Replies
- 9
- Views
- 668
The error occurs because the mixin in ext-theme-neutral gets automatically called with "default" as the UI name, and when you copied the file into your theme, it calls the mixin a second time with...
-
3 May 2013 12:27 PM
- Replies
- 9
- Views
- 668
Can you give us any more information on what you were doing when you got this error? What are the steps we can take to reproduce it?
-
3 May 2013 12:26 PM
- Replies
- 9
- Views
- 668
You might want to ask for help in the sencha touch forum http://www.sencha.com/forum/forumdisplay.php?89-Sencha-Touch-2.x-Forums
Although the approach to creating themes is similar between... -
3 May 2013 12:22 PM
- Replies
- 9
- Views
- 668
Thanks for offering. Feel free to post your wishlist here, and I'll open a ticket for it. Just list the component sand the things that you wish were configurable via mixin but aren't currently, and...
-
17 Apr 2013 8:13 AM
- Replies
- 1
- Views
- 113
Your use of the show() method is incorrect, the second parameter is a callback function, not an align position.
btn.menu.show(btn.el, btn.menuAlign);
I think the method you are looking for is... -
15 Apr 2013 11:58 AM
- Replies
- 6
- Views
- 507
One minor improvement to the override. Replace this:
if (Ext.isBorderBox && !this.ownerCt) {
with this:
if (Ext.isBorderBox && (!me.ownerCt || me.floating)) {
To ensure that floating... -
9 Apr 2013 8:59 AM
- Replies
- 6
- Views
- 507
I've added a fix in Ext JS 4.2.1 that adds the x-border-box class to top level components instead of the html tag. Here's an override that you can use in 4.2.0:
Ext.define('Ext.BorderBoxFix',... -
8 Apr 2013 2:59 PM
- Replies
- 6
- Views
- 507
In Ext 4.2 most of the the global CSS reset rules were removed, and so scoped CSS was removed since the hope was that it would no longer be needed. In Ext 4.2 we are only setting the following...
-
6 Apr 2013 9:33 AM
- Replies
- 9
- Views
- 668
Just curious, what are you trying to do here? Is there a missing feature from the extjs-window-ui mixin? Perhaps a new parameter that needs to be added?
There are 2 problem with overriding UI... -
4 Apr 2013 3:59 PM
- Replies
- 6
- Views
- 1,991
In Ext JS 4.2.0 - docs here: http://docs.sencha.com/ext-js/4-2/
-
4 Apr 2013 3:55 PM
- Replies
- 6
- Views
- 1,991
The neptune theme refactor created variables for just about everything that used to be hardcoded. Please create a new thread if you find anything that you think should be configurable using a...
-
22 Mar 2013 5:28 AM
- Replies
- 1
- Views
- 172
The slicer does not handle creation of icons for tools, combobox triggers etc. The slicer currently only creates images for the rounded corners and background-gradients of components.
For themes... -
2 Mar 2013 5:44 AM
Jump to post Thread: Menu.Item and Icon by Phil Guerrant
- Replies
- 1
- Views
- 275
Thanks for the report! I have opened a bug in our bug tracker.
-
4 Jan 2013 6:36 PM
- Replies
- 2
- Views
- 459
Since JavaScript does not provide any access level control of an objects members, in Ext JS we put all class members on the class' prototype and use the @private and @protected tags to indicate the...
-
19 Dec 2012 3:31 PM
- Replies
- 1
- Views
- 403
Could you post a test case so we can try to reproduce the bug?
-
16 Oct 2012 4:03 AM
- Replies
- 26
- Views
- 2,948
Yes, this is still in the pipeline for a future release, hopefully 4.2.
-
12 Oct 2012 6:35 AM
- Replies
- 15
- Views
- 4,874
@aimarsouri That sounds like a good question to ask in the Sencha Architect forums: http://www.sencha.com/forum/forumdisplay.php?98-Sencha-Architect-2.x-Help-amp-Discussions
-
5 Sep 2012 8:00 AM
Jump to post Thread: TreePanel: Drag and Drop by Phil Guerrant
- Replies
- 3
- Views
- 359
allowCopy is a config on the view. http://docs.sencha.com/ext-js/4-1/#!/api/Ext.tree.plugin.TreeViewDragDrop
-
5 Sep 2012 7:22 AM
Jump to post Thread: TreePanel: Drag and Drop by Phil Guerrant
- Replies
- 3
- Views
- 359
Please refer to the docs for the DragDrop plugin http://docs.sencha.com/ext-js/4-1/#!/api/Ext.grid.plugin.DragDrop
You can configure the view with "allowCopy" to copy the node only when CTRL is...
Results 1 to 25 of 84
