[Lazarus] savedialog is not shown
Mattias Gaertner
nc-gaertnma at netcologne.de
Wed Jul 11 11:21:42 CEST 2012
On Mon, 09 Jul 2012 16:22:14 +0200
Andrea Mauri <andrea.mauri.75 at gmail.com> wrote:
> Il 06/07/2012 13:45, Mattias Gaertner ha scritto:
> > If there is an out of memory exception many things can go wrong.
> >
> > Make sure the out of memory exception only occurs within your function
> > and only because you allocated a big chunk of memory.
> >
> > There must always be enough memory for the error handling.
>
> The out of memory problem was only inside one of my function since I
> allocate a lot of memory. Anyway I removed this issue introducing a
> limit that stops the function before it raises the out of memory exception.
> Also introducing this modification I still have the same problem with
> the savedialog.
>
> Usually SaveDialogs and OpenDialogs are shown without any problem,
> anyway if I run my GUI application on a particular batch then no dialog
> is shown (neither savedialogs nor opendialogs).
> It happens only on windows (I tested it on linux on the same batch and
> dialogs are shown).
Can you test if a savedialog can be shown before calling the
function?
Maybe it has nothing to do with this function.
Mattias
More information about the Lazarus
mailing list