Search Type: Posts; User: Nitro
Search: Search took 0.01 seconds.
-
3 Mar 2011 3:31 PM
- Replies
- 3
- Views
- 1,485
Wow, that was fast.
Thanks a lot Jamie!
-Matthias -
3 Mar 2011 4:03 AM
- Replies
- 2
- Views
- 946
Hey,
line charts can extend over their axes and go into the invisible area beyond the chart. This is especially noticeable with floating point numbers < 10. It's caused by bad rounding in... -
3 Mar 2011 3:54 AM
- Replies
- 3
- Views
- 1,485
Hello,
there seems to be somewhat of a problem with binding a Line series to a Numerical axis. Namely, I can either bind to the "left" axis or the "bottom" axis. This results in the series... -
30 Nov 2010 1:36 PM
Jump to post Thread: tabpanel and vbox by Nitro
- Replies
- 3
- Views
- 705
Thanks, Animal. I feared that this was a bit of a chicken and egg problem, but could not find a good way to solve it. I thought there was maybe some ExtJS method to get the size of the tabPanel as if...
-
30 Nov 2010 4:13 AM
Jump to post Thread: tabpanel and vbox by Nitro
- Replies
- 3
- Views
- 705
Hello,
I want to show a TabPanel at the top of my viewport. Below it should be another panel, the main area.
The TabPanel should take whatever height is needed to show all of it's content, the... -
29 Nov 2010 5:17 AM
Jump to post Thread: Window and toolbar and borders by Nitro
- Replies
- 2
- Views
- 451
Thanks for your answer! I had to add an additional renderTo: Ext.getBody() and a call to setPosition(0,0); after render. After this it worked beautifully!
-
29 Nov 2010 4:41 AM
Jump to post Thread: Window and toolbar and borders by Nitro
- Replies
- 2
- Views
- 451
Hello,
I want to display a toolbar at the top of the browser window. To do this I do something like this:
ToolbarWindow = Ext.extend( Ext.Window, {
layout : 'fit',
plain ... -
9 Sep 2010 11:48 PM
- Replies
- 33
- Views
- 20,197
At the this.language = ... line change
'select': function(combo, record) {
this.language = combo.value;
this.buildKeys();
},
Voila, language selection under 3.2.1...
Results 1 to 8 of 8
