Search Type: Posts; User: ShaneTex
Search: Search took 0.02 seconds.
-
3 May 2013 12:46 PM
Jump to post Thread: Polylines in Sencha Touch by ShaneTex
- Replies
- 2
- Views
- 115
It depends on where you are getting it from, but this is what I used...
var locs = [];
var latLng = new google.maps.LatLng(record.get('lat'),record.get('lng'));
locs.push(latLng);
var... -
23 Apr 2013 4:06 AM
- Replies
- 11
- Views
- 400
Yes, I verified the same thing, I create a simple example where I could switch between the ST 2.1.0 and 2.2.0 and the difference is very noticeable, if not unusable on the 2.2.0 side.
-
18 Apr 2013 2:50 PM
- Replies
- 11
- Views
- 400
Upon further investigation, it seems to only slow when a list is displayed, once that happens it goes down to a crawl, then any interaction with a list that is tied to the store is very very slow. ...
-
17 Apr 2013 11:12 AM
- Replies
- 11
- Views
- 400
I just update my project from ST 2.1.1 to 2.2.0 and now I am having all types of problems with LocalStoreage. I have the exact load function that loads around 500 records into my localStorage in...
-
5 Apr 2013 3:37 AM
- Replies
- 4
- Views
- 400
no, not a thing..
-
4 Feb 2013 4:21 PM
- Replies
- 2
- Views
- 414
It depends, but I fixed that, I can see the select, but it is disable and I cannot select anything until I close the form, which makes it useless. I have a panel with and embedded Container, the...
-
30 Jan 2013 5:28 PM
- Replies
- 2
- Views
- 414
I have a Form panel that I have working perfectly, this panel has a few form fields, but when I add a select field, and then select the select field, the options are disabled and I cannot select...
-
31 Dec 2012 7:31 AM
- Replies
- 4
- Views
- 459
Thank you sir...
-
31 Dec 2012 7:10 AM
- Replies
- 4
- Views
- 459
Gothcha, so the simulator class is only for testing purposes.
So are these the only classes for web/home screen implementation:
Ext.Msg.confirm(title, message, callback);... -
31 Dec 2012 6:50 AM
- Replies
- 4
- Views
- 459
I am having a problem getting Ext.device.Notification.show to work after an app is loaded to the home screen on any Iphone/Ipad. The notification works great if I am viewing the app in the browser,...
-
13 Dec 2012 11:14 AM
- Replies
- 1
- Views
- 222
My app is fullscreen to the typical extent for iphone 4 and below. Is there something I am missing. I have set the viewport like so:
Ext.application({
viewport: {
autoMaximize: true,... -
11 Dec 2012 2:20 PM
- Replies
- 4
- Views
- 400
I see the examples for in app purchase seem to be decent, but I am wondering how can I test this my store products. Is there a way to do this via the simulator. I see that for raw x-code I can use...
-
10 Dec 2012 8:34 AM
- Replies
- 5
- Views
- 598
It still is wrong after the compass compile
-
5 Dec 2012 6:13 PM
Jump to post Thread: openURL vs childBrowser by ShaneTex
- Replies
- 3
- Views
- 302
I looked here, and it doesn't to have any way to configure differently. It works perfect in that I can open in Safari. That works great, but can I open within my app.
-
5 Dec 2012 7:03 AM
Jump to post Thread: openURL vs childBrowser by ShaneTex
- Replies
- 3
- Views
- 302
Does the native build using Ext.device.Device.openURL have any options to open the link in a child browser window like Phonegap, or does it strictly only spawn a new safari window the the url sent...
-
5 Dec 2012 4:03 AM
- Replies
- 4
- Views
- 572
gicurmt,
Do you mind sharing how you send back the auth cookie, etc via the scheme, I am trying to the the exact thing and I am stumped as to how.
Thanks for you post.
Shane -
26 Nov 2012 5:57 PM
- Replies
- 1
- Views
- 251
.
-
26 Nov 2012 5:57 AM
- Replies
- 1
- Views
- 251
I am having diffuculty loading a rest Proxy dataset from the server and having it load without it setting all rows to phantom = true. If I set my ID to an existing field that I return from server...
-
22 Nov 2012 11:08 AM
- Replies
- 3
- Views
- 347
Also, for all methods, Post, Put, Delete, what is the bare minimum I need? Do I just need the ID' from the ClientIDProperty and I am good?
-
22 Nov 2012 11:01 AM
- Replies
- 3
- Views
- 347
gotcha, what comes back as part of the delete, just the id's?
-
22 Nov 2012 10:46 AM
- Replies
- 2
- Views
- 422
Gotcha, I am having to look for this because I am having issues with the clientIdProperty, I can't send the record with an id, because my data model on the db side does like the 'Ext-record-1' part. ...
-
20 Nov 2012 1:45 PM
- Replies
- 2
- Views
- 422
Is there a way to get the my json results after synch and do something with them. I have tried wiring my "write" event, but is doesn't have anything useful that shows the callback, or success...
-
20 Nov 2012 1:43 PM
- Replies
- 3
- Views
- 347
I have batch actions set on a rest proxy and it works great. The problem I have is that if I update 2 records I get the json that looks like this on Post:
... -
19 Nov 2012 6:32 AM
- Replies
- 5
- Views
- 598
I did the compass compile, that is what changed the size.
-
19 Nov 2012 6:30 AM
- Replies
- 5
- Views
- 598
Here is the before and after shots.
Results 1 to 25 of 49
