[Gambas-user] Problem with printing picture in executable

Benoit Minisini gambas at ...1...
Fri May 12 21:32:23 CEST 2006


On Friday 12 May 2006 13:48, Brian Edwards wrote:
> Timothy Marshal-Nichols wrote:
> > You have this for the picture path:
> >
> > 	pXmas = Picture["./jingle_bells_01.png"]
> >
> > If the file "jingle_bells_01.png" in inside the project directory the use
> > this:
> >
> > 	pXmas = Picture["jingle_bells_01.png"]
> >
> > Thanks
> >
> > 8-{)} Timothy Marshal-Nichols
> > <mailto: timothy.marshal-nichols at ...247...>
>
> Thank you - everything works OK now
>
> Brian

The next development version will understand "./" and "../" in relative paths 
as expected, i.e. "./toto.jpg" will be equivalent to "toto.jpg".

Regards, 

-- 
Benoit Minisini





More information about the User mailing list