Search Type: Posts; User: brant
Search: Search took 0.02 seconds.
-
16 May 2008 6:59 PM
- Replies
- 2
- Views
- 2,806
Thought this was a neat widget, a date range picker:
http://www.filamentgroup.com/lab/jquery_interactive_date_range_picker_with_shortcuts/ -
3 May 2007 5:15 PM
Jump to post Thread: BorderLayout Memory Leak by brant
- Replies
- 5
- Views
- 1,537
Thats what I thought, the thing I don't understand is why Drip reports it as a DOM leak. Could you cast any light on that?
-
2 May 2007 12:59 PM
Jump to post Thread: BorderLayout Memory Leak by brant
- Replies
- 5
- Views
- 1,537
I just started taking a look at things with Drip for IE, it's indicating a leak on ie-deferred-loader
EventManager.js
document.write("<s"+'cript id="ie-deferred-loader" defer="defer"... -
1 May 2007 12:38 PM
Jump to post Thread: BorderLayout Memory Leak by brant
- Replies
- 5
- Views
- 1,537
I've been trying to track down memory usage when using this library. The first area I see is with the BorderLayout code, I'm using 1.0.1. As an example when I go to:
... -
3 Apr 2007 6:01 AM
Jump to post Thread: API Docs Update by brant
- Replies
- 21
- Views
- 4,236
I'm curious was the ext documentation generator source ever released? I was going to play with some of the templates and regenerate the documentation for myself.
-
2 Apr 2007 12:28 PM
Jump to post Thread: API Docs Update by brant
- Replies
- 21
- Views
- 4,236
I was wondering if there are plans to allow some user contributed documentation? I was thinking if the documentation had a commenting system similar to Jacks blog. Select users could see the comment...
-
29 Mar 2007 6:30 AM
Jump to post Thread: Final(?) 1.0 License Thread by brant
- Replies
- 26
- Views
- 7,138
I definitely don't envy you guys for making such tough decisions on licensing! Especially with as many opinions as there are! In the end I'm confident the best mode of operation will be made for the...
-
28 Mar 2007 12:40 PM
Jump to post Thread: Final(?) 1.0 License Thread by brant
- Replies
- 26
- Views
- 7,138
I feel a little confused by the license change in general. I understand the main purpose is to make money off of Ext. I have no problem with that at all and have gladly contributed with donations. I...
-
14 Mar 2007 10:57 AM
- Replies
- 1
- Views
- 2,057
I was wondering if anyone had some ideas. I have a Grid that I populate with JSON data, I want one of the values to be edited via combo box. In the JSON data I am passing a csv string of possible...
-
8 Mar 2007 12:28 PM
Jump to post Thread: Dialog w/Combo Box by brant
- Replies
- 8
- Views
- 2,506
That doesn't seem to be it, also in a dialog there never seems to be a cursor in the combo and I can't seem to set it's focus....
-
8 Mar 2007 12:19 PM
Jump to post Thread: Dialog w/Combo Box by brant
- Replies
- 8
- Views
- 2,506
Also is there a way to clear the value field? Each time I open my dialog with the combo box I'd like to clear the previous result, since I'm only creating the combo once.
I've tried:
... -
8 Mar 2007 7:26 AM
Jump to post Thread: Dialog w/Combo Box by brant
- Replies
- 8
- Views
- 2,506
I have a combo box in a dialog, if I have the box's list expanded and move the dialog the result box doesn't move with the dialog.
-
7 Mar 2007 7:13 AM
Jump to post Thread: Toolbar Buttons by brant
- Replies
- 7
- Views
- 4,380
That sounds like a better idea. From this thread I've added this function to the Ext.Toolbar.prototype that helps me find a specific item in the toolbar. Thanks for your help!
/**
*... -
6 Mar 2007 7:57 PM
Jump to post Thread: Toolbar Buttons by brant
- Replies
- 7
- Views
- 4,380
.mybutton .x-btn-text {
padding-top: 36px;
background: url('/img/background.png') no-repeat center 20%;
}
looks like thats all I had to do beside resize the button sprites... -
6 Mar 2007 6:49 PM
Jump to post Thread: Toolbar Buttons by brant
- Replies
- 7
- Views
- 4,380
I don't believe the toolbar supports this, but what if you want to use a bigger button? Say I want a 32x32 icon in the button. I can see where I can adjust the width but not the height. Is there an...
-
5 Mar 2007 1:59 PM
- Replies
- 12
- Views
- 13,802
I'm also seeing this error in my handler function of a Button on the Ext.Toolbar. I'm using jquery. The only time I really see it is when I throw an alert in my handler function. I'm assuming that it...
-
1 Mar 2007 8:09 PM
- Replies
- 3
- Views
- 2,561
I have a strange issue with the toolbar. When I click a button on a toolbar, keeping the mouse held down and drag off the button, the button stays clicked. With the split button the arrowed section...
-
28 Feb 2007 8:06 AM
- Replies
- 3
- Views
- 2,640
Is there a way to attach an UpdateManager to a node?
-
19 Feb 2007 6:02 PM
Jump to post Thread: Animation/Fx by brant
- Replies
- 1
- Views
- 2,973
I originally had:
var actor = new Ext.Actor('lgform', null, true);
actor.moveIn('left', null, 1);
actor.play();
How would you go about this now? -
12 Feb 2007 3:28 PM
- Replies
- 24
- Views
- 7,124
How about an IRC channel for some live discussion on this topic?
-
30 Jan 2007 12:06 PM
Jump to post Thread: Tree Update by brant
- Replies
- 0
- Views
- 1,273
Is there an easy way to update the contents of the Tree component? I would like it's contents to be reloaded every set number of seconds.
Thanks,
Brant -
22 Dec 2006 7:27 AM
Jump to post Thread: YUI:Auto Complete auto hide by brant
- Replies
- 9
- Views
- 6,907
It's been awhile since I figured that one out but I think the documentation is misleading. I think I discovered it by using alert on the oData param, it is always null.
Digging around in their... -
19 Dec 2006 10:13 AM
Jump to post Thread: YUI:Auto Complete auto hide by brant
- Replies
- 9
- Views
- 6,907
The name/id program with the YAHOO autocomplete is a little tricky but this is the way I get around it.
JavaScript:
autoComplete = new YAHOO.widget.AutoComplete('someInput','someContainer',... -
15 Nov 2006 10:12 AM
- Replies
- 3
- Views
- 1,494
I found these links useful:
http://sam.zoy.org/pwntcha (claims that 97% of the time PHPDB CAPTCHA can be defeated)
http://www.captcha.net/
http://dev.wp-plugins.org/wiki/AuthImage (AuthImage... -
14 Nov 2006 7:32 AM
Jump to post Thread: How to open tab from a simple link? by brant
- Replies
- 6
- Views
- 2,190
I do it this way.. taking your example:
HTML
<ul id="myulid">
<a id="option1">option 1</a>
<a id="option2">option 2</a>
[/list]
Results 1 to 25 of 31
