Questions tagged [sencha-touch]

Sencha Touch is a multi mobile device JavaScript library based on HTML5 and the Model, View, Controller pattern. It is a product of Sencha Inc.

Sencha Touch is a multi mobile device JavaScript library based on HTML5 and the Model, View, Controller pattern. It is a product of Sencha Inc.

Sencha Touch 1.1.1 supported platforms

  • Apple iOS 3+
  • Android 2.1+
  • RIM Blackberry 6+

Sencha Touch 2.0 supported platforms

  • Android 2.3+, 4.03
  • iOS 4, 5.
  • BlackBerry 6+

Resources

Latest stable release

Licensing

  • Free Commercial License
    • Includes minor updates but excludes major updates and patch releases.
    • According to the FAQ, selling an SDK or application designer based on Sencha Touch requires a paid OEM license.
  • GPL v3
4732 questions
1
vote
1 answer

Multiple Sencha CMD on Mac

How can we setup multiple Sencha cmds on Mac? I am working with various versions of Sencha & I need to work with multiple Sencha cmd versions. Right now I have to install/uninstall each time I need to switch to a different version.
Vishwajeet
  • 71
  • 1
  • 7
1
vote
1 answer

How to use carousel & tab in Nested list example

http://dev.sencha.com/deploy/touch/examples/nestedlist/ In nested listing i have Home , when i click on that i moved to Product in that product i have to display tab carousel or tab. But i'm unable to manage. We have this carousel // Create a…
Ankit Shah
  • 91
  • 3
  • 14
1
vote
1 answer

Tree panel check box in Sencha

I getting problem with sencha tree panel check box. I want to checked automatically parent node's Checkbox if I check children's node checkbox. Currently I need to check it even children node checked. below image shows what is happening..
Vikas Hire
  • 588
  • 1
  • 20
  • 41
1
vote
2 answers

Setting html of a component in a panel sencha touch

i searched for my problem there is alot of questions and answers i found but none was useful to me I have a xtype: 'component', in my panel i want to set dynamically htmlon panel show for it HERE is my component code { xtype: 'component', …
Salman hassan
  • 398
  • 6
  • 23
1
vote
2 answers

javascript function within function don't return data

This is strangest thing, i ever came across. In Sencha Touch i define a new class and some methods in it. Now the problem is with the getAll method i want to return the result in then fuction but it is not returning that results when i console it,…
Waqar Haider
  • 929
  • 10
  • 33
1
vote
1 answer

Buttons align/dock in NavigationView navigationBar in sencha touch

I have a Navigation view, in navigation view i want to put a button at the right side of navigationBar here is sencha fiddle My Fiddle is here you can see my menu button i want that button at the right side thanks in advance
Salman hassan
  • 398
  • 6
  • 23
1
vote
0 answers

getting form data before posting to server extjs 6, and sencha touch 2.4

Before submitting my form data to server, I want it to maniplate it a little bit i have written beforerequest method for all the requests now how do i get the actual form data from the before request this is my code: Ext.define('test.view.BaseUrl',…
Waqar Haider
  • 929
  • 10
  • 33
1
vote
0 answers

Can't run cordova commands on Windows 10

I have created a new project application using Sencha Touch and I want to run it on my Android phone using cordova. I have installed cordova globally on my computer (Windows 10), but none of the commands related to cordova work. Whenever I try to…
Marina Popa
  • 77
  • 2
  • 5
1
vote
0 answers

EXTjs comobox tpl not working In IE11

I am new to Ext JS. I am working in one of the new project where it is using extjs extensively .One of the EXTjs code snippet is working fine in browsers MS edge, Chrome and Firefox but not in IE 11 . It looks strange . Please find my snippet…
1
vote
1 answer

Expand/Collapse All the groups in extjs Grid with the keyboard navigation

How to expand/collapse all the groups in grouping extjs grid with the keyboard. And how to get focus on the groups with the keyboard and expand each group with the tab change or something like that. Please let me know any ideas on that
1
vote
3 answers

How to use keydown event in Ext.Message.Box

I want to add keydown event that fired when i press more than 250 character. here is the code, var c = Ext.MessageBox.show({ title: "Version Remarks", id:'test', inputType: "textareafield", msg:"Please Enter Version Remarks: (Only…
Malay Dave
  • 115
  • 1
  • 2
  • 16
1
vote
1 answer

Infinite scrolling using sencha touch

How would you implement infinite scrolling using sencha touch? In other words, either register a callback that is called when a user scrolls near the bottom of a list to load more data or do something more involved.
Aaron
  • 19,151
  • 4
  • 28
  • 23
1
vote
2 answers

AirPrint in a Sencha Touch/PhoneGap app

Since the release of AirPrint in iOS 4.2 How can we print from a Sencha or jQTouch app wrapped in a PhoneGap wrapper?
meshwerk
  • 191
  • 1
  • 1
  • 6
1
vote
1 answer

Does Android support click events in its WebView?

I'm using PhoneGap and Sencha Touch to display a form. I'm using an image as the button to submit it: I'd like to then listen to it be clicked and validate the form. If I try the following it never seems to…
pr1001
  • 21,727
  • 17
  • 79
  • 125
1
vote
2 answers

How to add colours to combobox in extjs with names

colours are coming but i cant select them { xtype: 'combobox', anchor: '100%', fieldLabel: 'Mild Color', forceSelection: true, typeAhead : true, name: 'mildColor', valueField: 'id', bind: { store:…
Salman hassan
  • 398
  • 6
  • 23