Search Type: Posts; User: Monti123
Search: Search took 0.02 seconds.
-
8 Apr 2013 5:19 AM
- Replies
- 6
- Views
- 159
The primary reason I don't use a list is because I need a checkbox on every dataitem.
The second reason is a that every container holds a few elements in a certain layout, and it's easier to... -
8 Apr 2013 5:01 AM
- Replies
- 6
- Views
- 159
I'm not using a list, but a dataview... don't have that config.
-
8 Apr 2013 4:32 AM
- Replies
- 6
- Views
- 159
I managed to group my store items by the relevant field, but couldn't apply the sticky labels functionality, like in the 2nd example in the list documentation:
... -
7 Apr 2013 8:18 AM
- Replies
- 6
- Views
- 159
Hi,
I want to use the grouping + sorting capabilities inside my dataview, so I guess listitem is the way to do it.
Does someone have any experience with it and tell me how can I make it work?
... -
7 Feb 2013 5:29 AM
Jump to post Thread: DataView with checkbox by Monti123
- Replies
- 6
- Views
- 970
'Cause I need to check if it is a checkbox that the user is clicking.
Do you mean I can do without it and catch using:
if(e.target.offsetParent.childNodes[0].className != 'x-input-el')
Didn't... -
13 Jan 2013 11:16 PM
- Replies
- 4
- Views
- 905
I'm having the same issue with ST 2.1
Created an app from scratch using
sencha generate app
and deployed it without modifying testing using
sencha app build testing -
8 Jan 2013 2:37 AM
- Replies
- 2
- Views
- 402
Hi,
Well, your example does work... I had to investigate a little more to see what was causing my code not to work.
There is a panel at the bottom, when I remove it - everything works. When I... -
6 Jan 2013 12:04 AM
- Replies
- 2
- Views
- 402
Hi,
When using buttons in nested containers in ST 2.0.1.1 it all worked great, but when upgrading to ST 2.1 suddenly tap events on buttons stopped firing.
When moving the actual button out of... -
30 Dec 2012 7:44 AM
- Replies
- 11
- Views
- 1,706
I'm having the same problem on Android 2.3.3, Sencha 2.0.1.1
From the last item, jumps right back to the previous one. -
27 Dec 2012 10:40 AM
- Replies
- 8
- Views
- 1,802
Hi,
Thanks for the contribution!
I tried to add the plugin but it says
Uncaught TypeError: Object [object Object] has no method 'setSnap'
in
PickerSlot.js:70
I tried to check where that... -
20 Dec 2012 11:05 AM
- Replies
- 4
- Views
- 336
Yo, thanks for the effort!
First, I added
Ext.require(['Ext.chart.*', 'Ext.chart.axis.Gauge', 'Ext.chart.series.*', 'Ext.Window']);
To the view, cause it was missing. (It should go in the... -
20 Dec 2012 9:37 AM
- Replies
- 4
- Views
- 336
Hey,
No it doesn't work as well.
All the charts that are associated with the same store get refreshed though.
That actually don't change value, maybe because the gauge only shows the first... -
20 Dec 2012 7:56 AM
- Replies
- 4
- Views
- 336
Hi,
I've been trying to update a gauge from a controller using setValue, the console says:
Uncaught TypeError: Object [object Object] has no method 'setValue'
Then I ran into some post in... -
19 Dec 2012 11:19 PM
- Replies
- 4
- Views
- 248
Didn't know that it's a known thing that this doesn't happen automatically.
Great solution slemmon, thanks. -
18 Dec 2012 7:49 AM
- Replies
- 4
- Views
- 248
Hi all,
I'm new to Extjs, just migrating from Touch.
I've created my app today, but can't seem to use the namespace AppName.app.func()
Ext.require('Ext.container.Viewport');... -
17 Dec 2012 2:11 AM
- Replies
- 2
- Views
- 340
Thanks.
-
16 Dec 2012 6:54 AM
- Replies
- 6
- Views
- 731
Dude,
Don't think I was rude and \ or sarcastic about anything, just trying to get some info regarding an issue I found.
I think Sencha as a framework is advancing fast and is highly popular... -
11 Dec 2012 9:39 AM
- Replies
- 2
- Views
- 340
Hi,
I've been using 2 scss configurations for a button:
.ExpendButton{
-webkit-transform: rotate(180deg);
-webkit-transition: -webkit-transform 2s ease;
... -
11 Dec 2012 9:14 AM
- Replies
- 6
- Views
- 731
Are there any plans to address this issue?
-
28 Nov 2012 2:34 PM
- Replies
- 2
- Views
- 231
Hi Mitchell,
For some reason list.getScrollable().getScroller() didn't work.
I tried to do something like:
xtype: 'list',
listeners:{ -
27 Nov 2012 10:24 PM
Jump to post Thread: Styling value of spinner by Monti123
- Replies
- 7
- Views
- 738
Yo,
I'll play with it a little to see what's going on.
Thanks a lot =; -
26 Nov 2012 10:37 AM
Jump to post Thread: Styling value of spinner by Monti123
- Replies
- 7
- Views
- 738
One last thing I noticed, when implementing your great answer:
The + \ - buttons aren't round, they're elliptic (more height than width), not like in your example...
I added
... -
26 Nov 2012 8:40 AM
- Replies
- 2
- Views
- 231
Hi,
I want to create a horizontal list of values, in a way that the middle item will be the "chosen" one, I will be able to find out which one is it and what its value.
And I want this item to... -
26 Nov 2012 8:07 AM
Jump to post Thread: Styling value of spinner by Monti123
- Replies
- 7
- Views
- 738
Thanks a lot!
-
17 Nov 2012 11:22 PM
Jump to post Thread: Styling value of spinner by Monti123
- Replies
- 7
- Views
- 738
Hi Brice,
Specifically, what I need is:
A top-margin in the value, so it would be pushed down a bit comparing to the +\- buttons.
An ability to style the numbers.
See attached image.40145
...
Results 1 to 25 of 76
