# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script # - C:\Users\davila\Eduardo\CreatisWorks\tmpJCR\creaSDRA\appli\Appli_JCR\UpdateSofware-scripts03\AskCloseAllBBTKwindows.bbs # ---------------------------------- # BBTK GEditor Script # ---------------------- include std include itkvtk include wx include std author "Author ??" description "Description ??" category "" new wx:LayoutLine Box00 new wx:OutputText Box02 new wx:OutputText Box03 set Box03.In "Step 1. Close all bbtk windows before continue." new wx:CommandButton Box04 set Box04.Label "Step 2. Continue.." new wx:LayoutCenter Box05 new std:Exit Box07 new wx:LayoutLine Box08 set Box08.WinDialog "true" set Box08.WinTitle "Close All bbtk windows" connect Box02.Widget Box00.Widget1 connect Box03.Widget Box00.Widget2 connect Box04.Widget Box00.Widget3 connect Box00.Widget Box05.Widget2 connect Box04.BoxChange Box07.BoxExecute connect Box05.Widget Box08.Widget1 # Complex input ports exec Box08