Search Type: Posts; User: eddow
Search: Search took 0.03 seconds.
-
30 May 2013 3:12 AM
Jump to post Thread: ja Ext.ux.form.DateTimeField by eddow
- Replies
- 9
- Views
- 2,564
For my part, I'm really sorry but, going in production right now, I don't plan to upgrade my ExtJs version soon (I'm indeed still at 4.1) even though I plan to do it ... later.
If some kind hacker... -
25 Mar 2013 8:25 AM
Jump to post Thread: chart style and label styles by eddow
- Replies
- 2
- Views
- 157
4.1.X - but I checked your sources and it seems 4.2 doesn't behave better.
-
25 Mar 2013 1:56 AM
Jump to post Thread: chart style and label styles by eddow
- Replies
- 2
- Views
- 157
Hello, I didn't want to be bold here but perhaps I should open two topics. Got two bugs in one shot here.
var store = Ext.create('Ext.data.JsonStore', { fields : ['name', 'data1', 'data2',... -
18 Mar 2013 9:00 AM
Jump to post Thread: line series style by eddow
- Replies
- 3
- Views
- 107
By the way, using your code, I can see the axis label format is not correct (you specify '0,0' but only one figure remains)
I tried replacing
label : {
renderer :... -
18 Mar 2013 7:04 AM
Jump to post Thread: line series style by eddow
- Replies
- 3
- Views
- 107
Ok, I found another point. I changed this in your code :
var chart = Ext.create('Ext.chart.Chart', {
and, at the end :
chart.redraw(); -
18 Mar 2013 5:07 AM
Jump to post Thread: line series style by eddow
- Replies
- 3
- Views
- 107
Hello,
Using 4.1, it seems there is a problem in the series style management.
Reproduction: create a line series and specify a style: { stroke: '#ff0000'} or any other color, the theme color is... -
28 Sep 2012 7:34 AM
Jump to post Thread: Chart' flags by eddow
- Replies
- 1
- Views
- 169
Hello,
I have a bar chart with days as an x-axis and some quantity as bar height.
I was wondering whether it was possible to add a "flag" on the chart : a vertical line (between the "days" = the... -
27 Aug 2012 5:42 AM
Jump to post Thread: Time axis by eddow
- Replies
- 1
- Views
- 218
Hello,
There is a little bug in the way the time axis boundaries are calculated. It leads the time axis to be wrongly caculated.
Test case : any bar-graph with a time X-axis
It comes from the... -
23 Aug 2012 4:43 AM
Jump to post Thread: Missed affectation by eddow
- Replies
- 3
- Views
- 481
Exactly, like in all the remaining times it occurs in this function.
-
23 Aug 2012 1:50 AM
Jump to post Thread: Missed affectation by eddow
- Replies
- 3
- Views
- 481
Hello,
I found this problem related to this line (src/dom/Element.js : 1217)
source.innerHTML = dest.innerHTML;
Who, basically, replace the new value by the old value. I was surprised to see... -
22 Aug 2012 11:05 PM
Jump to post Thread: VBox splitting by eddow
- Replies
- 1
- Views
- 292
Hello,
I found a little but really constraining bug in the Box splitter.
Test case:
- A VBox layout with three flex=1 items separated by two splitters (it might work with less)
- When you... -
18 Aug 2012 10:20 AM
Jump to post Thread: Row striping and updating by eddow
- Replies
- 0
- Views
- 272
Hello,
I come to you with a minor bug in the row striping process. To reproduce it is quite easy :
1- Draw a grid with some records and row striping,
2- update the records from the store with... -
15 Aug 2012 4:17 AM
Jump to post Thread: Panel.setTitle by eddow
- Replies
- 0
- Views
- 207
Hello,
I found a little bug in the panel' header' title management. To reproduce it is easy :
1- Create a window (without rendering)
2- setTitle( "A" )
3- setTitle( "B" )
4- show()
The... -
13 Jun 2012 1:44 AM
Jump to post Thread: ja Ext.ux.form.DateTimeField by eddow
- Replies
- 9
- Views
- 2,564
The aliases system makes both correct
Indeed, we should define these two aliases (any as the main name, the other as an alias) to be exact-sencha-like:
Ext.ux.form.field.DateTime... -
10 May 2012 11:41 PM
Jump to post Thread: Complex layout calculation by eddow
- Replies
- 6
- Views
- 689
Damn, I missed the release.... I run download it.
Thanks again. -
10 May 2012 11:28 PM
Jump to post Thread: Complex layout calculation by eddow
- Replies
- 6
- Views
- 689
Weird weird weird weird.
Are we using the same version? -
10 May 2012 10:51 PM
Jump to post Thread: Complex layout calculation by eddow
- Replies
- 6
- Views
- 689
Chrome, ffox and IE - and no log message. (I didn't check logs in IE)
Here is my HTML ... two simple c/p and you can give a try.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"... -
10 May 2012 8:40 AM
Jump to post Thread: Complex layout calculation by eddow
- Replies
- 6
- Views
- 689
Hello,
I use to have complex layouts and I unfortunately found a case where the layouts stop being calculated. Of course, I over-simplified the example.
Ext.require(['*']);... -
25 Apr 2012 11:58 AM
Jump to post Thread: Dynamic items (masks) in Views by eddow
- Replies
- 2
- Views
- 690
Hello,
I got a problem and needed hours but I could crawl in your code and find what was on - it might be a low-priority bug for you though.
The problem roughly comes from the fact that the... -
19 Apr 2012 4:08 PM
Jump to post Thread: Always-edit-mode grid column by eddow
- Replies
- 10
- Views
- 946
:-)
-
19 Apr 2012 9:16 AM
Jump to post Thread: Always-edit-mode grid column by eddow
- Replies
- 10
- Views
- 946
erh - sorry - how do I mark the thread as answered?
-
19 Apr 2012 8:10 AM
Jump to post Thread: Always-edit-mode grid column by eddow
- Replies
- 10
- Views
- 946
Oh ok, I understand. The regular boolean column is "booleancolumn" but "checkboxcolumn" is an UX - I missed this point.
Thank you very much. -
19 Apr 2012 7:51 AM
Jump to post Thread: Pie chart shadows by eddow
- Replies
- 2
- Views
- 507
Damn not. I'm sorry I went too quick and these issues don't appear in your code.
I will invest further and come back if I find something interesting for you. -
19 Apr 2012 7:46 AM
Jump to post Thread: Always-edit-mode grid column by eddow
- Replies
- 10
- Views
- 946
Exactly, like that but using my home-made control. I don't really know where to start to look, and even in the example I don't understand (is it because of xtype: 'checkcolumn' ? Of cls:...
-
19 Apr 2012 5:34 AM
Jump to post Thread: Always-edit-mode grid column by eddow
- Replies
- 10
- Views
- 946
Up,
So, to illustrate, it would be to have a boolean column in a grid to look like the right column in the picture, and not like the left column.
34262
Results 1 to 25 of 45
