Search Type: Posts; User: crashedsnow
Search: Search took 0.02 seconds.
-
18 Dec 2009 5:54 AM
- Replies
- 5
- Views
- 2,452
OK.. I got fiddler working.
It seems that the Java client API puts all the params on the URL (like a GET request):
PUT... -
18 Dec 2009 5:32 AM
- Replies
- 5
- Views
- 2,452
Dunno how to use Fiddler.. doesn't seem to pick up local connections. I'll need to work out how to use it. The request in FF from tamper data looks like this:
Host=localhost:8080... -
18 Dec 2009 5:24 AM
- Replies
- 5
- Views
- 2,452
Good question.. I'm using Tamper data in FF, but obviously won't work for my Java client code.. I'll get some fiddler action happening..
-
18 Dec 2009 5:18 AM
- Replies
- 5
- Views
- 2,452
Hi folks,
I've got a Java back end implementing a RESTful web service in which I have a PUT method (HTTP PUT that is) handling an insert of data.
If I send a PUT request using a Java API (eg... -
22 Nov 2009 2:52 PM
- Replies
- 67
- Views
- 22,023
Thanks xLP, I'll have a go at hacking through the code :)
Appreciate you taking the time to respond. -
22 Nov 2009 1:34 AM
- Replies
- 67
- Views
- 22,023
Hey there,
Any plans to support Google Chrome with your extension? I realize Chrome is not on the "official" list of supported browsers for ExtJS, but so far everything is working for me except... -
21 Nov 2009 6:46 AM
- Replies
- 0
- Views
- 1,323
Apologies if this is part of the migration instructions that I have missed. I'm trying to upgrade an existing 2.2.1 app to 3.0.3, and am having a problem with a fairly simple area.
I have a... -
3 Apr 2009 10:19 PM
- Replies
- 24
- Views
- 5,284
Regarding my previous post, this adjustment actually breaks the behavior.
The work-around I used was:
grid.on('mousedown', function(e){
var v = grid.getView();... -
25 Mar 2009 4:33 AM
- Replies
- 24
- Views
- 5,284
One slight adjustment...
In IE I get a weird effect if there is a vertical scroll bar present. Clicking on the scrollbar fires the mousedown event, and the following line:
... -
24 Mar 2009 7:11 AM
- Replies
- 24
- Views
- 5,284
Agreed. Thanks again.
-
24 Mar 2009 5:40 AM
- Replies
- 24
- Views
- 5,284
Mate.. you are a dead set legend.
Works perfectly. -
24 Mar 2009 1:06 AM
- Replies
- 24
- Views
- 5,284
The saga continues...
the code you posted:
grid.on('mousedown', function(e){
var v = grid.getView();
if(v.findRowIndex(e.getTarget()) === false){
v.focusEl.setXY(e.getXY()); -
21 Mar 2009 12:08 AM
- Replies
- 24
- Views
- 5,284
Ahh ok.. that makes sense.
Thanks for your help!.. again... -
20 Mar 2009 11:06 PM
- Replies
- 24
- Views
- 5,284
See attached.
The grid does not expand to fill the entire horizontal space (nor do I want it to). Clicking in the area where the blue "dot" is causes the grid to scroll to top.
I have moved... -
20 Mar 2009 8:41 PM
- Replies
- 24
- Views
- 5,284
Hi Condor,
I implemented your suggestions, and it all works (thanks!), but now I get a slightly annoying side effect.
If I click the mouse in any area of the grid, it takes focus and receives... -
7 Mar 2009 6:45 AM
- Replies
- 24
- Views
- 5,284
roger that.
Thanks! -
7 Mar 2009 6:22 AM
- Replies
- 24
- Views
- 5,284
Condor the above code in the 'mousedown' event that you suggested breaks the default behavior of the EditorGridPanel... namely if you attempt to rename a cell, clicking the mouse into the cell during...
-
7 Mar 2009 1:03 AM
- Replies
- 2
- Views
- 3,560
Hi all,
I'm trying to find a way to abort a drag-drop "mid-drag" when the user clicks escape.
So once the drag has commenced (and the item being dragged is displayed), I want to be able to... -
7 Mar 2009 12:56 AM
- Replies
- 24
- Views
- 5,284
Yeah ok. That should work. I'll give it a go.
Cheers. -
7 Mar 2009 12:39 AM
- Replies
- 24
- Views
- 5,284
Yep, you're right.
I've changed the approach to the one you suggested. I still don't get keyboard events if no mouse click event fires, but I can probably live with that.
Thanks! -
6 Mar 2009 11:27 PM
- Replies
- 24
- Views
- 5,284
Thanks Condor.. but in my case I cannot rely on there being ANY actions by the user, including a mouse click.
The contents of my grid are loaded via a mouse click in another component (a tree). ... -
6 Mar 2009 10:10 PM
- Replies
- 24
- Views
- 5,284
For anyone else peeping at this.. I found a solution.
This thread:
https://extjs.com/forum/showthread.php?p=291078
Offers a great solution. I modified it a bit to produce: -
28 Feb 2009 8:00 PM
- Replies
- 24
- Views
- 5,284
I have the same problem. Need key events for empty grid. Actually the key events aren't firing even when the grid has rows, but none are selected.
Anyone solved this? -
24 Feb 2009 3:16 AM
- Replies
- 0
- Views
- 846
Hi all,
I'm trying to change the appearance of the "dragged" item when dragging in a single row select grid. By default, it displays 'X rows selected', but I want it to display the text of the... -
7 Feb 2009 7:00 AM
- Replies
- 14
- Views
- 4,003
Golden.
That's all it needs I think.
Results 1 to 25 of 38
