You found a bug! We've classified it as DSGNR-1850 . We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.
  1. #1
    Sencha User
    Join Date
    Feb 2012
    Posts
    115
    Vote Rating
    9
    Sottilde will become famous soon enough

      0  

    Default Cannot transform top-level views when they are linked to other views

    Cannot transform top-level views when they are linked to other views


    I am not sure when this crept in, but I was reading the 4.1 performance guide, which mentioned that it is a good idea to convert Panels to containers if you are not using Panel-specific features. I am not able to transform any of my top-level views; the menu is simply not there.

  2. #2
    Sencha - Architect Dev Team aconran's Avatar
    Join Date
    Mar 2007
    Posts
    8,185
    Vote Rating
    63
    aconran is just really nice aconran is just really nice aconran is just really nice aconran is just really nice aconran is just really nice

      0  

    Default


    If your top level views have been linked, we disable transformations.

    This prevents the situation where it was valid when you dragged it into the container but then may become invalid after the transform. We had this bug reported internally and have it on the list of things to fix as a low priority.
    Aaron Conran
    @aconran
    Sencha Architect Development Team

  3. #3
    Sencha User
    Join Date
    Feb 2012
    Posts
    115
    Vote Rating
    9
    Sottilde will become famous soon enough

      0  

    Default


    Oh, that makes sense. Well if anything, a popup that explains that would be great. I will just remove and re-add the links then.