Search Type: Posts; User: Martin1982
Search: Search took 0.02 seconds.
-
13 May 2013 12:03 AM
- Replies
- 1
- Views
- 111
And of course I should have asked this question to my stuffed elePHPant first as I came up with the answer seconds after posting the question....
In case anyone runs into this; I'm using Mac OS X... -
12 May 2013 11:54 PM
- Replies
- 1
- Views
- 111
Today I wanted to upgrade Sencha Cmd, but the output of the upgrade command felt kind of strange:
sencha upgrade
Sencha Cmd v3.1.0.256
[INF] Determining the latest version of Sencha Cmd
[INF]... -
12 May 2013 11:43 PM
- Replies
- 3
- Views
- 373
I do recommend to add them separately as you cannot (theoretically, I trust you know your own code though) know when these get invoked since they're not part of the Ext ecosystem.
You can use the... -
17 Jan 2013 3:04 AM
- Replies
- 1
- Views
- 743
We are proud to announce the second edition of the Dutch Mobile Conference. A 3-day conference about technologies used for mobile websites and mobile web application development focussed on...
-
28 Oct 2012 12:39 PM
- Replies
- 3
- Views
- 543
I already expected this answer as Sencha Command was never released as a non-beta product. But it somehow still strikes me as odd that it comes with an 'upgrade' functionality which is somewhat...
-
26 Oct 2012 5:43 AM
- Replies
- 3
- Views
- 543
I am trying to upgrade my project from version 2.0 to 2.1 RC2 using Sencha Cmd, but I'm running into some issues:
martindekeijzer$ sencha app upgrade... -
25 Sep 2012 2:25 AM
- Replies
- 4
- Views
- 789
I can somewhat agree with that, if I'm correct all Android version 4.1.x and up have Chrome as their 'Stock'-browser. I also see Chrome listed as one of the top 10 downloaded apps in the Google Play...
-
21 Sep 2012 5:36 AM
Jump to post Thread: Upgrading ST2 app fails by Martin1982
- Replies
- 3
- Views
- 755
I'm trying to upgrade my Sencha Touch 2 app from 2.0.1 to 2.1.0 RC3 with the following command (from the 2.1.0 RC3 dir):
sencha app upgrade /path/to/my/app/
Unfortunately the new Sencha Cmd... -
21 Sep 2012 12:24 AM
- Replies
- 4
- Views
- 789
Are there any plans to make Sencha Touch support for more browsers than just Webkit-based browsers?
I know there is already a topic which confirmes that it's not in scope right now... -
28 Aug 2012 12:13 PM
- Replies
- 3
- Views
- 474
Great stuff Jamie and Mitchell, and all very quick, thanks!
-
27 Aug 2012 11:32 PM
- Replies
- 3
- Views
- 474
I'm working on an app which will only be used in the Netherlands, and my Translator object can pretty much handle translations for every text, except for the Pull-to-refresh plugin, it has a template...
-
2 Aug 2012 1:17 PM
- Replies
- 12
- Views
- 5,295
I agree that we do need to care about performance for every type of device. And maybe even care to support beyond webkit in the near future (think of smart tv's, new OS's like FirefoxOS which does...
-
17 Jul 2012 9:44 AM
- Replies
- 11
- Views
- 932
I don't have a testing environment available right now, but what happens if you replace the 'embed' tag with a div? I guess that one is causing native scrollbars.
-
16 Jul 2012 8:40 AM
- Replies
- 11
- Views
- 932
Do you have some example code I can hack around with?
-
16 Jul 2012 3:15 AM
- Replies
- 11
- Views
- 932
Is it native browser scrolling or the Sencha scroller?
-
16 Jul 2012 2:30 AM
- Replies
- 4
- Views
- 1,466
I solved this in a global controller:
Ext.define('myApp.controller.Global', {
extend: 'Ext.app.Controller',
config: {
refs: {
'tabPanel' : 'tabpanel' -
16 Jul 2012 12:50 AM
- Replies
- 11
- Views
- 932
In your config: {} set the property
scrollable: false -
15 Jul 2012 12:08 PM
- Replies
- 2
- Views
- 795
As far as I can see now, the Ext.Device classes don't support such a thing yet. (http://docs.sencha.com/touch/2-0/#!/api/Ext.device.Device)
Ext.Device is compatible with Sencha Packaging and... -
14 Jul 2012 5:43 AM
- Replies
- 2
- Views
- 1,175
It seems like you need to separate 2 things here;
CodeIgniter is a PHP framework, all the code that is written in Code Igniter will be executed on the server and output sent to the client.
... -
14 Jul 2012 5:33 AM
- Replies
- 0
- Views
- 270
The past couple of weeks I've been following Mozilla's Boot 2 Gecko (B2G https://developer.mozilla.org/en/Mozilla/Boot_to_Gecko/). It's an all-web mobile OS, already supported by companies like...
-
5 Jul 2012 2:33 AM
Jump to post Thread: Loss my css in production mode by Martin1982
- Replies
- 6
- Views
- 583
so what I see here is that the css is added to the appCache, while the build process expects a seperate css section. This is a part of one of my app.json files where you can see the standard ST2 SDK...
-
5 Jul 2012 12:45 AM
Jump to post Thread: Loss my css in production mode by Martin1982
- Replies
- 6
- Views
- 583
could you post the contents of you app.json file?
-
22 May 2012 11:09 AM
Jump to post Thread: Jsonp and json by Martin1982
- Replies
- 5
- Views
- 694
If 2 services which are exactly the same are behaving differently than yes, that is what I am assuming.
-
22 May 2012 11:07 AM
- Replies
- 12
- Views
- 2,501
That usually happens when a fatal error occurs within the Javascript. Is your console showing any errors?
-
19 May 2012 9:01 AM
- Replies
- 13
- Views
- 996
That's odd, maybe that's a Navigationbar behavior.
Here are a couple of things you might want to check;
Is this still happening when converting the navigationbar to a toolbar?
Are you using a...
Results 1 to 25 of 105
