Search Type: Posts; User: aflx
Search: Search took 0.02 seconds.
-
8 Apr 2012 4:27 AM
- Replies
- 8
- Views
- 994
I had the same problem and moved the code to the init function of my application controller.
-
15 Mar 2012 10:58 PM
For all the...">Jump to post Thread: MessageBox by aflx
- Replies
- 13
- Views
- 1,668
Ok, sorry...my fault :">
For all the workarounds during the Beta and RC I wrote a class with some overrides. Now I noticed, that there was still the former workaround for this bug included. After... -
12 Mar 2012 5:08 AM
- Replies
- 1
- Views
- 254
You can try to check the user agent. This example checks if you are running in Google Chrome:
if (navigator.userAgent.toLowerCase().indexOf('chrome') > -1) {
console.log("running in... -
11 Mar 2012 4:06 AM
- Replies
- 7
- Views
- 763
Hey Tommy. Works great in ST Final :)
-
11 Mar 2012 4:02 AM
Jump to post Thread: MessageBox by aflx
- Replies
- 13
- Views
- 1,668
I still have this problem with the final release (sencha-touch-all-debug.js).
-
27 Feb 2012 10:46 PM
- Replies
- 7
- Views
- 763
Thank you Tommy!
-
27 Feb 2012 11:49 AM
Jump to post Thread: Confirm Overlay not calling callback by aflx
- Replies
- 5
- Views
- 782
I still have this problem with the sench-touch-all-debug.js of the RC.
-
26 Feb 2012 3:30 AM
- Replies
- 7
- Views
- 763
I'm now using this workaround in onCreateRecords():
for(i = 0; i < length; i++) {
record = records[i];
// @TODO: this is just a workaround because data is null!!!
... -
25 Feb 2012 3:01 AM
- Replies
- 9
- Views
- 826
No, no new RC.
I tested this with chrome and on my android phone with phonegap. Did you run compass on your themes? This worked for me. -
25 Feb 2012 2:53 AM
- Replies
- 7
- Views
- 763
In RC1 I'm still having this problem.
I'm just syncing my store and the result looks a little buggy for me because data is null but raw is correct...
32133 -
25 Feb 2012 1:52 AM
- Replies
- 9
- Views
- 826
The problem is gone in RC1.
I needed to rebuild the css.
Alex -
25 Feb 2012 1:40 AM
Jump to post Thread: help with Error: [Ext.createByAlias] by aflx
- Replies
- 5
- Views
- 1,116
I had the same problem with a panel after switching von B2/3 to RC1.
After adding it into the views section in my application the error is gone.
Ext.application({
...
views: [... -
24 Feb 2012 1:52 AM
- Replies
- 9
- Views
- 826
I think this was already a bug in B3: http://www.sencha.com/forum/showthread.php?181493-B3-Multiple-Fields-inside-Container-FieldSet-rendering-is-broken (in B2 everything was fine).
-
22 Feb 2012 9:47 AM
- Replies
- 7
- Views
- 763
Hm...I think it is very hard.
I extended my store like this:
Ext.define('my.store.Remote', {
extend: "Ext.data.Store",
config: {
model: 'my.model.Class',
url: "", -
22 Feb 2012 8:11 AM
- Replies
- 7
- Views
- 763
Hi,
after the update from B2 to B3 I noticed, that the items in my store all properties under data are set to null after sync() was called (I'm using a Rest-Proxy)!
In my store I have... -
22 Feb 2012 5:40 AM
- Replies
- 4
- Views
- 693
Hi, is there a workaround?
I have some issues with the layout too
32024
As you can see the label width of the first line and the "delete"-button position is is not correct.
Alex -
12 Feb 2012 9:40 PM
- Replies
- 3
- Views
- 816
Great! Thank you :D
-
12 Feb 2012 5:50 AM
- Replies
- 3
- Views
- 816
Hi,
I'm getting a TypeError "...has no method 'getMessage'" if my rest proxy receives invalid string data instead of valid json.
This happens in the catch block because "e" has no such method (says... -
10 Feb 2012 3:27 PM
Jump to post Thread: MessageBox by aflx
- Replies
- 13
- Views
- 1,668
I'm using the sencha-touch-all-debug.js of the B2 too and I'm still having this issue.
For a quick workaround:
I renamed the method itself and the reference in show() from "onClick" to... -
10 Feb 2012 3:17 PM
Jump to post Thread: Confirm Overlay not calling callback by aflx
- Replies
- 5
- Views
- 782
I figured out, that there is a problem with the name of the callback "onClick". I renamed the method itself and the reference in show() from "onClick" to "onClickButton" and now it is working fine :D...
-
10 Feb 2012 2:23 PM
Jump to post Thread: Ext.isDefined is not correct by aflx
- Replies
- 2
- Views
- 379
Sorry, I was a little rash with this post. I understood "defined" in a different way. :">
Alex -
10 Feb 2012 1:23 PM
- Replies
- 5
- Views
- 821
@rdougan: That's not right! Maybe it should be so, but I debugged "sencha-touch-all-debug.js" and it isn't.
If you don't add a storeId, there will be generated something like... -
10 Feb 2012 1:15 PM
Jump to post Thread: Ext.isDefined is not correct by aflx
- Replies
- 2
- Views
- 379
Hi there,
I think the Ext.isDefined() method should compare with null too!
/**
* Returns true if the passed value is defined.
* @param {Object} value The value to test
* @return... -
8 Feb 2012 10:29 AM
Jump to post Thread: Custom proxy with B1 by aflx
- Replies
- 10
- Views
- 1,880
Hey Tommy!
I saw, that there is already another SqliteProxy mentioned in the forum: https://github.com/tomalex0/SenchaTouch-v2-SqliteProxy
Maybe it is a good idea to help the author? It would be... -
6 Feb 2012 10:10 AM
- Replies
- 1
- Views
- 485
Very good question ;)
I'm missing an example in the docs too. I suspected that there will be some magic like the "old" dispatch() function which routes to the correct controller...
At the moment...
Results 1 to 25 of 64
