Search Type: Posts; User: silami
Search: Search took 0.02 seconds.
-
17 Nov 2012 4:01 PM
- Replies
- 2
- Views
- 265
Hi,
the only way I found to handle the click on the native Android backbutton is by using listeners with Phonegap : Handle back button via Phonegap
Regards -
17 Nov 2012 3:45 PM
Jump to post Thread: generate apk file by silami
- Replies
- 13
- Views
- 1,107
Hi Thanumoorthy,
have you tried this command :
sencha app build native XXXXXXX.json -
17 Nov 2012 3:38 PM
Jump to post Thread: generate apk file by silami
- Replies
- 13
- Views
- 1,107
Hi mnask79,
In the system variables do you have something like this :
JAVA_HOME => C:\Program Files\Java\jdk1.7.0_04
Path =>... -
12 Jun 2012 1:32 PM
Jump to post Thread: Change a button background color by silami
- Replies
- 4
- Views
- 1,806
Hi,
you can look at this post, I gave an answer that can help you :
Change image button -
30 May 2012 12:08 PM
- Replies
- 5
- Views
- 1,579
It depends on your application, if your applications need to access to some datas stored (contacts, files, acceloremeter, compass...) on mobile you can access to them only by using Phonegap.
At the... -
29 May 2012 4:40 AM
- Replies
- 5
- Views
- 1,579
Hi,
I've seen this article on another post of @mitchellsimoens, I think it will help you : http://robertdougan.com/posts/packaging-sencha-touch-2-with-phonegap-cordova
In the section named... -
29 May 2012 2:11 AM
- Replies
- 4
- Views
- 784
Hi,
as sword-it said, you should use a CSS class for your panel, in your CSS file you will have a class defined like this and it will work :
.redBG.x-panel.x-floating, .redBG .x-panel-inner... -
25 May 2012 2:13 AM
Jump to post Thread: Change image button by silami
- Replies
- 6
- Views
- 1,209
It's because the button has a CSS class named 'x-button' with a background-color set to '#CCC' by default...
To avoid this, you can set the parameter baseCls to null and it will work.
Here is the... -
24 May 2012 11:07 AM
Jump to post Thread: Change image button by silami
- Replies
- 6
- Views
- 1,209
This error appears because you have to define the type of your component before the opening brace: Ext.create('Ext.Button', {...
So your code will become :
var buttonFacebook =... -
23 May 2012 2:25 PM
Jump to post Thread: Change image button by silami
- Replies
- 6
- Views
- 1,209
Hi,
can you try this piece of code:
var customButton = Ext.create('Ext.Button', {
iconCls: 'refresh', // one of ExtJS standard icon class, you can replace it by your custom style
... -
23 May 2012 1:38 PM
- Replies
- 5
- Views
- 688
Hi bwags,
have you tried the "Ext.device.Connection" singleton ? Its method isOnline() should be helpful.
Regards
Results 1 to 11 of 11
