(Sending complicated projects isn't an issue, I don't think. If you want to attach it, you should be able to without problem. If you're worried about other people seeing your code, that's understandable.)
Sure. It works fine on my end...on Windows. I just tested it on my Mac where it does not appear to work. The clone is created, but the string is not drawn. Interestingly enough, placing a MsgBox statement in the code forces the string to appear on the cloned canvas. People are recommending that you place code in the Paint event of the Canvas. This might lead to success, but it will more than likely cause redraw issues (very annoying and obvious flicker) on Windows. So, if you want to write for Windows, you may need to add a buffering system. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bart Pietercil Sent: Sunday, January 07, 2007 4:25 PM To: Getting Started Subject: Re: canvas wrestling Uhm, the real project is already far to complicated to send (it was the last screen in the application where I need this functionality) I was playing with the project you send me. Out of the box(mail) , I just open it , hit run, click the button no joy I looked at the code, maybe the left was a bit of so I changed that to a value of 314 AND i added an image to the backdrop in order to have a visual feedback. Hit run and I see the image duplicated when clicking the button but no string appearing, so there must be something wrong with the drawstring method Does it run on your end (an does it draw the 'Joe....")? Bart On 7-jan-07, at 22:16, RBNUBE wrote: > Maybe instead you could send your project to me. I have to leave > in about a > half hour... > > > _______________________________________________ > Unsubscribe or switch delivery mode: > <http://www.realsoftware.com/support/listmanager/> > > Search the archives of this list here: > <http://support.realsoftware.com/listarchives/lists.html> _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html> _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
