Search Type: Posts; User: EZboy
Search: Search took 0.03 seconds.
-
5 Feb 2013 12:45 PM
- Replies
- 16
- Views
- 3,651
I can confirm 4.1.3 still has the problem with this. Bars will be aligned to the left of the chart with empty space to the right.
-
11 Dec 2012 1:06 PM
- Replies
- 5
- Views
- 194
Oh, I see now. 4.1.0 had this:
Ext.apply({
allowScriptAccess: 'always',
bgcolor: me.backgroundColor,
wmode: me.wmode
}, flashParams); -
11 Dec 2012 12:57 PM
- Replies
- 5
- Views
- 194
Well, it doesn't seem to be there
-
11 Dec 2012 12:28 PM
- Replies
- 5
- Views
- 194
This will not work (according to API docs it should):
var flashmovie = new Ext.FlashComponent({
padding: '5 0 5 0',
wmode : 'transparent',
height :180,
... -
7 Nov 2012 7:30 AM
- Replies
- 9
- Views
- 1,312
Thanks Scott,
Please let me know once you talk to them. Also if you could ask about their thoughts regarding feasibility of writing an extension. I am thinking to do that, but as you are probably... -
6 Nov 2012 7:38 PM
- Replies
- 9
- Views
- 1,312
Hi Scott,
Any new information regarding my request, anything in a roadmap related to the issues I mentioned?
I am actually thinking to develop a custom extension that will integrate Ext3 flash... -
1 May 2012 12:42 PM
Jump to post Thread: Neptune theme - I have a dream by EZboy
- Replies
- 2
- Views
- 707
Bravo!
-
27 Apr 2012 11:04 AM
- Replies
- 6
- Views
- 1,184
Solution:
Ext.override(Ext.view.AbstractView, {
onRender: function()
{
var me = this;
this.callOverridden(); -
27 Apr 2012 11:03 AM
- Replies
- 6
- Views
- 1,184
Thanks, the fix works.
Other than that, i should really point out Sencha QA team. Guys, you are doing a really "great" job!
I guess $15M investment is really not enough to get a qualified person... -
26 Apr 2012 2:31 PM
- Replies
- 6
- Views
- 1,184
Hi, I just noticed loadmasks are not working properly for grids/comboboxes again with ext4.1.
It was previously broken in 4.1rc2, fixed in 4.1rc3 and now is not working again.
I am referring to... -
9 Apr 2012 6:45 AM
- Replies
- 61
- Views
- 13,641
My layout madness has stopped as well, it looks like everything is back to normal with Chrome
-
9 Apr 2012 6:41 AM
- Replies
- 5
- Views
- 1,239
I had to revert back to using SearchField class from 4.1rc1 to get my grid search to function properly as well !
With 4.1rc2 searchField I have a search parameter from the very first SearchField... -
9 Apr 2012 6:32 AM
- Replies
- 2
- Views
- 484
Thank you, this works! Maybe this should be reflected in documentation somehow?
-
5 Apr 2012 3:06 PM
- Replies
- 1
- Views
- 299
Hi,
I noticed that there are problems with grid loadmask positioning within viewport.
The problem seems to occur when following conditions are met:
Viewport is used
Grid is within a... -
5 Apr 2012 11:04 AM
- Replies
- 2
- Views
- 484
It looks like there is something wrong with store events when the store is buffered (for infinite grid).
Here is a slightly modified infinite grid example taken directly from provided... -
5 Apr 2012 11:01 AM
- Replies
- 1
- Views
- 661
It looks like there is something wrong with store events when the store is buffered (for infinite grid).
Here is infinite grid example taken directly from provided examples.
Open in FF and... -
4 Apr 2012 9:03 AM
- Replies
- 9
- Views
- 1,312
Thanks Scott,
I am really not trying to start a debate here as I understand the benefits of canvas/svg drawing and drawbacks of flash. But at this point there is no usable solution for serious... -
3 Apr 2012 7:57 PM
- Replies
- 9
- Views
- 1,312
First of all, I would like to say that I am really excited about canvas/svg drawing and the possibility to implement charting libraries using it. I do believe that this technology is absolutely right...
-
3 Apr 2012 7:11 PM
- Replies
- 12
- Views
- 2,617
+1, all kinds of issues withcharts and Chrome 18
-
27 Mar 2012 3:20 PM
- Replies
- 3
- Views
- 663
In docs Ext.Chart.chart background property gradient object syntax should be:
background: {
gradient: {
id: 'gradientId',
angle: 45,
... -
16 Mar 2012 11:48 AM
- Replies
- 3
- Views
- 489
Anyone can suggest a temporary solution to this?
Currently i am positioning the legent way outside the chart like this:
legend: { position: 'float',
x: -6000, ... -
16 Mar 2012 6:58 AM
- Replies
- 3
- Views
- 489
Hi there,
I noticed that series style properties will be lost on chart re-render in case the legend is hidden.
Here is a slightly modified line chart example. Line styles have been set to... -
15 Mar 2012 8:52 AM
- Replies
- 2
- Views
- 511
Hi,
I've noticed that Ext.Chart.Series.Line zIndex property is not applied correctly on first load.
According to the code zIndex of a line should be 3000:
me.line.setAttributes({
... -
16 Feb 2012 11:37 AM
- Replies
- 3
- Views
- 903
Shouldn't that prevent vertical scrollbar to appear(scrollbar is still there)? Or am i missing something?
-
16 Feb 2012 11:34 AM
- Replies
- 9
- Views
- 1,677
Thanks, good to know
Results 1 to 25 of 99
