Search Type: Posts; User: qi_tronic
Search: Search took 0.02 seconds.
-
14 Mar 2013 5:27 AM
- Replies
- 9
- Views
- 612
Sorry, I do not know what else to say.
I used this command (borrowed you appname for this test):
C:\Users\User\Documents\ext-4.2.0.663>sencha generate app DR C:\DR
Maybe that's because of a... -
14 Mar 2013 4:57 AM
- Replies
- 9
- Views
- 612
Try this release.
http://cdn.sencha.com/cmd/3.1.0.231/release-notes.html
It works for me, but you need to be in the ext framework directory to start app generation. -
13 Mar 2013 8:12 AM
- Replies
- 11
- Views
- 1,781
cmd/sencha.cfg file says:
---
#Mon, 11 Mar 2013 22:56:23 -0700
# This is the SDK version. By defining this property, we are declaring this
# folder to be an SDK distribution.
framework.name=ext... -
29 Jan 2013 8:02 AM
- Replies
- 4
- Views
- 1,485
It's not a typo. It is the same in 4.1.1.
But in 4.1.1 exists a custom HtmlEditor layout that possibly resizes that later.
As of 4.2.0 beta they have refactored HtmlEditor as a FieldContainer... -
17 May 2012 6:12 AM
Jump to post Thread: CSS3BorderRadius in IE9 is slow by qi_tronic
- Replies
- 1
- Views
- 602
REQUIRED INFORMATION
Ext version tested:
Ext 4.1
Browser versions tested against:
IE9 -
10 May 2012 6:53 AM
- Replies
- 19
- Views
- 4,276
Ok. A tricky one this was.
I have found why panel headers, tabs and some buttons were not rendered with frames when I turned off CSS3BorderRadius.
This is caused by another (mis)feature in IE9.
... -
10 May 2012 6:10 AM
- Replies
- 19
- Views
- 4,276
Stever,
A nice small example is right in the Ext examples.
Instructions:
1. Switch IE9 to software rendering mode.
2. Go to the example called 'layout browser':... -
1 May 2012 3:22 AM
- Replies
- 19
- Views
- 4,276
Stever,
The second example is my original code :) and it was not intended to just change the DOM structure (though DOM structure also changes).
Normally, ExtJS4+ looks if a browser supports... -
30 Apr 2012 12:41 PM
- Replies
- 19
- Views
- 4,276
I found this border radius effect showing up mostly when the browser is in software rendering mode.
It's just happened that the computer at my workplace is quite old and does not support IE9's GPU... -
28 Apr 2012 4:01 AM
- Replies
- 19
- Views
- 4,276
skirtle,
It looks like wayne.rudd have done this experiment already :) -
27 Apr 2012 7:31 AM
- Replies
- 19
- Views
- 4,276
Did you read this?
http://www.sencha.com/forum/showthread.php?196264-4.1-RC3-IE9-Ext-is-VERY-slow-on-at-least-one-machine
Maybe your IE9 is in software rendering mode.
Nobody wanted to help me... -
20 Apr 2012 6:47 AM
- Replies
- 9
- Views
- 2,470
Evan,
I played a little bit with examples from the distribution.
Good news are that IE9 is not slow everywhere even with software rendering!
Most examples are in standard mode (Complex Layout... -
18 Apr 2012 3:07 PM
- Replies
- 9
- Views
- 2,470
Evan,
I found an exact algorithm how to make it very slow even on my (faster) laptop.
1. Switch IE9 to SOFTWARE rendering, not the graphics card rendering. It is in additional options where... -
17 Apr 2012 2:29 PM
- Replies
- 9
- Views
- 2,470
Scott,
I have created that.
I removed my class which is a subclass of HTMLEditor and put plain HTMLEditor to the layout instead.
So basically all the code that remains is a form definition in... -
17 Apr 2012 2:08 PM
- Replies
- 9
- Views
- 2,470
I'm testing right now on my home laptop which is also more powerful than the first machine.
And the difference is much less noticeable.
But there is still some difference even on the laptop.
There... -
17 Apr 2012 8:19 AM
- Replies
- 9
- Views
- 2,470
On the machine I'm currently testing Ext 4.1 RC3 is unacceptably slow in IE9 in native IE9 parser mode.
Example is here:
http://www.orfo.ru/online_41/orfo_html401s.html
Look at tab switching... -
17 Apr 2012 7:48 AM
- Replies
- 1
- Views
- 568
REQUIRED INFORMATION
Ext version tested:
Ext 4.1RC3
Browser versions tested against: -
1 Mar 2011 1:25 PM
Jump to post Thread: [CLOSED]Bug in Element.getXY() by qi_tronic
- Replies
- 1
- Views
- 1,196
It's actually a 3.3.1 bug but I see the same code unchanged in 4.0 so...
This code:
if (el.getBoundingClientRect) {
b = el.getBoundingClientRect();
...
Results 1 to 18 of 18
