Just figured it was caused by Babel polyfill. Closing the thread.
Type: Posts; User: janhov
Just figured it was caused by Babel polyfill. Closing the thread.
Hi,
We are using ExtJS 4.0.7. This app has worked well for years, but we recently got a lot of bug reports from people using Firefox. I can reproduce the issue in FF 45:
54430
I only get a...
Did anyone actually get CORS to work with 4.0.7?A fix is very much appreciated!
I was talking about your online example. If nagalla038 tried to run it locally, then your comment is probably it.
It just takes a little while to load.
Ok thanks. Log in with admin/district:
http://178.79.143.102:8080/dhis-web-visualizer/app/index.html
The GUI part starts at line 2362:
http://178.79.143.102:8080/dhis-web-visualizer/app/app.js
...
Hi, just upgraded from 4.0.7 to 4.1. My multiselects (ux) now don't stretch out to their height. I call ms.setHeight() on startup after the multiselects have been added to a container. This works as...
Hi, thanks for this. It works.
However, I think the image sliding is a bit laggy in contrast to the 3.x sample which is perfectly smooth. Any ideas why? Using Ubuntu Chrome. I can provide a zip...
Thanks a lot! I find this component very useful.
Tried to reproduce it in a small separate example, but then I did't get any messages (still no labels, tho). So the problem here seems to lie between the chair and the keyboard..
Anyway, I'm not...
(Using 4.0.2a)
Hi, I have column and bar charts working nicely with labels. But when I add
label: {
display: 'middle',
color: '#000',
'text-anchor': 'middle',
Hi, I need both axis titles so I can't have one of them as chart title, unfortunately. Other suggestions?
Hi, well what I meant by "title" was more like a heading that is part of the SVG. Like the axis title. Could be implemented e.g. like chart legend and configured with position: 'top' for instance....
Found an easy way to set a center aligned chart title? The chart engine is amazing, so I don't want to complain, but it seems a bit weird that there is no such config option.
Says
Defaults to 'panel'.
Defaults to: "panel"
Ok thanks.
I know, but newbies like me are still not always able to solve everything :)
One more thing. It works now, but can the boundlist itemdblclick listener be added in the multiselect init config...
Thanks a lot. Helped me out and gave me a better understanding.
There is an unanswered thread on this in the 3.x forums. Posting on 4.x as the multiselect component is listed in the 4.0.2a samples:...
I would also like to do things on dblclick, but I don't really know how to implement it. Anyone?
Add a change listener.
Works. Thanks a lot.
Hi, I have two comboboxes configured with stores (data and queryMode local). A select listener on the first box is set to filter the second store.
What happens: The second store is not filtered...
Yes, combo.mode = 'local' works. Thanks. The application is intended for slow African servers, so it's worth the effort.
I guess I should just leave it 'local' and load the store manually when the box is triggered. But on what event? And I have to wait for the load callback and expand the DDL manually?