Profile

Roman Yaroshenko

Contact Details

My Content

1 to 20 of 50+ total
Posted By Roman Yaroshenko 04-18-2024 02:52
Found In Egroup: Graphics
\ view thread
Hello. https://www.rossvideo.com/live-production/graphics/xpression/xpression-u/ here you find out all off you need ------------------------------ Roman Yaroshenko chief specialist RBC-TV Moscow Russian Federation ------------------------------
Posted By Roman Yaroshenko 04-15-2024 08:32
Found In Egroup: Graphics
\ view thread
Hello Derek. Try the attached scene ------------------------------ Roman Yaroshenko chief specialist RBC-TV Moscow Russian Federation ------------------------------
Posted By Roman Yaroshenko 04-15-2024 08:31
Found In Library: Graphics
Posted By Roman Yaroshenko 12-06-2023 03:39
Found In Egroup: Graphics
\ view thread
Hi. Try a script below. Dim SceneDirector1 As xpSceneDirector Dim track(5) As xpSceneDirectorTrack Dim textQR As xpTextObject self.GetSceneDirectorByName("SceneDirector1", SceneDirector1) SceneDirector1.GetTrackByName("trackQRcode", track(0)) SceneDirector1.GetTrackByName("trackTitelbalk", track(1)) ...
Posted By Roman Yaroshenko 11-15-2023 03:51
Found In Egroup: Graphics
\ view thread
Hi Grayson. Use string below on 110 Integer.TryParse(XCordFinalNum.Text, XCordFinal) ------------------------------ Roman Yaroshenko chief specialist RBC-TV Moscow Russian Federation ------------------------------
Posted By Roman Yaroshenko 10-20-2023 11:48
Found In Egroup: Graphics
\ view thread
It has two engines. One of them sets in a Scene Scripts Events OnBeforOnLine Dim output As xpOutputFrameBuffer Dim onlinescene As xpScene Dim onlineodj, hide As xpBaseObject Dim PlayOn As Boolean = True self.GetObjectByName("HideObj", hide) 'get a hidden object from this scene engine.GetOu ...
Posted By Roman Yaroshenko 10-20-2023 06:57
Found In Egroup: Graphics
\ view thread
Hi all! Faber look the attached project ------------------------------ Roman Yaroshenko chief specialist RBC-TV Moscow Russian Federation ------------------------------
Posted By Roman Yaroshenko 10-15-2023 05:32
Found In Egroup: Graphics
\ view thread
Hi Paulo. Here is what you're looking for https://rossvideo.community/discussion/alternate-to-transition-logic?ReturnUrl=%2fcommunities%2fcommunity-home%2fdigestviewer%3fcommunitykey%3d91812bfd-9393-4a3f-8a74-7f8035df130e 6th answer with project file (OnBeforeOnline1.xpf ). ----- ...
Posted By Roman Yaroshenko 08-16-2023 06:01
Found In Library: Graphics
Posted By Roman Yaroshenko 08-16-2023 06:01
Found In Egroup: Graphics
\ view thread
Hi John. In this case I recommend to use event marker which position x equals text position plus text weight in VL. And scrip below when event is OnShow Dim frambuffer As xpOutputFrameBuffer Dim scn As xpScene Dim anim As xpSceneDirector engine.GetOutputFrameBuffer(0, frambuffer) fr ...
Posted By Roman Yaroshenko 07-20-2023 08:06
Found In Egroup: Graphics
\ view thread
Hi everyone. Sean, try script below. Set it into OnPrepare tab. Dim n As Integer = 0 Dim Sequencer As xpSequencer = engine.Sequencer Dim TmpItem As xpTakeItem For i As Integer = 0 To Sequencer.ItemCount - 1 If Sequencer.GetTakeItemByIndex(i, TmpItem) Then If (Not DBNull.Value.Equals(TmpItem)) ...
Posted By Roman Yaroshenko 07-10-2023 09:26
Found In Egroup: Graphics
\ view thread
Hi Lazaro. For quick answer I can offer you next option: name your weather icons exactly as named state in the rss feed. Put them into c:\WeatherIcons (for example). Create a text object and name it as HideIcons. Assign datalinq state on the text object. Create a quad and in tab of the quad set 'Dynamic ...
Posted By Roman Yaroshenko 07-04-2023 08:31
Found In Egroup: Graphics
\ view thread
Adam, disable the text from template links tad. Set the scene in the sequence and run it ------------------------------ Roman Yaroshenko chief specialist RBC-TV Moscow Russian Federation ------------------------------
Posted By Roman Yaroshenko 07-04-2023 07:58
Found In Egroup: Graphics
\ view thread
Hey Adam. It's so simple. Create a scene director and name it as 'ding'. Put into the scene director your audio clip. Then set in the text object the script below Dim director As xpSceneDirector scene.GetSceneDirectorByName("ding", director) director.PlayRange(0, 200) 'second number is endpoint ...
Posted By Roman Yaroshenko 06-23-2023 04:20
Found In Library: Graphics
Posted By Roman Yaroshenko 06-23-2023 04:20
Found In Egroup: Graphics
\ view thread
Hi Adam. This is an example scene for solution of your issue ------------------------------ Roman Yaroshenko chief specialist RBC-TV Moscow Russian Federation ------------------------------
Posted By Roman Yaroshenko 06-09-2023 04:28
Found In Egroup: Graphics
\ view thread
Here is another way. Put the script into input text object Dim charlist() As Char = (" ", Chr(10), Chr(13), Chr(9)) Text = Text.Trim(charlist) ------------------------------ Roman Yaroshenko chief specialist RBC-TV Moscow Russian Federation ------------------------------
Posted By Roman Yaroshenko 06-05-2023 05:28
Found In Egroup: Graphics
\ view thread
Hi GAURAV. Try the script below. Set it into the input text object. Dim quad As xpBaseObject scene.GetObjectByName("Quad1", quad) Dim anim As xpAnimController scene.GetAnimControllerByName("Animation1", anim) anim.ClearKeyframes() anim.Duration = CInt(Text) anim.SetKeyFramePosition(quad, ...
Posted By Roman Yaroshenko 06-05-2023 04:56
Found In Egroup: Graphics
\ view thread
Hi Tani. In this case you will need to create some text objects. One of them is for input text and you will need to hide it from online render (put it into a layer object with enabled property 'Render Layer in Preview Only'). Others of them are for output text with auto follows quads (the maximum amount ...