Search Type: Posts; User: Keith Chadwick
Search: Search took 0.02 seconds.
-
23 May 2011 4:47 AM
- Replies
- 0
- Views
- 975
So I have a rather unenviable task in front of me. I am ‘attempting’ to integrate with the DropBoxAPI via a web browser. The API is fairlystraight forward RESTful api once you get past the very...
-
22 Mar 2011 4:32 AM
- Replies
- 0
- Views
- 684
I have a fairly large application that provides for different views of data. I wish to maintain the state of the display of each control, which could be many, without having to track it. Since I...
-
19 Mar 2011 7:56 AM
- Replies
- 1
- Views
- 579
Ah hever mind got it and surprisingly simple!!
-
18 Mar 2011 12:26 PM
- Replies
- 1
- Views
- 579
I have a standard border layout viewport and in the west region I have two tree controls entitled outline and library. The clients wish is to be able to click on one of the tools in the title of the...
-
13 Mar 2011 6:16 AM
- Replies
- 1
- Views
- 805
My mistake the event is firing my function for beforeMoveNode was returning false due to an invalid test condition. Not enough coffee apparently.
Keith -
12 Mar 2011 7:53 AM
- Replies
- 1
- Views
- 805
I have a custom treeSorter than in essence sorts the tree nodes on a numeric attribute from a custom store in order to keep them in sync. The tree also has drag and drop enabled so that the user may...
-
6 Mar 2011 8:44 AM
- Replies
- 0
- Views
- 777
I have a draggable panel on on the render event I am creating a drag zone. However the element that gets displayed to drag never reflects what I am creating and returning on the ddel property. I...
-
6 Mar 2011 6:09 AM
- Replies
- 7
- Views
- 1,454
Never mind found it. In the panel config on draggable proxy had to be set to false or it ignores the implemented DragZone. Definitely going to blog about this one :-)
-
6 Mar 2011 4:44 AM
- Replies
- 7
- Views
- 1,454
Its not the proxy I want to replace its the panel itself. When I start to drag the panel I would like to drag a smaller element such as an Ext.Container.
I think I will have to simply create on... -
5 Mar 2011 9:40 AM
- Replies
- 7
- Views
- 1,454
Yes already looked at that but that is not the issue. When you drag the panel you see the actual panel. I want to replace that with a much smaller dom element for dragging. Something similar to the...
-
5 Mar 2011 7:41 AM
- Replies
- 7
- Views
- 1,454
Have looked at a lot of demos put not sure on that specific one. Do you have a link for it?
-
5 Mar 2011 6:13 AM
Jump to post Thread: Design Advice by Keith Chadwick
- Replies
- 1
- Views
- 432
You could create your stores at start up then load the data as required when the tab opens. This would allow you to bind your grids/forms to the store on creation time and since they are store event...
-
5 Mar 2011 5:43 AM
- Replies
- 7
- Views
- 1,454
I have a center viewport panel that contains n number of complex panels. Each of these panels can be dragged and reordered on the page. However some of the panels can be fairly large vertically. I...
-
2 Mar 2011 2:11 PM
- Replies
- 3
- Views
- 840
Thanks Johnathan new it was something on nodeType as I am using a config although nodeType is NOT documented anywhere in the API which makes it a little frustrating.
Cheers
Keith -
2 Mar 2011 1:10 PM
- Replies
- 3
- Views
- 840
I simply need to create my tree and tell it NOT to make asynchronous calls. I am initially creating the root node and adding in 3 non leaft level nodes. When I click on these nodes I get the...
-
19 Sep 2010 10:45 AM
- Replies
- 1
- Views
- 873
Funny how you find the solution 2 minutes after writing a post. Apparently you must terminate your css string with a semi-colon. For example css:'background-color:red;'. This would indicate to me...
-
19 Sep 2010 10:33 AM
- Replies
- 1
- Views
- 873
I am trying to make use of the Ext.grid.Column.css property when adding a new columnConfig to my grid. I am unable to get a simple css style applied to the each cell in the column as the the...
-
11 Aug 2010 12:03 PM
- Replies
- 0
- Views
- 619
I have noticed that extra an extra line is added to a textarea control. The autosize feature works fine and I added a test to the autosize event to remove it however this never seems to fire until...
-
3 Jul 2010 7:02 AM
- Replies
- 2
- Views
- 702
No I have not. I will have a peek under the hood at it and try it in 3. If it needs some work I will try to update and post up any changes.
Cheers
Keith -
3 Jul 2010 5:32 AM
- Replies
- 2
- Views
- 702
I was in the process of writing this post as a 'please help before I lose it' request when I suddenly realized the solution. Since it took some time for me to realize the solution even after scouring...
-
29 Jun 2010 9:42 AM
- Replies
- 623
- Views
- 216,716
Hey Saki,
First of thanks for the control, was exactly what I needed. I ran into a small problem in that my display values contained a comma. This meant that onRealBlur would pass a zero length... -
11 Jun 2010 8:27 AM
- Replies
- 7
- Views
- 1,322
Yes it was solved. wm003 was correct but my problem revolved around my underlying data. I had written the fetch code very late last night and pulled uuid and name from the table into the array...
-
11 Jun 2010 8:06 AM
- Replies
- 7
- Views
- 1,322
Ever bash your head against a problem and forgot to look under the hood!! Problem found but thanks for the help it may me look at the underlying data to solve it. Think it may be time for a beer!
-
11 Jun 2010 7:47 AM
- Replies
- 7
- Views
- 1,322
Yep tried that as well. Can you elaborate on SimpleStore I do not see that in the API doc?
-
11 Jun 2010 7:31 AM
- Replies
- 7
- Views
- 1,322
Ok I have been researching this here and everywhere on the web and to say my frustration is high at the moment would be the understatement of the century. This should be such and obvious thing but...
Results 1 to 25 of 50
