Search Type: Posts; User: kworam

Page 1 of 5 1 2 3 4

Search: Search took 0.07 seconds.

  1. Let me start off by saying that I am very glad Sencha will be supporting IE10 and Windows 8 / Phone 8!

    As soon as I heard about ST2.2 alpha, I downloaded it and have started porting my ST2 app...
  2. The reason I ask, is that Ext.Ajax.request() appears to be incompatible with q.defer(). Whenever I try to run the following code:



    var deferred = Q.defer();
    var req =...
  3. I am attempting to use Sencha Touch with the Q library:

    https://github.com/kriskowal/q

    Is it compatible with this library? If not, is there a recommended library to add promises and deferred...
  4. OK, the question on everybody's mind (mine at least): when will Sencha Touch be released for Windows Phone 8? I was delighted to read this blog post:

    ...
  5. Thanks, that was very helpful!
  6. I'd like to add a feature to my ST2 app that allows a user to send an email or sms message to a friend. Any suggestions on how best to do this would be appreciated.

    Thanks!
  7. I have an ST2 app that I have successfully deployed to the Apple App Store (for iOS). I understand that I can also deploy it to the Mac App Store but I have never been through the process before. ...
  8. After several attempts to work-around this problem on the Chrome browser, I came up with the following 'resize' listener that I added to my panel config. The 'button-remove' class is 'display:...
  9. I can reproduce this problem on the Chrome browser for Windows and MacOS, but not Safari for MacOS.
  10. By the way, this problem does not happen on the Safari browser.
  11. In my ST2 app, I have a panel with the following config:

    Ext.define('GessWerd.view.LetterChooser', {
    extend: 'Ext.Panel',
    xtype: 'gesswerdLetterChooser',

    config : {
    cls:...
  12. After reading this link:

    http://people.mozilla.com/~bsterne/content-security-policy/details.html

    I tried adding this to my manifest.json:

    "content_security_policy": "allow 'self'...
  13. Thanks for your help. I found that these images are defined in sencha-touch.css. Here is a snippet of what I found in sencha-touch.css:

    url('data:image/png;base64,...

    What is the correct...
  14. Hi, I'm trying to turn my ST2 app into a Chrome packaged app. My app runs very well except for a few images from the sencha-touch-all.js that won't load correctly. The error in the Chrome console...
  15. Replies
    5
    Views
    1,442
    I tried my ST2 app on desktop IE 10 because Windows Phone 8 will run the same IE 10. I know that Windows Phone 8 is not out yet, but if Sencha gets ST2 running on desktop IE 10, it will run on...
  16. Replies
    5
    Views
    1,442
    My ST2 app runs great on Chrome and Safari. I installed the Window 8 Release Preview, fired up the IE 10 browser and pointed it at my ST2 app. I got a white page and an '[Ext.getBody] ...
  17. I'm having trouble changing the background color of a fieldset to black. I added this to my CSS file:

    .bgBlack
    {
    background-color: Black;
    }


    In my panel that includes a fieldset, I've...
  18. Replies
    1
    Views
    345
    I am getting close to releasing my ST2 app as a natively-packaged app so I am trying to optimize launch time. What is the best way to include the least amount of code from the ST2 framework? ...
  19. Replies
    4
    Views
    916
    The following code changes to sencha-touch-all-debug.js seem to fix the problem for me:


    //if (this.supportsOrientation()) {
    // this.addWindowListener('orientationchange',...
  20. Replies
    4
    Views
    916
    I am very near releasing a natively-packaged version of my ST2 app for Android. The free version of my android app displays AdMob ads using an AdView. Note that the AdView is a separate Android...
  21. In the end, I could find no other solution but to use PhoneGap.
  22. I have natively packaged my ST2 app and I am preparing to submit it to the Apple AppStore, Google Play and the Amazon AppStore for Android. I have the following config settings in Ext.application in...
  23. Oops, that last post was meant for another thread, please ignore.
  24. By the way, here is a link to the issue as tracked by the Cordova project:

    https://issues.apache.org/jira/browse/CB-246
  25. By the way, here is a link to the issue as tracked by the Cordova project:

    https://issues.apache.org/jira/browse/CB-246
Results 1 to 25 of 120
Page 1 of 5 1 2 3 4