Search Type: Posts; User: Kah0ona
Search: Search took 0.02 seconds.
-
1 May 2012 7:27 AM
- Replies
- 1
- Views
- 408
If you add your html5 app to desktop using 'add to home screen' on iOS (and similar on android), is there a way to detect if your app was launched using this home screen shortcut icon?
I don't... -
9 Apr 2012 3:50 AM
- Replies
- 1
- Views
- 513
Crap, I posted it in the wrong forum, should 've been posted in Sencha Touch 2. A moderator might want to move this :-)
-
9 Apr 2012 3:47 AM
- Replies
- 1
- Views
- 513
Hello,
This question is not necessarily a Sencha issue, yet the discussion would be interesting nonetheless, so here goes.
Consider a link to a different site, using a button, like so:
... -
30 Mar 2012 5:27 AM
- Replies
- 2
- Views
- 534
Thanks that solved it!
-
30 Mar 2012 12:14 AM
- Replies
- 2
- Views
- 534
Hello,
I populate a Ext.list from a store. In essence the datastructure of the jsonP service is a list of shops, with nested 'items'. In my list of items (no matter which shops), i use the... -
23 Mar 2012 8:54 AM
Jump to post Thread: Height of Carousel is 0, why? by Kah0ona
- Replies
- 2
- Views
- 609
That did the trick thanks!
-
23 Mar 2012 7:29 AM
Jump to post Thread: Height of Carousel is 0, why? by Kah0ona
- Replies
- 2
- Views
- 609
Hello, I have the following component, a media carousel with a toolbar on top:
Ext.define('MarktBuzz.view.components.MediaCarousel', {
extend: 'Ext.Panel',
xtype : 'mediacarousel',
... -
9 Mar 2012 6:59 AM
- Replies
- 3
- Views
- 515
thanks, though i actually want it to be a html5 app, not necessarily package it to native (yet). Does it mean we have to have two different versions, one using ext.util, and one using ext.device?
-
9 Mar 2012 5:11 AM
- Replies
- 3
- Views
- 515
Hello, when I run
sencha app build production
Half way through, this is happening: -
9 Mar 2012 2:30 AM
- Replies
- 3
- Views
- 284
Solved it. Somehow the list was set to hidden:true according to inspecting the object.
Somehow removing the fullscreen: true on the list object fixed it:
So my list code is now like this (got... -
7 Mar 2012 1:07 PM
- Replies
- 3
- Views
- 284
Okay, now I restructured the whole project with the new command line tool, generated a new app, and then pasted my code back in. Now it shows tabpanel with two panes.
Now the problem is that the... -
7 Mar 2012 5:44 AM
- Replies
- 3
- Views
- 284
Hello,
Our little app used to work in the previous 2.0 Beta, but since the RC I keep getting a white screen. The console does not give me any errors. Also, the main view is, according to the... -
3 Feb 2012 8:46 AM
- Replies
- 5
- Views
- 885
Thanks that worked great! So, should the docs of Operation be updated? Because it still talks abou filters / sorters.
-
3 Feb 2012 8:27 AM
- Replies
- 5
- Views
- 885
Thanks for your quick response.
We don't add it to the Store because the filtering/sorting is done on the server behind the proxy.
So we want Sencha to make a GET request like this:... -
3 Feb 2012 8:03 AM
- Replies
- 5
- Views
- 885
Hello,
I am using the following Store, in combination with the following Operation to fetch data from a proxy (fetch_proxy.php). The sorters and filters array should add parameters to the url of...
Results 1 to 15 of 15
