Search Type: Posts; User: scottw
Search: Search took 0.05 seconds.
-
8 Mar 2013 1:01 PM
Jump to post Thread: A Simple Themeing Question by scottw
- Replies
- 6
- Views
- 666
I posted a solution to this at http://www.sencha.com/forum/showthread.php?257073-How-to-get-the-gray-theme-after-build-!&p=945592
-
8 Mar 2013 12:59 PM
- Replies
- 5
- Views
- 547
I am using ExtJS 4.1.3 and Sencha Cmd 3.0.2. I experienced the same problem. This is an answer that I got from Sencha support that worked for me:
-
19 Feb 2013 8:30 AM
- Replies
- 181
- Views
- 63,840
Thank you for the time you have spent creating this terrific component.
I am having an issue using "filterPickList". I'm running on ExtJS 4.1.3 and am using a remote store. I get the following... -
25 May 2012 7:05 AM
- Replies
- 5
- Views
- 1,563
I was having problems with "relative-image-path-for-uis" also, but I'm using 4.1. I think the problem is that the variable declaration for "relative-image-path-for-uis" comes after the includes. Try...
-
5 Aug 2011 11:03 AM
Jump to post Thread: Debugging ExtJS4 Applications by scottw
- Replies
- 9
- Views
- 3,125
Thanks for reviving this thread. I did not have a solution to this problem until steffenk replied. I was able to get it to work by adding the following after the ext-debug.js include.
<script... -
22 Jul 2011 6:11 AM
Jump to post Thread: Debugging ExtJS4 Applications by scottw
- Replies
- 9
- Views
- 3,125
I'm a long time ExtJS developer but am just beginning the steep learning curve for ExtJS 4. I'm trying my best to follow the MVC patterns and the new best practices.
I am allowing ExtJS to... -
9 Jun 2011 6:41 AM
Jump to post Thread: YUI adapter with Ext 3.3.3 by scottw
- Replies
- 0
- Views
- 776
Ext version tested:
Ext 3.3.3
Adapter used:
yui -
15 Oct 2010 10:12 AM
- Replies
- 12
- Views
- 2,807
There is a bug report written against Firefox for this problem and it is finally getting some attention. This Ext issue should be closed as it is clearly a Firefox 3.6 problem.
... -
15 Oct 2010 7:05 AM
Jump to post Thread: Ext.ux.ComboItemsHighlight by scottw
- Replies
- 0
- Views
- 738
I've written a simple Combobox plugin to highlight drop down list text that matches the user's entered text. In my use, I have a "remote" store that searches for any items containing the user's...
-
22 Apr 2010 6:21 AM
- Replies
- 1
- Views
- 624
Ext version tested:
Ext 3.2.0
Adapter used:
ext
yui -
20 Apr 2010 12:43 PM
- Replies
- 0
- Views
- 975
This issue is related to issue 565 found at http://www.extjs.com/forum/showthread.php?27515-FIXED-565-3.x-2.x-Shimming-problem-in-IE
Ext version tested:
Ext 3.2.0
Adapter used:
base -
15 Apr 2010 11:18 AM
- Replies
- 12
- Views
- 2,807
This problem does not exist on Firefox 3.0 and 3.5. Only fails on Firefox 3.6.
This problem does not exist if I use a different PDF Viewer (I tried PDF-XChange).
To be fair, this problem also... -
15 Apr 2010 6:16 AM
- Replies
- 12
- Views
- 2,807
Not naive at all -- this may be exactly what is happening. Occassionally when I have focus on the text field and press the enter key I will see the PDF scroll as if it grabbed the key event. Focus...
-
15 Apr 2010 5:56 AM
- Replies
- 12
- Views
- 2,807
I have a machine running Firefox 3.0.11. I tried my tests on it and it did catch the Enter and arrow keys correctly.
-
15 Apr 2010 5:04 AM
- Replies
- 12
- Views
- 2,807
Yes I have and it worked correctly (enter key and arrow keys are caught). At one point I also tried to load something other than a PDF into the IFRAME and this also worked correctly.
-
14 Apr 2010 8:50 AM
- Replies
- 12
- Views
- 2,807
The above work around plugged one hole but opened another. The enter key is being caught, but now the arrow keys are not. Through a separate tester application I discovered that with the PDF on the...
-
14 Apr 2010 6:42 AM
- Replies
- 12
- Views
- 2,807
As mentioned earlier, this was working in Ext 2.3.0. I've discovered the difference between Ext 2.3.0 and Ext 3.2.0 that is causing this to not work in Firefox. In Ext 2.3.0, the "fireKey" method...
-
14 Apr 2010 5:49 AM
- Replies
- 12
- Views
- 2,807
I have more information to share.
First, I noticed that I am having the same problem with arrow keys.
Second, I attempted some debugging of this. I discovered the following:
In the case... -
12 Apr 2010 5:02 AM
- Replies
- 12
- Views
- 2,807
Per your recommendation I tried "enableKeyEvents: true" on the TextField, but it made no difference - still not working. Any other ideas?
-
9 Apr 2010 11:45 AM
- Replies
- 12
- Views
- 2,807
Ext version tested:
Ext 3.1.1 and 3.2.0
Adapter used:
ext -
5 Feb 2010 11:16 AM
- Replies
- 6
- Views
- 4,700
The solution provided above definitely works. Nit-picking a little: the only thing I don't like about it is that there is alot of duplicated Ext code that could change in a future release. An...
-
29 Jan 2010 8:27 AM
- Replies
- 2
- Views
- 1,335
Aaaargh! I found out that other changes I had made were the reason that the focus was applied to the innerWrap. I instead tried the Checkbox fixes supplied by Condor at...
-
29 Jan 2010 7:48 AM
- Replies
- 2
- Views
- 1,335
The checkbox has similar problems with the focus and blur events. I further modified this override as follows:
Ext.override(Ext.form.Checkbox, {
initEvents:... -
29 Jan 2010 7:36 AM
- Replies
- 1
- Views
- 1,460
I'm using Ext 2.3.0 but I see what I believe to be the same problem in an Ext 3.1.0 sample.
I have a ComboBox as an editor in an EditableGridPanel. You can see the problem I am about to describe... -
28 Jan 2010 2:19 PM
- Replies
- 2
- Views
- 1,335
I'm working with Ext 2.3.0.
I have a column in an EditorGridPanel that uses an Ext.form.Checkbox as its editor. Tabbing into the checkbox column works fine. Hitting the space bar will toggle the...
Results 1 to 25 of 46
