Re: Deprecated "Graphics" dropped
donJ <[email protected]> Wed, 26 Dec 2018 15:56:41 -0600
| Newsgroups | gmane.comp.lang.realbasic.user |
|---|---|
| Message-ID | <[email protected]> |
On 12/26/2018 10:43 AM, Daniel Drijard wrote: > I have used the BackDrop method proposed by Jim McKay, with success in general, but not in Modules. There I have no Paint Event. I tried to create a Picture and filled it but in the absence of a Paint Event I am stuck. > > Happy New Year to you > Daniel > > Hi Daniel, You draw in the graphics of the picture in the module to produce the image. Then you use the paint event of your canvas that you had from the start to draw the picture and put it on the screen. Don