Search Type: Posts; User: micsencha
Search: Search took 0.02 seconds.
-
29 Nov 2012 7:30 AM
- Replies
- 1
- Views
- 704
Hi, this is my code:
I am developing with Android 4.2.
The problem is that ondeviceready is never fired and so also backbutton event is not handled.
I am using the example of documentation:... -
22 Oct 2012 5:30 AM
- Replies
- 4
- Views
- 583
Ext.define('CarDiary.view.MyPanel', { extend: 'Ext.Panel',
config: {
items: [
{
xtype: 'toolbar',
docked: 'top',
... -
22 Oct 2012 5:08 AM
- Replies
- 4
- Views
- 583
Many thanks, can you give me some example...I am e newbie Thanks a lot.
-
20 Oct 2012 6:59 AM
- Replies
- 4
- Views
- 583
Hi,this is my code:
{ xtype: 'tabpanel',
docked: 'top',
height: 752,
width: '100%',
activeItem: 1,
... -
12 Oct 2012 8:26 AM
Jump to post Thread: center an image horizontally by micsencha
- Replies
- 2
- Views
- 526
Solved with
margin: 0px auto;
width: 50%; -
29 Sep 2012 2:22 PM
Jump to post Thread: center an image horizontally by micsencha
- Replies
- 2
- Views
- 526
Hi, this is my GUI:
39041
I would center the image horizontally....
Can you help me? I can not understand how to do this.
Thanks in advance -
2 May 2012 6:23 AM
- Replies
- 4
- Views
- 1,068
Thanks for you suggestion!
I have only removed layout:fit from
var myView = Ext.create("Ext.NavigationView", { title:'navviewTitle',
id:'myView',
... -
2 May 2012 5:39 AM
- Replies
- 4
- Views
- 1,068
With another example I have the some problem...here I push only html:
before push:
34780
after pushing the second view appear over the first that is also visible but disabled...
34781
var... -
2 May 2012 4:28 AM
- Replies
- 1
- Views
- 271
Hi I don't understand why I don't see my list in tab3...
This is my code... I add one record in myStore but I don't see the list...
Thanks in advance!
var mainForm ;
var mainFormPanel={};... -
1 May 2012 2:56 PM
- Replies
- 1
- Views
- 428
If I click on the button for push the second view I have this result:
First view => http://postimage.org/image/76jeobe9h/
When I push the second view =>http://postimage.org/image/yk8o8tdrx/ ... -
30 Apr 2012 7:34 AM
- Replies
- 4
- Views
- 1,068
I have a tabpanel. In this tabpanel I have 3 tab. In the second tab I habe an Ext.NavigationView called view. Inside view I have an Ext.Panel called listpanel.
In listpanel I have 2 titlebar and one... -
28 Apr 2012 4:06 PM
Jump to post Thread: list - change title dinamically by micsencha
- Replies
- 1
- Views
- 430
Hi, how can I change the title attribute of titlebar ?
var list= Ext.create('Ext.List', { fullscreen: true,
store: 'MyStore',
itemTpl: '{txt}',... -
28 Apr 2012 7:38 AM
- Replies
- 1
- Views
- 546
Hi, I am not be able to view buttons that I have defined in toolbar of mainForm Form.
This is my code:
Ext.application({
glossOnIcon: false,
autoMaximize: false,
icon: {
... -
22 Apr 2012 7:32 AM
- Replies
- 1
- Views
- 305
Hi, I have 3 tab and in the 2 tab I have a form (text in mainForm variable) with toolbar and (mainFormPanel).
The problem is that I am not be able to add event to mainForm in mainFormPanel.
I... -
22 Apr 2012 7:27 AM
Jump to post Thread: Form inside Tab Panel by micsencha
- Replies
- 3
- Views
- 993
Solved, thank you!
var mainFormPanel={ xtype: 'toolbar',
docked: 'bottom',
layout: {
pack: 'center'
},
items: [
... -
22 Apr 2012 6:20 AM
Jump to post Thread: Form inside Tab Panel by micsencha
- Replies
- 3
- Views
- 993
It works thanks, but I have to add a toolbar form...
so If i type mainForm.add I have returned Uncaught TypeError: Object #<Object> has no method 'add'
mainForm.add({ xtype:... -
22 Apr 2012 3:52 AM
Jump to post Thread: Form inside Tab Panel by micsencha
- Replies
- 3
- Views
- 993
I am a newbie Sencha user. I would code a tab-panel and put inside each table a form. I try to define mainForm var and put in 2-tab, but if I click on 2-tab button I have returned a blank...
Results 1 to 17 of 17
