Profile

Richie Schut

Contact Details

My Content

1 to 20 of 45 total
Posted By Richie Schut 08-09-2014 23:18
Found In Egroup: Graphics
\ view thread
Is there a way to to script some objects to only appear when rendered in the bluebox preview engine?
Posted By Richie Schut 09-30-2013 17:20
Found In Egroup: Graphics
\ view thread
You know its the simple things that get me everytime. #XPression
Posted By Richie Schut 09-28-2013 00:10
Found In Egroup: Graphics
\ view thread
Just tired this and still can not get anything to scale. Dim TTgroup as xpBaseObject Self.GetObjectName ("Contents", TTgroup) TTgroup.SetScale(1, .8426, 1) #XPression
Posted By Richie Schut 09-27-2013 23:33
Found In Egroup: Graphics
\ view thread
Let me know if you see why the script below is not working. Dim squeezeYN as xpBaseObject Dim TTgroup as xpBaseObject Self.GetObjectName ("SqueezeBack", squeezeYN) Self.GetObjectName ("Contents", TTgroup) If squeezeYN.visible=True Then TTgroup.ScaleY=.8426 ...
Posted By Richie Schut 08-21-2013 21:42
Found In Egroup: Graphics
\ view thread
Also trying to work with this. Not able to get it to run at all. Not using a scene group, just trying to use a scene as a Material. Does it not work with video clips? #XPression
Posted By Richie Schut 07-30-2013 21:59
Found In Egroup: Graphics
\ view thread
I was going to see if the code below could be used in a loop to achieve what I wanted. However I have not had a chance to test it yet. Dim dteWait dteWait = DateAdd("s", 10, Now()) Do Until (Now() > dteWait) Loop What we have done in the past is have each super of results ...
Posted By Richie Schut 07-30-2013 20:14
Found In Egroup: Graphics
\ view thread
Here are links to the data I am working with. http://vote.wa.gov/results/current/export/20130806_AllState_20130729_1848.xml http://vote.wa.gov/results/current/export/20130806_AllCounties_20130729_1848.xml #XPression
Posted By Richie Schut 07-30-2013 18:26
Found In Egroup: Graphics
\ view thread
A bit frustrated that I am given time to work on this with only 4 days till the election. I need to create an elections ticker that pulls data from the multiply RSS feeds. I then need to sort and display selected elections. My plan is to create a local file that would list the just the races that are ...
Posted By Richie Schut 04-30-2013 19:24
Found In Egroup: Production Switchers
\ view thread
Thanks Brian. This is what I have so far but not sure why its not working. dim setTimer as xpClockTimerWidget dim timenow as xpClockTimerWidget Dim intHour As Integer Dim intMin As Integer Dim intSec As Integer Dim TSecs As Long engine.GetWidgetByName("bloomsday_start1", setTimer) ...
Posted By Richie Schut 04-26-2013 20:14
Found In Egroup: Production Switchers
\ view thread
Thats what I have been doing but that does not work. Currently using Designer 4.0 Build 2025 on Windows 7. #Carbonite
Posted By Richie Schut 04-20-2013 00:51
Found In Egroup: Production Switchers
\ view thread
Been working on scripts for a few projects now. Each time I have run into the same problem. When I make a change to the script the only way I can test it is if I save the project and reopen it. Otherwise regardless of what I do, Xpression seems to always use the script prior to the changes I made. This ...
Posted By Richie Schut 04-18-2013 19:14
Found In Egroup: Graphics
\ view thread
The thing I am trying to do is control other programs on other computers with a script inside of Xpression. One example is we want some graphics coming from a weather computer and some to come from Xpression. I would like to make a scene that would trigger the graphics on the weather computer to advance. ...
Posted By Richie Schut 04-18-2013 19:03
Found In Egroup: Production Switchers
\ view thread
Has anyone made a script to set a countdown timer to a specific date and time?
Posted By Richie Schut 03-11-2013 22:43
Found In Egroup: Graphics
\ view thread
Is there a way to trigger a script to run outside of Xpression? Thanks Richie
Posted By Richie Schut 03-05-2013 23:54
Found In Egroup: Graphics
\ view thread
Not sure why I did not think of the pie charts and cylinders. Thanks for your help. #XPression
Posted By Richie Schut 02-28-2013 23:11
Found In Egroup: Graphics
\ view thread
Any code examples? #XPression
Posted By Richie Schut 02-28-2013 21:46
Found In Egroup: Graphics
\ view thread
I am wondering if I could use a script to deactivate pause events that are built into the scene. #XPression
Posted By Richie Schut 02-28-2013 21:41
Found In Egroup: Graphics
\ view thread
Is there any way to create line and pie charts within Xpression? Bar charts I can do with a little scripting magic, just not sure how to make line or pie charts work.
Posted By Richie Schut 02-28-2013 21:33
Found In Egroup: Production Switchers
\ view thread
Something that has worked well for me is using the visibility option in template links. Make your standard background constant and furthest back. Then create other backgrounds in front of that one with the visibility off in your scene but checked in template links. #Carbonite
Posted By Richie Schut 02-07-2013 00:03
Found In Egroup: Graphics
\ view thread
Can there be more then one play range? For example I might need to have it pause at frame 400, then again at frame 600, then a third time at frame 800. The director who is using Overdrive will also need to be able to continue the animation. Is that possible with play range? #XPression