Search Type: Posts; User: kworam
Search: Search took 0.07 seconds.
-
3 Jan 2013 12:53 PM
- Replies
- 1
- Views
- 213
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... -
12 Dec 2012 1:20 PM
- Replies
- 1
- Views
- 104
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 =... -
12 Dec 2012 12:18 PM
- Replies
- 1
- Views
- 104
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 Dec 2012 6:49 AM
- Replies
- 1
- Views
- 427
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:
... -
13 Aug 2012 9:13 AM
- Replies
- 4
- Views
- 1,570
Thanks, that was very helpful!
-
12 Aug 2012 8:14 PM
- Replies
- 4
- Views
- 1,570
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! -
30 Jul 2012 10:35 AM
Jump to post Thread: deploy ST2 app to mac app store? by kworam
- Replies
- 1
- Views
- 340
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. ...
-
30 Jul 2012 6:18 AM
Jump to post Thread: redraw problem in Chrome browser by kworam
- Replies
- 4
- Views
- 699
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:...
-
29 Jul 2012 2:37 PM
Jump to post Thread: redraw problem in Chrome browser by kworam
- Replies
- 4
- Views
- 699
I can reproduce this problem on the Chrome browser for Windows and MacOS, but not Safari for MacOS.
-
29 Jul 2012 8:50 AM
Jump to post Thread: redraw problem in Chrome browser by kworam
- Replies
- 4
- Views
- 699
By the way, this problem does not happen on the Safari browser.
-
29 Jul 2012 8:36 AM
Jump to post Thread: redraw problem in Chrome browser by kworam
- Replies
- 4
- Views
- 699
In my ST2 app, I have a panel with the following config:
Ext.define('GessWerd.view.LetterChooser', {
extend: 'Ext.Panel',
xtype: 'gesswerdLetterChooser',
config : {
cls:... -
28 Jul 2012 4:03 AM
- Replies
- 3
- Views
- 685
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'... -
28 Jul 2012 3:44 AM
- Replies
- 3
- Views
- 685
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... -
27 Jul 2012 8:08 PM
- Replies
- 3
- Views
- 685
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...
-
25 Jul 2012 12:15 PM
Jump to post Thread: sencha touch and ie10 by kworam
- 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...
-
25 Jul 2012 5:51 AM
Jump to post Thread: sencha touch and ie10 by kworam
- 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] ...
-
1 Jun 2012 9:56 AM
- Replies
- 2
- Views
- 1,089
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... -
29 May 2012 12:00 PM
Jump to post Thread: including the least sencha code by kworam
- 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? ...
-
29 May 2012 9:16 AM
Jump to post Thread: Kindle WebView resize bug by kworam
- 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',... -
29 May 2012 7:45 AM
Jump to post Thread: Kindle WebView resize bug by kworam
- 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...
-
29 May 2012 6:52 AM
- Replies
- 4
- Views
- 592
In the end, I could find no other solution but to use PhoneGap.
-
10 May 2012 10:01 AM
- Replies
- 2
- Views
- 612
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...
-
9 May 2012 10:23 AM
- Replies
- 3
- Views
- 476
Oops, that last post was meant for another thread, please ignore.
-
9 May 2012 10:22 AM
- Replies
- 3
- Views
- 798
By the way, here is a link to the issue as tracked by the Cordova project:
https://issues.apache.org/jira/browse/CB-246 -
9 May 2012 10:20 AM
- Replies
- 3
- Views
- 476
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
