Search Type: Posts; User: mikih
Search: Search took 0.04 seconds.
-
Today 6:59 AM
Jump to post Thread: Finnish date locale not correct by mikih
- Replies
- 4
- Views
- 45
we are of course using the community backed locale files provided by the framework src... we genrally experienced a major inconsistency there and missing stuff thru-out the languages...
thats... -
Today 6:18 AM
Jump to post Thread: Finnish date locale not correct by mikih
- Replies
- 4
- Views
- 45
Hi Evan,
thanks for helping. Just by a instance of class Date...
e.g. getDatePicker().setValue(new Date())...
I have a < > arrow navigation to select prev or next month... I do the date... -
Today 5:53 AM
Jump to post Thread: Finnish date locale not correct by mikih
- Replies
- 4
- Views
- 45
Hi folks,
I experience issue with datepickers that have a date formatting that includes month names with umlauts e.g. for finnish locales.
Using the datepicker ui to select the date works fine.... -
Today 3:14 AM
- Replies
- 0
- Views
- 23
Hi folks,
I experience an issue with the Line Chart Time Axe. the steps are 1,1,3,4 instead of 1,2,3,4. I checked the markers and those values that are in the second step are definitely february.... -
21 May 2013 4:06 AM
Jump to post Thread: Charts - IE slow script warnings by mikih
- Replies
- 5
- Views
- 155
Haleluja!!!!!! Thank you my friend... no warnigns in production mode :)
Cheers
Florian -
20 May 2013 1:09 PM
Jump to post Thread: Charts - IE slow script warnings by mikih
- Replies
- 5
- Views
- 155
yes, I also removed shadows from the series. tried to simplify rendering as much as i can.
thanks
florian -
17 May 2013 4:55 AM
Jump to post Thread: Charts - IE slow script warnings by mikih
- Replies
- 5
- Views
- 155
Hi folks,
we are struggling with expensive charts in IE8. We have line charts with up to 10 lines with 30 points/markers...
I am experimenting with enclosing drawing in several Ext.defer's e.g.... -
5 Apr 2013 5:03 AM
- Replies
- 3
- Views
- 279
Hi Scott,
sorry I missed your reply. I am using Sencha CMD. But this is not about the slicing. It's just about how the buttons is rendered. If I use a cls to define my style class it's fine. just... -
20 Feb 2013 9:22 AM
- Replies
- 3
- Views
- 279
Hi Chaps,
I am experiencing a strange problem in Ext Js 4.1.3, IE7,8.
When I use a button with a custom ui property like:
{ -
20 Feb 2013 6:05 AM
- Replies
- 111
- Views
- 28,178
sorry I have been confused :)
I added an override to the Button class to fire the mousedown event... Got it working now :)
// @override
onMouseDown: function(e) {
var me =... -
20 Feb 2013 5:40 AM
- Replies
- 111
- Views
- 28,178
there is a bug in the Button class:
// @private
onMouseDown: function(e) {
var me = this;
if (!me.disabled && e.button === 0) {
... -
20 Feb 2013 5:19 AM
- Replies
- 111
- Views
- 28,178
there is only a itemmousedown which is actually of type mousedown but stopPropagation() or even stopEvent() wont stop it from selecting it.
I also tried to stop the select event itself...
But... -
20 Feb 2013 5:14 AM
- Replies
- 111
- Views
- 28,178
Hi Skirtle,
thanks for your quick response! There is no mousedown event on the button... and on the grid it doesn't get fired
button only has mouseout, mouseover events
Cheers
Florian -
20 Feb 2013 3:26 AM
- Replies
- 111
- Views
- 28,178
Hi folks,
I am using the componentn coluns as a workaround for e.g. sencha touch dataviews with useComponent or as people might know itemrenderer from flex.
I have a list of items which act as... -
6 Feb 2013 10:21 AM
- Replies
- 4
- Views
- 3,662
Hi,
I don't see this error fixed - even if Ext.MessageBox.msgButtons['yes'].text is correctly set the button labels are not getting translated... not for single (.NO) and and combinations (.YESNO)... -
24 Jan 2013 7:05 AM
- Replies
- 2
- Views
- 554
Hi Will,
thanks for your reply ;)
I cant use any substores, objects, arrays etc as the definition of the dataIndex on the series is only working for a header level property e.g.:
... -
24 Jan 2013 4:46 AM
- Replies
- 2
- Views
- 554
Hi folks,
first time I am dealing with Ext charting - I previously used highcharts. Let me describe my case.
Lets say I have multiple measurement data of objects I want to display in e.g. a... -
24 Jan 2013 4:19 AM
Jump to post Thread: High Quality Ext JS 4 Themes by mikih
- Replies
- 6
- Views
- 1,643
we are also interested in evaluating them. The neptune theme is not making any progress (correct me if i am wrong!) and not compatible with old browsers anyway (correct me if i am wrong!) …
The... -
19 Dec 2012 5:34 AM
Jump to post Thread: Export store to Excel by mikih
- Replies
- 258
- Views
- 104,116
does anyone have a clue whats wrong with the generated excel source? I am happy to help, but have no starting point
Cheers
Florian -
29 Nov 2012 4:39 AM
- Replies
- 9
- Views
- 1,716
is there a new build yet which fixed that?
Cheers
Florian -
8 Oct 2012 7:06 AM
Jump to post Thread: CTemplate - Components in Templates by mikih
- Replies
- 24
- Views
- 11,064
Do you have any plans or ideas to get in working with componentquery? The component lifecircle is broken with that approach.
I can to a query like this 'numberfield[name="test"]' but I cant define... -
8 Oct 2012 12:57 AM
Jump to post Thread: CTemplate - Components in Templates by mikih
- Replies
- 24
- Views
- 11,064
all working! Thank you very much for your time, especially on the weekend!
is there a way to do a donation? Then I will make that call in the next scrum.. you saved us a lot of time :)
Always... -
5 Oct 2012 8:22 AM
Jump to post Thread: CTemplate - Components in Templates by mikih
- Replies
- 24
- Views
- 11,064
Hello,
first thanks for your efforts skirtle!
have you got it working for 4.1? I got it working for the Grid Column by commenting
this.createAlias('apply', 'applyTemplate'); -
5 Oct 2012 4:16 AM
- Replies
- 61
- Views
- 24,126
Hi,
has anyone worked on something for ext js 4.x? I am thinking of porting the dataview from ST...
Cheers
Florian -
3 Oct 2012 2:48 AM
- Replies
- 1
- Views
- 184
ok answered it myself... store.orderItems() is like a store itself... so I did the following to dynamically inject data into my grid
grid.reconfigure(store.orderItems());
Cheers!
Results 1 to 25 of 48
