Re: [MBS] JPEGStringtoPictureMBS broken on Linux?

2017-10-20 Thread Christian Schmitz

> 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.
> 

It would be good to know list of files in /usr/lib and 
/usr/lib/x86_64-linux-gnu before and after to know which libraries you have and 
what was missing. Maybe I can remove a dependency. 


Sincerely
Christian

-- 
Read our blog about news on our plugins:

http://www.mbsplugins.de/


___
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info


Re: [MBS] JPEGStringtoPictureMBS broken on Linux?

2017-10-20 Thread Jerry Fritschle
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 
>  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