Soft/ragged edged window
BlitzMax Forums/MaxGUI Module/Soft/ragged edged window
| ||
Anyway to do this in MaxGUI on Mac? Like the photoshop startup screen where the feather runs outside the rectangle. |
| ||
Those type of effects are fake. The real window is larger but skinned with an image that has alpha / mask and just are invisible there. Should be possible by using a window with no border etc + fullsize panel with background picture. |
| ||
Any Mac saavy guys have an idea how to manage it then? |
| ||
Those type of effects are fake. Are they indeed? I wonder then how click-thru works on such a window.... Anyways, as ever, better to get an example of how it works rather than relying on hearsay... ;-) http://developer.apple.com/samplecode/RoundTransparentWindow/index.html |
| ||
Brucey is there any chance you could make my make see thru windows function work on mac too? http://www.blitzbasic.com/Community/posts.php?topic=62753#700994 |
| ||
He uses Windows-specific calls in there, so it wont work. I hope to solve this problem. If I do, I'll share the solution. |