Profile

Garner Millward

Ross Staff

Contact Details

My Content

1 to 20 of 50+ total
Posted By Garner Millward 05-15-2024 11:59
Found In Egroup: Graphics
\ view thread
We are going to try reproducing this.
Posted By Garner Millward 05-09-2024 12:22
Found In Egroup: Graphics
\ view thread
It sounds like something is wrong with the install of the XPression software or something is blocking the script cache from being built. I would try: reinstalling XPression checking Programs and Features to make sure that .Net Framework 3.5 is being being installed by the XPression installer ...
Posted By Garner Millward 04-26-2024 12:08
Found In Egroup: Graphics
\ view thread
Please post screenshots of your Datalinq configuration for the excel sheet. Also, is your Excel workbook shared?
Posted By Garner Millward 04-25-2024 13:54
Found In Egroup: Graphics
\ view thread
In XPression Designer & Developer, full screen virtual outputs are not supported. You need to upgrade to XPression Studio, BlueBox or Prime for full screen virtual outputs.
Posted By Garner Millward 04-24-2024 14:43
Found In Egroup: Graphics
\ view thread
It sounds like quicktime isn't installed. If it is installed, have you tried uninstalling and reinstalling Quicktime?
Posted By Garner Millward 04-24-2024 14:41
Found In Egroup: Graphics
\ view thread
Hmm.. Why do you want to edit in both Layout and Sequencer?
Posted By Garner Millward 04-23-2024 12:59
Found In Egroup: Graphics
\ view thread
Are you making an C#/C++/Visual Basic API app or doing all of this directly inside of XPression?
Posted By Garner Millward 04-19-2024 13:24
Found In Egroup: Graphics
\ view thread
Does it show an error? What happens when you try to use an MOV? Where in the steps does it not work? If this is an emergency I would suggest using Adobe Media Encoder to convert from MOV to XPVC AVI.
Posted By Garner Millward 04-11-2024 15:25
Found In Egroup: Graphics
\ view thread
Please open a tech support ticket for this issue https://support.rossvideo.com/hc/en-us/requests/new/
Posted By Garner Millward 04-11-2024 15:23
Found In Egroup: Graphics
\ view thread
Template Name = Scene ID # Storage Location = Take ID # You're telling Newsticker which scene to use (by #) to create what Take Item (by #).
Posted By Garner Millward 04-11-2024 15:22
Found In Egroup: Graphics
\ view thread
https://transfer.rossvideo.com/f/8029b42e3d214904 Will work with all versions of XPression
Posted By Garner Millward 04-11-2024 15:19
Found In Egroup: Graphics
\ view thread
Can we see screenshots of your Tessera Region Map?
Posted By Garner Millward 04-09-2024 13:54
Found In Egroup: Graphics
\ view thread
I think it's probably intentional that Scene Thumbnail Renders don't trigger Datalinq refreshes. Most likely to cut down on unnecessary use of resources and keep the GUI as fast as possible. Why do you want your scene thumbnails to display dynamic Datalinq data?
Posted By Garner Millward 04-05-2024 12:24
Found In Egroup: Graphics
\ view thread
It would also be great if you had the serial/TCP connection setup between Timetronics and the PC running Datalinq and could either: see the Timetronics data in terminal/docklight/wireshare/etc.. AND/OR Enable the Data Logger in the Datalinq ASCII Datalinq Source, capture some data, and send ...
Posted By Garner Millward 04-05-2024 12:20
Found In Egroup: Graphics
\ view thread
We don't have native support Timetronics (there is no Timetronics data source in the Datalinq Server list), but it should be possible to support their data using the XPression ASCII Datalinq source, or worst case scenario, using the newer (XPression 11.7 beta) XPression ASCII Tables Datalinq Source. ...
Posted By Garner Millward 04-04-2024 14:08
Found In Egroup: Graphics
\ view thread
Good to hear, its not an easy script to figure out. You will need to separate the projects out into different shows. Having multiple projects in a single show is not a supported workflow.
Posted By Garner Millward 04-01-2024 17:52
Found In Egroup: Graphics
\ view thread
That script adds a bunch of Debug message stuff that you could remove. The things in bold are what you will want to change. This script deploys the project from the project server AND then loads the project from disk. Those are separate steps. (DeployRevision & LoadProject) GetShow - this is ...
Posted By Garner Millward 04-01-2024 17:50
Found In Egroup: Graphics
\ view thread
dim projServerClient as xpProjectServerClient dim projServerRevisions as xpProjectServerRevisions dim projServerRevision as xpProjectServerRevision dim projServerShows as xpProjectServerShows dim projServerShow as xpProjectServerShow dim projServerCat as xpProjectServerCategory dim projServerStyle as ...
Posted By Garner Millward 04-01-2024 17:44
Found In Egroup: Graphics
\ view thread
You can use the TypeInCmd to type in RossTalk commands that aren't included in the listed set. What happens if you remove all your PSD files from scene? Does it go online faster?
Posted By Garner Millward 04-01-2024 11:17
Found In Egroup: Graphics
\ view thread
How many Datalinq'd text objects are in the scene? Here's the RossTalk Command: CUE takeid:buffer:layer Prepares take item takeid to go to air next in framebuffer number buffer on layer number layer. The take item is not taken to air, but is prepared to be taken to air without any frame ...