Search Type: Posts; User: Manoj Solanki
Search: Search took 0.01 seconds.
-
4 Jun 2013 11:29 PM
- Replies
- 4
- Views
- 1,124
Hello friend,
Setting readOnly property is working fine. But when I set it at run time like. Ext.getCmp('test').setReadOnly( true). is not working.
Please help.
Thanks in advance......... -
16 May 2013 9:40 PM
- Replies
- 5
- Views
- 448
I have tested these issue and found that it is the problem of Sencha Touch 2.1 version. When I replace the file of 2.1 with 2.0 and also change the code of sencha-touch-all-debug.js for Segmented...
-
22 Apr 2013 1:54 AM
- Replies
- 5
- Views
- 2,593
Thanks for the reply.. I did it...
-
15 Apr 2013 11:04 PM
- Replies
- 190
- Views
- 39,205
No, the application database is not deleted or even effected when you clear cookies and data from "ios setting".
I have checked it in simulator.:) -
10 Apr 2013 6:11 AM
- Replies
- 4
- Views
- 489
Hello Swarnendu,
I am using your code for reordering list cell and facing issue in following function:-
createDraggables : function(list,eOpts){
var me = this,... -
17 Jan 2013 4:29 AM
Jump to post Thread: container scroll problem by Manoj Solanki
- Replies
- 7
- Views
- 448
I had given position of items inside the container like
top:'0%',
left:'0%',
bottom:'0%',
width:'0%',
All elements of container has variable position. and when we insert element the... -
17 Jan 2013 3:46 AM
Jump to post Thread: container scroll problem by Manoj Solanki
- Replies
- 7
- Views
- 448
Thanks for reply alona,
when I insert element with static position it solve the problem of scrolling, but all the element of the container are adjusted according to new height(Because I had given... -
1 Jan 2013 9:25 PM
- Replies
- 3
- Views
- 194
My list is:
Ext.define('xyz.view.Orders_V', {
extend: 'Ext.Container',
config: {
items:[
{
xtype : 'toolbar',
docked: 'top',
... -
30 Dec 2012 11:51 PM
- Replies
- 3
- Views
- 194
Hello friends,
My list size is right when I am in Portrait mode(iPad) but when I change the orientation of iPad the scroll size of list increased.
Can anyone tell me what is exactly going wrong... -
27 Dec 2012 9:47 PM
- Replies
- 3
- Views
- 1,637
I dont have any problem with Cyclic feature But I only want to style the sencha touch picker like iOS picker..
Can any one help me....
Thanks in advance.... -
19 Dec 2012 5:11 AM
- Replies
- 2
- Views
- 8,446
Hi Gserio,
Thanks a lot.... For these greate help.... -
18 Dec 2012 2:48 AM
Jump to post Thread: Textfield Issue align right by Manoj Solanki
- Replies
- 3
- Views
- 940
Hello friends,
I am facing problem when I reduce the height of Textfield(below minHeight) the text inside it, is out from it and also the clear icon is misplaced.
Can anyone help me...
Thanks... -
17 Dec 2012 2:27 AM
- Replies
- 5
- Views
- 2,593
Hello friends,
Default border of segmented button is ROUNDED.
Can anyone tell me how can I make border of segmented button "square".
Thanks in advance.... -
13 Dec 2012 3:46 AM
Jump to post Thread: container scroll problem by Manoj Solanki
- Replies
- 7
- Views
- 448
Hi alona,
I am facing the same problem that you wrote in these thread....
Can you explain more about your last post...
Thanks in advance.... -
6 Dec 2012 8:58 PM
- Replies
- 2
- Views
- 620
Afcourse Mitchell it is sencha touch question...
I am using Sqlite proxy for use Sqlite db in my app. And I get stuck in these problem can you help me....
InventoryId is autoincrement field and... -
5 Dec 2012 10:56 PM
- Replies
- 190
- Views
- 39,205
Thanks for the reply bob..
SNo field is Autoincrement field. Thats so I have added field option with Sno field.
editPerson: function(list, index, target, record, event) {
store =... -
5 Dec 2012 7:08 AM
- Replies
- 190
- Views
- 39,205
I have modify model field:
fields: [
{ name: 'id', type: 'int' }, // Every model must start with an id of type int
{name:'SNO', type : 'int', fieldOption : 'PRIMARY KEY ASC'},
{... -
4 Dec 2012 5:11 AM
- Replies
- 2
- Views
- 620
I cant delete record of table having Primary Key
Model:
Ext.define('InventoryList_M', {
extend: 'Ext.data.Model',
config: {
fields: [
... -
3 Dec 2012 1:25 AM
- Replies
- 2
- Views
- 568
You had missed Parameter for change event, try following code hope it will help :-
genresPicker=Ext.create('Ext.Picker', {
slots: [
{
name : 'genres_filter',
title: 'Genre',
data : [
{... -
5 Nov 2012 4:21 AM
Jump to post Thread: iPhone Switch by Manoj Solanki
- Replies
- 9
- Views
- 4,275
Hi,
Can u please post an small sample code for iPhone like switch. I got error "xtype not defined". -
5 Nov 2012 12:53 AM
- Replies
- 3
- Views
- 883
Can you please share the code for these.
Thanks in advance.....
Results 1 to 21 of 21
