Search Type: Posts; User: Riaz
Search: Search took 0.04 seconds.
-
7 Jul 2011 4:47 PM
Jump to post Thread: setActiveItem in panel - maps by Riaz
- Replies
- 2
- Views
- 661
is there any code for testing?
-
22 Jun 2011 6:56 PM
- Replies
- 4
- Views
- 7,802
is there any solution?
-
22 Jun 2011 6:25 PM
- Replies
- 0
- Views
- 763
Could anybody explain me, what is 'parentNode' with example?
-
22 Jun 2011 4:35 PM
- Replies
- 11
- Views
- 1,975
Any idea why it is happening?
-
22 Jun 2011 5:44 AM
- Replies
- 11
- Views
- 1,975
I have modified my code. My code is bellow -
Ext.setup({
tabletStartupScreen: "/images/tablet_startup.png",
phoneStartupScreen: "phone_startup.png",
icon: "icon.png",
... -
22 Jun 2011 4:56 AM
- Replies
- 11
- Views
- 1,975
I have tested on chrome, but I am not getting any error.
Could you cope my above code? It is full sample code. Any advice will be appreciated. -
21 Jun 2011 10:46 PM
- Replies
- 11
- Views
- 1,975
I have written code on the suggestion of 'Optimizing Memory Usage'. However, it is not switching to details when I tap on item.
You will get clear idea when you run the above code.
However, if... -
21 Jun 2011 10:24 PM
- Replies
- 11
- Views
- 1,975
Is there any alternative?
-
21 Jun 2011 9:04 PM
- Replies
- 11
- Views
- 1,975
I have added sample test code. What is the wrong on my code?
Ext.setup({
tabletStartupScreen: "/images/tablet_startup.png",
phoneStartupScreen: "phone_startup.png",
icon:... -
21 Jun 2011 4:55 PM
- Replies
- 11
- Views
- 1,975
According to the blog "http://www.sencha.com/blog/sencha-touch-optimizing-memory-usage/", it is not working. Could any body have tried this?
-
8 Jun 2011 5:30 PM
Jump to post Thread: Two columns for list by Riaz
- Replies
- 1
- Views
- 1,024
Is it possible to add two columns in Ext.list?
-
6 Jun 2011 3:51 PM
Jump to post Thread: Access App variable? by Riaz
- Replies
- 5
- Views
- 993
How do I send value to 'apiUrl'?
-
1 Jun 2011 5:45 PM
Jump to post Thread: help with itemtap on a list by Riaz
- Replies
- 7
- Views
- 3,577
try with the following code -
listeners:{
itemtap: function (view, index) {
var myRecord = myapp.stores.myappData.getAt(index)
Ext.dispatch({
... -
1 Jun 2011 4:58 PM
- Replies
- 9
- Views
- 2,151
very hard to test without complete code.
-
1 Jun 2011 4:49 PM
Jump to post Thread: help with itemtap on a list by Riaz
- Replies
- 7
- Views
- 3,577
What is the name of store class?
-
30 May 2011 5:12 PM
Jump to post Thread: Ext.form.Select by Riaz
- Replies
- 11
- Views
- 2,025
With the help of the Sencha touch brothers, I have solved the issue. Any comment will be appreciated.
var Select_SubprojectStore = new Ext.data.Store({
storeId: 'patientStore',
... -
30 May 2011 4:16 PM
Jump to post Thread: Store and select box by Riaz
- Replies
- 17
- Views
- 7,668
Thanks for sharing your code.
I need some clarify on based of your code. How can I reload the 'store' object? I want to upload the 'store' object when I tap s'electField'. Is it possible? -
30 May 2011 1:46 AM
Jump to post Thread: Ext.form.Select by Riaz
- Replies
- 11
- Views
- 2,025
Desperately looking help.
-
29 May 2011 11:46 PM
Jump to post Thread: Ext.form.Select by Riaz
- Replies
- 11
- Views
- 2,025
Thank you very much brother for correction my mistake. It is working now. I am very grateful to you.
However, still I have a issue. how do I refresh my 'Select_SubprojectStore' after '... -
29 May 2011 10:51 PM
Jump to post Thread: Ext.form.Select by Riaz
- Replies
- 11
- Views
- 2,025
Ext.regModel('Select_SubProject123', {
fields: ['SubprojectCounter', 'ProjectCounter', 'SubprojectName']
});
var Select_SubprojectStore = new Ext.data.Store({
... -
29 May 2011 10:43 PM
Jump to post Thread: Ext.form.Select by Riaz
- Replies
- 11
- Views
- 2,025
Do you say link this -
var SubprojectSelectField = Ext.extend(Ext.form.Select, {
required: true,
name: 'SubprojectName',
label: 'Subproject',
valueField:... -
29 May 2011 10:20 PM
Jump to post Thread: Ext.form.Select by Riaz
- Replies
- 11
- Views
- 2,025
Thanks for your reply.
What I am trying to do-
It is a child "selectfield". I want to do load data after select filed is taped. What should I do? -
29 May 2011 9:06 PM
Jump to post Thread: Store and select box by Riaz
- Replies
- 17
- Views
- 7,668
Krause,
Could you give me any sample code. I can not forward. -
29 May 2011 9:04 PM
Jump to post Thread: Store and select box by Riaz
- Replies
- 17
- Views
- 7,668
I am also facing same problem. Is it possible now?
-
29 May 2011 4:38 PM
Jump to post Thread: Ext.form.Select by Riaz
- Replies
- 11
- Views
- 2,025
Is it possible to call 'Ext.data.Store' after click/tap 'Ext.form.Select'?
Results 1 to 25 of 120
