In the Mac IDE, this worked perfectly as expected. On both my Linux virtual machines (Ubuntu 64 bit and Xubuntu 32-bit), I got an empty window with “0” in the title bar.
It turned out that I had incorrectly assumed that GTK+3 was present in the Linux machines, so I installed. This turned out not to be enough. After I installed libgtk-3-dev, both your example and my project ran properly. > On Oct 18, 2017, at 5:14 PM, Christian Schmitz > <supp...@monkeybreadsoftware.de> wrote: > >> On Xojo 2017 1.1 and 17.3 plugins, this works on all platforms, where s was >> saved as a jpeg string. > > This works here: > > dim p as Picture = LogoMBS(500) > dim s as string = PictureToJPEGStringMBS(p) > > Title = str(lenb(s)) > Backdrop = JPEGStringToPictureMBS(s) > > So if it fails, let me know how. > > Sincerely > Christian ----- "Drama is life with the dull bits cut out." -Alfred Hitchcock Jerry Fritschle jerryfritsc...@icloud.com _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info