Search Type: Posts; User: SmyersM
Search: Search took 0.03 seconds.
-
15 Feb 2010 1:19 PM
- Replies
- 3
- Views
- 975
The problem is as described below:
http://www.extjs.com/forum/showthread.php?t=91996 -
15 Aug 2009 10:34 AM
- Replies
- 9
- Views
- 5,531
The best way to make an application. Hands down. Makes managing a huge project manageable.
-Michael -
8 Jun 2009 4:04 PM
- Replies
- 4
- Views
- 3,823
I verified this bug as existing in our product.
To the support person: His solution is a drop-in replacement on top of the existing ExtJS code. So the parameters ($element) are the same as the... -
15 May 2009 11:35 AM
Jump to post Thread: drag and drop vs windows by SmyersM
- Replies
- 13
- Views
- 3,810
I too have had this problem.
Problem description: If you have 2 Ext.Windows that contain drop areas, and you drag something onto the top one, both drop areas receive the drop notification. Even... -
13 Jun 2008 7:46 AM
- Replies
- 7
- Views
- 2,031
Uhh.. Ext's goal is to be a cross platform toolkit. If a button had a graphical glitch in FF2.0.0.12 you bet its a bug...
-
10 May 2008 12:54 PM
- Replies
- 4
- Views
- 1,342
Bah you and your logic.
I dont even know who made it, i'm just complaining incessantly. -
10 May 2008 12:30 PM
- Replies
- 4
- Views
- 1,342
Well i was using this thread to ignite the imaginations of the people who make extensions.
The problem with the current implementation of the slider is two fold:
1. You cannot declare width:... -
10 May 2008 12:02 PM
- Replies
- 4
- Views
- 1,342
I'd like to pop up an Ext.Window that contains a container without hacking up the source code.
for example:
var w = new Ext.Window({
items: [{
x-type: 'slider'
, max:... -
6 Jan 2008 4:10 PM
- Replies
- 1
- Views
- 762
the dd manager thinks its 20px not 20%
-
6 Jan 2008 4:09 PM
- Replies
- 1
- Views
- 762
I have an item to be dragged with the following code:
new Ext.dd.DDProxy('dd-test', 'group');
If dd-test has style="left:30%;" then the proxy is located correctly, but the dropped box is... -
3 Dec 2007 1:35 PM
Jump to post Thread: Custom Events by SmyersM
- Replies
- 8
- Views
- 1,624
I found a better way.
var myCoolTemplate = function() {
this.addEvents({'i_died' :true});
this.customFunction = function() { this.fireEvent('i_died'); }
}
Ext.extend(myCoolTemplate,... -
2 Dec 2007 2:03 PM
- Replies
- 9
- Views
- 4,342
m_menu = new Ext.menu.Menu({
defaults: {
hideDelay: 0
}
, items: [{
text: 'Manage this course'
, handler: function() {
_startAdvancedMode(m_activeCourse);
}
... -
11 Apr 2007 1:34 PM
Jump to post Thread: [beta 2] The new QuickTips look by SmyersM
- Replies
- 23
- Views
- 4,138
I use
http://devcomponents.com/dotnetbar/SuperTooltips.html
in my windows product.
But i like simeon's very much. -
11 Apr 2007 11:43 AM
- Replies
- 4
- Views
- 1,443
x
-
11 Apr 2007 11:35 AM
- Replies
- 4
- Views
- 1,443
sheepish grin. I looked in the premium forum longing for such support down here in the readlight district, and i noticed that he used 'scripts: true'
and guess what! it worked...
... -
11 Apr 2007 11:29 AM
- Replies
- 4
- Views
- 1,443
The purpose of this is so i can dynamically load window components without my core controller caring.
Controller.window.init = (
panelOptions = new ContentPanel ( leftDiv, URL_OF_CONTENT... -
11 Apr 2007 11:24 AM
- Replies
- 4
- Views
- 1,443
Also, I'd like to know what event i can listen to when the setUrl completes.
Something like
ContentPanel.on('ready', function() { alert('its ready'); } ); -
11 Apr 2007 11:23 AM
- Replies
- 4
- Views
- 1,443
I'd like to load a HTML website via ContentPanel.setUrl(asdfasfasdf)
At the top of the page I have:
--page: sayHi.html --
<script>
alert('HI!');
</script> -
10 Apr 2007 3:25 PM
Jump to post Thread: How to modularize my code? by SmyersM
- Replies
- 2
- Views
- 997
Also, I don't really want to have tons of dependancies inside index.html
Right now I have 10 <script src> tags on index and i'd like a mechanism to load them async after the page loads. -
10 Apr 2007 3:24 PM
Jump to post Thread: How to modularize my code? by SmyersM
- Replies
- 2
- Views
- 997
I dont want to use ASP or PHP.
I have a little box on the left called "TASK PANEL" and I'd like to modularize it so i can say something like this in javascript:
var panel = new... -
10 Apr 2007 3:01 PM
Jump to post Thread: ASP.NET AJAX Support by SmyersM
- Replies
- 7
- Views
- 2,065
I am sure that you could create a library to support this. I think that there is an abstraction layer that each of your mentioned libraries plugs into via a glue library. A little research into the...
-
10 Apr 2007 2:53 PM
- Replies
- 9
- Views
- 1,962
Ok an update to the above mentioned tasks. All I really need now is someone to create a schedule renderer.
OnScheduleChange : function(sender, e) {
if (e)
{
if (e.schedule){
... -
10 Apr 2007 2:49 PM
- Replies
- 9
- Views
- 1,962
This is how far i've gotten so far!
http://coursescheduler.net/lite/
And this is where I want to go
http://www.coursescheduler.net/tutorials/?id=4 -
10 Apr 2007 2:48 PM
- Replies
- 9
- Views
- 1,962
You might know dave bacon, he graduated in CS around that time. He helped develop all the database backend used in the program. It's all NHibernate and MSSQL.
I have about 400 users a day from... -
10 Apr 2007 11:09 AM
- Replies
- 9
- Views
- 1,962
Yes actually, i graduated in dec 2006; but i was delusional and went for Electrical Engineering.
Results 1 to 25 of 48
