X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fbbs%2Fappli%2FexampleOpenDialog.bbs;h=3cedd8f2c59b5353e86459c01712a88cf9ca5423;hb=da6f0fa073c6b3b503821a23b22c08576a028330;hp=1632a7c6a45dbd560d21e1eb502f306ab1a0938a;hpb=262d5abe9247ac141f42de90a4aead7db582776c;p=creaMaracasVisu.git diff --git a/bbtk/bbs/appli/exampleOpenDialog.bbs b/bbtk/bbs/appli/exampleOpenDialog.bbs index 1632a7c..3cedd8f 100644 --- a/bbtk/bbs/appli/exampleOpenDialog.bbs +++ b/bbtk/bbs/appli/exampleOpenDialog.bbs @@ -1,7 +1,27 @@ -load std -load wx -load creaMaracasVisu +# ---------------------------------- +# - BBTKGEditor v 1.4 BBS BlackBox Script +# - /tmpEED/creaTools2/creatools_source/creaMaracasVisu/bbtk/bbs/appli/exampleOpenDialog.bbs +# ---------------------------------- -new OpenImageDialog diag +# BBTK GEditor Script +# ---------------------- -exec diag \ No newline at end of file +include std +include itkvtk +include creaMaracasVisu + +author "Author ??" +description "Description ??" +category "" + +new creaMaracasVisu:OpenImageDialog diag + +new creaMaracasVisu:ViewerNV Box01 + + +connect diag.Out Box01.In + + + +# Complex input ports +exec Box01