Search Type: Posts; User: IAmCoder
Search: Search took 0.06 seconds.
-
18 Jan 2013 4:19 AM
Jump to post Thread: Chart not updating by IAmCoder
- Replies
- 1
- Views
- 204
Got it working by changing the update code to:
var myStore = Ext.getStore('MyStore');
var data = [];data.push({
'id': data.length,
'x': 5
}); -
18 Jan 2013 2:44 AM
Jump to post Thread: Chart not updating by IAmCoder
- Replies
- 1
- Views
- 204
I have a line chart that loads data from a store. The initial load works perfectly, but when I add data to the store and sync it and redraw the chart, it still has the original values. Any idea how...
-
17 Jan 2013 11:41 PM
- Replies
- 1
- Views
- 164
I had to create a new project: Sencha Touch 2.1.x.
-
17 Jan 2013 3:35 AM
- Replies
- 1
- Views
- 736
I made a simple GPS tracking app that draws a line to the current location and moves a marker each time the location changes.
41333
cordova.exec(
function SuccessHandler (result) {
... -
16 Jan 2013 11:40 PM
- Replies
- 1
- Views
- 164
I recently uninstalled my original copy of Sencha Architect because it did not have Sencha Touch Charts and re-installed it from the installer in sencha-touch-2.1.0-complete.zip...
-
16 Jan 2013 10:24 AM
- Replies
- 2
- Views
- 273
You could try to encode the character in unicode: "Demnächst" would be "Demn\u00E4chst".
-
16 Jan 2013 8:47 AM
Jump to post Thread: Full Screen App on iPhone by IAmCoder
- Replies
- 1
- Views
- 182
From http://docs.sencha.com/touch/2-0/#!/api/Ext.Viewport-cfg-autoMaximize:
Ext.application({
viewport: {
autoMaximize: true
} -
15 Jan 2013 3:34 PM
- Replies
- 5
- Views
- 395
You could use native GPS and thread the coordinates through with PhoneGap.
-
10 Dec 2012 12:41 AM
- Replies
- 9
- Views
- 278
You can try manually building it with PhoneGap.
-
8 Dec 2012 1:26 AM
- Replies
- 1
- Views
- 1,763
Here is a simple example of how to call native code in Android from within a Sencha Touch application, stripped down to the core elements: http://www.btek.com.au/calling-native-code-from-javascript/....
-
5 Dec 2012 11:36 PM
- Replies
- 5
- Views
- 560
Double check the namespaces defined in \res\xml\config.xml.
-
22 Nov 2012 4:19 PM
Jump to post Thread: Open pdf on device by IAmCoder
- Replies
- 7
- Views
- 449
Maybe add the target attribute to the href element? E.g.:
<a href="document.pdf" target="new">
Just a wild guess. -
22 Nov 2012 4:12 PM
- Replies
- 1
- Views
- 225
When the app is rotated to landscape and back to portrait, the bottom half of the screen gets stuck. It stays white as if the panel with the tab bar only has half the screen's height. :-/
-
5 Nov 2012 2:23 AM
- Replies
- 1
- Views
- 409
I have a few textfields that have the autoComplete flag unchecked, yet are still auto-completing on some Android devices.
-
5 Nov 2012 2:19 AM
- Replies
- 3
- Views
- 629
I managed to get it working with this hack:
[...].getComponent('FieldName').setValue('');
target.setValue(''); // This line throws an error, but the text field is cleared
So I manually set... -
3 Nov 2012 9:02 PM
- Replies
- 3
- Views
- 629
No. I have noticed that it is clearing it - I just have to select another text field for it to refresh. So when you click on the clear button, the cursor moves all the way to the left, but the text...
-
31 Oct 2012 4:57 AM
- Replies
- 1
- Views
- 213
I have an Ext.dataview.List with a Ext.plugin.ListPaging that has autoPaging set to true. It works great if I run it in Chrome on my desktop and each time I "load more", it appends the new results....
-
31 Oct 2012 4:37 AM
- Replies
- 2
- Views
- 259
Furthermore, this is the date returned from the server: 2012-10-31T22:30:00Z, so I suspect that some browser versions can't convert it.
-
31 Oct 2012 4:24 AM
- Replies
- 2
- Views
- 259
I have this in the itemTpl of an Ext.dataview.List:
{ServerTime:formatDate}
And this in the launch function of the Main controller:
Ext.util.Format.formatDate = function(v){
... -
30 Oct 2012 7:53 PM
- Replies
- 3
- Views
- 629
The clear button (x) in a textfield is not working in one of my apps. Not sure what I have broken, but it now only clears the text after clicking on the "x" 4-5 times. Has anyone seen this before and...
-
13 Oct 2012 5:56 AM
Jump to post Thread: Button icon not loading by IAmCoder
- Replies
- 3
- Views
- 481
I was able to get it working by setting the zIndex property of the buttons to 1!
-
13 Oct 2012 5:36 AM
- Replies
- 1
- Views
- 386
REQUIRED INFORMATION
Architect Build tested:
Build: 640
Project Type:
Touch 2.x
Description: -
4 Oct 2012 4:40 AM
Jump to post Thread: Button icon not loading by IAmCoder
- Replies
- 3
- Views
- 481
I am testing it on sencha-touch-2.0.3.
-
3 Oct 2012 5:43 AM
Jump to post Thread: Button icon not loading by IAmCoder
- Replies
- 3
- Views
- 481
Running on Android 4.0.3 with PhoneGap, one of the icons in a button does not load, and instead shows a white square:
39108
There are some buttons in the same app that do work and I have checked... -
27 Aug 2012 3:37 AM
- Replies
- 26
- Views
- 5,071
This is only in chrome.
Results 1 to 25 of 33
