cwIoAudioMidiApp.cpp,html/audio_midi/ui.cfg : Updates to support current version of IO.
This commit is contained in:
parent
66de2f840f
commit
5589fb6ef3
@ -515,6 +515,9 @@ namespace cw
|
||||
case io::kUiTId:
|
||||
rc = _ui_callback(app,m->u.ui);
|
||||
break;
|
||||
|
||||
case io::kExecTId:
|
||||
break;
|
||||
|
||||
default:
|
||||
assert(0);
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
|
||||
main:
|
||||
{
|
||||
parent: "uiDivId"
|
||||
|
||||
panel: {
|
||||
@ -42,5 +43,5 @@
|
||||
button:{ name: openBtnId, title:"Open" },
|
||||
button:{ name: saveBtnId, title:"Save" },
|
||||
},
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user