JavaScript framework for mobile devices, UI interface, DataAccess and encapsulation.

learn more… | top users | synonyms

0
votes
0answers
15 views

CSS style not working correctly with Sencha touch

I am building a sencha application. I want to try to use an ios switch like control. For that I have it in CSS: jsfiddle Demo (Credit to Lea Verou http://lea.verou.me) As you can see from the ...
0
votes
0answers
14 views

Delay before displaying a CSS gradient in a Sencha Touch Carousel

I'm using Sencha Touch to build a mobile app in which there is a carousel. Each item is a small piece of HTML containing text and images. In some of these items, I need to add a gradient a the bottom. ...
-1
votes
0answers
21 views

Sencha Touch 2: Loading a view to viewport for multiple times

My app has a menu view. when user clicks on one menu item, app loads another view. Another view has back button which shows previous menu view. How can Viewport show the main menu multiple times when ...
0
votes
0answers
16 views

Sencha Touch 2 carousel indicator tap events

I have a Sencha Touch 2 carousel (see http://dev.sencha.com/deploy/touch/examples/production/carousel/index.html). I need to capture the event when the active item is first and the user tries to ...
0
votes
1answer
31 views

Email form detail in Sencha Touch giving exception

I have a form in my page. I want the form details, which are filled by user, to send on a particular email. Here is my Form: xtype: 'formpanel', width: 300, height: ...
0
votes
1answer
24 views

inject sencha panel inside HTML div

I have a panel inside a view Ext.define('MyApp.view.myPanel', { extend : 'Ext.Panel', xtype : 'myPanel', config : { scrollable: 'vertical', width: '100%', height: '100%', html : ...
0
votes
1answer
17 views

Sencha touch html div tap listener

I am working on a sencha touch application. I have a view that extends from panel The view Ext.define('MyApp.view.home', { extend : 'Ext.Panel', xtype : 'homeGrid', config : { scrollable: ...
1
vote
0answers
37 views

Sencha Touch 2 - How to Abort store load with ajax/json

How can I abort a store load while the ajax call is still executing? I have a simple store with proxy type of 'ajax' and 'json' reader. The documentation does not indicate any way to abort this. I ...
-2
votes
0answers
48 views

Is it possible to use Sencha Touch 2 to build native ios/android app packages? [closed]

I came across some reading saying that we are able to build native ios/android packages (apk & ipa) with Sencha Touch 2: akp, ipa. Has anybody even done it and deploy successfully? If so, Sencha ...
0
votes
1answer
46 views

with sencha touch and phonegap how to post data to the remote server

I aways use jsonp get data form the remote server to display. And now I want to send a comments to remote server. Because jsonp use http get to send, so the comments length have limit. Then I change ...
0
votes
1answer
24 views

How do I show a Next button on Sencha NavigationView?

Sencha adds a nice Back button to the navigation bar. As shown below. So my questions are:- How can I dynamically add the Next button to the navigation bar? How do I style the Next button to have ...
0
votes
0answers
44 views

Not receiving mail from php contact form

Hi i have a contact form in an overlay panel, the submit action for this can be seen below. Once i submit to email.php i receive back the success from my php file but i do not receive the mail in my ...
-1
votes
0answers
13 views

Sencha touch 2.2 - native android packaging in linux?

It looks like native android packaging is not working in Linux. I am getting errors like copy operation failed, nimblekit.jar not found. But its present in CMD location. Has anyone experienced the ...
2
votes
1answer
24 views

Change default back button on navigation view

Hi i am trying to change the title and icon of the default back button after pushing in a panel. I have tried the below code in the controller and i have tried similar code in the config of the view ...
0
votes
1answer
9 views

Sencha 2.2 - Where can I download draw and chart package from?

I have downloaded sencha 2.2 and building an application which uses the shapes and text tools to display data and other information. I tried to use Ext.draw and Ext.chart functionality but wasn't able ...
0
votes
1answer
30 views

Unable to parse json response in Sencha application

I want to learn how to develop mobile application. So I started using Sencha framework. I downloaded the sample application from here. When I run from localhost application, I don't see the list ...
0
votes
1answer
33 views

Sencha Touch CMD installation issues

I have a MAMP server running on the Mac. in the directory path: /Applications/MAMP/htdocs/MyApp/sencha-touch-2.2.0-gpl/ my SDK is copied. I downloaded the latest Sencha CMD tool from the sencha ...
0
votes
1answer
71 views

Sencha Touch - View / Store / Model Proxy Issue

I am pretty new to Sencha. Just trying to work out why the way I am currently doing my View / Store / Model for my project is not working >< I am trying to get the product list to pull from my ...
0
votes
1answer
22 views

Disablingselction of one item in sencha touch list

I have a list with suppose 5 items and I want to disable selection and showing blue color on item tab for 1 item only and enable for others. Is it possible to do that and how?
0
votes
0answers
21 views

sencha touch 2 - login with wordpress account

I need to make sencha touch 2 app that do 3 tasks : 1 - get bolgs feed from a word press website (done) 2 - login with my word press account and be able to write new blog (working on it) 3 - search in ...
0
votes
0answers
14 views

Buttons not showing on landscape in sencha touch apps

I have around 12 buttons on my main view,This shows fine{tested on device} on portrait orientation but only 5 buttons are showing on the landscape orientation,, can someone please tell how ...
1
vote
1answer
33 views

HTML above an xtype: 'formpanel' in Sencha Touch 2?

I'm new to Sencha Touch 2 and would like to place an HTML tag on top of the page and an xtype: formpanel below that. Any clue how to do this? Do I have to place both of these elements inside another ...
0
votes
2answers
33 views

getController() doesn't load file and doesn't fire init and lauch

i want to load some controllers at runtime only in special cases. In this video http://de.slideshare.net/senchainc/mvc-in-depth-part-2-tommy-maintz/ is said that you can do this with getController. If ...
0
votes
1answer
20 views

MVC Data Store - WebORB, Sencha, Ext Js 4

I am trying with EXT JS 4, Sencha Touch 2.0 and WebORB. What I am trying to build a store in MVC of Sencha Touch through Ext dynamically. I have called the below javascript function as below in the ...
0
votes
1answer
23 views

Populate ListView on other ListView itemtap event in Sencha Touch 2

I’m a newbie in Sencha touch development so I don’t know, is this right question or wrong, basically I’ve added TabPanel and within the first tab I’ve added a ListView within the NavigationView. So if ...
0
votes
1answer
14 views

Select query with parameters against WebSQL in Sencha Touch 2?

Can I write a simple select query with parameters against WebSQL database using SQL proxy in Sencha Touch 2? E.g. I would be happy to submit a query to request data for a specific month: SELECT * ...
-1
votes
1answer
24 views

Sencha Fiddle: Seems to be broken when trying to run or save files

Does anyone know why Sencha Fiddle doesn't want to save files or run an application when it can be downloaded perfectly well? The link to the fiddle is here: http://new.senchafiddle.com/#/Fq0Lj/ I ...
0
votes
1answer
14 views

Passing full data from a store in to a view

I currently have a list that is populated via a store which works fine. When you click on a list item, my controller gets the record of that list item and passes those details to the view that is ...
0
votes
0answers
19 views

sencha touch returns duplicats on refresh

i created a View/Store/Model for my app. in my Main.js i have the following config: config : { autoDestroy : false, xtype : 'tabpanel', tabBar : { docked : ...
0
votes
1answer
23 views

Sencha Touch 2: store sync is not working as expected

I am building an app related to order pickup. I have a list where order items are listed. The app has to send PUT request to Rest API in order to update the record when user tap on the list (specially ...
0
votes
0answers
22 views

Parsing Json array in sencha touch 2

How to parse this json [{"message":"Session expired or invalid","errorCode":"INVALID_SESSION_ID"}] in sencha touch 2. Since this is a json with array, I am not able to parse this using ...
1
vote
0answers
14 views

How to disappear or hide my sencha touch 2 native web app on ipad 4 when user click my “cancel” button

I don't want to kill my app , I just want to my app disappear after user click the "cancel " button in the login page . I want the effect is same as users click the "home " key on the ipad like other ...
0
votes
0answers
14 views

sencha touch 2:how to read value of the record node in xml file

Before ask question,I found there is a similar question:Sencha Touch 2, nested XML parsing nodeValue I use model/proxy to load data form xml file,almost succesed but there is a problem that I can't ...
1
vote
0answers
16 views

(New in Sencha 2.2) Data store loading data for large data set freezes app

There is a data store in my app that, on a specific user action, gets loaded with a rather large set of data via a local txt file (100kb total). Prior to my upgrade to Sencha 2.2, loading that data ...
0
votes
0answers
58 views

Sencha Touch dataview list items are not displaying even though they are populated

I have a dataview list view working in another part of my application and is working fine. So I'm using the same principle in another view. I'm trying to display some labels in each row. I've tried ...
1
vote
1answer
18 views

How to get panel appear sliding behind toolbar?

I have a top toolbar in my app and on tapping a button/section on toolbar I want to slide out a modal menu panel containing list of menu items but my problem is when I animate to slide it from top it ...
0
votes
2answers
19 views

Executing a function via HTML in a view when tapped

I have a view that generates some HTML. I want part of this HTMl to be clickable and execute a function when it is tapped.I can get this to work using a Sencha Touch button item but is it possible to ...
-2
votes
0answers
12 views

I build a sencha app, but the some deleted codes of old build still exist, anybody know how to remove the already builded verson

I build a sencha app (sencha touch 2), but the some deleted codes of old build still exist, anybody know how to remove the already builded version completely
0
votes
1answer
47 views

Sencha Touch 2.2 List not reusing list-items

I have a list linked to a store filled with Facebook friends. It contains around 350 records. There is a searchfield at the top of the list which triggers the following function on keyup: ...
0
votes
1answer
11 views

Opening keypad automatically while navigating to view in sencha touch on iOS device

I have a selectfield in a view and when I am navigating to that view I want keypad opens automatically when I am moving to that view. I am trying to call focus method but it is not working, Any one ...
0
votes
1answer
25 views

Sencha Touch: Using proxy and POST request and URL generation

I have been trying to do a post request using a proxy. I have tried the direct proxy, rest and ajax proxy, and haven't been able to find a working example for a POST request. Is it possible? ...
0
votes
1answer
32 views

Sencha Touch 2 : How to hide the addressbar for Android devices?

Background: I am developing a mobile web for Android - Galaxy Tab and I want to hide the addressbar as soon as the user enters the app. viewport: { autoMaximize : true} does not work for ...
0
votes
0answers
32 views

Data not loading into List via JSONP Sencha Touch 2

I have followed a Sencha guide step-by-step but I don't seem to be getting a response from my server. I'm not getting any errors in the console so I'm a bit stumped. Any help would be amazing. Here ...
2
votes
3answers
28 views

How to avoid rounded edges and thick black border of modal panel?

I am showing a modal panel whenever a button/panel is tapped. My problem is look and feel of this modal panel because I don't want round edges and thick black border on this panel because rest of my ...
-1
votes
2answers
30 views

how to get a list src from img tag?

I'm building a webapp using sencha touch, and I need to use some images from another website. These images are updated every 10 minutes, so the source of the images is changing all the time. So I ...
0
votes
2answers
30 views

How would you dim a container/panel like a modal Msg?

I'm trying to implement a view that requires a response from the server to update itself, so I'd like to 'dim' the container and show a spinner while it's asynchronously loading information from the ...
0
votes
1answer
36 views

Google spreadsheed API with Sencha Touch Ext.List

I am using Sencha touch 2.1 to build a mobile app. I am trying to load a google spreadsheet as a datasource for a list. I have made the google spreadsheet public you can find it at this link: ...
1
vote
1answer
31 views

Adding a Map above a List in Sencha Touch

I'm completely new to Sencha Touch and can't seem to find an answer to what I'm trying to do. I currently have a List view that shows the time schedule of an event. What I want to do is have a block ...
-1
votes
1answer
38 views

how to implement sass in sencha touch 2.0

Please tell me how to include our own pictos in sencha 2.0. This is my .scss file. $base_color:#FF83D6; @import 'sencha-touch/default/all'; @include sencha-toolbar-ui('india', #66FF66, 'matte'); ...
0
votes
1answer
60 views

Sencha Touch carousel Image issue

I have create a vbox layout view and added carousel images in that as follows: var imgSlider1 = Ext.create('Ext.carousel.Carousel',{ direction: 'horizontal', singleton: true, height:300, width:250, ...

1 2 3 4 5 49