Search Type: Posts; User: radio1
Search: Search took 0.01 seconds.
-
16 Jan 2008 6:00 AM
- Replies
- 413
- Views
- 162,507
A supplementary note to my above post -- I tried a couple more tests with your original version of "ext-basex.js". Explicitly setting Ext.lib.Ajax.forceActiveX to either true or false has no impact...
-
15 Jan 2008 10:28 AM
- Replies
- 413
- Views
- 162,507
The message in IE is the usual "Problems with this Web page might prevent it from being displayed properly....." popup with the following details:
Line: 236
Char: 9
Error: Unspecified... -
14 Jan 2008 4:00 PM
- Replies
- 413
- Views
- 162,507
Wow -- thanks VERY MUCH from me also hendricd -- your code makes session timeouts a breeze to handle.
In my application, I simply included "ext-basex-min.js" as described above, and then added a... -
11 Dec 2007 2:43 PM
Jump to post Thread: Create Icon with EXT elements by radio1
- Replies
- 8
- Views
- 1,399
Here's how I've handled clicks on cells in a grid. Like you, I only wanted to respond to clicks on cells in particular columns, and then only in some of those rows.
1. Add a 'cellclick' listener... -
11 Dec 2007 10:34 AM
Jump to post Thread: Importing JSON into GridPanel by radio1
- Replies
- 6
- Views
- 1,913
Two problems strike me right away:
1- I think you want to change:
...
ds.on('load', loadGrid());
...
to: -
3 Dec 2007 9:31 AM
Jump to post Thread: Tree events seem out of order. by radio1
- Replies
- 15
- Views
- 2,438
I'm not sure -- I now see that I'm actually doing BOTH of those things in that particular method. Check out the ExtJS source for more info I guess.
I'm not sure what you mean by "calling a... -
3 Dec 2007 6:38 AM
Jump to post Thread: Tree events seem out of order. by radio1
- Replies
- 15
- Views
- 2,438
When dragging GridPanel rows to a TreePanel node, I didn't ever receive a ".dropNode" value in my dropEvent -- which I assume was because the dragged/dropped data WASN'T a node (it was one or more...
-
3 Dec 2007 6:10 AM
Jump to post Thread: Tree events seem out of order. by radio1
- Replies
- 15
- Views
- 2,438
Hey AspWhiz,
Here's a snippet of code I'm using to post a command to the server and handle the response. Hopefully this is useful to you:
function onBeforeNodeDrop(dropEvent)
{
...... -
30 Nov 2007 7:28 AM
Jump to post Thread: Tree events seem out of order. by radio1
- Replies
- 15
- Views
- 2,438
Hey AspWhiz,
I have implemented what you're essentially trying to do as follows -- it may not be a perfect fit for your app.
Part of my app is essentially a file-explorer with 2 panes much like... -
29 Nov 2007 8:38 AM
Jump to post Thread: Case insensitive grid sort by radio1
- Replies
- 8
- Views
- 4,174
The technique described and linked to in shawnc's post above works for me in both 2.0b1 and 2.0rc1.
If you still can't make it work, try posting your code here for feedback.
-radio1 -
28 Nov 2007 8:25 AM
Jump to post Thread: Case insensitive grid sort by radio1
- Replies
- 8
- Views
- 4,174
Thanks Shawn -- that's obviously a much better way to do it!
At first I was quite surprised I missed this info in the docs on Ext.data.Record, but now I see that it actually isn't in the docs... -
27 Nov 2007 3:13 PM
Jump to post Thread: Case insensitive grid sort by radio1
- Replies
- 8
- Views
- 4,174
Thanks for the post -- I'm going to use your code for case-insensitive sorting.
I can however suggest another, code-revision safer, technique that I know will work -- I already use it for other... -
21 Nov 2007 3:52 PM
- Replies
- 7
- Views
- 3,972
Another update to my above code. Adding the following lines to my above code resolves the problem (created by the above kludges) of being able to Drag zero rows from the grid by dragging an item...
-
21 Nov 2007 2:27 PM
- Replies
- 2
- Views
- 1,104
I recently had a similar problem (using Ext JS 2.0 b1) which I solved as follows -- maybe this will benefit someone searching the forums...
My specific problem: Scrollbars would never appear for... -
20 Nov 2007 1:03 PM
- Replies
- 7
- Views
- 3,972
Here's an update to aconran's "hackish fix" (his words!) posted above.
It addresses the problem with the hack of <ctrl>- and <shift>- clicking a row (anywhere but in the checkbox cell itself)... -
30 Oct 2007 8:02 AM
- Replies
- 6
- Views
- 1,474
Hello. I am also having trouble accomplishing what is being discussed in this thread. I've been playing with the Resizer.resizeChild attribute, as well as the "basic.on('resize'....)" callback...
Results 1 to 16 of 16
