kherman
Military
- Jan 21, 2014
- 20
I have my hooks in place to do some custom save operations when the user saves in NX. However, my code can take many minutes to run so I want to provide updates in the status bar while saving so the user doesn't think NX crashed.
This should work but does not (Java):
UFSession ufs = (UFSession) SessionFactory.get("UFSession");
UFUi ufui = ufs.ui();
ufui.setStatus(status); // This should work.... but doesn't?
When saving there is the save bar visible which does repaint while saving and the area to the right of it that flickers with various text messages while saving. I can see the message flicker but they don't stay up. They immediately disappear.
What is going on here? I'm on NX 8.5.2.3.
This should work but does not (Java):
UFSession ufs = (UFSession) SessionFactory.get("UFSession");
UFUi ufui = ufs.ui();
ufui.setStatus(status); // This should work.... but doesn't?
When saving there is the save bar visible which does repaint while saving and the area to the right of it that flickers with various text messages while saving. I can see the message flicker but they don't stay up. They immediately disappear.
What is going on here? I'm on NX 8.5.2.3.