Page 1 of 1

Can't Save files / images

Posted: Sun Jan 13, 2013 4:11 pm
by Franky
Hi guys,

just trying to save an image but it doesn't work

Code: Select all

LoadImage(1,OpenFileRequester("Laden...","","Bitmap|*.BMP",0))
SaveImage(1,SaveFileRequester("Hallo","","Bitmap|*.BMP",0))
Getting the Warning
[WARNING](GtK) unable to retrieve file information from blablabla...
I'm using OpenSuse 12.1.
When using Dolphin I'm able to write to the directory, so it should not be a rights problem.
Any hints (except for changing the OS :mrgreen: )

Best regards

Franky

Re: Can't Save files / images

Posted: Sun Jan 13, 2013 4:13 pm
by Fred
Try to put #PB_ImagePlugin_BMP as plugin for SaveImage(), seems like the bug I just fixed here: http://www.purebasic.fr/english/viewtop ... =4&t=52857