Search Type: Posts; User: john76543
Search: Search took 0.03 seconds.
-
20 May 2013 10:45 AM
- Replies
- 41
- Views
- 6,463
Any timescale for 4.2.1 GA?
-
10 May 2013 3:39 AM
- Replies
- 20
- Views
- 3,018
Looks good! Pity the row editing is broken in 8/9 May betas.
-
13 Apr 2013 10:09 AM
Jump to post Thread: TypeScript by john76543
- Replies
- 144
- Views
- 56,672
The section on "Overload on constants" is very interesting, and would solve the problem of using Ext.Create with types as string:
... -
11 Apr 2013 10:08 AM
- Replies
- 41
- Views
- 6,463
Anyone tried the 4.2.1 beta yet?
-
6 Apr 2013 12:45 AM
- Replies
- 41
- Views
- 6,463
I wasn't sure about how to use the new class, so I used your code but overrode the existing method, should work the same?
Ext.override(Ext.tip.QuickTip, {
helperElId:... -
5 Apr 2013 1:16 AM
- Replies
- 41
- Views
- 6,463
Looks like you nailed it! Thanks, that's a life saver.
-
4 Apr 2013 8:24 AM
- Replies
- 41
- Views
- 6,463
Unfortunately this patch doesn't work for me in all cases on IE10.
Come on Sencha, fix it! -
4 Apr 2013 8:22 AM
- Replies
- 41
- Views
- 6,463
I still get some problems on IE10 with the layout: 'fit' patch.
-
3 Apr 2013 3:23 AM
- Replies
- 41
- Views
- 6,463
So a nasty bodge is:
if (Ext.isChrome || Ext.isIE) {
Ext.override(Ext.tip.Tip, {
minWidth: 200
});
} -
30 Mar 2013 8:36 AM
- Replies
- 41
- Views
- 6,463
Sencha, this is a serious problem, tooltips in 4.2.0 are painful. Eg:
http://docs.sencha.com/ext-js/4-2/extjs-build/examples/form/dynamic.html
Click on 'first name', then tab to next field.... -
30 Mar 2013 8:30 AM
Jump to post Thread: qtips in IE10 by john76543
- Replies
- 1
- Views
- 252
I'm also experiencing mis-sized tooltips in Chrome 26 (as well as IE10). They work ok in Firefox 19 though.
In IE the height isn't big enough, and in Chrome the width isn't! -
29 Mar 2013 1:36 AM
- Replies
- 0
- Views
- 119
Set up rowediting in a grid inside a viewport, where the columns don't fit (ie horizontal scrolling)
Go into edit mode. When you press right-cursor inside a text box, when you reach the end of the... -
27 Mar 2013 6:11 AM
Jump to post Thread: combo trackOver by john76543
- Replies
- 2
- Views
- 75
Any chance of a quick workaround?
Thanks, -
27 Mar 2013 2:06 AM
Jump to post Thread: combo trackOver by john76543
- Replies
- 2
- Views
- 75
In a combo, setting:
listConfig: { trackOver: false }
Doesn't work in 4.2.0, tracking is still shown
Windows 7, IE10 and Chrome 26. -
26 Mar 2013 5:14 AM
Jump to post Thread: Styling tabs by john76543
- Replies
- 1
- Views
- 137
How do you style tabs (the actual buttons used for switching in a tab panel)? I'm using Neptune and they're huge and blue. I'd prefer something more like regular buttons.
Ext 4.2.0
Thanks, -
25 Mar 2013 2:18 AM
- Replies
- 2
- Views
- 191
Using <p> seems to work better, but that add some complexity to code (I was replacing \n with <br />).
And it's an inconsistency with 4.1 -
25 Mar 2013 2:16 AM
Jump to post Thread: Button text size in Neptune by john76543
- Replies
- 2
- Views
- 180
I'm staying away from SASS ;) but I bodged this together which sort-of works:
.x-btn-default-toolbar-large .x-btn-inner
{
font-size: 11px;
}
.x-btn-default-toolbar-large .x-btn-arrow
{... -
24 Mar 2013 9:17 AM
- Replies
- 2
- Views
- 191
In 4.2.0 try the following code:
Ext.onReady(function ()
{
var msg = "xxxx xxxxxx xxxxxxxx xxxxxxxx xxxxxxx, 1.2.3.4 (ahahahahahahahahah)" +
"<br /><br />This is a second line... -
24 Mar 2013 8:30 AM
Jump to post Thread: Button text size in Neptune by john76543
- Replies
- 2
- Views
- 180
If you use scale: "large" in a toolbar button in Neptune, the text size gets massive.
Eg I took examples/menu/menu.js and made the following modification (red for commented out, blue for added):
... -
23 Mar 2013 5:42 AM
Jump to post Thread: qtips in IE10 by john76543
- Replies
- 1
- Views
- 252
In IE10, qtips don't seem to have their height measured properly when '<br>'s are present in the tip. The bottom line gets chopped off.
Ext 4.2.0, IE10, Windows 7
It works ok in Chrome 25. -
22 Mar 2013 4:43 AM
Jump to post Thread: Is Ext 4.2 released? by john76543
- Replies
- 3
- Views
- 232
Thanks Scott
-
22 Mar 2013 2:44 AM
Jump to post Thread: Is Ext 4.2 released? by john76543
- Replies
- 3
- Views
- 232
Is 4.2 actually released now? it's on the GPL and subscription download pages, but I can't see any announcement. Is the download RC or a full release?
Thanks, -
7 Feb 2013 10:54 AM
Jump to post Thread: Backspace in alert dialog by john76543
- Replies
- 9
- Views
- 994
That's great Jimmy, thanks a lot!
-
7 Feb 2013 8:18 AM
Jump to post Thread: Backspace in alert dialog by john76543
- Replies
- 9
- Views
- 994
Sencha, any chance of a work-around? It is potentially serious, and can result in data loss for my clients
-
31 Jan 2013 3:26 AM
Jump to post Thread: TypeScript by john76543
- Replies
- 144
- Views
- 56,672
Everyone makes mistakes, and the better static analysis you have the sooner you catch those errors. TypeScript is like JsHint x100. This stuff simply cannot be done without static typing.
Just...
Results 1 to 25 of 88
