KALYWAY

Forum Replies Created

Viewing 3 posts - 21 through 23 (of 23 total)
  • Author
    Posts
  • in reply to: UNDO UNDO FUNCTION #10342
    KALYWAY
    Participant
      • Topics: 9
      • Replies: 23
      • Total: 32

      hello ok i have modified this for the component drag issue in edit mode :

      near line 1283 in ctrlpanelcanvas.cpp
      see pastbin.com link for the entire void lines

      ////KALYWAY add this for the drag component bug in parent box (in edit mode ) ///

      for (int i = 0; i < getOwner().getSelection().getNumSelected(); ++i) { CtrlrComponent* const c = getOwner().getSelection().getSelectedItem (i); if ((bool)c->getProperty(Ids::componentIsLocked) == true)
      continue;

      • This reply was modified 10 years, 10 months ago by KALYWAY.
      in reply to: UNDO UNDO FUNCTION #10338
      KALYWAY
      Participant
        • Topics: 9
        • Replies: 23
        • Total: 32

        thank you , for the info , i have to save often !!!!

        i say this info in the wrong section : i have modified some elements in the sources files , i have removed one bug (when a user drag a locked component in a group text or tab , the component “jump out” off his parent if the mouse cursor go out off the parent box ( this happen only in edit mode ….)
        but i have fixed this !!!!

        if someone want the code section related to the problem i can give !
        fixed also : logic pro automation , now working 100% except the name handling (undefined_0 …..undefined1…..)

        in reply to: I WANT TO REBUILD THE STUFF #9837
        KALYWAY
        Participant
          • Topics: 9
          • Replies: 23
          • Total: 32

          THANK YOU ! VERY MUCH !

        Viewing 3 posts - 21 through 23 (of 23 total)
        Ctrlr