PopFile.File not settable on Linux?

Discuss GUI programming with the RapaGUI plugin here
Post Reply
OffseT
Posts: 2
Joined: Thu Sep 16, 2021 10:45 am

PopFile.File not settable on Linux?

Post 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?
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: PopFile.File not settable on Linux?

Post by airsoftsoftwair »

Is this on GTK2 or GTK3?
OffseT
Posts: 2
Joined: Thu Sep 16, 2021 10:45 am

Re: PopFile.File not settable on Linux?

Post by OffseT »

I tried both on latest Ubuntu TLS.
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: PopFile.File not settable on Linux?

Post 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
Post Reply