JavaScript framework for mobile devices, UI interface, DataAccess and encapsulation.
0
votes
0answers
9 views
Overriding Constructor of Container
Let's say I have a Container with a Layout of VBOX.
I want to add in CustomView Objects which acts has ROWS.
I would like to modify the constructor of my Container so I could add a For-Loop which ...
0
votes
0answers
4 views
Sencha Touch 2: Reselecting node in NestedList after store-update
how I've got a NestedList (SenchaTouch 2). After an update of the store from the list, i want to go back to the node (folder) where I was before. I found a function in the st2-doc called "gotonode" ...
0
votes
0answers
8 views
Sencha Touch: avoiding blank line while combining Carousel and Toolbar
I'm having an issue while scrolling between items in the vertical carousel:
http://i.imgur.com/FVvePac.jpg
The blank division has the same height as the toolbar. Is there any way to avoid the blank ...
1
vote
1answer
16 views
Tab Panel Not switching Panel
I'm having difficulties implementing a Tab Panel with Sencha Architect
here is the code
Ext.define('Prototype.view.App', {
extend: 'Ext.Container',
requires: [
...
0
votes
2answers
18 views
Cannot disable list in Sencha Touch
I have a list in Sencha Touch and I want to disable the list when a button is clicked. I am handling the "tap" event of the button. However, when I run the line of code: ...
0
votes
1answer
15 views
Add OnTap to a TitleBar
I need to be able to hide the grid(what's under the Food titlebar) when the food title bar is tapped.
From what I have found I had to use Event Delegation, but for some reason my testing with an ...
0
votes
1answer
31 views
How to get Indian postal pincode using google map's lat & long?
I am making an app which will take user's current location or his customized map marker to find out lat & long and then using those values I would like to know pincode(zipcode) of that area so ...
0
votes
0answers
39 views
Don't draw correctly canvas in device Android 4.2.2 with Sencha
I'm developing an App with Sencha Touch 2.
In one part of the App, I draw using canvas. It's works correct on my iPad 4 with iOs 6.1, and It's works correct on other device with Android 2.3.3.
But, ...
0
votes
1answer
43 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
29 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
28 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
19 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
35 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
26 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
20 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
43 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
64 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
59 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
26 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
46 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
26 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
37 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
41 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
82 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
24 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
22 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
16 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 ...
2
votes
2answers
41 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
37 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
23 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
25 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
17 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
20 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
29 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
23 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
19 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
21 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
64 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
19 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
20 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
13 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
62 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
12 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
31 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
40 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 ...






