IE11 appeared to be first rendering the calendar at position 0,0 so as a temporary workaround I decided to show it off screen. I overrode the expand function on the Ext.form.field.Picker and changed...
Type: Posts; User: fordprefect
IE11 appeared to be first rendering the calendar at position 0,0 so as a temporary workaround I decided to show it off screen. I overrode the expand function on the Ext.form.field.Picker and changed...
Hello,
I have run across an issue with IE11 when clicking on a date field in an iframe. When I the first click of the date field the page will scroll (or jump) to the top of the page. If I click...
Confirming this is still an issue with 6.6.
Thanks for the replies. I've decided to keep them separate and use a REST API / ExtJS frontend.
Hi,
I was wondering if anyone was using rails (5) as the backend for their ExtJS applications either with Rails api or full-blown MVC. If so would you be able to share how you integrate ExtJS into...
No problem, glad it works for you. Cheers.
Hi,
You could try using the label renderer on the axis. See this fiddle as an example:
https://fiddle.sencha.com/#fiddle/khc
Hi Jim,
I honestly haven't gone deep enough to say whether it's backwards compatible, perhaps someone with more experience could comment. In my case I'm changing the pattern from MVC to MVVM so I...
Hi Jim,
I currently have an application written in ExtJS 4 and am looking to move to 5. The site Gary linked has a tutorial (http://docs.sencha.com/extjs/5.1/tutorials/login_app.html) and a number...
Thanks. Is there an ETA for 4.2.4?
Test case here: https://fiddle.sencha.com/?fiddle=esb#fiddle/esb
Ext version tested:
Ext 4.2.3.1255
Ext 4.2.3.1477
Browser versions tested against:
FireFox 34.0.5
Chrome 39.0.2171.95 m
I saw the same thing with 4.1.1 and FF21 w/ Firebug. I was able to browse fine when I turned Firebug off but with it on I saw a lot of script hangs.
Thanks for posting the groups link.
Yes, the namespace can be an issue. I've tried both loading the file as you've outlined and changing the namespace to match the folder path in my app directory. Unfortunately either way I still have...
Hi Mitchell, thanks for your response.
The plugins are located at: app\plugins\ux. Cmd seems to find all the plugins fine. The build will work when I comment the "extend: Object" line out:
...
Hi,
I'm attempting to do a "sencha app build" with my application and I'm getting the error message:
Failed to resolve dependency Object for file Ext.ux.FitToParent. Error executing page...
I've been able to answer my own questions, I'll put the answers here in case anyone else has similar questions:
1. No, you can add files manually.
2. Yes, you can move your overrides if you'd...
Hi,
I'm attempting to upgrade my existing application to use the new beta and Sencha Cmd conventions and have a few questions:
1. I see in the guide it says to use cmd to generate controllers,...
Thanks for the reply. If that functionality is deprecated that's fine. In the source I see the parameters as:
@param {Object[]/Ext.panel.Tool[]}
REQUIRED INFORMATION
Ext version tested:
Ext 4.2.0 Beta 2
Browser versions tested against:
IE9
FF18
Chrome 24.0.1312.52 m
Thanks Mitchell.
Hello,
I'm just attempting to move to 4.2 from 4.1.1 and I'm having some issues with how I've been creating charts. I have a generic chart definition (line chart for example) that includes a chart...
Good job! =D>
One thing you could try is adding the items to the panel in one add call like so:
panel.add([item1, item2, item3, etc]);
I've written server-side MVC code for years (rails, asp.net mvc) and I jumped into MVC in extjs right away. I never want to go back to a non-mvc front-end. What I like about MVC is:
1. Clear...
I have the same problem using IE8 (extjs 4.1.1)