Hi,
I need to show two months at once in the same calendar.
This would help our clients to see across months.
Do we have a control for this?
An example is attached.
Type: Posts; User: abhi.srinu
Hi,
I need to show two months at once in the same calendar.
This would help our clients to see across months.
Do we have a control for this?
An example is attached.
How do I use Custom data types in Ext 6?
I am upgrading my Ext 4 application to Ext 6.
We have a custom data type in Ext 4 as defined below:
Ext.data.Types.NTR= {
convert: function...
This is broken on Ext 6:((
The childEl of badgeBtn is not getting initialized.
Any hints?
Me too... Please give us a work around for this
Wow...That solves my problem perfectlyy....Thanks a lot :)
I have a navigation view and multiple data views inside it. Everything works fine, but when i try to scroll any of the data views horizontally, the component also scrolls vertically( Please watch the...
Yeah. Sure.
But is the dancing of the buttons also due to this?
Abhi.
Brian,It is not working as expected.The expected behaviour is to be able to reorder them from the overflow too which is not working.Also, the buttons dance(No, literally...) when you move the first...
Hi,
Does anyone know how to use both reorder and overflow of toolbars simultaneously?
I have a bunch of buttons in a toolbar which need to be overflowed into a menu and also i should be able to...
Hi,
I have a button group with multiple buttons. Do we have a plugin for reordering them ?
I tried BoxReorder. But it works for toolbar but not a buttongroup.
Any ideas here?
Can you please give us an acceptable workaround for this? And why is it after lollipop upgrade?
I have also run into the same problem.
Changing setRendered function in Container.js in src folder to below fixed my problem
setRendered: function(rendered) {
if...
Google Nexus 7 is treated as phone in the latest Sencha touch 2.4.1 after upgrading to lollipop.
Is this a bug? Has it been noted?
Any one has a solution for this??
Abhi.
If i use standardsubmit then the application reloads.
How to take care of this problem??
is this working??
I'm creating it dynamically. But getting this error
Uncaught TypeError: Object # has no method 'relMouseCoords' in
canvasTouchStart: function(e) {
...
I'm also running into the same error.
Plz help.
Abhi.
Yeah that would be good.
KeyPress in all platforms would solve majority if the problem.
Please post it as a feature request.
Yeah. But sencha doesnt provide a keypress event. It just provides keyup which is not supported in barcode scanners in ipad.
Hi,
I'm using a textfield along with a barcode scanner(Socket Mobile).
I use keyup event to scan for keycode and perform action after hitting return key(keyCode:13).
But,in ipads/iphones the...
Hi,
I have a ST 2.3.1 grid which uses editable plugin.
When i double click on a cell to edit it, i get a pop up to edit it:
48746
As you can see the delete button is more convinving than the...
Having the same problem?Isnt it fixed yet in the 2.3.1 release?Abhi.
I have the same requirement too.
I need the tpl to be dynamic. I need to add as many textbox /checkbox/datfields/radiobuttons/dropdowns as decided in the store and the order and grouping also...
Same question, let us know how to do this.
Hi,
I want to assign different colors to a chart. A class cannot be used but i can specify the color automatically.
I want to use different colors in windows dark and light themes.
So, How do i...
Hi,
We have a simple chart which has an interaction of iteminfo.
This used to work in 2.3.0 but after upgrading to 2.3.1 the iteminfo stopped working.
interactions: [{
...