Page 1 of 1

PopFile.File not settable on Linux?

Posted: Thu Sep 16, 2021 7:40 pm
by OffseT
I created a small application with PopFile objects in which I need to prefill the contents depending on various other inputs.

So I use the statement:
moai.Set("MyPopFile", "file", "some path to a file")

Also to clear it:
moai.Set("MyPopFile", "file", "")

It works perfectly on MorphOS and Windows builds, but it seems to have no effect on Linux build?

Re: PopFile.File not settable on Linux?

Posted: Sun Sep 19, 2021 11:33 am
by airsoftsoftwair
Is this on GTK2 or GTK3?

Re: PopFile.File not settable on Linux?

Posted: Sun Sep 19, 2021 3:07 pm
by OffseT
I tried both on latest Ubuntu TLS.

Re: PopFile.File not settable on Linux?

Posted: Mon Sep 20, 2021 6:40 pm
by airsoftsoftwair
Ok, it's a wxWidgets bug on GTK. Fixed it now.

Code: Select all

- Fix [Linux]: Setting Popfile.File didn't show the new path in the widget