Hi Ju!
-
What about adding a password text input component? Maybe a style flag to the existing TextEditor?..
-
I have no idea how to implement ListBox with rearrangeable items? I need to rearrange items by dragging them around with mouse.
Hi Ju!
What about adding a password text input component? Maybe a style flag to the existing TextEditor?..
I have no idea how to implement ListBox with rearrangeable items? I need to rearrange items by dragging them around with mouse.
[quote=“Ptomaine”]Hi Ju!
TextEditor myPwdEditor = new TextEditor (T("xxx"), '*');
then all text in the editor is drawed as ‘*’ characters
[quote=“Ptomaine”]
2. I have no idea how to implement ListBox with rearrangeable items? I need to rearrange items by dragging them around with mouse.[/quote]
i think you should look in the demo the drag and drop demo code to have an idea on how to use DragAndDropContainer and DragAndDropTarget.
Thank you kraken.