Search Type: Posts; User: hallikpapa

Page 1 of 5 1 2 3 4

Search: Search took 0.04 seconds.

  1. 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...
  2. 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...
  3. 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...
  4. 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.



    ...
  5. 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....
  6. 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) -...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. Downloaded 3.4. Let's see if I can hack together an override...
  12. Are there any plans to put this config back in?
  13. 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.
  14. 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. 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...
  16. 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...
  17. 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...
  18. 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...
  19. OK I will try this, or maybe I can produce an app tonight that demonstrates the error.

    thanks for the suggestion!
  20. 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...
  21. <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...
  22. I can confirm this same issue in Firefox for a buffered grid. Works just fine in Chrome
  23. 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)...
  24. 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...
  25. 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
Page 1 of 5 1 2 3 4