Le Tuesday 26 August 2008 05:04:37 Stephen Bungay, vous avez écrit :
>    Having a bit of trouble loading an SVG file.... here's the bit that's
> failing....
>
> PUBLIC hImage AS Image
>
> PUBLIC SUB Button1_Click()
>    hImage = SVG.Load("/home/bungayst/Graphics/SVGFiles/TestImage1.svg")

Hello Steve,

I never works with svg file but try to use image.load
hImage = Image.Load("/home/bungayst/Graphics/SVGFiles/TestImage1.svg")

Jacky



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to