Search Type: Posts; User: dbabyak
Search: Search took 0.02 seconds.
-
10 Dec 2012 11:50 AM
- Replies
- 2
- Views
- 371
OK, solved by adding Root CA certificate to configuration profile.
-
10 Dec 2012 11:05 AM
- Replies
- 2
- Views
- 371
Upd2:
Looks it is due to certificate was issued by RootCA. Solved it in Chrome so far;
Has anyone ogt experience getting this working on real device (iOS)? -
10 Dec 2012 8:44 AM
- Replies
- 2
- Views
- 377
I am getting a similar error with Connection.js at line 314 ('Resource failed to load') , while sending requests over HTTPS.
How to overcome it?
Thanks -
10 Dec 2012 5:45 AM
- Replies
- 2
- Views
- 371
Hi,
I need to communicate with the server using HTTPS protocol.
My requests work well over HTTP while when I switch to HTTPS entirely, I am getting status 0 failures for both GET and POST... -
10 Dec 2012 5:12 AM
- Replies
- 7
- Views
- 1,271
Irrelevant now, got it working apparently. Thanks for your reply.
-
6 Dec 2012 8:33 AM
- Replies
- 6
- Views
- 3,646
doesn't work for me.
-
6 Dec 2012 8:24 AM
- Replies
- 7
- Views
- 1,271
Doesn't work for me, the global variable remains undefined while assigned one's scope is launch() function
<myAppName>.app.getControllerInstances()['<controllerName>'] does the job though -
5 Nov 2012 12:19 AM
- Replies
- 2
- Views
- 460
Thanks for your reply. The problem is that I need to remove all views (including overlays like ActionSheets) at certain point and then add them back again.
So what would be the right way to recover... -
2 Nov 2012 2:28 PM
- Replies
- 2
- Views
- 460
Hi.
In my app I remove and add views from/to viewport
After Ext.Viewport.removeAll(true, true) is called and some views are added back again using Ext.Viewport.add(..)... -
24 Aug 2012 2:34 PM
- Replies
- 28
- Views
- 7,189
I have tried this code from "best answer" -
Ext.define('Ext.ux.field.NumText', { extend : 'Ext.field.Text', xtype : 'numtextfield', initialize: function() { ..., etc
and it only gives...
Results 1 to 10 of 10
