Search Type: Posts; User: excyberlabber
Search: Search took 0.03 seconds.
-
9 Aug 2012 11:34 PM
Jump to post Thread: disable mousewheel by excyberlabber
- Replies
- 2
- Views
- 614
Thanks, Scott, for your answer. But the fact is, with the Extjs code above, I have stopped scrolling. It works in both Firefox and Chrome (the two browsers we are committed to supporting).
The... -
9 Aug 2012 1:46 AM
Jump to post Thread: disable mousewheel by excyberlabber
- Replies
- 2
- Views
- 614
Hi,
I have an editable treegrid (using Ext.ux.maximgb.tg.GridPanel), and when you click on a field, the htmleditor opens. When you click outside of the field, the value in the htmleditor (when... -
1 May 2012 6:41 AM
- Replies
- 4
- Views
- 1,256
I first thought of this as a problem with Firefox, so I started there. We built our Extjs application specifically for Firefox and Chrome, so when suddenly one could not log in with Firefox 12, it...
-
30 Apr 2012 1:39 AM
- Replies
- 4
- Views
- 1,256
I submitted this to the Firefox forum, and one of the forum members suggested that it might be a bug, and that I could submit it via bugzilla. Which I did. In the ensuing discussion, one developer...
-
9 Jan 2012 2:51 AM
- Replies
- 3
- Views
- 3,269
This seems to work in Ext 3.3.1:
Ext.override(Ext.form.HtmlEditor, {
relayCmd : function(cmd, value){
(function(){
this.focus();
this.execCmd('styleWithCSS',... -
2 Dec 2011 2:19 AM
Jump to post Thread: Ext 3 to 4 Migration by excyberlabber
- Replies
- 284
- Views
- 98,248
I am trying to load in one of our modules, and I am getting the old error:
uncaught exception: Ext.Loader is not enabled, so dependencies cannot be resolved dynamically. Missing required class:... -
2 Dec 2011 12:35 AM
Jump to post Thread: Ext 3 to 4 Migration by excyberlabber
- Replies
- 284
- Views
- 98,248
I did get the same old error with Chrome (although no errors from Firefox/Firebug), so I had to admit I was stuck. So I have flip-flopped again, and will start with the Ext 4.0 version of the...
-
1 Dec 2011 2:11 PM
Jump to post Thread: Ext 3 to 4 Migration by excyberlabber
- Replies
- 284
- Views
- 98,248
Ok, I gave up for now, and have backed out of the new extjs 4.0 method of creating a desktop. Now I get NO errors. But my icons don't respond to being clicked, and I have lost the taskbar at the...
-
1 Dec 2011 3:35 AM
Jump to post Thread: Ext 3 to 4 Migration by excyberlabber
- Replies
- 284
- Views
- 98,248
Thanks for responding so quickly, Don! I have loaded these files, but now I am getting the following error right at the top of firebug:
uncaught exception: Ext.Loader is not enabled, so... -
1 Dec 2011 1:14 AM
Jump to post Thread: Ext 3 to 4 Migration by excyberlabber
- Replies
- 284
- Views
- 98,248
Ok, I seem to have found it:
http://soft.lich.im/ext-4.0.7-gpl/examples/desktop/ -
1 Dec 2011 1:01 AM
Jump to post Thread: Ext 3 to 4 Migration by excyberlabber
- Replies
- 284
- Views
- 98,248
We are upgrading out extjs desktop application from 3.3.1 to 4 using the compatibility layer. I am running into problems with our App and Module classes, and I would like to see the code for the Ext...
-
6 Jul 2011 11:34 PM
- Replies
- 1
- Views
- 980
I found the answer myself after deciding to make the simple html file a jsp. I have set the call to the jsp inside an iframe. So I create the Ext.Window, and simply set:
html: '<div><iframe... -
6 Jul 2011 1:19 PM
- Replies
- 1
- Views
- 980
We have an extjs application with many modules. I need to use the iipimage viewer from inside the application. I have loaded the mootools libraries, and can get to the iipimage server for the image...
Results 1 to 13 of 13
