I get this message when trying to use the module
/usr/bin/ld: table of contents for archive: /Users/c-knight/Desktop/BlitzMax/mod/desktopext.mod/desktopext.release.macos.ppc.a is out of date; rerun ranlib(1) (can't load from it)
collect2: ld returned 1 exit status
Build Error: Failed to link /Users/c-knight/Desktop/BlitzMax/tmp/untitled1.app/Contents/MacOS/untitled1
Process complete
You may have to rebuild the module before you can use it. I seem to remember having to do this myself, although it was a long time ago. Also, check it's in the correct folder.
D-Bug: The only suggestion I can make is a simple function to return the desktop ratio, granted it's trivial but since you have all of the other cool functions, why not? :) Thanks again for creating this mod.
Local ratio:Float=DesktopWidth/DesktopHeight
That's just how trivial it is. Admittedly, it does assume that the user has their desktop at a square pixel resolution and not something like 1280x1024 on a 4:3 monitor. But then, that's their fault ;o)