Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a pick command to select an occurrence in an assembly.
Works like a charm, no problems with that.
but when i make a form button in the "BrowserUIFormSpecification" the prompt of the pick function doesn't show after i click the button.
i first have to click once and then the tooltip shows.
Dim oOcc As ComponentOccurrence = ThisApplication.CommandManager.Pick(SelectionFilterEnum.kAssemblyOccurrenceFilter, "Select model, Exc to Exit")
If oOcc Is Nothing Then Exit Sub
when excecuting the rule from the rules tab ik does work instantly.
als when i create a form, and put the rule as a button in that form it also works instatly.
Is there any delay, or something that i am missing here? it seems like this is something that should not be possible.
kind regards,
Geert
Solved! Go to Solution.