Page 1 of 1

Visualiser.Capture.ExportCurrentProject

Posted: 20 Nov 2019, 15:48
by sideshowbond
trying to figure this one out.

Code: Select all

Visualiser.Capture.ExportCurrentProject

How would I need to format its arguments?

Re: Visualiser.Capture.ExportCurrentProject

Posted: 22 Nov 2019, 19:58
by Gregory
The first argument is a custom type which represents a drive on a particular console, unfortunately there is not a way of defining this in macros or WebAPI. It is normally created when you select a drive in the menu, you may be able to use a property set the previous time the menu was used, which is Expert.CaptureVisualiserSettings.Export.Drive. Another property which you might be able to use is Windows.ShowFileBrowser.SelectedDrive from the Show Browser window, in either case they would need to be initialised before they can be used.

Re: Visualiser.Capture.ExportCurrentProject

Posted: 25 Nov 2019, 09:20
by sideshowbond
ok, so not really useful for what I thought to do. Actually it's not that important anyways. Thanks :)