Search Type: Posts; User: Sameer Khan
Search: Search took 0.02 seconds.
-
26 May 2013 10:10 PM
- Replies
- 0
- Views
- 151
In Extjs 3.0 when I open a PDF report in a tab, I am not able to switch between multiple tabs. Tab does not open and Content of the page are not loaded. After that even PDF page goes blank.
Please... -
15 Apr 2013 7:43 AM
- Replies
- 3
- Views
- 192
Yes , I am able to create a package with the following cmd : "sencha app build production"
Successfully it created a pkg (C:\xampp\htdocs\GS\build\GS\package).
From this :
GS : Application... -
13 Apr 2013 8:11 AM
- Replies
- 3
- Views
- 192
HI,
Could you please any one help me to get rid of this problem.
While launching the application on the emulator device I am getting the following errors.
Please have a look at the screen short... -
13 Apr 2013 4:50 AM
- Replies
- 3
- Views
- 192
Hello,
Could you please any one help me how to deploy ST2 application on Android device ? It's not that much clear on API.
Please Please. Help me.
Thanks !
skhan. -
18 Feb 2013 4:42 AM
- Replies
- 1
- Views
- 282
Can some one help me on the following issue ?
In my panel I have a button with tooltip , I disabled the button for some functionality. Here the problem is tool tip also not showing on the button... -
31 Jan 2013 5:41 AM
- Replies
- 1
- Views
- 291
HI, I want to add a tool tip to to the checkbox column header in my gridpanel. This check box was created and added to gridpanel by Checkboxselectionmodel class.
here in the class... -
6 Jul 2012 8:55 PM
- Replies
- 3
- Views
- 564
Might be. But If you take sencha touch API itself, Just open some of the classes and refresh browser then you will not loose all the opened tabs[classes from Pkg's] from the API documentation. I need...
-
6 Jul 2012 12:23 AM
- Replies
- 3
- Views
- 564
Hi , anyone can u please help me when I do refresh in my browser , I was lost all the opened tabs & application comes to initial position [ie. welcome page] . But should not happen like this.
... -
29 Feb 2012 6:24 AM
- Replies
- 35
- Views
- 43,381
NO prob...On windows safar browser is enough for sencha applicaion development..Bcz it it webtoolkit s/w in that...
-
29 Feb 2012 6:21 AM
Jump to post Thread: Progress Bar by Sameer Khan
- Replies
- 22
- Views
- 10,769
Hi, From git hub you download Progressbar and work with that.. Thats better...
But please take care while using this progress bar because in that they have written this pointer to represent their ... -
23 Feb 2012 9:12 AM
Jump to post Thread: how to debug by Sameer Khan
- Replies
- 2
- Views
- 606
why to user xcode4 ...and etc...
If u r developing application with sencha touch then user safari browser 5.0 onwarads...It' a good environment to debug js code ...because we have web tool kit... -
8 Feb 2012 11:19 PM
Jump to post Thread: getValue is not method by Sameer Khan
- Replies
- 6
- Views
- 487
Here, your code is very clear, why don't you use "this.getValues().paid" , it will give u the radio field value..It's very simple.
One more thing is Ext.Ajax.request() won't work for cross domain... -
8 Feb 2012 9:37 PM
Jump to post Thread: getValue is not method by Sameer Khan
- Replies
- 6
- Views
- 487
Hi, Just send me your form code code..I will have a look at this. And i will let you know how u r doing ?
If radio field is the element for the form then you can call... -
8 Feb 2012 5:32 AM
- Replies
- 2
- Views
- 732
Through xcode4 we can sign in sencha touch application on to IOS Ipad..It wont' give u any problem...
I will send you one link tmr, Just have a look at the steps in the link and sign in your... -
8 Feb 2012 5:21 AM
Jump to post Thread: getValue is not method by Sameer Khan
- Replies
- 6
- Views
- 487
HI, i think for the radio field group you have to maintain unique id's for all the elements, but name should same for the entire radio group...
If u try to get value on name of radio group, we... -
7 Feb 2012 5:56 AM
- Replies
- 1
- Views
- 653
myMask :null,
in your panel declare like this...
------------------------------
1. myMask = new Ext.LoadMask(this.getEl().dom, {msg:"Please wait...", store :this.store});
2. myMask.show();
3.... -
7 Feb 2012 5:51 AM
- Replies
- 4
- Views
- 1,240
Follow this link :
http://phonegap.com/start#blackberry -
7 Feb 2012 5:49 AM
- Replies
- 1
- Views
- 703
on() should be called with in the constructor. Not out side of constructor...Plz refer Api once...you will get Idea. where to use.
-
6 Feb 2012 5:05 AM
- Replies
- 2
- Views
- 900
you mean your application cached data...or sqlite proxy data [DB] data you want to clear...
If you r saying about browser cache you can disable cache in settings of android device...
Or if u... -
3 Feb 2012 5:07 AM
- Replies
- 1
- Views
- 566
Hi, In my company we r developing sencha touch (1.1) + phonegap app for Android devices as well as for Apple I pad. Here applicaiton is running very slow on android devices & squeezing the pages...
-
3 Feb 2012 4:38 AM
- Replies
- 1
- Views
- 513
Hi, Here my question is when i click on synchup buttion , i am getting Json data from .net server into list of my formpanel...
But if records are zero from web-service call then automatically i... -
2 Feb 2012 11:04 PM
- Replies
- 7
- Views
- 1,558
At client side (In your application )
----------------------------------
new Ext.data.Store({
model: 'Echart',
proxy:{
type: 'scripttag',
url:... -
2 Feb 2012 10:51 PM
- Replies
- 35
- Views
- 43,381
HI, Go through this link...
http://phonegap.com/start#android
It will help you to create Hello world application with sencha touch -
2 Feb 2012 3:06 AM
- Replies
- 4
- Views
- 878
Your code is this right in the form panel:
---------------------------------
select = new Ext.form.Select({
id:'bla',
name:'bla',
label:'blub',
options: [
{text: 'red', value: '1'}, -
2 Feb 2012 2:38 AM
Jump to post Thread: Ext.new or xtype? by Sameer Khan
- Replies
- 1
- Views
- 406
use xtype:button , don't create new Ext.button...Bcz every time object creation will be done.. If we use xtype:button reference will be created....I think u can understand what i am saying..
Results 1 to 25 of 111
