Search Type: Posts; User: Don Pipo
Search: Search took 0.01 seconds.
-
1 Jun 2012 12:11 AM
- Replies
- 1
- Views
- 268
Solved the problem(?).
If you use "sencha app build package" every code within "//<debug>" and "//</debug> will be excluded. My Loader.setPath() was within those tags. Couldn't find an explanation... -
31 May 2012 2:48 AM
- Replies
- 1
- Views
- 268
Hello everyone,
I have a small library which I need for my apps which I get into my app with the following code:
Ext.Loader.setPath({ 'Ext': 'sdk/src',
'MyLib': 'smalllibrary/src'... -
31 May 2012 12:22 AM
- Replies
- 28
- Views
- 4,429
If I use
sencha app build native
my app starts automatically in the iOSSimulator. Is it possible to get the same behaviour with -
22 Apr 2012 11:31 PM
- Replies
- 3
- Views
- 1,132
Hi bluehipy,
yes, that works fine!
I've found another solution for my problem. I called this.redirectTo() to set the initial route, but it seems I can rely on an empty route, too:
... -
20 Apr 2012 12:37 AM
- Replies
- 3
- Views
- 1,132
Hi everyone,
I have a strange problem with this.redirectTo() and can't figure out how to fix it. I have an app.js which looks like this:
Ext.application({
name: 'RouterApp', -
19 Apr 2012 12:13 AM
- Replies
- 1
- Views
- 307
It seems I can use record.childBelongsToInstance.data.date safely instead of record.get('child').date, but the grouper doesn't properly group anyway. Seems more like a grouper problem, instead of a...
-
18 Apr 2012 11:48 PM
- Replies
- 1
- Views
- 307
Hi everyone,
I load a JSON into nested models. The store which loads the JSON should group the models, but groupFn is called before all nested data has been loaded. Can I delay the groupFn call... -
17 Apr 2012 11:55 PM
- Replies
- 2
- Views
- 562
Aha! I can add custom configs with the filter field. Thank you very much for your answer. This works.
-
17 Apr 2012 11:38 PM
- Replies
- 2
- Views
- 562
Hi everyone,
when I hand-code im allowed to say:
{
xtype: 'navigationview',
navigationBar: false
} -
13 Apr 2012 3:09 AM
- Replies
- 6
- Views
- 850
Me === noob.
You shouldn't exlucde "@include sencha-carousel;" from your app.scss. D'oh! -
12 Apr 2012 6:08 AM
- Replies
- 6
- Views
- 850
Didn't know that card-layout extends fit-layout, but my layout breaks. I made some screenshots and post my code for each screen to illustrate my problem.
Layout works without carousel:
33918
... -
12 Apr 2012 5:44 AM
- Replies
- 6
- Views
- 850
Hmm, no. Sorry for confusing you. English is not my native language - that makes explaining difficult.
I just want to simulate an experience very similar to Android homescreens. (You have multiple... -
12 Apr 2012 1:33 AM
- Replies
- 6
- Views
- 850
Hello community,
I have a component which is displayed only correctly, if it is nested inside a parent component with layout set to fit.
Example:
Ext.define("MultiUser.view.SomeComponent",... -
9 Apr 2012 11:02 PM
- Replies
- 4
- Views
- 1,310
At the end I used a method like this:
// this == a component which extends Ext.navigation.View with autoDestroy=false
var component = Ext.getCmp(view.id); if(component) {
... -
5 Apr 2012 1:00 AM
- Replies
- 4
- Views
- 1,310
Hi everybody,
is there any easy way to reuse a card component in a Ext.navigation.View? Currently I use something like this:
if(Ext.ComponentQuery.query('#myComponent').length > 0)
{
... -
30 Mar 2012 3:20 AM
Jump to post Thread: Showing navigationbar by Don Pipo
- Replies
- 5
- Views
- 857
Hi,
I have the same problem, but a different fix, if someone is interested in my fix:
I use a CSS class to hide the navigationbar (SASS Code):
.x-container.hide-navigation-bar {
...
Results 1 to 16 of 16
