Search Type: Posts; User: jens13583
Search: Search took 0.02 seconds.
-
24 May 2012 2:58 AM
- Replies
- 2
- Views
- 902
Problem solved after I put the xml file into my app/ subfolder.
I don't understand why this was a problem on android ICS, but now it works :"> -
23 May 2012 11:15 PM
- Replies
- 2
- Views
- 902
Is there a different method to read files within the apk?
-
23 May 2012 1:26 AM
- Replies
- 2
- Views
- 902
Is it possible to parse a local xml file when using ST and phonegap on Android (ICS)?
I tried it with a store
var mystore = new Ext.data.Store({
model: 'mymodel',
proxy: {
... -
8 Mar 2012 4:54 AM
Jump to post Thread: Overlays Example on Android by jens13583
- Replies
- 3
- Views
- 1,223
It seems to be a bug in the Android browser. You could use a separate image mask for anchor-bottom /-left /-right instead of rotating the x-anchor as a workaround.
-
1 Mar 2012 2:27 AM
- Replies
- 0
- Views
- 359
I just testet the forms (toolbars) example of ST 2.0 RC2 on Android 4.0.3.
If the one of the input fields get focus an ugly white box appears (see attached screenshot).
It only happens on Android... -
1 Mar 2012 12:17 AM
Jump to post Thread: Overlays Example on Android by jens13583
- Replies
- 3
- Views
- 1,223
In the overlays example on Android (4.0.3), there is a problem with x-anchor-bottom: instead of a downward arrow you only see a black square. It seems to have something to do with rotating a mask....
-
26 Feb 2012 11:48 PM
- Replies
- 8
- Views
- 1,429
It was my fault. The problem was within my index.html:
I removed
<meta name="viewport" content="width=device-width" />
now it works as expected...
-> no problem on iOS :"> -
24 Feb 2012 3:57 AM
Jump to post Thread: getNode error in sencha 2.0 by jens13583
- Replies
- 1
- Views
- 658
http://docs.sencha.com/touch/2-0/#!/api/Ext.dataview.DataView-method-getNode says "This method has been removed since 2.0.0"
But is there any replacement for this method ? -
24 Feb 2012 1:16 AM
- Replies
- 8
- Views
- 1,429
I don't think it's related to phonegap since I have the same effect in Safari on iPad1
-
24 Feb 2012 12:41 AM
- Replies
- 5
- Views
- 973
I have a Ext.SegmentedButton within a panel which is shown after pressing a toolbar button.
The segmented buttons are filled "externally" by clicking a different button.
To reproduce this bug I... -
23 Feb 2012 6:43 AM
Jump to post Thread: style option is being ignored by jens13583
- Replies
- 2
- Views
- 450
It seems that in ST2 RC the style config is being ignored.
for example in ST1 I can add in /examples/list/src/index.js:182
style: {'background-color':'red'}
and my list has a red background.
... -
23 Feb 2012 1:58 AM
- Replies
- 1
- Views
- 355
Hi!
I just downloaded ST2 RC an tried to migrate my page from 1.1 to 2.0, but I'm facing some problems:
I have a panel with 2 buttons:
ST1 Code:
var b1 = new Ext.Button({
text: 'Button1',...
Results 1 to 12 of 12
