Adding a pause to a journal for a Video
Adding a pause to a journal for a Video
(OP)
Hi,
I tried to record some modeling operations in a journal with a pause
Tools / Journal / Record
Then
Tools / Journal / Insert / User Pause
The result code is
Dim theUI As UI = UI.GetUI()
theUI.JournalPause()
And the journal pause, but what's the code to wait some seconds ?
Thanks in advance
I tried to record some modeling operations in a journal with a pause
Tools / Journal / Record
Then
Tools / Journal / Insert / User Pause
The result code is
Dim theUI As UI = UI.GetUI()
theUI.JournalPause()
And the journal pause, but what's the code to wait some seconds ?
Thanks in advance
Regards
Didier Psaltopoulos
http://www.psi-cad.com





RE: Adding a pause to a journal for a Video
CODE
Option Strict Off Imports System Imports System.Threading Imports NXOpen Module Module1 Sub Main() Dim theSession As Session = Session.GetSession() Dim theUI As UI = UI.GetUI() MsgBox("before pause") 'pause for 5 seconds Thread.Sleep(5000) MsgBox("after pause") End Sub End Modulewww.nxjournaling.com
RE: Adding a pause to a journal for a Video
Thanks a lot, it works well
Is there a way to reduce the time to execute all the journal duration ?
Thanks in advance
Regards
Didier Psaltopoulos
http://www.psi-cad.com
RE: Adding a pause to a journal for a Video
CODE
www.nxjournaling.com
RE: Adding a pause to a journal for a Video
I was not clear.
For example, If I record some sketch operations and add a pause, I can have the time to see the result
But I would like to reduce the speed to each operation.
Regards
Didier Psaltopoulos
http://www.psi-cad.com
RE: Adding a pause to a journal for a Video
You might be able to do that with several sleep statements.
www.nxjournaling.com
RE: Adding a pause to a journal for a Video
I will test and let you informed
Regards
Didier Psaltopoulos
http://www.psi-cad.com
RE: Adding a pause to a journal for a Video
John R. Baker, P.E.
Product 'Evangelist'
Product Engineering Software
Siemens PLM Software Inc.
Industry Sector
Cypress, CA
Siemens PLM:
UG/NX Museum:
To an Engineer, the glass is twice as big as it needs to be.
RE: Adding a pause to a journal for a Video
www.nxjournaling.com
RE: Adding a pause to a journal for a Video
John R. Baker, P.E.
Product 'Evangelist'
Product Engineering Software
Siemens PLM Software Inc.
Industry Sector
Cypress, CA
Siemens PLM:
UG/NX Museum:
To an Engineer, the glass is twice as big as it needs to be.
RE: Adding a pause to a journal for a Video
I have Camtasia and I agree with you. It's better to use it
Regards
Didier Psaltopoulos
http://www.psi-cad.com