Jump to content
Software FX Community

Modal Dialog Boxes


User (Legacy)

Recommended Posts

Is there any way to make a ChartFX properties dialog modal? 

Specifically, I am bringing up the properties dialog when the user presses a

button in a setup wizard...

IChartFXPtr _pChartFX;

_pChartFX.CreateInstance(__uuidof(ChartFX));

// Import template settings from database.

_pChartFX->ShowDialog(CDIALOG_OPTIONS, 0);

// Export template settings to database.

... and the fact that it pops up as modeless leads to countless headaches if

the user clicks "Next" before closing the dialog.

Thx.

Andrew

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...