Jo�l Guillod wrote: > Is there a easy way to draw any line on screen? > > What I want to do is to click on a control in window A and move the mouse > onto another control in window B and have during the move the line drawn and > updated from the first control to the mouseloc. The goal is to have a visual > effect of connecting two controls placed in two different windows. > > I made that with an XCMD in Supercard and need the same functionality in > Rev, multiplatform.
Drawing between windows is inherently problematic, as you found with the need to write an external. Depending on what you want to do, you may find writing an external for each platform to be ideal. As a workaround you could fake it by capturing the screen with the import command and have the drawing take place in a window containing the capture image sized to the rect of the monitor. -- Richard Gaskin Fourth World Media Corporation Developer of WebMerge 2.2: Publish any database on any site ___________________________________________________________ [EMAIL PROTECTED] http://www.FourthWorld.com Tel: 323-225-3717 AIM: FourthWorldInc _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
