Can someone share a capx with working "Floodfill canvas with color" demo?
If your having problems getting the floodfill canvas to work, try this-
instead of using a named color...ie-"red" or green"
Use the event-
Mouse - On left button Clicked on Canvas
Canvas-Fill canvas with color "rgb(10,100,100)" at (MouseX-Canvas.X,Mouse.Y-Canvas.Y)
I could not get it to work without this method.
WindowsXP sp3