Search Type: Posts; User: georgewr3
Search: Search took 0.02 seconds.
-
2 Jul 2012 10:11 AM
Jump to post Thread: Bars in bar chart above X axis by georgewr3
- Replies
- 7
- Views
- 1,373
Thanks for responding. That is exactly what I was looking for.
Thank you. -
2 Jul 2012 7:52 AM
Jump to post Thread: Bars in bar chart above X axis by georgewr3
- Replies
- 7
- Views
- 1,373
Sorry for the slow response on this one but I managed to create a standalone example with pictures showing both 4.1.0 and 4.1.1-rc2. See 2 attached screen captures. Both show the bars not aligning...
-
15 Jun 2012 12:07 PM
Jump to post Thread: Bars in bar chart above X axis by georgewr3
- Replies
- 7
- Views
- 1,373
ExtJS4, 3 didn't have native charts right?
-
8 Jun 2012 11:17 AM
Jump to post Thread: Bars in bar chart above X axis by georgewr3
- Replies
- 7
- Views
- 1,373
I'm rendering a simple vertical bar chart and the bars which should start at zero on the Y axis actually start a little above. Why?
See graphic. -
11 Apr 2012 10:43 AM
- Replies
- 11
- Views
- 1,632
I see. I think the previous version (1.2.2) added a show line by default. Thanks for pointing that out.
Ext.Loader.setConfig({
enabled: true
});
Ext.application({
name: 'MyApp', -
11 Apr 2012 9:42 AM
- Replies
- 11
- Views
- 1,632
I just created a very simple project with a window which contains a container which contains a button. Everything is designer defaults.
I then selected the application node, clicked on the + next... -
11 Apr 2012 6:33 AM
- Replies
- 11
- Views
- 1,632
I'm new to designer and ExtJS. Why does the previous version create a runnable version of a project without adding any manual code but this new version only adds an empty launch function? Or is that...
-
5 Apr 2012 9:56 AM
- Replies
- 2
- Views
- 497
Exactly what I was after, Thanks.
-
5 Apr 2012 5:12 AM
- Replies
- 2
- Views
- 497
I want to anchor a button or other control to the right or bottom edge of the container it belongs to so that it remains there when the outer container is resized. I don't want to compute the...
-
13 Oct 2011 11:27 AM
Jump to post Thread: textfield label alignment by georgewr3
- Replies
- 5
- Views
- 2,674
Perfect, Thank you.
-
12 Oct 2011 11:26 AM
Jump to post Thread: textfield label alignment by georgewr3
- Replies
- 5
- Views
- 2,674
*** Javascript
var loginPanel = new Ext.Panel({
id: 'loginPanel',
layout: {type: 'absolute', align: 'center'},
width: 600,
height: 320,
// Child... -
11 Oct 2011 12:55 PM
Jump to post Thread: textfield label alignment by georgewr3
- Replies
- 5
- Views
- 2,674
Anyone?
-
6 Oct 2011 10:44 AM
Jump to post Thread: Extjs 4 virtual keyboard plugin by georgewr3
- Replies
- 7
- Views
- 3,505
@ShrutiRuparel
I used the original. The only change I made was to just use the first keyboard and commented out the 2nd and 3rd.
I added these lines to my main html file. 1st line is div to... -
6 Oct 2011 5:11 AM
Jump to post Thread: Extjs 4 virtual keyboard plugin by georgewr3
- Replies
- 7
- Views
- 3,505
I did get it to work with compatibility layer for first of the three samples like this. I separated out the onReady to contain it in a function.
function doKeyboard() {
var ta = new... -
5 Oct 2011 11:22 AM
Jump to post Thread: Extjs 4 virtual keyboard plugin by georgewr3
- Replies
- 7
- Views
- 3,505
did you solve this? I have the same problem. Compatibility files didn't seem to help.
-
4 Oct 2011 11:18 AM
Jump to post Thread: textfield label alignment by georgewr3
- Replies
- 5
- Views
- 2,674
Why in IE, FF and Chrome, creating a textfield with a left aligned label renders the label off center vertically. It's not aligned along the top or center and the baseline of the text isn't...
-
8 Sep 2011 11:01 AM
Jump to post Thread: TabPanel tab height by georgewr3
- Replies
- 4
- Views
- 1,217
You're absolutely right - the px made all the difference.
Thank you! -
8 Sep 2011 5:01 AM
Jump to post Thread: TabPanel tab height by georgewr3
- Replies
- 4
- Views
- 1,217
How do you set the height of the individual tabs in a TabPanel?
I tried the following without success.
.x-tab-bar-strip, .x-box-inner, .x-tab-top,
.x-tab-inner, .x-tab-bar-body, .x-tab-bar {... -
16 Aug 2011 5:02 AM
- Replies
- 6
- Views
- 2,167
You're right, it does work stand alone but is flagging the tag: line in firebug in the full app. That get's me started - thank you!
-
15 Aug 2011 12:30 PM
- Replies
- 6
- Views
- 2,167
Thanks. I'm using Ext JS 4 which doesn't seem to like the tab 'img'. Is there an Ext JS 4 version of this?
-
15 Aug 2011 9:47 AM
- Replies
- 6
- Views
- 2,167
How do I add an image from a file as the content of a panel?
I tried this but nothing shows up. If I use an html <p> that content does show up.
var myP = new Ext.Panel({
id:... -
12 Aug 2011 5:40 AM
- Replies
- 3
- Views
- 808
Thanks for the suggestion but it still leaves a light gray color (better than before). The overCls removes the coloring completely but selectedItemCls doesn't.
-
11 Aug 2011 11:03 AM
- Replies
- 3
- Views
- 808
I would also like to know how to do this. Removing the mouse over highlight was easy with overCls: '' in viewConfig.
-
3 Aug 2011 11:49 AM
- Replies
- 2
- Views
- 616
Anyone have an idea?
-
2 Aug 2011 4:55 AM
- Replies
- 2
- Views
- 616
When using the horizontal scroll bar in a GridPanel, the contents scroll but the column headers don't. How do I make the column headers follow the content?
Results 1 to 25 of 35
