Re: [Gambas-user] Creating a picture and inserting

2017-08-09 Thread Rolf-Werner Eilert
There was a typo in what I programmed yesterday, I found it - sorry for the noise and thank you very much again, Fabien! Regards Rolf Am 09.08.2017 18:20, schrieb Rolf-Werner Eilert: One more question: If I need a Picture (e.g. for a GridView), how do I convert it? Regards Rolf Am 09.08.20

Re: [Gambas-user] Gambas ML problem

2017-08-09 Thread Gianluigi
I sent a Benoit message, if you did not receive it, read here http://gambas.sourceforge.net/en/main.html Regards Gianluigi 2017-08-09 19:34 GMT+02:00 Tony Morehen : > I haven't seen them either but nabble shows "This post has NOT been > accepted by the mailing list yet." for all three posts. >

[Gambas-user] Fwd: Gambas ML problem

2017-08-09 Thread Gianluigi
-- Forwarded message -- From: Benoît Minisini Date: 2017-08-09 19:42 GMT+02:00 Subject: Re: [Gambas-user] Gambas ML problem To: Gianluigi Le 09/08/2017 à 15:29, Gianluigi a écrit : > What is happening to our ML? > It does not seem to work anymore. > Charlie here [0] asks this b

Re: [Gambas-user] Gambas ML problem

2017-08-09 Thread Tony Morehen
I haven't seen them either but nabble shows "This post has NOT been accepted by the mailing list yet." for all three posts. On 2017-08-09 01:25 PM, Gianluigi wrote: I do not understand. Does it mean that you see here [0] mails sent in the last few days? Who received Charlie's email [1] or In

Re: [Gambas-user] Gambas ML problem

2017-08-09 Thread Gianluigi
I do not understand. Does it mean that you see here [0] mails sent in the last few days? Who received Charlie's email [1] or Ingo or alexchernoff mail? I am saying that Gambas User Nabble is not working and some things sent to them do not arrive by mail. [0] http://gambas.8142.n7.nabble.com/gamba

Re: [Gambas-user] Creating a picture and inserting

2017-08-09 Thread Rolf-Werner Eilert
One more question: If I need a Picture (e.g. for a GridView), how do I convert it? Regards Rolf Am 09.08.2017 17:23, schrieb Fabien Bodard: Dim i As Integer Dim hImg As Image For i = 0 To 200 hImg = New Image(32, 32, Color.Transparent) Paint.Begin(hImg) Paint.Font.Bol

Re: [Gambas-user] Creating a picture and inserting

2017-08-09 Thread Rolf-Werner Eilert
Yes! That was it! Thank you very much, Fabien! Regards Rolf Am 09.08.2017 17:23, schrieb Fabien Bodard: Dim i As Integer Dim hImg As Image For i = 0 To 200 hImg = New Image(32, 32, Color.Transparent) Paint.Begin(hImg) Paint.Font.Bold = True Paint.Ellipse(0, 0, P

Re: [Gambas-user] Creating a picture and inserting

2017-08-09 Thread Fabien Bodard
This is how :-) ' Gambas class file Public Sub Form_Open() Dim i As Integer Dim hImg As Image For i = 0 To 200 hImg = New Image(32, 32, Color.Transparent) Paint.Begin(hImg) Paint.Font.Bold = True Paint.Ellipse(0, 0, Paint.Width, Paint.Height) Paint.Brush = Paint.Col

Re: [Gambas-user] Creating a picture and inserting

2017-08-09 Thread Rolf-Werner Eilert
I meant the latter: drawing the picture by the program dynamically and then use it directly. The only way I found was Picture.Save(), then Picture.Load() in the ListView or whatever, but that is somewhat roundabout. In my program, I could use it, because the picture would have to be made only

Re: [Gambas-user] Creating a picture and inserting

2017-08-09 Thread Fabien Bodard
well i do not understand what you want exactly ... drawing a picture with the mouse on the drawing area and copy the picture in a list view ? or Drawing picture/image dynamiquely in memory and then use it in a list view ? 2017-08-09 16:14 GMT+02:00 Rolf-Werner Eilert : > A similar question li

Re: [Gambas-user] Gambas ML problem

2017-08-09 Thread Jussi Lahtinen
+1 Jussi On Wed, Aug 9, 2017 at 5:08 PM, Rolf-Werner Eilert wrote: > Am 09.08.2017 15:29, schrieb Gianluigi: > >> What is happening to our ML? >> It does not seem to work anymore. >> Charlie here [0] asks this but I do not have receive it, and the last >> mails >> I received after 2 August her

[Gambas-user] Creating a picture and inserting

2017-08-09 Thread Rolf-Werner Eilert
A similar question like a few days ago - now with a list view... Is there a way to create some form of a Picture and use it for the running program? What I think about: Using a DrawingArea, draw something small, make it a Picture and then directly use it to insert it into a ListView, GridView

Re: [Gambas-user] Gambas ML problem

2017-08-09 Thread Rolf-Werner Eilert
Am 09.08.2017 15:29, schrieb Gianluigi: What is happening to our ML? It does not seem to work anymore. Charlie here [0] asks this but I do not have receive it, and the last mails I received after 2 August here [0] do not appear. Probably Benoit has announced that version 3.10 is official but I ha

Re: [Gambas-user] Gambas ML problem

2017-08-09 Thread PICCORO McKAY Lenz
i neither received that anunce! also the mail list its horrible way, please at les CHANGE THE DEFAULT SETUP TO DONT DIGEST! so then each mail comes and arrives in own threath! Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-08-09 9:29 GMT-04:00 Gianluigi : > What is happening

[Gambas-user] Gambas ML problem

2017-08-09 Thread Gianluigi
What is happening to our ML? It does not seem to work anymore. Charlie here [0] asks this but I do not have receive it, and the last mails I received after 2 August here [0] do not appear. Probably Benoit has announced that version 3.10 is official but I have not received ... [0] http://gambas.814