FLTK doesn't run under Linux

BlitzMax Forums/MaxGUI Module/FLTK doesn't run under Linux

Matt Merkulov(Posted 2011) [#1]
I tried to execute DWLab World Editor under Linux and got a blank window without any reactions on anything despite the fact that editor's FLTK version run more-less well under Windows. What advice you can give to me to solve this problem?




skidracer(Posted 2011) [#2]
I would start by checking for any case sensitive file name issues.

Also, based on the above, are you calling SetViewPort when handling canvas redraw events.

After quick squizz at source, should editor still work if editor.ini file is missing?

Last edited 2011


Matt Merkulov(Posted 2011) [#3]
I don't use SetViewPort in editor at all, just switch between canvases using SetGraphics( CanvasGraphics( Canvas ) ). Is it necessary to use SetViewPort?

Yes, it will use default settings and recreate editor.ini after exit.

Somewhy not even only canvas contents are not drawn, but whole GUI system including menu, toolbar and panel with gadgets. There are no errors during execution, it seems all is running fine on the background, I just get blank window contents.

Last edited 2011