FILEREQUEST$ doesn't work on MacOs X 10.6

Previous topic - Next topic

Alex_R

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

Alex_R

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.

MrTAToad

Only on Windows does FILEREQUEST$ bring up a dialog window - on other platforms it calls INPUT

Alex_R

 :( :( :( :(
Ohhh!!! It's a pity! It is so hard to implement on MacOs X?

MrTAToad


Kitty Hello

include Samples/Common/ddgui.gbas, then use DDgui_FideRequest$()

Alex_R