Search Type: Posts; User: ShaneTex

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. 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...
  2. 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.
  3. 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. ...
  4. 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. no, not a thing..
  6. 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...
  7. 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...
  8. Thank you sir...
  9. 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);...
  10. 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,...
  11. 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,...
  12. 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...
  13. It still is wrong after the compass compile
  14. 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.
  15. 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...
  16. 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
  17. .
  18. 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...
  19. 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?
  20. gotcha, what comes back as part of the delete, just the id's?
  21. 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. ...
  22. 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...
  23. 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:
    ...
  24. I did the compass compile, that is what changed the size.
  25. Here is the before and after shots.
Results 1 to 25 of 49
Page 1 of 2 1 2