Search Type: Posts; User: Eric Clapton
Search: Search took 0.01 seconds.
-
30 Oct 2011 11:06 PM
- Replies
- 8
- Views
- 8,297
Hello,
I was using phoneGap with Sencha Touch so I've done it using the following code.Maybe if you are using phoneGap try this:
public enum KeyBoard { -
12 Sep 2011 6:18 AM
- Replies
- 1
- Views
- 506
I put Ext.repaint(); after showing up the panel cause redraw the new panel and remove xtemplates so get rid of those corrupted screen view.
I think this is a serious bug. -
11 Sep 2011 10:54 PM
- Replies
- 1
- Views
- 506
Hello,
I used XTemplate and coded some html to be rendered in a dataview component.
My navigation structure depends on destroying and construction new panels so I destroy current panel when... -
24 Aug 2011 3:12 AM
- Replies
- 4
- Views
- 1,715
Yeap,I also noticed this irritating problem.
Sencha is powered by device browser engine features but in orientation changes
it is such slower than changing orientation while using device's web... -
4 Aug 2011 11:42 PM
- Replies
- 1
- Views
- 715
Ok,got it working.
Ext.msg.alert('Title','Little fox jumped over something'); -
4 Aug 2011 11:26 PM
- Replies
- 1
- Views
- 715
Hello,
I'm developing an app for Android devices and when I use Ext.msg.alert as follows:
Ext.msg.alert('Little fox jumped over something');
Only the text "Little fox jumped" is shown in... -
29 Jul 2011 12:12 AM
- Replies
- 1
- Views
- 734
Thanks pal that helped me very much.I was nearly loosing my mind because of this double click problem.=D>
-
26 Jul 2011 10:32 PM
- Replies
- 0
- Views
- 1,257
Hello,
I try to show a loading mask while user waits for the panel to be shown.
I use Ext.LoadMask like :
loadingMask = new Ext.LoadMask(Ext.getBody(), {msg:"Loading..."}); -
26 Jul 2011 12:01 AM
- Replies
- 1
- Views
- 713
Hello,
I'm showing myFormPanel includes a form.I'm opening this panel like :
popUpPanel = new myFormPanel();
popUpPanel.show();
I've put some validations for the form inside that panel... -
25 Jul 2011 3:17 AM
- Replies
- 8
- Views
- 8,297
Hello,
I'm developing an app with a screen that has TextAreaField inside.
When user taps on textareafield virtual keyboard opens and if user never hits back button keyboard never hides.So... -
22 Jul 2011 12:45 AM
- Replies
- 1
- Views
- 712
Hello,
I'm trying to implement Sencha Touch Carousel component to my app.
I take photos and show those photos in a carousel.
For instance;I take 2 photos and when app gets back from Camera it...
Results 1 to 11 of 11
