Community
    • Login

    C++-plugin, combobox-drop-down-list not display her items

    Scheduled Pinned Locked Moved Notepad++ & Plugin Development
    3 Posts 2 Posters 697 Views 1 Watching
    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.
    • MarioRosiM Offline
      MarioRosi
      last edited by

      Hello,

      i use a combobox on a DockingDlgInterface on *.rc-file

      COMBOBOX   IDC_CCODE_EDT_PNR,60,18,83,27,CBS_DROPDOWN | WS_VISIBLE | CBS_SORT | CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
      

      The list-items i send by

      ::SendMessage(cbPointCode, CB_ADDSTRING, 0, (LPARAM)StringTools::GetWString(codes->at(i)).c_str());
      

      On open drop-down-list is resizing okay, but items is not drawing, black text on black background. Only after mouse over is draw the item.

      alt text

      What must i do that combobox-drop-down-list drawing correctly?

      regards Mario

      1 Reply Last reply Reply Quote 0
      • Thomas KnoefelT Online
        Thomas Knoefel
        last edited by

        Are you working with the latest N++ version? I remember i had this also in the past with an older Version and this seems to be fixed.

        MarioRosiM 1 Reply Last reply Reply Quote 1
        • MarioRosiM Offline
          MarioRosi @Thomas Knoefel
          last edited by

          Hello Thomas,

          yes that was it.

          h have use the version 8.4.6, now i make update to 8.6 and now it works fine…

          best gregards
          Mario

          1 Reply Last reply Reply Quote 2

          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

          With your input, this post could be even better 💗

          Register Login
          • First post
            Last post
          The Community of users of the Notepad++ text editor.
          Powered by NodeBB | Contributors