Search Type: Posts; User: anthoang
Search: Search took 0.02 seconds.
-
5 Feb 2013 11:34 AM
- Replies
- 2
- Views
- 303
Thanks for your reply existdissolve. I really would like to stick with Sencha EXTJS for this scatter chart. But it's performance is too slow... unless I'm missing a configuration somewhere to speed...
-
4 Feb 2013 12:03 AM
- Replies
- 2
- Views
- 303
I developed a scatter chart with Sencha EXTJS that plots 1000+ dots. The problem is, the rendering of this chart takes too long to load on a browser. For instance, it takes 2+ minutes to load a...
-
6 Dec 2012 11:37 AM
- Replies
- 1
- Views
- 163
We have a html-based table converted to the sencha extjs grid using the TransformGrid.js. (source taken from the examples). We would like to add filtering to the columns (i.e., selected the...
-
17 Sep 2012 4:15 PM
- Replies
- 1
- Views
- 364
I have a bar chart with possibly many bars depending on the data. My bars are displayed horizontally with the labels on the y-axis (left). The issue is, if there is alot of data(bars) to display, ...
-
16 Aug 2012 11:16 AM
Jump to post Thread: Ext JS 4: Drawing and Charting by anthoang
- Replies
- 5
- Views
- 2,371
Doesn't sound like ExtJS has the ability to add vertical lines into a chart. Which is a shame. Other charting tools can do it... namely ChartFX.
-
28 Feb 2012 1:04 PM
- Replies
- 10
- Views
- 1,253
The height is not specified, but that isn't the issue with this list not displaying. when looking at the screenshot of the "empty list", Secha Touch Beta 3 is indeed trying to show at least one item...
-
27 Feb 2012 12:37 PM
- Replies
- 10
- Views
- 1,253
Thanks for giving me hope isiphil, but the root -> rootProperty change didn't make the list appear. and in fact, the single empty image place holder you see in the screenshot completely disappears...
-
25 Feb 2012 4:38 PM
- Replies
- 10
- Views
- 1,253
Kinda disappointing the Beta3 version broke the app using the PR3 version. But here are my screenshots,
The left screenshot (empty list) is using the Sencha Touch 2 Beta 3. The right screenshot... -
22 Feb 2012 1:50 AM
- Replies
- 10
- Views
- 1,253
In my Sencha Touch 2 pr3 app, I have the following line of code to display a list in my "myList" list panel.
Everything works fine in SenchaTouch2pr3 - I'm able to view my list of items.
... -
4 Feb 2012 1:55 AM
- Replies
- 3
- Views
- 721
I am also looking to support Vietnamese and Spanish characters. I tried some characters below,
html: 'Phở and señor'
and all i see is gibberish for the "o" and the "n". Am I not setting a... -
4 Feb 2012 1:50 AM
- Replies
- 13
- Views
- 2,244
I did noticed the links worked fine for me in my iPad but not on my Android... and after reading the release notes, I see it was fixed for the iPad in Sencha Touch 2 pr 2.
Has the linking... -
1 Feb 2012 12:50 PM
- Replies
- 5
- Views
- 1,297
The code below is working for me.
It plots two markers based on longitude and latitude coordinates.
xtype: 'map',
listeners: { -
31 Jan 2012 4:31 PM
- Replies
- 5
- Views
- 2,178
I'm trying to get my current location in longitude and latitude. I'm using Sencha Touch 2 pr 3.
The sencha documentation says GeoLocation doesn't work,... -
27 Jan 2012 6:17 PM
- Replies
- 7
- Views
- 1,072
you probably had the same problem i had,
see my thread here,
http://www.sencha.com/forum/showthread.php?176960-A-white-blank-screen-when-packaging-Sencha-Touch-app-in-PhoneGap-Build
let me... -
27 Jan 2012 6:14 PM
- Replies
- 40
- Views
- 15,199
was using secha-touch-all-debug.js
<script type="text/javascript" src="lib/touch2/sencha-touch-all-debug.js">
changed to sencha-touch-all.js
<script type="text/javascript"... -
27 Jan 2012 6:06 PM
- Replies
- 40
- Views
- 15,199
Just thought I share this to anyone who will have this same problem. since it took me two days to debug and figure this one out. If you happen to get a blank/white screen when you package your...
-
27 Jan 2012 5:57 PM
Jump to post Thread: Sencha 2 and PhoneGap by anthoang
- Replies
- 13
- Views
- 13,091
after two days of debugging, i found the reason why my sencha touch app didn't work in Phonegap (was getting a white screen). It is because I was still using the debug version of the sencha touch...
-
26 Jan 2012 5:05 PM
- Replies
- 1
- Views
- 1,345
Hi all,
For those of you who have successfully uploaded your Sencha Touch apps to the AppStore and/or Android Market, which method did you use to package your code to the native app files... -
26 Jan 2012 4:46 PM
Jump to post Thread: Sencha 2 and PhoneGap by anthoang
- Replies
- 13
- Views
- 13,091
justin, are you using the phonegap build (uploading) service? or are you using phonegap plugins in another development tool?
-
26 Jan 2012 4:05 PM
Jump to post Thread: Sencha 2 and PhoneGap by anthoang
- Replies
- 13
- Views
- 13,091
I am also having a problem getting my Sencha Touch 2 app to work in my android via Phonegap.
I get a plain white screen - which indicates the Sencha Touch js code isn't being executed. In a... -
25 Jan 2012 3:16 AM
- Replies
- 9
- Views
- 4,550
Which Sencha SDK version are you using? the SDK 1.2.3? or the SDK 2.0.
After a quick research, Sencha SDK 2.0 is still a preview release and is only functional for packaging iOS apps. I hope... -
19 Jan 2012 6:20 PM
- Replies
- 6
- Views
- 1,972
the scroll:'vertical' property didn't work for me.
but since this tab panel only has html, you could try to include the property xtype:'list' instead.
it worked for me. see below,
var... -
5 Jan 2012 11:53 AM
- Replies
- 7
- Views
- 1,201
thanks ramachandran. But layout:'card' is already being used. this issue probably has something to do with the store/json call from my custom made webservice. although it works perfectly fine in...
-
4 Jan 2012 10:27 PM
Jump to post Thread: <table> in DataView by anthoang
- Replies
- 4
- Views
- 1,699
I'm not sure if you can prepend/append the "<table>" tags.
If it's a viable option, you could try and put the table tags in each itemtpl and then set the width of each cell to a static width... -
4 Jan 2012 4:03 PM
- Replies
- 7
- Views
- 1,201
dschano,
Any luck getting your list to work on an Android? I'm having a similiar problem. My list works on nearly all the platforms (Google Chrome for pc, Safari for pc, iPhone, iPad) but not...
Results 1 to 25 of 42
