Search Results

Type: Posts; User: Argenta

Page 1 of 6 1 2 3 4
Search took 0.01 seconds.
  1. Hi Fabricio

    I guess what we're saying here is that this is unexpected behaviour on the part of the user as well as Ext!

    In fact what it means is that we, as users, have relatively little...
  2. Hi Fabricio

    Thanks for responding. In fact, by thinking it through a bit more carefully I have managed to solve this problem. Maybe this will help someone else.

    As far as I'm aware there is...
  3. I would really appreciate some help on this as it's occurring on another client project where we have no workaround.

    Many Thanks

    Jeff
  4. We're having problems with the Togglable facility in Legend. When we toggle any data series in a Legend the chart is re-rendered but all elements, chart and axes, are positioned relative to the top...
  5. I'm trying to prevent a RowExpander from expanding if certain conditions are met. My first thought was to use the BeforeExpand event and return false if the conditions are met but this doesn't seem...
  6. Hi

    I've got an application where the user needs to be able to change the colour of a particular data type so that it's reflected when a chart of that data type is produced.

    I have a field in...
  7. That's absolutely brilliant Fabricio!

    Thanks very much. It's simple and easy to understand.

    We're now implementing it in one of our applications. So far no serious problems.

    Thanks again
    ...
  8. Hi Fabricio

    OK. I can see that Partial Views is probably not the way to go. So maybe we should go back to the drawing board.

    It would be very helpful if you could give me a simple example of...
  9. Thanks Fabricio

    I will certainly take a look at @Master15's approach. I will of course start a new thread if I have any queries!

    I would like to ask a further question if I may. More for my...
  10. Hi Fabricio

    Thanks very much for your help. I've now got it working in my application. It took a little while because the receiving GridPanel is filtered. However, once I had figured that out I...
  11. Thanks Fabricio

    That's great, I should be able to implement that in my application now. The height of 1000 was there intentionally and in the main application there's a piece of javascript which...
  12. Hi Fabricio

    Thanks for the alternative suggestion. However, I don't think it would work very well in my situation as the views I am loading as partial views have quite a lot of interactions with...
  13. Thanks very much Fabricio

    The good news is that I've managed to get it to work. This is my version:


    var loadView = function (button, viewName, url) {
    ...
  14. Thanks Fabricio

    You're absolutely right. Just need to know where the titles are going now!

    Thanks again

    Jeff
  15. Hi Fabricio

    Yes, we're using 3.3.0 on all projects now.

    Regards

    Jeff
  16. Hi Fabricio

    Thanks for looking into this.

    From what I could see though it isn't just dropping the title it also 'loses' the top row of the grid. For example if I drag and drop Jeff it loses...
  17. Hi Fabricio

    Thanks for that. In fact it should be:


    Ext.Function.createDelayed(restOfFunction, 2000, this)(); with () at the end.

    That works up to a point but then the parameters in...
  18. Hi Fabricio

    Initially I adopted your suggestion of setting the 'color' to the same colour as the background.

    More recently I have discovered why it was displaying the text when I was...
  19. Thanks Fabricio

    This is what I understood and what I was doing. However, in my particular setup it wasn't working.

    I have now discovered why it wasn't working and found a workaround. I think...
  20. Hi Fabricio

    Thanks very much indeed. That works fine in my test environment, up to a point. However, after dropping a record the top part of the GridPanels disappears.

    This is before...
  21. Hi Fabricio

    I'm trying to implement your suggestion but I get the error

    Regards

    Jeff
  22. Thanks Fabricio

    I think we need to take a step back!

    I kind of got it working in a 'normal' environment, i.e. without the Partial View

    Here is the Controller, similar to above:


    using...
  23. Hi

    I'm sure there must be a simple solution to this but I've spent so much time trying to find it that I need some help.

    I have a GridPanel with a Store and I'm using data from that Store to...
  24. Hi Fabricio

    Thanks for your detailed response. I do need to resolve this but I'm focusing on completing some other functionality at the moment. I'll get back to you when I've tried some or all...
  25. Doh! I keep trying to tell myself it must be something simple but sometimes you just miss the obvious! Still, it must be nice to have an easy one occasionally?!

    Jeff
Results 1 to 25 of 131
Page 1 of 6 1 2 3 4