Search Type: Posts; User: gendaful
Search: Search took 0.03 seconds.
-
2 Apr 2013 10:01 AM
- Replies
- 11
- Views
- 1,722
Fixed:Unable to select last option of picker
Hi All.
I was also facing the same issue.I have fixed it as below.
Below is my picker
{
xtype : 'picker', -
2 Apr 2013 10:00 AM
- Replies
- 11
- Views
- 1,722
Hi All.
I was also facing the same issue.I have fixed it as below.
Below is my picker
{
xtype : 'picker',
doneButton: false,
id:'activityPicker', -
9 Mar 2013 7:27 PM
- Replies
- 1
- Views
- 277
Hi All.
I have a pretty simple html. This html is displayed inside Sencha Panel using panel.setHtml method.
LayOut of the sample HTML is as below.
HTML File
<!DOCTYPE html> -
9 Mar 2013 6:31 PM
- Replies
- 1
- Views
- 194
Hi.
I got the solution. It can be done as follows.
var root = panel.element.dom,
firstname =... -
8 Mar 2013 2:28 PM
- Replies
- 1
- Views
- 194
I am displaying an html inside an Ext.Panel using setHtml method. The HTML is as below.
<html>
First name: <input type="text" name="firstname"><br>
Last name: <input type="text"... -
28 Feb 2013 10:15 AM
- Replies
- 0
- Views
- 82
Hi All
Our WEB application uses xForms to validate and display the different template for different countries. The same thing I have to implement using Sencha Touch. I searched on various forums... -
27 Feb 2013 12:20 PM
- Replies
- 3
- Views
- 322
Hi CoolFish,
Yes. Your assumption is completely right. I wanted to make a remote call and then store a data to my localstorage proxy.
I have achieved it my creating two stores (1) Remote Store... -
26 Feb 2013 9:48 PM
- Replies
- 2
- Views
- 283
Hi Greg. Thanks for the reply. I took an alternative and rather than relying on Ids, I have used css cls as a selector and accessed it using Ext.Select. Your information too was very helpful
-
22 Feb 2013 2:24 PM
- Replies
- 3
- Views
- 322
BackGround : I am working with a List and store config of list. I am making an Ajax call everytime and display the data in the list. Now, i want to use the localstorage proxy with this.
Here is... -
20 Feb 2013 3:02 PM
- Replies
- 2
- Views
- 283
Hi.
BackGround :
I am using the same toolbar in all my views which is defined in a separate view. This toolbar has four buttons. Since this button has 'id' attribute,
tap event on one button... -
18 Feb 2013 2:37 PM
- Replies
- 1
- Views
- 280
Hi.
I have got solution to this issue and sharing the same here.
I was facing an issue that global functions lose its context once the production build is done. So the android application which... -
15 Feb 2013 3:54 PM
- Replies
- 16
- Views
- 1,956
I was also facing the same issue. I realized it was a name space issue.
Following is my namespace configuration ->
Ext.Loader.setPath({
'Ext' : 'touch/src',
'WU' : 'app',
'Ext.plugin':... -
15 Feb 2013 11:33 AM
- Replies
- 1
- Views
- 280
BackGround: I am loading a sencha mobile site in the webview of the Android device and accessing a function declared inside sencha controller from the java class as below.
... -
13 Feb 2013 2:58 PM
- Replies
- 1
- Views
- 455
I am trying to make a simple JSONP call to get a json file which is loaded on the remote server.
Here is my simple json file loaded on the server.
{
"login": [
{
... -
11 Feb 2013 12:04 PM
- Replies
- 9
- Views
- 15,209
If you are using proxy then use,
var store = Ext.getStore('DataStoreName');
store.getProxy().clear();
store.data.clear();
store.sync();
If you are not using proxy then,
var... -
7 Feb 2013 3:24 PM
- Replies
- 1
- Views
- 407
I was able to overcome this issue and applied following stylings to override the default styling by sencha and applied custom image on select field as below.
User Defined CSS >> Applied... -
6 Feb 2013 8:36 PM
- Replies
- 1
- Views
- 407
Hi.
I am trying to change the default image in select field with my custom image. Below are the classes declared in sencha-touch-debug.css which needs to be overriden for this change.
... -
30 Jan 2013 8:06 PM
- Replies
- 1
- Views
- 492
Hi All.
I am working on a mobile website developed using sencha touch 2. I had used sencha cmd v3 to generate the production build. When i tested the production build, I found that my custom css... -
30 Jan 2013 7:52 PM
- Replies
- 1
- Views
- 386
Hi
I got the solution and posting it here as It may be helpful to others.
There were places where I was directly accessing the controller such as this.MYapp.getController('MyController') and... -
29 Jan 2013 11:55 AM
- Replies
- 1
- Views
- 386
Hi All.
BackGround :
I am working on a sencha touch 2.1.0. I have created production build using sencha cmd 3.0.The production build is successful but While running the application (production... -
21 Jan 2013 9:35 PM
- Replies
- 2
- Views
- 471
Thanks
I tried with .x-field-select.x-component-outer::after {
-webkit-mask-image:url('myImg') }and it worked.
Thanks for the help. -
17 Jan 2013 12:24 PM
- Replies
- 2
- Views
- 471
Hi All,
I want to change the default Image of Select Dropdown in Sencha Touch to a customized image? I have attached screenshot for reference. I am not able to find any property to change this... -
4 Jan 2013 11:45 AM
- Replies
- 2
- Views
- 363
Thanks a lot for the help. It worked.
-
2 Jan 2013 1:54 PM
- Replies
- 2
- Views
- 363
BackGround : I have developed a SenchaTouch application using sencha 2.1. Now I am trying to display a simple alert message using cordova 2.2.0 js
My basic doubt is "Can I show the alert box using... -
19 Dec 2012 10:35 AM
- Replies
- 2
- Views
- 538
Thanks for directing me in the correct direction. It has nothing to do with the classes I have used. I have disabled the google chrome security by disabling the
–disable-web-security flag and it is...
Results 1 to 25 of 30
