Search Type: Posts; User: mvarshavsky
Search: Search took 0.04 seconds.
-
17 Jan 2013 4:11 PM
- Replies
- 2
- Views
- 3,507
I'm also looking for a sort of upsert functionality... Is there anything like that available?
The only thing I'm coming up with for daubman's (C) is:
instance =... -
30 Nov 2012 8:58 PM
- Replies
- 1
- Views
- 192
REQUIRED INFORMATION
Ext version tested:
ST 2.0.1ST2
Description:
According to documentation, Ext.id() function takes only optional arguments. When both are omitted, prefix is defaulted to... -
14 Nov 2012 1:44 PM
- Replies
- 1
- Views
- 257
...even though documentation says it is, and it'd be nice if it was
REQUIRED INFORMATION
Ext version tested:
ST 2.0
ST 2.1 -
9 Nov 2012 5:46 PM
- Replies
- 1
- Views
- 326
REQUIRED INFORMATION
Ext version tested:
ST2.1b2
Description:
Flip animations in ST2 look much less realistic than in ST1. In the older version of the code, '-webkit-perspective' was... -
19 Sep 2012 12:59 PM
- Replies
- 2
- Views
- 343
Apologies, I should've caught this before posting, this is something that we've introduced on our side. In attempt to normalize between ST2 and Ext4 we've added an override to Component as follows:
... -
19 Sep 2012 11:39 AM
- Replies
- 2
- Views
- 343
REQUIRED INFORMATION
Ext version tested:
ST2.1 b2
I'm not sure this is a bug, but looks a little suspicious to me. I was in a middle of debugging something and added a... -
19 Sep 2012 9:43 AM
- Replies
- 8
- Views
- 1,092
scope will be part of what's in Ext.event.ListenerStack
-
18 Sep 2012 9:22 AM
- Replies
- 8
- Views
- 1,092
So, something along the lines of (let's say in pseudo code)?
Ext.define('MY-Ext.app.Application',
override: 'Ext.app.Application'
uncontrol: (controller) ->
dispatcher =... -
11 Sep 2012 5:43 PM
- Replies
- 2
- Views
- 345
Unfortunately, that doesn't do it for me. Not only do I need it to scroll in both directions, I also need the event to not bubble up to parent panel (which is also scrollable)
-
10 Sep 2012 9:55 PM
- Replies
- 2
- Views
- 345
I've got a parent panel that scrolls vertically and a child one that needs to scroll both directions. I configure the child's scrollable as follows:
scrollable: {
direction: 'both',... -
1 Sep 2012 9:49 PM
- Replies
- 2
- Views
- 497
REQUIRED INFORMATION
Ext version tested:
ST2.1 b2
Description:
Not sure if this wouldbe considered a bug, but might be worth addressing to preserve reverse-compatibility.
... -
1 Sep 2012 4:03 PM
- Replies
- 4
- Views
- 801
Mitchell - appreciate your response! I've got some other things going on inside initialize() that I rely on to generate the cards. I could probably put some efforts into working around that, but is...
-
1 Sep 2012 12:21 AM
- Replies
- 4
- Views
- 801
Okay, I think I'm a little more satisfied with this one:
onFirstItemAdd: function(item, index) {
if (item.isFloating()) {
this.doItemLayoutAdd(item, index);
... -
31 Aug 2012 7:31 PM
- Replies
- 4
- Views
- 801
Currently getting around with a lame:
Ext.define('MY-Ext.carousel.Carousel', {
override: 'Ext.carousel.Carousel',
onItemAdd: function(item, index) {
var me = this
... -
31 Aug 2012 4:29 PM
- Replies
- 4
- Views
- 801
REQUIRED INFORMATION
Ext version tested:
ST2.1 b2
Description:
I have a custom carousel (inheriting from Ext.carousel.Carousel) that generates items and then calls setItems() inside the... -
30 Aug 2012 5:48 PM
- Replies
- 4
- Views
- 831
Sorry, for some reason I don't get notifications about replies on my threads. I think I tried on jsfiddle with 4.1 at the time to do a quick test to provide as much background for you guys as I can....
-
30 Aug 2012 5:12 PM
- Replies
- 3
- Views
- 406
REQUIRED INFORMATION
Ext version tested:
ST2.1 b2
Description:
Not sure what the protocol for reporting bugs against beta releases is, but thought you guys might want to know. I have some... -
8 Jul 2012 8:28 AM
- Replies
- 3
- Views
- 502
Scott, thanks for responding. I've answered to your similar inquiry in another post:...
-
7 Jul 2012 10:05 AM
- Replies
- 3
- Views
- 502
REQUIRED INFORMATION
Ext version tested:
Ext 4.0.7
Browser versions tested against:
applicable to all
Description: -
6 Jul 2012 2:13 PM
- Replies
- 3
- Views
- 796
Jamie, sorry, only now seeing your request. Without digging deeper into it, all I can say is according to my debugging efforts a few months ago, line 13122 calls line 17203; I believe whatever the...
-
6 Jul 2012 2:08 PM
- Replies
- 4
- Views
- 831
Scott - sure (please don't misconstrue my response as being emotional or whiny). I have very bad experience with upgrading sencha lib versions even when it's bugfix releases (e.g. Ext 4.0.x up to...
-
6 Jul 2012 1:41 PM
- Replies
- 2
- Views
- 362
REQUIRED INFORMATION
Ext version tested:
ST 2.0
Browser versions tested against:
Latest Chrome -
5 Jun 2012 5:48 PM
- Replies
- 4
- Views
- 831
Ext version tested:
Ext 4.07
Description:
If I create a class passing a config property of type Ext.Element, when I retrieve it w/ a generated getter, it comes out as something different.... -
20 Apr 2012 9:12 AM
- Replies
- 6
- Views
- 726
Jamie - appreciate your reply. That one talks about useComponents=true, which is a different class and requires a different fix. I was just hoping you guys start weighing in with official framework...
-
19 Apr 2012 3:41 PM
- Replies
- 6
- Views
- 726
Could you guys perhaps start providing guidance on what these fixes are? Was suggested solution on the right track?
Results 1 to 25 of 50
