Q: wxEuphoria - key event

new topic     » topic index » view thread      » older message » newer message

winHtml1 and winHtml2 are wxHtmlWindow's
btnHtml is a wxButton on winHtml1

The focus is on winHtml2

Click on the button and both winHtml1 and winHtml2 go away.

How can I do the same thing with a key press, as for example the ESC key?

procedure closeHtml(atom this, atom event_type, atom id, atom event)
  show_window(winHtml1,0)
  show_window(winHtml2,0)
end procedure
set_event_handler({winHtml1,btnHtml}, get_id(btnHtml),
  wxEVT_COMMAND_BUTTON_CLICKED, routine_id("closeHtml")) -- This works.
set_event_handler({frameWin,winHtml2}, get_id(winHtml2),
  wxEVT_CHAR, routine_id("closeHtml"))  -- This does not work.


new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu