Home » U++ Library support » U++ Library : Other (not classified elsewhere) » Problem with dialogs
Problem with dialogs [message #47032] |
Mon, 14 November 2016 11:41  |
 |
koldo
Messages: 3435 Registered: August 2008
|
Senior Veteran |
|
|
Lately (from weeks or few months) I am having problems with dialogs. Without any apparent reason and not always, they crash the program when closing them.
For example this function called from a THISBACK after clicking a button, may crash in the destructor:
void ScatterCtrl::DoProcessing()
{
ProcessingDlg(*this).Run(true);
}
It is also happening many times with FileSel.
It seems it happens when the dialog constructor is inside a function, like here:
void Function_called_by_a_THISBACK() {
FileSel fs;
// Do something
// FileSel crashes in its destructor when going out of the function
}
Am I doing anything wrong?
Best regards
IƱaki
|
|
|
 |
|
Problem with dialogs
By: koldo on Mon, 14 November 2016 11:41
|
 |
|
Re: Problem with dialogs
By: mirek on Thu, 17 November 2016 23:52
|
 |
|
Re: Problem with dialogs
By: koldo on Fri, 18 November 2016 08:29
|
 |
|
Re: Problem with dialogs
By: mirek on Fri, 18 November 2016 08:33
|
 |
|
Re: Problem with dialogs
By: koldo on Mon, 21 November 2016 08:38
|
 |
|
Re: Problem with dialogs
By: koldo on Tue, 29 November 2016 08:51
|
 |
|
Re: Problem with dialogs
By: mirek on Tue, 29 November 2016 10:05
|
 |
|
Re: Problem with dialogs
By: koldo on Wed, 30 November 2016 09:15
|
 |
|
Re: Problem with dialogs
By: mirek on Wed, 30 November 2016 09:33
|
 |
|
Re: Problem with dialogs
|
 |
|
Re: Problem with dialogs
By: koldo on Thu, 01 December 2016 09:03
|
 |
|
Re: Problem with dialogs
By: mirek on Thu, 01 December 2016 09:09
|
 |
|
Re: Problem with dialogs
By: koldo on Fri, 02 December 2016 08:54
|
Goto Forum:
Current Time: Sun May 11 22:16:56 CEST 2025
Total time taken to generate the page: 0.03749 seconds
|