08-03-2004 11:36 AM
08-04-2004 08:33 AM
08-04-2004 11:04 AM
08-05-2004 12:44 AM
David Mc.
NI Applications Engineer
08-05-2004 01:56 AM
Option Explicit
Dim oApp
Dim oDoc
Set oApp = CreateObject("Clip.Application")
if typename(oApp) = "nothing" then
MsgBox("Error")
end if
Set oDoc = oApp.LoadScene("E:\test.cis")
MsgBox("press ok to close clip.")
set oApp = nothing
08-05-2004 09:13 AM
03-19-2007 08:51 AM
Within version 10 of DiADEM is there any way of choosing the directories which CLIP opens with?
Or can you load the avi, datafile and graphics directly into CLIP automatically?
I can start Clip with the scene presentation, but I still need to select the output files that I have just created through my DIADEM programme.
Thanks
Stagsden
03-20-2007 04:34 PM
03-20-2007 04:46 PM