Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
Currently I have the behavior shown on this Video.
And I am trying to disable Data Standard for Frame Generator, by using the following code:
function InitializeWindow {
#begin rules applying commonly
$dsWindow.Title = SetWindowTitle
InitializeCategory
InitializeNumSchm
InitializeBreadCrumb
InitializeFileNameValidation
#end rules applying commonly
$mWindowName = $dsWindow.Name
switch ($mWindowName) {
"InventorWindow" {
#rules applying for Inventor
}
"AutoCADWindow" {
#rules applying for AutoCAD
}
"InventorFrameWindow" {
$dsWindow.add_Loaded({
$dsWindow.CancelWindowCommand.Execute($this)
})
}
}
$global:expandBreadCrumb = $true
}
But this crashes Inventor, when saving the frames files.
Also is possible to disable the "Generate File Number" Windows from Inventor?:
Solved! Go to Solution.
