Search Type: Posts; User: LostMan
Search: Search took 0.01 seconds.
-
6 Apr 2013 3:15 PM
Jump to post Thread: Ext.device problem by LostMan
- Replies
- 17
- Views
- 2,897
hi first rule if you want to use cordova you must put cordova script to first line of the head block. in your second try first cordova initialized.
in your first method put the cordova script to... -
30 Nov 2012 4:35 PM
- Replies
- 4
- Views
- 544
sorry but i dont know anything about that charts because i dont need to use that :) But i think it is about showing charts in portrait mode the charts doest show fully so it need to scale the chart...
-
8 Nov 2012 12:09 AM
Jump to post Thread: Startup Performance Problem by LostMan
- Replies
- 5
- Views
- 1,127
You can slice the views. For Example if you have login screen, in app.js only add items for login screen required js. When you click login screen load dynamiclly controller, model, store, view what...
-
6 Nov 2012 7:43 AM
- Replies
- 4
- Views
- 544
dont use this "height=device-height" after that resize will work correctly.
-
4 Nov 2012 2:38 AM
Jump to post Thread: BlackBerry (9800) display problem by LostMan
- Replies
- 4
- Views
- 1,051
Sencha touch has a bug on this.
Blackberry os is need this meta tag on html page.
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0,... -
9 Oct 2012 12:24 PM
- Replies
- 8
- Views
- 1,844
interesting i dont have problem with inputs. can u attach one of your sample view to check what happend on this...
-
9 Oct 2012 12:00 PM
- Replies
- 8
- Views
- 1,844
Look at this linkl pls http://stackoverflow.com/questions/1554099/slow-android-emulator.
In this example i can run android emulator on virtualbox and it has very good performance on virtualbox... -
23 Sep 2012 4:47 AM
- Replies
- 8
- Views
- 1,844
in my application i try all packaging methods. All were the same
If you want to improve performance use lower quality images in css disable all box shadow and text shadow and the most important... -
23 Sep 2012 4:25 AM
Jump to post Thread: Panel background change problem by LostMan
- Replies
- 1
- Views
- 368
You can use like that
{
xtype:'panel',
style:'background: white;'
}
Or -
23 Sep 2012 3:15 AM
- Replies
- 5
- Views
- 499
String.prototype.width = function(font) { var f = font || '12px arial', o = $('<div>' + this + '</div>') .css({'position': 'absolute', 'float': 'left', 'white-space': 'nowrap',...
-
23 Sep 2012 12:30 AM
- Replies
- 5
- Views
- 499
U can use element.getLeft() + element.getWidth(). Sum of this values will give u right position of the element.
-
23 Sep 2012 12:14 AM
- Replies
- 5
- Views
- 499
U can use element.getLeft() + element.getWidth(). Sum of this values will give u right position of the element.
-
10 Sep 2012 9:35 PM
- Replies
- 1
- Views
- 375
Set loadingText property to null like this,
Ext.create('Ext.List', {
fullscreen: true,
itemTpl: '{title}',
loadingText: null,
data: [
{ title: 'Item 1' }, -
10 Sep 2012 3:13 AM
Jump to post Thread: Ext.device problem by LostMan
- Replies
- 17
- Views
- 2,897
For fixing this problem, i copied "sdk/src/device" folder to the "assests/www" directory and also i copied that inside "assets/www/sdk/" directory. After that i run my app on phone and it's...
Results 1 to 14 of 14
