what about making sure the node exists? That way others can see the
new buttons and features, too. :-}
This commit is contained in:
parent
a5f6485c55
commit
6af3e31f12
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@
|
|||
|
||||
<nasal>
|
||||
<open>
|
||||
var dlg = props.globals.getNode("/sim/gui/dialogs/nasal-console");
|
||||
var dlg = props.globals.getNode("/sim/gui/dialogs/nasal-console", 1);
|
||||
var kbdctrl = props.globals.getNode("/devices/status/keyboard/ctrl", 1);
|
||||
var printf = func { print(call(sprintf, arg)) }
|
||||
var edit = dlg.getNode("edit", 1);
|
||||
|
|
Loading…
Add table
Reference in a new issue