Re: [Gambas-user] Paint.Color and Dash questions

2015-11-19 Thread Rolf-Werner Eilert
Am 18.11.2015 18:41, schrieb Rolf-Werner Eilert: > In a PDF, I tried to set Paint.Color(Color.Blue), but it makes a black > line. > > Paint.Color(Color.RGB(190,190,190)) runs ok, nicely gray. But > Paint.Color(Color.RGB(0,0,255)) makes a black line, too. > > How do I get this color thing colored?

Re: [Gambas-user] Paint.Color and Dash questions

2015-11-19 Thread Moviga Technologies
Take a look at the Painting example program in the software farm :) -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net

[Gambas-user] Paint.Color and Dash questions

2015-11-18 Thread Rolf-Werner Eilert
In a PDF, I tried to set Paint.Color(Color.Blue), but it makes a black line. Paint.Color(Color.RGB(190,190,190)) runs ok, nicely gray. But Paint.Color(Color.RGB(0,0,255)) makes a black line, too. How do I get this color thing colored? And then actually I would need a dashed line. But I do not