My new 2D editor is ready :) . It runs fine on Windows 7 and under MacOs X 10.6 I can construct a map with all tiles. But when I want to save it I use FILEREQUEST$ to open a file request dialog and I get nothing but a black screen.
Is this a bug?
Thanks
Ok. The black screen is the empty editor screen and I notice there is an input field there. If I write the name of my map file nothing happens.
Only on Windows does FILEREQUEST$ bring up a dialog window - on other platforms it calls INPUT
:( :( :( :(
Ohhh!!! It's a pity! It is so hard to implement on MacOs X?
I've no idea :)
include Samples/Common/ddgui.gbas, then use DDgui_FideRequest$()
Ok. Thank you for your help!