Search Type: Posts; User: Caius Caesar
Search: Search took 0.02 seconds.
-
12 Feb 2013 1:15 AM
Jump to post Thread: floating toolbar problem by Caius Caesar
- Replies
- 4
- Views
- 717
I changed the design so I could do without floating toolbars, so the answer is no.
-
24 Jan 2013 7:47 AM
- Replies
- 2
- Views
- 316
No, didn't realize it was out there. It's still in Beta, isn't it?
We have a big app in the making and experience some issues with every Ext upgrade. We moved just yesterday from 4.1.1 to to... -
24 Jan 2013 7:00 AM
- Replies
- 2
- Views
- 316
I try to remove a node from a tree
node = tree.getRootNode().findChild("id", "myId", true);
node.remove(true);
This produces an error in Ext.data.Model (the red line)
The error occurs... -
22 Oct 2012 11:57 PM
Jump to post Thread: Ext 4.1: Nested droptargets by Caius Caesar
- Replies
- 7
- Views
- 594
Can I ask why this thread is closed?
-
22 Oct 2012 11:54 PM
Jump to post Thread: Ext 4.1: Nested droptargets by Caius Caesar
- Replies
- 7
- Views
- 594
I'm on a tight deadline here. I assume Ext 5 isn't due for some time?
-
22 Oct 2012 11:53 PM
Jump to post Thread: Ext 4.1: Nested droptargets by Caius Caesar
- Replies
- 7
- Views
- 594
Yeah well, It's a dashboard with individual items on it which can contain other items. Not really a way around it design wise. I was relying on Ext handling the dragdrop in a logical way.
-
22 Oct 2012 7:59 AM
Jump to post Thread: Ext 4.1: Nested droptargets by Caius Caesar
- Replies
- 7
- Views
- 594
Problem with nested DropTarget
Hi,
I have panel A which contains two panels (B and C).
All Panels (A, B and C) are configured to be droptargets for treenodes.
I would expect that the drop... -
18 Oct 2012 4:58 AM
- Replies
- 2
- Views
- 192
Thanks, this should get me going, I was looking at the dropzone example with the cars and trucks and it got me nowhere.
-
18 Oct 2012 2:54 AM
- Replies
- 2
- Views
- 192
How to drag treenode onto container
I want to be able to drag a treenode on a container and then receive a drop event. The treenode is draggable within the tree and this works fine. I also managed... -
18 Oct 2012 2:53 AM
- Replies
- 1
- Views
- 201
I want to be able to drag a treenode on a container and then receive a drop event. The treenode is draggable within the tree and this works fine. I also managed to be able to drag other components on...
-
18 Oct 2012 2:44 AM
- Replies
- 2
- Views
- 1,409
Same here, within trees everything works fine, for components I got it working (dropping one component onto another), but I want to drop a node on a component. Any help would be appreciated!
-
24 May 2012 2:49 AM
- Replies
- 5
- Views
- 782
What's Sencha's opinion on this issue? I strongly feel this should be filed as a bug and I would welcome a solution or an anouncement that it will be taken care of in a future release. Now I feel...
-
15 May 2012 8:20 AM
- Replies
- 5
- Views
- 782
Well, I tried, but couldn't really make sense of it. I saw a width of 22px on some elements of the slider, but when I tried to reduce the width it didn't help. The misalignment in the lenght I...
-
15 May 2012 4:36 AM
- Replies
- 5
- Views
- 782
I try to build a scrollbar with 6 buttons and a slider (3 before the slider and three after the slider). For this I use a container with a hbox layout for a horizontal toolbar and a vbox layout for a...
-
14 Feb 2012 5:24 AM
Jump to post Thread: floating toolbar problem by Caius Caesar
- Replies
- 4
- Views
- 717
The toolbar itself does nothing different, but in this case it is essential that the toolbar does not take up space.
In fact I got multiple objects on a canvas (think dashboard: tables and charts)... -
14 Feb 2012 3:41 AM
Jump to post Thread: floating toolbar problem by Caius Caesar
- Replies
- 4
- Views
- 717
I want a floating toolbar in a container. I succeed nicely, (I add the toolbar as item, set floating to true and use the alignTo function) but I have one problem. When the container is not visible...
-
18 Jan 2012 6:24 AM
- Replies
- 1
- Views
- 315
It happens often to me that I want to change something for an already existing component and I find out that it's a config option only. For instance:
resizable:
turn on and off user-resizability.... -
18 Jan 2012 12:59 AM
- Replies
- 2
- Views
- 357
As it happens, that doesn't do it for me, cause I want just one resize event in case of manual resize, not two. The way I did it now seems to work:
I subscribe only to the resize event of the... -
17 Jan 2012 8:13 AM
- Replies
- 2
- Views
- 357
When I make a component resizable, I can subscribe to the resize event of the resizer to receive only user-caused resizes. However, I need the automatic resizes too, so I subscribe to the resize...
-
17 Jan 2012 7:41 AM
- Replies
- 3
- Views
- 530
Sorry, the code missed its linebreaks, this one is better
Ext.application({
name: 'JSTest',
launch: function () {
Ext.create('Ext.container.Viewport', {
... -
17 Jan 2012 7:31 AM
- Replies
- 3
- Views
- 530
In the code below, everytime you click the Add Item button in the left panel, all buttons are removed from the center panel and new buttons are added (one more than existed previously). They all get...
-
16 Jan 2012 5:57 AM
- Replies
- 3
- Views
- 530
I have a panel with VBox layout.
I add 2 new panels to its items collection with id's 'child1' and 'child2', both with flex set to 150
I remove both items (using autoDestroy true)
I add 3... -
1 Dec 2011 6:31 AM
- Replies
- 1
- Views
- 435
REQUIRED INFORMATION
Ext version tested:
Ext 4.0 rev 7
Browser versions tested against:
Chrome
IE8
DOCTYPE tested against: -
7 Dec 2010 1:14 AM
- Replies
- 3
- Views
- 938
Sorry for the delay, this code demonstrates it:
<html>
<head>
<title>Testpage Ext</title>
<link rel="stylesheet" type="text/css" href="../../ext/resources/css/ext-all.css" />
... -
7 Dec 2010 12:45 AM
- Replies
- 5
- Views
- 1,337
Thanks, I stick with the iconCls solution.
Wouldn't it be a good idea to implement the second solution in the ext base library?
Btw, Microsoft mentioned IE6 and 7, but I experienced the bug...
Results 1 to 25 of 32
