Search Type: Posts; User: mchopra1980
Search: Search took 0.06 seconds.
-
26 May 2012 11:38 PM
- Replies
- 2
- Views
- 672
so what can i do to achieve the above - is their a valid configuration?
-
24 May 2012 1:22 AM
- Replies
- 2
- Views
- 672
Dear all,
I just activated the useLoadMask in my app, by:
- adding in my app.js useLoadMask:true
- adding in my index.html <div id="loading-mask">..Loading..</div>
Now when I test in chrome... -
9 May 2012 11:16 PM
Jump to post Thread: Android Webview blank page by mchopra1980
- Replies
- 2
- Views
- 2,055
I solved my problem, as my android device is a 4+ google has a bug ( http://code.google.com/p/android/issues/detail?id=17535 - Comment 100 for the workaround).
But not happy with that workaround... -
6 May 2012 3:28 AM
Jump to post Thread: Android Webview blank page by mchopra1980
- Replies
- 2
- Views
- 2,055
Dear all,
I am trying to call my sencha app within an android webview according to the tutorial ( http://developer.android.com/reference/android/webkit/WebView.html). I set the layout, added the... -
3 May 2012 1:10 AM
Jump to post Thread: Set title after Ajax response by mchopra1980
- Replies
- 5
- Views
- 765
i added thiscallparent, but still no effect, this is the mainview of a navigation panel...
Ext.define('app.view.stockviews.StockTable', {
extend: 'Ext.List',
xtype : 'stocktable',
... -
3 May 2012 12:29 AM
Jump to post Thread: Set title after Ajax response by mchopra1980
- Replies
- 5
- Views
- 765
yes it is a child of navigation view
-
29 Apr 2012 12:29 AM
- Replies
- 3
- Views
- 896
Namespace means e.g. Ext.namespace('App', 'App.form', 'App.data','App.[variableName]');
App.[variableName] = "some value";
right? -
27 Apr 2012 12:29 AM
Jump to post Thread: Set title after Ajax response by mchopra1980
- Replies
- 5
- Views
- 765
Dear all,
I am trying to set a title of a view throug an ajax call, I checked the response (OK), no error message but the title of the view is still empty.
... -
26 Apr 2012 3:26 AM
- Replies
- 3
- Views
- 896
Dear all,
I am writing an application following the MVC pattern, in my app I defined the models, stores, controllers and views. I have global variables e.g. the userlanguage (stored in database... -
23 Apr 2012 5:21 AM
- Replies
- 1
- Views
- 232
Dear all,
I am trying to set the title of my list dynamically from the first record of the attached store during activation of my list. How can I access the store during activate runs?
Thanks!... -
19 Apr 2012 7:43 AM
- Replies
- 4
- Views
- 1,394
Dear all,
I am trying to deal with the localstorage to store the userdata of the current logged in user. The login details are set by the login form during login. I created a global variable... -
19 Apr 2012 6:32 AM
- Replies
- 1
- Views
- 490
got it by myself - I need to use the formpanel submit function and I am having a problem with JSON but will work it out..
-
19 Apr 2012 5:54 AM
- Replies
- 1
- Views
- 490
Dear all,
I solved it by setting the record to the formpanel, but now when I press login the model is not getting updated, I still see the original data - e.g. username after changing from... -
19 Apr 2012 5:49 AM
- Replies
- 7
- Views
- 797
I solved it by setting the record to the formpanel, but now when I press login the model is not getting updated, I still see the original data - e.g. username after changing from username123 to...
-
18 Apr 2012 7:08 AM
- Replies
- 7
- Views
- 797
Dear all,
I have a model (User), a view (login). During launch of my app I initialize the Model (User) and the Login and through setrecord I add the user to the login. I get no error but I see... -
16 Apr 2012 10:26 AM
Jump to post Thread: Localstorage by mchopra1980
- Replies
- 4
- Views
- 474
I tried but still the getById returns null/undefined.
<CODE>
//Create the localstore
var localstore = Ext.create('Ext.data.Store', {
model: 'app.model.LocalStore'
});
... -
16 Apr 2012 10:22 AM
Jump to post Thread: Localstorage by mchopra1980
- Replies
- 4
- Views
- 474
what can I do instead? I would like to store the username locally so that when the user comes back to application I have a unique identifier and keep him logged on..
-
16 Apr 2012 1:49 AM
Jump to post Thread: Localstorage by mchopra1980
- Replies
- 4
- Views
- 474
Hi,
I am trying to store the username of my user in a localstorage. Everything works except after setting the variable "username" to the storage and then recalling the page in chrome (F5) the... -
13 Apr 2012 6:27 AM
- Replies
- 3
- Views
- 659
:) THANKS!! is there a sencha plugin for eclipse to do e.g. code formatting?
-
13 Apr 2012 6:06 AM
- Replies
- 3
- Views
- 659
Dear all,
My view has a list object and a store, when I call the application and check the network trace I see that the php is not called. I tried seperatly calling the store from app.js and there... -
12 Apr 2012 7:10 AM
- Replies
- 3
- Views
- 892
Thanks I changed but still i receive no data..
Ext.application({ name: 'Sencha',
launch: function() {
var userstore = Ext.create('Ext.data.Store', {
fields: ['id', 'userame',... -
12 Apr 2012 6:59 AM
- Replies
- 3
- Views
- 892
Dear all,
I did a very simple app to understand the store concept in combination with php+mysql:
app.js - creates a store, loads data from a proxy. -
14 Feb 2012 1:45 PM
- Replies
- 7
- Views
- 1,218
I tried it also through my pad but it is not working i still get Los Altos Hills
-
14 Feb 2012 7:59 AM
- Replies
- 7
- Views
- 1,218
sorry I am a total newbie - i am not getting your point, did I inserted your code in the wrong place? I put it right after mapoptions. Why will it not work in the browser?
Thanks for your... -
11 Feb 2012 11:50 AM
- Replies
- 7
- Views
- 1,218
I tried and received the message "Your Current Location is Unavailable on this device". Tested in chrome and with my android tab. below the complete site code:
var...
Results 1 to 25 of 31
