Search Type: Posts; User: Bleak

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    228
    I have implemented a solution to my problem. I have overridden the initTemplates function in the Ext.grid.GroupingView so that the starting group template now outputs an attribute indicating the...
  2. Replies
    3
    Views
    228
    I've looked at doing that, but the problem is there doesn't seem to be a group index that I can reference. At least, not that I can see.

    I appreciate the suggestion, I'll investigate it further...
  3. Replies
    3
    Views
    228
    I have two grids rendering off of the same Store, and both support the GroupingView.

    What I am looking to know, is if the user clicks on a group header in the first grid it will toggle the group...
  4. Great, thanks! This helps me tremendously.
  5. What is the status of this? As there been a fix released, I'm now on Chrome 21 and the fix suggested in this thread does not seem to work.
  6. Has there been any progress?
  7. I am running Chrome 20.0.1132.47

    Is there a log somewhere I can review for the reported issues?
  8. Recently I've noticed that Chrome no longer renders basic grids properly. All the rows seem to be a bit short. Check out these screen shots.

    1. Internet Explorer (as well as Safari, Firefox)...
  9. Replies
    4
    Views
    648
    Hi Pooja,

    My concern with the daterange vtype is its dependency on the fields having an id set. I do not assign id's to any field, as all of my UI's can be instantiated multiple times.

    If there...
  10. Replies
    4
    Views
    648
    Never mind.. works as expected. Should be using setMinValue, not setMinDate...

    One of those days.
  11. Replies
    4
    Views
    648
    I'm not sure why I can not figure this out, but I have a form with a datepicker field on it. I simply want to get access to this field and have access to its methods. In this case, it is a...
  12. minValue: new Date() works ok for initial entry, but if it is part of a previously entered record and you load that form, the field becomes invalid since that date has passed.

    If I wanted to...
  13. Replies
    0
    Views
    277
    Is it possible to use this summary to output the summary of a group but also a percentage of the total for the column across groups? Basically, If someone could show me how I could get the total for...
  14. That was it, i used overflow-x: scroll !important; in my css for that specific grid.

    .portfolio-dashboard-left .x-grid3-scroller {
    overflow-y: hidden !important;
    overflow-x: scroll !important;...
  15. Is it possible to have a grid reserve the space for a horizontal scrollbar?

    Failing that, is it possible to always have the horizontal scrollbar enabled? Whether required or not?
  16. Replies
    3
    Views
    555
    I haven't been able to replicate it so far. It seems to only occur with Chrome as well, other browsers render it fine.

    I've created htmleditors outside the fieldset on the same form and they all...
  17. Replies
    3
    Views
    555
    Hi All,

    I use quite a few HTMLEditors in my application, but this one is behaving strangely. I have a tabpanel that contains quite a few tabs, and a few of them have htmleditors on them. The odd...
  18. Replies
    2
    Views
    399
    You are awesome, thank you.
  19. Replies
    3
    Views
    1,046
    Thanks, think I'll take this back to the drawing board.
  20. Replies
    2
    Views
    399
    I have a standard viewport, which is basically empty. If I run this code, it properly adds the ui component and renders;




    var Dashboard = Ext.create('Ext.Panel', {
    xtype :...
  21. Replies
    3
    Views
    1,046
    I figure I'll update this thread as I resolve some of my challenges. I would greatly appreciate any feedback or suggestions especially if anything that is being done is not best practice.

    I...
  22. Replies
    3
    Views
    1,046
    Hi All,

    I have a simple User Login Controller, defined as;



    Ext.define('MyApp.controller.Login',
    {

    extend : 'Ext.app.Controller',
  23. Replies
    1
    Views
    413
    I've been looking around for a good tutorial that is relevant to 2.x that delves into an MVC example. From beginning to end, building from the app.js concept to the Model, View and Controllers the...
  24. Replies
    2
    Views
    1,023
    For sure, I understand that.

    I only noticed as I was reviewing the API docs, while in a waiting room.
  25. Replies
    2
    Views
    1,023
    It strikes me as curious that the API documents for sencha touch do not work properly on a touch device, scrolling is problematic. Just ironic I suppose!

    Love the product though.
Results 1 to 25 of 120
Page 1 of 5 1 2 3 4