size of request file window

BlitzMax Forums/BlitzMax Programming/size of request file window

LeeFbx(Posted 2008) [#1]
Is there a programatic way to increase the size of the window opend by request file?


grable(Posted 2008) [#2]
Related to this topic http://www.blitzbasic.com/Community/posts.php?topic=77040

In short, you have to reimplement RequestFile/RequestDir and handle positioning/sizing via the callbacks provided by the respective APIs.
(on Windows anyway, dunno about the other platforms)