Any way to make the 'Window' drop-down list of recently displayed parts longer?
Any way to make the 'Window' drop-down list of recently displayed parts longer?
(OP)
I'm using NX 10.
I often work with huge assemblies with dozens of sub-assemblies and hundreds of parts. The Window tab allows you to switch back to recently open parts/assys, but it's limited to 10 items. Is there any way to increase this? Either in options or by simple modification to code? I know you can click on "more..." and a box opens listing all the hundreds of parts, which you can search, but can be ineffective depending on the naming scheme of parts and whether you know them off hand. Typically I find myself using "Display Parent' and going back to the top assembly in order to right click and re-display whatever part I am interested in. If I could make the list show 20 or more parts would save a lot of clicking for me.
I often work with huge assemblies with dozens of sub-assemblies and hundreds of parts. The Window tab allows you to switch back to recently open parts/assys, but it's limited to 10 items. Is there any way to increase this? Either in options or by simple modification to code? I know you can click on "more..." and a box opens listing all the hundreds of parts, which you can search, but can be ineffective depending on the naming scheme of parts and whether you know them off hand. Typically I find myself using "Display Parent' and going back to the top assembly in order to right click and re-display whatever part I am interested in. If I could make the list show 20 or more parts would save a lot of clicking for me.





RE: Any way to make the 'Window' drop-down list of recently displayed parts longer?
TOGGLE_BUTTON UG_WINDOW_1
LABEL Window 1
NO_REPEAT
ACTIONS STANDARD
TOGGLE_BUTTON UG_WINDOW_2
LABEL Window 2
NO_REPEAT
ACTIONS STANDARD
TOGGLE_BUTTON UG_WINDOW_3
LABEL Window 3
NO_REPEAT
ACTIONS STANDARD
TOGGLE_BUTTON UG_WINDOW_4
LABEL Window 4
NO_REPEAT
ACTIONS STANDARD
Just a thought..... as I am only running v8.5 - is v10 similar?
g.
gbangs
TC 8.3.3
NX 8.5.3.3 MP11
RE: Any way to make the 'Window' drop-down list of recently displayed parts longer?
thread561-351988: Switch Part tool
www.nxjournaling.com
RE: Any way to make the 'Window' drop-down list of recently displayed parts longer?
I tried extending the series in the menu file. Couldn't get it to work as expected. It basically just added empty buttons to the drop down labeled "Window 11" etc. that appear even before displaying multiple parts.
RE: Any way to make the 'Window' drop-down list of recently displayed parts longer?
If this doesn't work, have a look at Cowski's tip.
Regards,
Tomas
RE: Any way to make the 'Window' drop-down list of recently displayed parts longer?
Under the last entry (10) there is a More... selection that lists a history? or as Tomas suggests, the History Tab - perhaps changing the View to List so there wouldn't be so much scrolling.. ?
gbangs
TC 8.3.3
NX 8.5.3.3 MP11
RE: Any way to make the 'Window' drop-down list of recently displayed parts longer?
gbangs: can you elaborate on what it means to 'register' a button? when clicking on one of the newly created 'Window X' buttons there is indeed an error that reads: "None of the actions specified for this button were registered." I can't decipher from the menu files how the first 10 toggle buttons are registered or where their 'STANDARD' actions are specified.
RE: Any way to make the 'Window' drop-down list of recently displayed parts longer?
Cheers,
Found this explanation for the error.
My thoughts now are leaning towards creating your own custom menu dropdown that you can define with as many recent "buttons" as you wish - need to find that definition..