Search Type: Posts; User: senchaSaurav
Search: Search took 0.03 seconds.
-
12 Jun 2012 8:50 AM
- Replies
- 1
- Views
- 597
Hi,
Are there any good examples which demonstrates CRUD operation using REST proxy with RESTful services?
Few use-cases like (IPad App using ST 2.0):
1. When application gets loaded it shall... -
9 Jun 2012 10:37 AM
- Replies
- 2
- Views
- 776
Hi,
Kindly help me out!!! I want to a view like gmail app. How to achieve that?
I want to use this view instead of Segmented button. Suppose if I have three tabs on IPad App.
Instead of 3 tabs, I... -
2 Jun 2012 5:13 AM
- Replies
- 2
- Views
- 798
Thanks. You mean to say once users logs in, and about to land up in the internal dashboard during that time itself to initialize the accessible sub app?
How to navigate from login page to... -
30 May 2012 10:45 AM
- Replies
- 2
- Views
- 798
Hi,
I have almost completed first phase of the IPad app development as POC with the static data on store. Later I will integrate with REST services on completion of the second phase.
Thanks a... -
2 May 2012 12:32 PM
- Replies
- 1
- Views
- 916
Hi ,
I am using ST 2.0.0 version
I want to have List View component in tpl/ XTemplate.
I want to wrap it by div tag. How can I do it using ST2?
Any example is there? -
30 Apr 2012 12:56 PM
- Replies
- 1
- Views
- 377
Hi,
I have doubt like suppose if we distribute the app in app store the user install it and the user uses and perform some CUD operation on the initial 25( may be < 25 list items)loaded list items... -
26 Apr 2012 10:49 AM
- Replies
- 8
- Views
- 853
Hi,
Thanks.
Suppose, in IPad on the LHS list when the application gets initialized I invoke GET Request to access the resources returns me in JSON format; so all of the data for the list in the... -
25 Apr 2012 8:14 AM
- Replies
- 8
- Views
- 853
Hi,
Thanks a alot.
I have few doubts on native packaging of ST2
1. As in demo it has been told that if we use native package in iOS/Android , the difference is we can access the app in airline... -
25 Apr 2012 4:28 AM
- Replies
- 8
- Views
- 853
Thanks a lot. So while designing the User Interface with ST2 component we need to take care about it; to perform better.right? Normally, I saw the benchmark testing on ST2 release that ST2 is faster...
-
24 Apr 2012 11:09 AM
- Replies
- 8
- Views
- 853
Hi,
I went through some threads and realized the problem. So its resolved now and working.
But I observed few things, as I am using IPad 1st generation(iOS version 5.1) for my development. The... -
24 Apr 2012 8:36 AM
- Replies
- 4
- Views
- 1,520
Below code is
Ext.application({ name: 'PECMobile',
viewport:{
preventZooming:false
},
requires: [
'Ext.MessageBox'
], -
20 Apr 2012 1:34 PM
- Replies
- 8
- Views
- 853
Hi,
initialize: function(){ console.log('initialize-1');
var heightList = Ext.Viewport.getWindowHeight();
var orienDevice = Ext.Viewport.getOrientation();
var topValue =... -
19 Apr 2012 11:40 AM
Jump to post Thread: Floating panel with viewport by senchaSaurav
- Replies
- 2
- Views
- 1,365
Hi ,
I want to show the list component in the floating panel, which is working fine.
But I need help in few things:
1. I want to adjust the height of the floating panel depending orientation of... -
17 Apr 2012 11:09 AM
- Replies
- 4
- Views
- 1,520
Thanks alot.
I am trying to do as mentioned below
Ext.Viewport.add({xtype:'mainview',preventZooming:false});
Is this the correct way? -
16 Apr 2012 11:30 AM
- Replies
- 4
- Views
- 1,520
Hi,
How can I achieve Pinch in/ Pinch out i.e Zoom in/ Zoom out in html content in ST2?
Not any single element but through out the app.. Any example please :-/ -
11 Apr 2012 11:01 AM
- Replies
- 3
- Views
- 939
Thanks a lot.
In ST2, for Collapse/Expand Panel other than Accordion Layout, is there any other way to achieve the same? If any, example? -
11 Apr 2012 7:04 AM
- Replies
- 3
- Views
- 939
Hi,
How can we make list view in horizontal mode like carousal in sencha touch 2? :-/
Any example? -
7 Apr 2012 11:56 PM
- Replies
- 10
- Views
- 8,366
Modal :
Ext.define("GS.model.CostModal", {
extend: 'Ext.data.Model',
config: {
idProperty:'auto',
... -
5 Apr 2012 12:35 PM
- Replies
- 10
- Views
- 3,349
Thanks...
-
3 Apr 2012 9:04 AM
- Replies
- 10
- Views
- 8,366
Hi,
Thanks for you quick response.
Till now I have tested only in browsers of Desktop(browser: Safari, Chrome and Maxthon). and IPad (Safari) in both the cases the data are getting lost; once I... -
2 Apr 2012 8:40 AM
- Replies
- 10
- Views
- 8,366
Hi,
I have used as below given:
record.set('status','Approve');
record.setDirty();
store.sync();
store.filter('status', 'Review');
But still its happening the same thing.. When I refreshes or... -
1 Apr 2012 1:29 AM
- Replies
- 10
- Views
- 8,366
I did it.. Its working now.. Thanks .. but my doubt is.. But once I refresh or reload the app; the data which I have updated it goes away.. Why?
-
30 Mar 2012 11:10 AM
- Replies
- 1
- Views
- 942
Hi,
I have a requirement , sencha touch 2 app should be accessible at IPad/IPhone/Desktop web browser?
So I need to deploy it on application server?
As we are into now beta version of our app... -
30 Mar 2012 10:54 AM
- Replies
- 10
- Views
- 8,366
Hi,
I have a store as
Ext.define("GS.store.BirthStore", {
extend: 'Ext.data.Store',
config: {
model:'GS.model.BirthModal', -
20 Mar 2012 8:55 PM
- Replies
- 2
- Views
- 783
Thanks for your quick response.
Do you any example related to this?
One more thing,
I have a Main panel where I used card layout with animation slide, direction left and items in the Main Panel...
Results 1 to 25 of 41
