Search Type: Posts; User: aCa
Search: Search took 0.09 seconds.
-
12 Sep 2012 1:15 AM
- Replies
- 9
- Views
- 3,034
Did you find an answer for this?
-
8 Aug 2012 2:41 AM
Jump to post Thread: Single element arrays in JSON? by aCa
- Replies
- 10
- Views
- 4,263
That won't work since architect think it is a string and not a function...
Edit: Just to spesify it works if I do it outside architect, it is just architect that places ' around the expression. -
7 Aug 2012 3:07 AM
Jump to post Thread: Single element arrays in JSON? by aCa
- Replies
- 10
- Views
- 4,263
Any suggestion how to solve this when using ST2 with Architect?
The root property is now depreciated and I have problems creating a function in the rootProperty property.
Or is there a better... -
15 Jun 2012 12:49 AM
Jump to post Thread: Using arrows when creating references by aCa
- Replies
- 2
- Views
- 492
Architect Build tested:
Build: 442
Project Type:
Touch 2.x
Description:
On a controller when you add a reference there is a problem when entering the name in step 1. If you want to... -
15 Jun 2012 12:42 AM
- Replies
- 0
- Views
- 244
Architect Build tested:
Build: 442
Project Type:
Touch 2.x
Description:
If you change a value in Config panel and then decide to scroll using the mouse scroll button you loose the value... -
13 Apr 2012 4:02 AM
Jump to post Thread: floating button home menu by aCa
- Replies
- 5
- Views
- 937
I'm looking for the exactly same thing. Looking forward seeing your layout mitchellsimoens!
-
13 Jul 2011 4:11 AM
- Replies
- 10
- Views
- 1,626
I did some testing on my own app and I managed to reproduce this once, but seems tapping the screen made it go away. I have not managed to reproduce it again, so sorry hard to try and find a fix for...
-
13 Jul 2011 12:32 AM
- Replies
- 10
- Views
- 1,626
What exactly is the problem? That it do hide or that it don't hide?
-
4 Jul 2011 12:59 AM
- Replies
- 2
- Views
- 1,053
Sencha Touch only work on webkit browsers. That mean it work on phones like Android and iPhone, but to use on your desktop machine you should test with webkit browsers like Chrome and Safari.
-
30 Jun 2011 12:04 AM
- Replies
- 3
- Views
- 1,313
Take a look at http://www.senchadevs.com/
-
28 Jun 2011 6:09 AM
- Replies
- 10
- Views
- 5,089
Hi. I'm considering this event but I'm only interested in Sencha Touch, not the other Sencha products. Can I expect a full Sencha Touch session track?
-
28 Jun 2011 5:08 AM
Jump to post Thread: Best way to access fields of a form by aCa
- Replies
- 6
- Views
- 1,494
I have never seen a way to select the items with only names and no id, but cant say 100% certain that it isn't possible. But in JS you usally operate with id's so would make sense that you need them.
-
28 Jun 2011 5:06 AM
Jump to post Thread: Access-Control-Allow-Origin by aCa
- Replies
- 4
- Views
- 13,662
Take a look as JSONP and ScriptTagProxy. Also read this wiki page: http://en.wikipedia.org/wiki/Same_origin_policy.
-
28 Jun 2011 5:03 AM
Jump to post Thread: PHP tags in Sencha HTML by aCa
- Replies
- 1
- Views
- 586
Do you have all your javascript in index.php or in external js files? PHP will only work in the actual .php file, not in external js files. I have never tried this, but I do not think Sencha Touch is...
-
28 Jun 2011 2:59 AM
Jump to post Thread: Reader and accept header by aCa
- Replies
- 4
- Views
- 3,467
Hi.
It was very long time since I wrote this, so can't say for sure how I solved it. But I searched my old code and found no trace of "accept" in my js code. I'm guessing the problem might have... -
28 Jun 2011 12:31 AM
Jump to post Thread: Best way to access fields of a form by aCa
- Replies
- 6
- Views
- 1,494
There seems to be tons of way to both access and set form values. I actually haven't decided what way I prefer, but I agree with you that the getCmp() way seems not so clean.
Lately I have been... -
27 Jun 2011 10:35 PM
Jump to post Thread: Best way to access fields of a form by aCa
- Replies
- 6
- Views
- 1,494
I often prefer to use:
var values = this.getValues();
console.log(values.field_msg);
And if you want to populate a model you can do that directly with the values variable. -
23 Jun 2011 11:36 PM
Jump to post Thread: phoneStartupScreen not showing by aCa
- Replies
- 2
- Views
- 1,076
Is your image 320x460?
I do not think it will not work with the apple recomended 320x480 and 640x960. -
6 Jun 2011 5:35 AM
Jump to post Thread: Gift picto? by aCa
- Replies
- 0
- Views
- 644
Today I have been testing out SASS for the first time and wanted to add some new icons. I have seen the good icon folder in the sencha project, but I'm missing one icon I need. A gift/present icon...
-
28 Jan 2011 4:37 AM
Jump to post Thread: simFla.ux.plugins.signaturePad by aCa
- Replies
- 54
- Views
- 19,258
Very usefull, thanks!
-
7 Jan 2011 8:51 AM
Jump to post Thread: Make a Phone call ? by aCa
- Replies
- 9
- Views
- 3,785
Yeah I know, I just felt I had to try and help someone since I have gotten so much help here :-) But you are correct people should try and do a quick search first, since questions like this is very...
-
7 Jan 2011 6:34 AM
Jump to post Thread: Make a Phone call ? by aCa
- Replies
- 9
- Views
- 3,785
Just add the phone number in a link with "tel", like you would dot to send mail with "mailto".
<a href="tel:+4722222222">Call</a> -
7 Jan 2011 6:31 AM
Jump to post Thread: Reader and accept header by aCa
- Replies
- 4
- Views
- 3,467
Hi. I have an RestProxy with a reader and a writer with type JSON. I send in a POST request to my Java backend (Jersey) but I get XML instead of JSON back. When testing this in Firefox Poster I get...
-
7 Jan 2011 2:31 AM
Jump to post Thread: Sencha Touch Platform Compatibility? by aCa
- Replies
- 9
- Views
- 4,882
Blackberry support will come with Sencha 1.1. Source: http://www.sencha.com/blog/2010/11/30/new-releases-sencha-touch-1-0-1-ext-js-3-3-1/
-
21 Dec 2010 11:03 AM
Jump to post Thread: Using Special characters by aCa
- Replies
- 8
- Views
- 2,067
Have you saved your file with utf8?
Results 1 to 25 of 54
