Re: [Iup-users] IupPopup FontDlg

2019-07-05 Thread John Spikowski
AIR found this reference on the the GNOME dev-list. (same errors) To solve it the Nim application needs to load it's shared libraries with dlopen(RTLD_GLOBAL). I'm not sure how to apply this change. Your tutorial editor opens the OpenDlg and SaveAsDlg just fine fron the extension module. Only the

Re: [Iup-users] IupPopup FontDlg

2019-07-05 Thread Antonio Scuri
I mean a regular IupDialog on the same script, show it then show the font dialog. Was that? Em sex, 5 de jul de 2019 às 16:58, John Spikowski escreveu: > I tried the Open and SaveAs dialogs(which work fine) before trying the > Font dialog. Same issue. > > If I compile the tutorial simple edi

Re: [Iup-users] IupPopup FontDlg

2019-07-05 Thread John Spikowski
I tried the Open and SaveAs dialogs(which work fine) before trying the Font dialog. Same issue. If I compile the tutorial simple edit example as a standalone executable, the Font dialog works as expected wth no errrors or warnings. Here is my extension module calls. /*Ihandle* IupFontDlg(void);

Re: [Iup-users] IupPopup FontDlg

2019-07-05 Thread Antonio Scuri
Can you try to add another dialog in the same example, but shown before the font dialog? Best, Scuri Em sex, 5 de jul de 2019 às 01:09, John Spikowski escreveu: > It works fine as a standalone executable. > > No errors until IupPopup() of the FontDlg occurs. > > Could I be missing something