Search Type: Posts; User: troels
Search: Search took 0.02 seconds.
-
22 Jan 2013 12:26 AM
Jump to post Thread: Multi touch and phonegap by troels
- Replies
- 15
- Views
- 2,337
The fix for this in Sencha 2.1 was more complicated than the first code i posted. It seems to happen on all Android 4 phones i've tried, whenever using multi touch. What actually happens is, when...
-
6 Dec 2012 1:20 AM
Jump to post Thread: Multi touch and phonegap by troels
- Replies
- 15
- Views
- 2,337
It appears that this was triggered by ADB on a general level... sometimes (!).
What happens is, it interrupts touch events in some way. If the phone goes in this mode, doing drags in HTC Sense... -
6 Dec 2012 1:12 AM
Jump to post Thread: Bug in the 2.1 list implementation by troels
- Replies
- 4
- Views
- 477
Hello Tommy,
Yes, that's exactly what I'd expect and it's identical to my "overrides:" fix currently in use. Thanks! -
30 Nov 2012 2:29 AM
Jump to post Thread: Multi touch and phonegap by troels
- Replies
- 15
- Views
- 2,337
I wrote this in my second post. Confirmed on HTC Sensation running Android 4.0.3
-
30 Nov 2012 2:16 AM
Jump to post Thread: Multi touch and phonegap by troels
- Replies
- 15
- Views
- 2,337
I have implemented a working fix for this issue. Using the code:
var orgTouchMoveMethod = Ext.event.recognizer.Pinch.onTouchMove;
Ext.define('app.overrides.Pinch', {
override:... -
27 Nov 2012 5:45 AM
Jump to post Thread: Bug in the 2.1 list implementation by troels
- Replies
- 4
- Views
- 477
Hello Sencha,
I think we've found a bug in the new list implementation provided with Sencha 2.1.
The method
getItemIndex: function(item) {
var index = item.dataIndex;
return... -
23 Nov 2012 5:54 AM
Jump to post Thread: Ext.Array.intersect bug by troels
- Replies
- 2
- Views
- 249
Hello Sencha,
I've found a bug in the Ext.Array class in the intersect method. I presume it's there in all versions.
In the main loop for traversing the minimum array, the for loop has the... -
22 Nov 2012 6:32 AM
Jump to post Thread: Multi touch and phonegap by troels
- Replies
- 15
- Views
- 2,337
Hello Mitchell and thanks for answering,
The conditions for triggering this error is fairly common, so I didn't find a detailed scenario necessary. In my experience, any scrollable component has... -
20 Nov 2012 8:44 AM
Jump to post Thread: Multi touch and phonegap by troels
- Replies
- 15
- Views
- 2,337
In ST 2.1 on Android 4, I'm seeing an issue when doing multi touch that causes my app to go into an error state, where no touch events are propagated to any components. i.e. the app completely...
-
9 Nov 2012 7:14 AM
Jump to post Thread: iPhone random focus input field by troels
- Replies
- 6
- Views
- 889
Hello Benjamin,
The solution I posted worked for iPhone (tested on 4S) and newer Android phones. It seems tho, that some gingerbread phones still seem to have this behavior, where the click event... -
15 Aug 2012 4:58 AM
- Replies
- 9
- Views
- 758
I think i found the reason for this - and an accompanying fix :) . Look at http://www.sencha.com/forum/showthread.php?237286-iPhone-random-focus-input-field&p=871916#post871916
-
15 Aug 2012 4:56 AM
Jump to post Thread: iPhone random focus input field by troels
- Replies
- 6
- Views
- 889
I still have no clue why the behavior is like this, but i think i found an error in the sencha framework.
By button component is heavily inspired by the default ST button, meaning that it's tap... -
15 Aug 2012 4:16 AM
Jump to post Thread: iPhone random focus input field by troels
- Replies
- 6
- Views
- 889
I managed to get a step closer to this.
It seems the field selection is not random. What actually happens is, that the button press that leads to the above mentioned view is a custom button. This... -
15 Aug 2012 3:46 AM
- Replies
- 2
- Views
- 664
Im experiencing exactly this, also with a dash of randomness as to which field to focus and whether to focus or not. Did you find a workaround?
-
15 Aug 2012 3:07 AM
Jump to post Thread: iPhone random focus input field by troels
- Replies
- 6
- Views
- 889
Im experiencing weird, undesired and probably default behavior on iPhone with input fields.
Observe the following view:
Ext.define('app.view.operationalStatus.Search', {
extend:... -
25 Jul 2012 5:16 AM
- Replies
- 30
- Views
- 5,301
I had this error when upgrading from touch 2.0.0 to 2.0.1.1
The error seems to be caused by the change in folder structure, where some ruby compass trivia has been separated into it's own... -
7 May 2012 5:47 AM
- Replies
- 14
- Views
- 1,721
I experience the same error on android 2.3.4. Exactly the same code runs perfectly on ICS.
My case is similar to the rest: the error is triggered when calling Ext.Panel.setActiveItem (using card... -
4 Apr 2012 4:20 AM
- Replies
- 29
- Views
- 7,246
Me neither, but none the less. :)
The code I submitted should render with this error. The reason I know it works before adding the scrollable component is because in my code, I use a card layout... -
4 Apr 2012 1:15 AM
- Replies
- 29
- Views
- 7,246
I think the example has to be a little more elaborate to trigger the error:
Ext.define('app.view.Main', {
extend: 'Ext.Panel',
config: {
items: [ -
28 Mar 2012 1:20 AM
Jump to post Thread: Limit the list dataview by troels
- Replies
- 2
- Views
- 542
For what it's worth, this is the solution i ended up with. It relies on how the dataview list uses the store - in particular my store with it's current settings - but that's not to say it will cover...
-
27 Mar 2012 2:14 AM
Jump to post Thread: Limit the list dataview by troels
- Replies
- 2
- Views
- 542
I've encountered a problem which doesn't seem to have an easy solution in ST.
Basically, i have a service i can call (and have no real control over), which returns 550 items to my store. This is... -
22 Mar 2012 12:35 AM
- Replies
- 7
- Views
- 1,349
Im experiencing exactly the same behavior on HTC Sensation.
-
5 Mar 2012 7:58 AM
- Replies
- 3
- Views
- 670
I finally came back to this issue, which seems to be kinda general. The problem here was, that my model was defined with a field named "id". This is no good, because that is the default name sencha...
-
21 Feb 2012 2:30 AM
Jump to post Thread: Store.isLoaded by troels
- Replies
- 1
- Views
- 419
The sencha docs describe this guy:
http://docs.sencha.com/touch/2-0/#!/api/Ext.data.Store-method-isLoaded
however i can't seem to find this method in the Store.js code for the beta3 release.... -
17 Feb 2012 8:49 AM
- Replies
- 3
- Views
- 670
Thanks for the reply.
I beleive i've done it right, code says more than a 1000 words. Observe:
Doing this
config.listeners.load = function(storeRef, records, success){
...
Results 1 to 25 of 26
