Special "reference" nessecary in Visual Basic 2010 Express , if a journal containing Block
Special "reference" nessecary in Visual Basic 2010 Express , if a journal containing Block
(OP)
hi
I have tried to compile a journal build through the BlockStyler template ,( which is created by Block UI Styler ,when a new dialog is created.)
I have added a lot vb commands so that the Journal will work with the dialog.
My dialog and journal (vb format) Works well.
But I´ll try to compile it to a dll.
But it look´s like that all the commands in the journal that have something to do witk Block Styler ,is not recognized by Visual Basic 2010 Express
.
Do I need to add a "special" reference in my projekt because the journal contains the " Imports NXOpen.BlockStyler
lklo
I have tried to compile a journal build through the BlockStyler template ,( which is created by Block UI Styler ,when a new dialog is created.)
I have added a lot vb commands so that the Journal will work with the dialog.
My dialog and journal (vb format) Works well.
But I´ll try to compile it to a dll.
But it look´s like that all the commands in the journal that have something to do witk Block Styler ,is not recognized by Visual Basic 2010 Express
.
Do I need to add a "special" reference in my projekt because the journal contains the " Imports NXOpen.BlockStyler
lklo





RE: Special "reference" nessecary in Visual Basic 2010 Express , if a journal containing Block
Hope this helps.
Frank Swinkels
RE: Special "reference" nessecary in Visual Basic 2010 Express , if a journal containing Block
Frank - Of course , your right. I´ved missed that.
I´ve added the NXOpen´s reference´s from another projekt (without BlockStyler).
Now when I add "NXOpenUI.dll" everything is alright.
(It´s a script to launch a dialog which enables the user to set partattributes ,
used for Auto fill TitleBlock via Drafting Mastermodel setup)
lklo