Login Page - Create Account

Support Board


Date/Time: Sun, 19 May 2024 01:11:34 +0000



Post From: How to get modeless dialog box working? Code Provided.

[2019-01-30 13:53:44]
doughtrader - Posts: 16
Nice example Norvik. How would you go about doing it for an input dialog box like what doetrader is seemingly trying to do? I see where you define the Timer, but what if a timer is not needed?

I also agree with User701453. Please, dear support, add examples for this area of development to the documentation. The more detailed the example the better.

Also, to add another question to mine above, how do you handle closing the dialog box via OK button without needing to remove the whole study?

How would you go about taking input from the edit box and button it into a container (list, vector, etc..) when a button is clicked?

Also does the wxx files/Win32++ Framework work with windows 10?

Also, when building, I seem to be getting this error:

MyDialog.obj : error LNK2019: unresolved external symbol __imp__InitCommonControls@0 referenced in function "void __cdecl Win32xx::LoadCommonControls(void)" (?LoadCommonControls@Win32xx@@YAXXZ)