same with 7.0.0, mising phone.js after ext-gen app skeleton for universalmodern
Type: Posts; User: zlevardy
same with 7.0.0, mising phone.js after ext-gen app skeleton for universalmodern
Hi,
any idea, how I can catch an event on a filter has been changed? For example filter is a combobox, and once it has its value, then I would like to set other filters, or stores.
thx
Let me answer my question as found the correct "workaround". The underneath store must have the filters set, and that's it. Cheers.
brilliant, works perfect.
thanks
Thank you. It is working, now able to build the application. The only side effect, that I have lost IE8/9 support, what is required (yet). I hope finally will be able to build as before, but still...
I have copied phantomjs from v6.2.0.103 (under //bin/osx/phantomjs/phantomjs) into my v4.0.5.87 (to at //phantomjs). The error message get more verbose, and complains about floating point value...
Hi,
not found how to get the FilterBar being rendered with the filter fields, when added to the grid. Each column is set with size (not flex). To get working the showHide() button must clicked...
hi,
I have seen in github not much activity. Can I find somewhere I a working example?
thx
hi,
I have this issue at least with latest Firefox (auto updating itself, 34.0.5). Running on OS X 10.9.5.
Ext.Date.parse("01/2015", "W/o");
Ext.Date.parse('01/2015', "W/o");
Date {Mon Jan 05 2015 00:00:00 GMT+0100 (CET)}
Ext.Date.format(new Date(2015,0,1), 'W/Y')
"01/2015"
Ext.Date.format(new Date(2015,0,5), 'W/Y')
Ext.Date.parse('01/2015', "W/o");Date {Mon Jan 05 2015 00:00:00 GMT+0100 (CET)}
any fixes? it looks still not working 4.2.2, 4.2.3 at least
I am not able to get ItemSelector and its button icons to be displayed. In example it uses this: imagePath: '../ux/images/'what I found under my ext/src/ux/css/images,but it does not do the job.Also...
Today I still cannot get my 4.2.2.1144 Neptune running on IE 8+, build by Cmd 4.0.3.74.
hi,i can confirm that latest Extjs with latest Cmd does not running on IE 8. I have upgraded Cmd to 4.0.3.74, and rebuilt project to see if it is working with IE 8+. No, it is not. Still. Even if it...
hi,
I am trying to add a menu on the fly to a toolbar, what toolbar also made runtime. The problem is unable to add click event to that menu item. I have tried using Controller:
...
hi,
how can I integrate Architect 3 with my java IDE (MyEclispe for example). I do not find a good solution to have application generated by Architect, and later on customised with IDE, and then...
hi Gary,
I wanted to mark your answer as best. I was to quick and click on (my) wrong one. Can it be fixed somehow?
Back to the problem: I had extjs 4.1.3, later updated to 4.2.2, and also...
my index.html:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="expires" content="15 Jan 1976" />
<meta...
the code:
{
xtype: 'button', // default for Toolbars
text: 'Button',
//iconCls: 'bmenu', // <-- icon
//text: 'Worldwide',
//align: 'left',
width: 150,
hi,
adding a button to toolbar, and assign a menu to this button will occur that the text is in line1, and menu opener icon is next line2. Why? It is already reported by 4.1.3, at:...
hi,
I am about to add a button into toolbar, what open a menu while clicking on it. Ideally button text and menu opener triangle should be the some line. For me button text one line, and next line...
errors:
$ brew update
Updated Homebrew from daabff4f to 59581dec.
$ brew tap homebrew/dupes
Error: Already tapped!
hi,
Anyone can help me out with hints how to install 1.9.3 version of Ruby? I have 1.8.3, but Cmd v4 needs 1.9.3. So I found some articles, some mentions Homebrew, which I have already installed....
Solution found. The command must be executed from your webapp folder which holds app subfolder and app.json files.