Window Regions?

BlitzMax Forums/BlitzMax Programming/Window Regions?

Amon(Posted 2007) [#1]
Is this possible in Max? I need to show a window in non rectangular form ala winamp.

Are there any XPlatform methods? If not, just a windows way would be fine. Any libs that do this?

This is achievable in C# and a little more complex in C++ but I would like to do this in Max.

Thanks :)


Perturbatio(Posted 2007) [#2]
Search and ye shall find.

http://www.blitzbasic.com/Community/posts.php?topic=66165


Amon(Posted 2007) [#3]
get load of abstract errors when trying to use.



If I use the code as is, it tells me waitevent is not a valid identifier.



if i remove the event functions, it fails at linking.



here's the output




Also note that I tried the Yan one, and it simply does not work. I see a black hole, with solid white borders. nothing region-y about it.


plash(Posted 2007) [#4]
This shouldn't be too hard to convert..
http://www.blitzbasic.com/codearcs/codearcs.php?code=784