Search Type: Posts; User: alfa19
Search: Search took 0.16 seconds.
-
19 May 2013 11:32 PM
Jump to post Thread: Switch to neptune theme by alfa19
- Replies
- 8
- Views
- 479
Ok..for my purpose generate the app with sencha cmd is not possible...too many files and i have to organize the app in completely another way...
So what i need to do for using neptune only... -
17 May 2013 5:35 AM
Jump to post Thread: Switch to neptune theme by alfa19
- Replies
- 8
- Views
- 479
Thanks a lot
-
16 May 2013 8:24 AM
Jump to post Thread: Switch to neptune theme by alfa19
- Replies
- 8
- Views
- 479
mmm...because with this approach i have a little error in tabpanel...isn't there an official way to do the theme change?
Thanks anyway for the help :) -
12 May 2013 10:57 PM
Jump to post Thread: Switch to neptune theme by alfa19
- Replies
- 8
- Views
- 479
Hi everyone,
i wanna switch my application to the neptune theme, but what's the correct way to do this? Which files i need to include excactly for do this change?
Thanks a lot. -
7 May 2013 11:56 PM
Jump to post Thread: Title like Kitchen Sink by alfa19
- Replies
- 2
- Views
- 70
So is there a way to have a viewport title directly with extjs4.2 supports?
-
7 May 2013 3:28 AM
Jump to post Thread: Title like Kitchen Sink by alfa19
- Replies
- 2
- Views
- 70
Hi
how can i have a green titlebar like in Kitchen sink?
http://docs.sencha.com/extjs/4.2.0/extjs-build/examples/build/KitchenSink/ext-theme-neptune/#basic-panels
Thanks -
17 Apr 2013 8:49 AM
Jump to post Thread: Assign value to field by alfa19
- Replies
- 2
- Views
- 185
An update:
what i'm searching for is obtained with processConfig. But i've another problem: if into processConfig i write:
console.log(this);
i obtain the object myformpanel... -
17 Apr 2013 6:42 AM
Jump to post Thread: Assign value to field by alfa19
- Replies
- 2
- Views
- 185
Hi everyone,
i've override a FormPanel create my custom class. In this class i've added a property called datas in this way:
datas: {
name: null,
last: null
} -
12 Apr 2013 6:29 AM
Jump to post Thread: GridPanel has no method getItemId by alfa19
- Replies
- 1
- Views
- 96
Hi everyone,
i'm building an app using architect. I've create a class
Custom.view.MyGridPanel
that extend Ext.grid.Panel. After in my controller i create an object like this:
var grid =... -
4 Apr 2013 5:47 AM
Jump to post Thread: FormBind in ST2 by alfa19
- Replies
- 1
- Views
- 104
Hi everyone,
in ExtJs 4 i've often used formBind for enable submit button only on required field correctly inserted.
Is possible to do the same in sencha touch 2? If yes, how can i do this?
... -
3 Apr 2013 6:54 AM
Jump to post Thread: Unsupported browsers by alfa19
- Replies
- 3
- Views
- 243
But i wanna test my app on a mobile browser...not on a desktop one
-
3 Apr 2013 5:04 AM
Jump to post Thread: Unsupported browsers by alfa19
- Replies
- 3
- Views
- 243
Hi everyone,
i'm starting with ST2 and i've create a little application. Than i've installed Opera Mobile 12 Emulator on my Windows PC for trying this...but when i go to
... -
11 Aug 2012 7:16 AM
Jump to post Thread: Chart with nested json by alfa19
- Replies
- 1
- Views
- 320
Hi,
i've a store based on a model like this:
Ext.define('Ext.ux.Month', {
extend: 'Ext.data.Model',
fields: [
{ name: 'name', type: 'string' },
{ name: 'workers', type: 'number'... -
3 Aug 2012 1:34 AM
- Replies
- 3
- Views
- 913
i must add my panel to a tab not to body...for the rest the code is identical to my
-
1 Aug 2012 7:02 AM
- Replies
- 3
- Views
- 913
Hi everyone.
I want to create a panel with 2 child: one collpsible on the west and the other that fit the rest of the space.
After i want to add that panel to a tab panel.
This is my code:
... -
30 Jul 2012 4:29 AM
Jump to post Thread: Problem with ie by alfa19
- Replies
- 3
- Views
- 755
My code is more than 1500 row and is generated by the server, so is completely not readable;
i have checked it for commas but they are ok; other ideas?
thanks a lot -
30 Jul 2012 2:19 AM
Jump to post Thread: Problem with ie by alfa19
- Replies
- 3
- Views
- 755
Hi every one.
A code that work perfectly in chrome and ff does not work in ie.
The errors are:
SCRIPT87: Invalid argument.
miframe.js, Row 7 Character 13767
SCRIPT438: Object does not... -
18 Jul 2012 6:31 AM
- Replies
- 9
- Views
- 1,658
any ideas? :(
-
18 Jul 2012 6:29 AM
Jump to post Thread: Fieldset with checkbox deselected by alfa19
- Replies
- 6
- Views
- 1,286
this not solve my problem. My problem is to initialize the checkbox as off but with the fieldset open. The mouse event is still correct fixed
-
16 Jul 2012 1:32 AM
Jump to post Thread: Fieldset with checkbox deselected by alfa19
- Replies
- 6
- Views
- 1,286
the action associated to checkbox aren't importat, cause i manage it completely.
How can i override the CSS?
Thanks -
15 Jul 2012 8:41 AM
Jump to post Thread: Fieldset with checkbox deselected by alfa19
- Replies
- 6
- Views
- 1,286
anyone can help me? :(
-
14 Jul 2012 8:20 AM
Jump to post Thread: Fieldset with checkbox deselected by alfa19
- Replies
- 6
- Views
- 1,286
Hi,
i wanna create a fieldset with initial checkbox deselected but non collapsed.
For prevent the collapse when the checkbox value became false i have added this listener:
beforecollapse:... -
13 Jul 2012 7:34 AM
- Replies
- 9
- Views
- 1,658
No no the tip is displayed, so no error occour. But it isn't displayed in the correct place.
If i add the anchor: 'top' properties to the tip it no longer appears and in the console the same error... -
13 Jul 2012 4:45 AM
- Replies
- 9
- Views
- 1,658
No, it seems work....so? what i have to do?
thanks a lot for reply :)
EDIT: no, it work only if the panel is in the top-left corner. If i put it in other part of the page the tip continue shows... -
11 Jul 2012 3:21 AM
- Replies
- 9
- Views
- 1,658
of course, this is the code after onReady (in fact another tip in the code work fine)
Ext.tip.QuickTipManager.init();
Results 1 to 25 of 54
