Search Type: Posts; User: jfvwi
Search: Search took 0.05 seconds.
-
22 Jun 2009 1:32 PM
Jump to post Thread: Grid header filters by jfvwi
- Replies
- 169
- Views
- 88,348
Nevermind - very easy to figure out - I didn't have any filters attached to the columns - after looking at the source I realized they weren't created on the fly. :))
-
22 Jun 2009 12:13 PM
Jump to post Thread: Grid header filters by jfvwi
- Replies
- 169
- Views
- 88,348
Have you seen an instance where the fields are missing in the header?
I just added the plug-in to a standard grid and the grid works fine, but the header doesn't contain any input fields.
... -
17 Jun 2009 1:46 PM
- Replies
- 343
- Views
- 129,631
Saki - tried the MetaForm example and it's not working in 3.0RC2. Was wondering if you had tried it? It posts in Firefox correctly but the fields don't appear in the form...
Thanks for your help. -
17 Jun 2009 12:01 PM
Jump to post Thread: Ext 3.0 Forum Example by jfvwi
- Replies
- 13
- Views
- 5,555
Same here, but it's not a browser proxy error it's the ExtJS data proxy that it's referring to.
-
17 Jun 2009 11:52 AM
Jump to post Thread: Ext 3.0 Forum Example by jfvwi
- Replies
- 13
- Views
- 5,555
Ok Aaron - thanks - I'll take a look tonight...
-
17 Jun 2009 11:40 AM
Jump to post Thread: Ext 3.0 Forum Example by jfvwi
- Replies
- 13
- Views
- 5,555
Any timeframe on that or can I help with that?
-
17 Jun 2009 11:36 AM
Jump to post Thread: Ext 3.0 Forum Example by jfvwi
- Replies
- 13
- Views
- 5,555
Aaron - this is the "Forum" example code right out of the box...
-
16 Jun 2009 2:55 PM
Jump to post Thread: Ext 3.0 Forum Example by jfvwi
- Replies
- 13
- Views
- 5,555
I'm wondering if anyone else has had a problem with the 3.0RC2 forum in examples (~/examples/forum/forum.html) - I've tried it in Safari/Firefox/IE and each time it won't load at all. In Firefox I...
-
8 May 2009 6:14 AM
- Replies
- 39
- Views
- 9,786
Just a bump:
I just had two database search failures - I waited a few minutes and reloaded - and it did the same thing - then after another few minutes started working again... -
6 May 2009 9:14 AM
- Replies
- 2
- Views
- 988
I'm not sure if you'd gotten that to work but I was thinking you could do one of two things:
1. you could parse the user's response so they could enter 5 h for example and that is converted into a... -
25 Apr 2009 11:54 PM
- Replies
- 9
- Views
- 3,488
Works fine on Mac in Safari 3.0/4.0, Firefox... Windows - breaks in IE7 and Firefox with that error in Firebug and the chart is blank.
Update: it's actually inconsistent - out of just reloading... -
24 Apr 2009 11:02 PM
Jump to post Thread: filterupdate by jfvwi
- Replies
- 0
- Views
- 925
Another 3:00am coding problem... :)
Trying to find the existing filterupdate grid event handler in 3.0, I see it working, passing parms on the POST, but I can find the handler in the code.
Can... -
24 Apr 2009 2:56 AM
Jump to post Thread: DelayedTask by jfvwi
- Replies
- 5
- Views
- 1,788
Thanks for the sanity check Animal!
-
24 Apr 2009 2:47 AM
Jump to post Thread: DelayedTask by jfvwi
- Replies
- 5
- Views
- 1,788
I tried that originally but left the parms in the function wrapper - just had to remove them and they instantiated inside...
I must definitely need some sleep - only another 8 hours more to go : ) -
24 Apr 2009 2:42 AM
Jump to post Thread: DelayedTask by jfvwi
- Replies
- 5
- Views
- 1,788
Thanks! See what 20 hours of straight coding does to your brain - very obvious...
What's the best way of repassing those parameters into the function? -
24 Apr 2009 2:27 AM
Jump to post Thread: DelayedTask by jfvwi
- Replies
- 5
- Views
- 1,788
Anyone know why this fires a bizillion times:
var delaytask = new Ext.util.DelayedTask();
function init(a,b) {
console.log("init", a, b);
if (isReady()) {
; do some ready stuff -
11 Apr 2009 4:43 PM
- Replies
- 5
- Views
- 1,342
Thanks - that seems to work but oddly this doesn't? Should there be any difference?
var combo;
function makeCombo(parameters) {
// create the combo instance
combo = new... -
11 Apr 2009 9:55 AM
- Replies
- 5
- Views
- 1,342
Thanks for the help!
Condor: Thanks! I didn't know to add the field part - I'll try that. Also, how do you get the colModel to instantiate inside that return function if it's not a global?
... -
10 Apr 2009 10:18 PM
- Replies
- 5
- Views
- 1,342
Just a quick question, probably obvious but it's getting late... ~o)
How do I get at a column model editor's underlying combobox datastore?
For example:
columnModel.setEditor(3,... -
26 Mar 2009 10:16 PM
Jump to post Thread: jquery-plugins.js FILE by jfvwi
- Replies
- 6
- Views
- 1,651
Just out of curiosity what are you using in jQuery that wasn't in native Ext?
-
26 Mar 2009 9:05 PM
- Replies
- 3
- Views
- 686
I'm not sure I understand...
If you'd like you can post the code you are using to see how we can help... -
26 Mar 2009 8:16 PM
- Replies
- 3
- Views
- 686
What are you trying to do to the component?
If hide - try the .hide() - if collapse - try the .collapse()
If you can post the relevant code - that always helps to get to exactly what you need. -
26 Mar 2009 8:12 PM
- Replies
- 4
- Views
- 2,169
Hi hamdy,
In general you use .expand() and .collapse() to expand and collapse panels. To be more specific, try to post some code between CODE tags.
You can look in:... -
26 Mar 2009 7:16 PM
Jump to post Thread: ComboBox Width by jfvwi
- Replies
- 2
- Views
- 925
I'm sure I'm doing something wrong with this but I can't seem to figure this out... for whatever reason this is generating a x-combo-list div of width 68px - which is too small to display the...
-
14 Mar 2009 9:02 AM
Jump to post Thread: Central ux repository by jfvwi
- Replies
- 203
- Views
- 116,821
Ok, I'm thinking you asked for someone to host the application in the last post. I init'd the server and have it ready if you need it.
As far as coding, I'm not going to duplicate effort, but if...
Results 1 to 25 of 43
