Search Type: Posts; User: hitman01
Search: Search took 0.03 seconds.
-
22 Apr 2013 6:55 AM
Jump to post Thread: Chart: Dynamically Combine Lines by hitman01
- Replies
- 2
- Views
- 65
I managed to do it using the backend, by adding extra lines of data to the dataset (that represent the sum of the data broken down by categories) and hiding some of them.
I was just looking for a... -
19 Apr 2013 7:00 AM
Jump to post Thread: Chart: Dynamically Combine Lines by hitman01
- Replies
- 2
- Views
- 65
Is it possible to dynamically merge or combine lines (from the same dataset and without making a separate call to backend)
For example: I have a chart with 10 lines, and I would like to merge (sum... -
13 Apr 2013 12:46 PM
Jump to post Thread: Ext.draw.Text not working by hitman01
- Replies
- 2
- Views
- 101
Thanks. I already figured it out the hard way. Please update the documentation. It says it take tpl and html.
-
11 Apr 2013 1:51 PM
Jump to post Thread: Ext.draw.Text not working by hitman01
- Replies
- 2
- Views
- 101
Trying to create a text element in a chart. It works with text but not working with tpl or html.
items: [{
type : 'text',
text: 'test', // WORKING
//tpl: 'Total... -
11 Apr 2013 10:43 AM
Jump to post Thread: Building Enterprise Application by hitman01
- Replies
- 3
- Views
- 289
Thats is exactly what I'm looking for.
However, how do you deal with models for example. Models require fields mapping so later it could build grids etc. Same goes for charts. Charts require... -
10 Apr 2013 4:30 PM
Jump to post Thread: Building Enterprise Application by hitman01
- Replies
- 3
- Views
- 289
I'm trying to come up with the best architecture for enterprise (very large) application.
First of all, I would like to say that I really like the idea of having both back-end and front-end MVC.... -
4 Apr 2013 11:36 AM
Jump to post Thread: Sliding Side Menu by hitman01
- Replies
- 202
- Views
- 44,766
Amazing plugin.
I love how you can slide the menu from anywhere, however in some cases I have a carousel component which obviously conflicts with the sliding menu.
I was wondering if there was... -
4 Apr 2013 7:29 AM
- Replies
- 16
- Views
- 1,605
I have the same requirement. Please provide instructions on how to set it up correctly.
-
15 Mar 2013 10:38 AM
Jump to post Thread: Ext.ux.slide.View by hitman01
- Replies
- 25
- Views
- 2,704
I'm would like to integrate a side sliding menu into my application, however I would like to use the navigation view so that I would have the back button capabilities and deep linking. I would like...
-
14 Mar 2013 7:33 AM
- Replies
- 1
- Views
- 315
I want to compile Ext JS lib with all the app dependencies including UX but without the app itself. Basically I want a separate file for ext and one for my app.
I've used this command but it... -
8 Mar 2013 7:45 AM
- Replies
- 2
- Views
- 163
Well, after investigating this tool for couple of days, I came to a conclusion that it works good if you have a simple setup and follow sencha's recommended file structure. However, if you have a...
-
7 Mar 2013 8:50 AM
Jump to post Thread: Help with Sencha Cmd by hitman01
- Replies
- 0
- Views
- 140
I've spent some time researching Sencha Cmd and the default setup seems simple enough however, when I try to do something a little custom, it gets very complicated and I cant find any useful...
-
6 Mar 2013 9:24 AM
- Replies
- 2
- Views
- 163
I'm trying to integrate a sencha touch application into an existing application.
My Structure:
/js/mobile/ - folder where my touch application will be residing
/js/mobile/app
... -
28 Feb 2013 1:31 PM
Jump to post Thread: Web Workers by hitman01
- Replies
- 1
- Views
- 207
Since IE10 now supports web workers (not sure how well), but does Sencha Team planning to introduce some implementation of web workers into its core or at least partially for things like charts?
-
27 Feb 2013 1:05 PM
- Replies
- 5
- Views
- 897
It looks like splitterResize is for border layout. I need it for Ext.resizer.Splitter? I have vbox layout with two items and a splitter in between. I dont want the items resized, just collapsed. ...
-
27 Feb 2013 11:31 AM
- Replies
- 5
- Views
- 897
+1
-
3 Dec 2012 2:58 PM
- Replies
- 2
- Views
- 487
Doesnt look like this has been fixed in 4.1.3. Any news?
-
3 Dec 2012 7:06 AM
Jump to post Thread: ExtJS 4 charts performance by hitman01
- Replies
- 3
- Views
- 992
I noticed the biggest slow down is happening in the (drawVerticalLabels and drawHorizontalLabels), it takes about 50% of the time to process the graphs. Also, in Sencha Touch these functions dont...
-
28 Nov 2012 11:15 AM
Jump to post Thread: ExtJS 4 charts performance by hitman01
- Replies
- 3
- Views
- 992
We are having the same issues. We are even thinking of switching to flash charts. Can anyone provide any tips or workarounds for increasing chart performance.
-
27 Nov 2012 12:31 PM
Jump to post Thread: Memory leak in charts by hitman01
- Replies
- 5
- Views
- 1,024
We are also experiencing this problem.. any updates?
Our app uses charts heavily and it becomes so slow, practically unusable..
Any suggestions/tips on optimizing charts (besides limiting points... -
2 May 2012 1:39 PM
Jump to post Thread: Frequently Reloaded List by hitman01
- Replies
- 1
- Views
- 434
I have a large list with about 50 rows that takes up the whole screen on ipad (essentially looks like a grid). The data in the list needs to be reloaded every couple of seconds. The list becomes...
-
5 Mar 2012 3:36 PM
Jump to post Thread: First-time Image Loading Issue by hitman01
- Replies
- 4
- Views
- 1,112
I also would like to know a solution or work around to this problem.. I posted on this forum about this before but got no reply.
There needs to be a proper way to deal with this since in a lot... -
1 Mar 2012 6:40 AM
Jump to post Thread: Store Data Formatting by hitman01
- Replies
- 3
- Views
- 714
The only way that I could think of achieving this is by using a simple ajax call(s), manipulating the data and load data into store manually but that is kind of ugly. I'm looking for a nice way to...
-
28 Feb 2012 11:04 AM
Jump to post Thread: Store Data Formatting by hitman01
- Replies
- 3
- Views
- 714
Well, in the real world we often work with existing ajax feeds thats might come in different pieces and different data structures so basically I would like to be able to take in any data and on the...
-
28 Feb 2012 9:09 AM
Jump to post Thread: Store Data Formatting by hitman01
- Replies
- 3
- Views
- 714
How can I pre-format the data before its inserted into a store.
I would like to take an existing ajax data source or multiple data sources and combine it or format it for a single store. I know I...
Results 1 to 25 of 113
