Search Type: Posts; User: hallikpapa
Search: Search took 0.04 seconds.
-
5 Mar 2013 1:43 PM
- Replies
- 2
- Views
- 206
I use the sorters property on my store definition, as well as the data coming back from the server is sorted by the timestamp. Is there more I should do? I will play around with it more, and if there...
-
1 Mar 2013 1:06 PM
- Replies
- 2
- Views
- 206
So I created a line chart that has numeric values with a min and max threshold value of either 1 or 50 (respectively) on the y-axis, and using a date on the x-axis.
In some instances, the data... -
14 Feb 2013 6:41 PM
- Replies
- 7
- Views
- 682
The ones that were receiving 404 errors were required in parent classes that used them. But I did not have a long requires list of views in app.js. That would become a maintenance nightmare.
I... -
12 Feb 2013 11:28 AM
- Replies
- 7
- Views
- 682
Updated my build.xml file via helpful user on stackoverflow. It works now, but getting different errors. That may be a setup thing I am going to investigate further separately.
... -
11 Feb 2013 8:40 PM
- Replies
- 7
- Views
- 682
So I have an app that works fine in dev mode, dynamically loading. All of the files I created, ~140 of them, are in a requires array somewhere in the app, so there are no warnings about lazy loading....
-
8 Feb 2013 7:46 PM
- Replies
- 2
- Views
- 213
OK so I did an override of the drawSeries function in the line chart, and I changed the way the y is calculated. It seems to work. All for better ideas though.
y = ((bbox.y + bbox.height) -... -
8 Feb 2013 7:28 AM
- Replies
- 2
- Views
- 213
I am guessing this part of the drawSeries() method is where the magic happens for plotting points on a line chart?
Ideas on how to reverse this so the chart is drawn inverted (small values at... -
7 Feb 2013 4:42 PM
- Replies
- 2
- Views
- 213
in extjsv3, you used to be able to reverse=true on the Y-Axis. This seems to have gone missing in v4.X.
I would like to have the smallest numbers at the top of my chart, and largest numbers at the... -
29 Jan 2013 5:47 PM
Jump to post Thread: Hep with Cmd & Zend Framework by hallikpapa
- Replies
- 0
- Views
- 366
I have built my test app using the Zend Framework for the back end, and made an extjs4 & a ST2 version for the front end. Up until yesterday, I was using the SDK tools to create a minified JS version...
-
18 Sep 2012 2:29 PM
- Replies
- 10
- Views
- 1,751
Instead, I am going to try and see if I can redraw the labels myself to make the lowest # at the top, and largest at the bottom. But how do you use the sorters properly on your store? I have been...
-
17 Sep 2012 6:05 PM
- Replies
- 10
- Views
- 1,751
Downloaded 3.4. Let's see if I can hack together an override...
-
17 Sep 2012 12:47 PM
- Replies
- 10
- Views
- 1,751
Are there any plans to put this config back in?
-
20 Jul 2012 8:08 AM
- Replies
- 1
- Views
- 251
Turns out, this is because I am assigning the proxy on the model, whereas in this instance, I need to do it on the store.
-
20 Jul 2012 6:32 AM
- Replies
- 1
- Views
- 251
I have a store `APP.store.Posts` that I want to instantiate 3 different times. They will all hold the same type of data, but will be using different parameters when reloading, paging, etc. In a...
-
15 Jun 2012 10:18 PM
- Replies
- 1
- Views
- 397
I was thinking through how to ask a question the other night. I wanted to show my simple issue, yet I would have had to spend a couple days recreating the exact same scenario for public viewing. This...
-
15 Jun 2012 11:50 AM
- Replies
- 5
- Views
- 531
Yup that was it. In my store callback is when I add the radar chart to the view and all functionality works correctly.
Long work sessions == diminishing returns... -
15 Jun 2012 11:00 AM
- Replies
- 5
- Views
- 531
This is the method giving me troubles for the radar chart. What it looks like is the first time it draws the charts, this.sprites is unpopulated. Since I am loading the data from the server, it...
-
15 Jun 2012 7:41 AM
- Replies
- 5
- Views
- 531
Creating a video of the issue isn't really possible on my end, but I have confirmed something weird is going on with my radar chart. Right before I add the new tab to the tab panel, I destroy the...
-
14 Jun 2012 12:10 PM
- Replies
- 5
- Views
- 531
OK I will try this, or maybe I can produce an app tonight that demonstrates the error.
thanks for the suggestion! -
14 Jun 2012 7:21 AM
- Replies
- 5
- Views
- 531
I have a grid & a radial chart inside a tabpanel. Both load data & render correctly with no errors. When I double click on a row, it is supposed to open a new tab with data relevant to the row...
-
14 Jun 2012 7:10 AM
- Replies
- 2
- Views
- 365
<edit> wrong forum? Reposted in 4.X discussion. please delete this thread.
I have a grid & a radial chart inside a tabpanel. Both load data & render correctly with no errors. When I double click... -
11 Jun 2012 8:01 PM
- Replies
- 4
- Views
- 872
I can confirm this same issue in Firefox for a buffered grid. Works just fine in Chrome
-
30 May 2012 12:03 PM
Jump to post Thread: Help with XTemplate & my Store by hallikpapa
- Replies
- 1
- Views
- 311
I am trying to create a sidebar navigation for my app with a store loaded with JSON data & XTemplate. There is basic categories & sub categories. However, the Categories (Category 1 and Category 2)...
-
25 May 2012 7:50 AM
- Replies
- 0
- Views
- 201
I have a child & parent store. Parent being APP.store.Clients and the child being APP.store.Websites. When a row is selected in one grid (populated by parent store; Clients) I want a 2nd grid to...
-
24 May 2012 9:28 AM
Jump to post Thread: Make a GridPanel Fill a Tab by hallikpapa
- Replies
- 7
- Views
- 629
Adding this to the form seems to have worked out for me. But since you got me there, I will accept your answer.
layout: {
type: 'vbox',
align: 'stretch'
},
...
Results 1 to 25 of 119
