Community

    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Docking Position for dialog window

    Plugin Development
    2
    3
    2805
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Timothy Harrington
      Timothy Harrington last edited by

      Anyone have the same issue I am having?

      The code I am using is below and the window remains docked to the right side of the window no matter how I change the value… NppTbMsg.DWS_DF_CONT_LEFT or NppTbMsg.DWS_DF_CONT_TOP
      for example and the window still stays docked to the right-hand side. Is there a better way of doing this? I simply want a window that cannot be moved which will showup in the middle of the notepad++ screen,

      nppTbData.uMask = NppTbMsg.DWS_DF_CONT_LEFT | NppTbMsg.DWS_ICONTAB | NppTbMsg.DWS_ICONBAR;

      Win32.SendMessage(PluginBase.nppData._nppHandle, (uint) NppMsg.NPPM_DMMREGASDCKDLG, 0, _ptrNppTbData);

      Claudia Frank 1 Reply Last reply Reply Quote 0
      • Claudia Frank
        Claudia Frank @Timothy Harrington last edited by

        @Timothy-Harrington

        no, the reason might be that npp remembers it last location.
        Open the config.xml with an editor other than npp and delete the entry
        of your plugin under GUIConfig name=“DockingManager” section.
        Start npp and open your plugin window and it should dock on the left side.

        Cheers
        Claudia

        1 Reply Last reply Reply Quote 0
        • Timothy Harrington
          Timothy Harrington last edited by

          Thanks Claudia…let me try that…I do appreciate it.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post
          Copyright © 2014 NodeBB Forums | Contributors