how to add -- text edit window ?

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
gorge.alan.sw
Experienced Solver
Experienced Solver
Posts: 82
Joined: Tue Sep 25, 2012 6:51 pm

how to add -- text edit window ?

Post by gorge.alan.sw »

Hi,

Please suggest how to add this text edit window to wxTextCtrl :?:

So that when i click this wxTextCtrl --> some text edit window appear.
And after editing on this window --> value appears in wxTextCtrl :?:

Please see the attached window.

Please suggest me regarding it.

Kind regards,
allan
Attachments
untitled.PNG
untitled.PNG (22.74 KiB) Viewed 1358 times
Lech Kozarski
Earned a small fee
Earned a small fee
Posts: 20
Joined: Sat Nov 26, 2011 3:15 pm

Re: how to add -- text edit window ?

Post by Lech Kozarski »

Make new Dialog,
after display your data there
and when select item .... then transfer it to your wxTextCtrl
gorge.alan.sw
Experienced Solver
Experienced Solver
Posts: 82
Joined: Tue Sep 25, 2012 6:51 pm

Re: how to add -- text edit window ?

Post by gorge.alan.sw »

Thanks for replying.
Make new Dialog,
I will use left click event for this.

left click event is it same as double pat on laptop touch pad :?:
Post Reply