yglukhov / nimx

GUI library
MIT License
1.1k stars 75 forks source link

Editor issue #214

Closed ghost closed 7 years ago

ghost commented 7 years ago

Editor fails if I press "save as" button:

Traceback (most recent call last)
sdl_window.nim(361)      nimxedit
sdl_window.nim(352)      runUntilQuit
sdl_window.nim(326)      nextEvent
sdl_window.nim(273)      handleEvent
app.nim(62)              handleEvent
window_event_handling.nim(76) handleEvent
window_event_handling.nim(81) handleEvent
view_event_handling_new.nim(105) processTouchEvent
view_event_handling_new.nim(105) processTouchEvent
view_event_handling_new.nim(88) processTouchEvent
view_event_handling_new.nim(13) onTouchEv
button.nim(303)          onTouchEv
button.nim(280)          handleMomentaryTouchEv
control.nim(12)          sendAction
button.nim(253)          sendAction
control.nim(14)          sendAction
control.nim(28)          :anonymous
edit_view.nim(174)       :anonymous
ui_document.nim(38)      saveAs
native_dialogs.nim(91)   callDialogFileSave
native_dialogs.nim(69)   callDialogFile
SIGSEGV: Illegal storage access. (Attempt to read from nil?)
Error: execution of an external program failed: './build/linux/nimxedit '
ghost commented 7 years ago

Moved https://github.com/SSPkrolik/nim-native-dialogs/issues/10