Rank: Advanced Member
Groups: Registered
Joined: 9/1/2015(UTC) Posts: 126 Location: Ecuador Thanks: 2 times Was thanked: 16 time(s) in 12 post(s)
|
Hi, I have to think about certain issues with the clock. There is a situation in the clock widgets. 1- On some days it is deactivated some marked days (it only seems to be a bug). 2.- If you add clocks with different hours, it does not take the current time but the one in the order that was added. Ex: Currently it is like this.
CURRENT TIME 14H30 ADDED WATCHES
1-20h00 2-15h30 3-14H50
NEXT EVENT 20H00 I should take the event closest to the current time.
Perhaps it is necessary to add buttons to move the clocks (up - down) that allow chronological ordering ... or that are added neatly and automatically according to the added time.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 226 time(s) in 129 post(s)
|
@JAIRODJ, that's strange, because UTC sort events automatically after properties saving. Can you share controller with skipped events?
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 9/1/2015(UTC) Posts: 126 Location: Ecuador Thanks: 2 times Was thanked: 16 time(s) in 12 post(s)
|
This project was created with version 16-04-2019, I have updated to 06-17-2019, the problem continues. I have added an additional clock at the end (18h50) and it remains there, it is not ordered. I opened the project on another PC and the same problem persists. Attention When creating a new project in version 17-06, if it is automatically ordered. CLOCKS PROJECT<< Additional >> Well me and my ideas, if it is possible to make them come true (apologies if annoying, they are ideas not demands). 1- When a UTC saved project is opened that automatically activates a specific widget. 2- When blocking with a key, all UTC is blocked. If I need to make a quick change, everything must be unlocked again. Then it will be possible to lock with a key only the widget that activates the lock and that the others are free and can be modified quickly. (blocking is really good, projects are not damaged by bad manipulation of another user, but changes are required in certain widgets).
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 226 time(s) in 129 post(s)
|
@JAIRODJ, looks like time info was with date info, so it order events, but you've added them not at the same day, so I made ordering not so date specific. I've also added some code, so UTC must fire event if it scheduled. Try this: Download1) I can make autostart checkbox into button properties, why not. 2) I thought blocking with key if for distributing controller, so you not need to make changes. That's why I blocked all lock/unlock buttons.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 9/1/2015(UTC) Posts: 126 Location: Ecuador Thanks: 2 times Was thanked: 16 time(s) in 12 post(s)
|
Hi, thanks @elgarf, if the clock works perfectly with the new update.
With respect to the button or option of automatic start of a widget: With the function of exelink, you can activate any widget, then if you can only add the option that activates a particular one, it will be enough to activate N number of widgets with a single button, avoid adding the start option to each button. Well, I believe in ideas, in logic I do not know.
With the controller lock. The station in which I work accepts intern students and they curiously change the UTC settings, for that reason I thought about blocking UTC, but leaving some widgets so that they can update their needs (For example: Textfield, Overlays, etc.) .. they have knowledge to use code. Well I have learned a bit of code with UTC to get a better performance (reading read reading hours and hours on code to understand), but it has been very helpful for me.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 226 time(s) in 129 post(s)
|
@JAIRODJ, I think I found good solution for both your requests, wait till next update.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 226 time(s) in 129 post(s)
|
New version with Clock widget fixes & JAIRODJ requests. For making some widgets to not lock completely with password, uncheck "Password Lockable" checkbox in widget context menu. Universal Title Controller
|
1 user thanked elgarf for this useful post.
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 9/1/2015(UTC) Posts: 126 Location: Ecuador Thanks: 2 times Was thanked: 16 time(s) in 12 post(s)
|
Thanks for the help. @elgarf As it is said in my country: "This exquisite" = that is perfect
|
1 user thanked JAIRODJ for this useful post.
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/11/2017(UTC) Posts: 60 Location: Medxico
Thanks: 2 times Was thanked: 7 time(s) in 6 post(s)
|
Stream Deck EL GATO works with UTC?
|
|
|
|
Rank: Member
Groups: Registered
Joined: 5/25/2019(UTC) Posts: 23 Thanks: 2 times
|
Thanks! Very nice,I want to control TitleBeginAnimation and control page1 or page2 ... ...How to do ?
|
|
|
|
Rank: Member
Groups: Registered
Joined: 1/20/2016(UTC) Posts: 24 Location: USA
Thanks: 3 times Was thanked: 3 time(s) in 3 post(s)
|
Originally Posted by: 郭子涵 Thanks! Very nice,I want to control TitleBeginAnimation and control page1 or page2 ... ...How to do ? I had to learn how to do this myself. Add this to functions.xml in the "<Function>Title Controls</Function>" group. Quote: <vMixFunctionReference> <Description>Set GT Title Page number</Description> <Function>TitleBeginAnimation Page1</Function> <FormatString>Function=TitleBeginAnimation&Input={0}&Value=Page1</FormatString> </vMixFunctionReference>
<vMixFunctionReference> <Description>Set GT Title Page number</Description> <Function>TitleBeginAnimation Page2</Function> <FormatString>Function=TitleBeginAnimation&Input={0}&Value=Page2</FormatString> </vMixFunctionReference>
<vMixFunctionReference> <Description>Set GT Title Page number</Description> <Function>TitleBeginAnimation Page3</Function> <FormatString>Function=TitleBeginAnimation&Input={0}&Value=Page3</FormatString> </vMixFunctionReference>
<vMixFunctionReference> <Description>Set GT Title Page number</Description> <Function>TitleBeginAnimation Page4</Function> <FormatString>Function=TitleBeginAnimation&Input={0}&Value=Page4</FormatString> </vMixFunctionReference>
<vMixFunctionReference> <Description>Set GT Title Page number</Description> <Function>TitleBeginAnimation Page5</Function> <FormatString>Function=TitleBeginAnimation&Input={0}&Value=Page5</FormatString> </vMixFunctionReference>
<vMixFunctionReference> <Description>Set GT Title Page number</Description> <Function>TitleBeginAnimation Page6</Function> <FormatString>Function=TitleBeginAnimation&Input={0}&Value=Page6</FormatString> </vMixFunctionReference>
<vMixFunctionReference> <Description>Set GT Title Page number</Description> <Function>TitleBeginAnimation Page7</Function> <FormatString>Function=TitleBeginAnimation&Input={0}&Value=Page7</FormatString> </vMixFunctionReference>
<vMixFunctionReference> <Description>Set GT Title Page number</Description> <Function>TitleBeginAnimation Page8</Function> <FormatString>Function=TitleBeginAnimation&Input={0}&Value=Page8</FormatString> </vMixFunctionReference>
<vMixFunctionReference> <Description>Set GT Title Page number</Description> <Function>TitleBeginAnimation Page9</Function> <FormatString>Function=TitleBeginAnimation&Input={0}&Value=Page9</FormatString> </vMixFunctionReference>
<vMixFunctionReference> <Description>Set GT Title Page number</Description> <Function>TitleBeginAnimation Page10</Function> <FormatString>Function=TitleBeginAnimation&Input={0}&Value=Page10</FormatString> </vMixFunctionReference>
|
1 user thanked comporder1 for this useful post.
|
|
|
Rank: Member
Groups: Registered
Joined: 5/25/2019(UTC) Posts: 23 Thanks: 2 times
|
Thanks a lot ,My problem was fixed. guard thanks again!
|
|
|
|
Rank: Member
Groups: Registered
Joined: 5/25/2019(UTC) Posts: 23 Thanks: 2 times
|
Originally Posted by: comporder1 Originally Posted by: 郭子涵 Thanks! Very nice,I want to control TitleBeginAnimation and control page1 or page2 ... ...How to do ? I had to learn how to do this myself. Add this to functions.xml in the "<Function>Title Controls</Function>" group. Quote: <vMixFunctionReference> <Description>Set GT Title Page number</Description> <Function>TitleBeginAnimation Page1</Function> <FormatString>Function=TitleBeginAnimation&Input={0}&Value=Page1</FormatString> </vMixFunctionReference>
<vMixFunctionReference> <Description>Set GT Title Page number</Description> <Function>TitleBeginAnimation Page2</Function> <FormatString>Function=TitleBeginAnimation&Input={0}&Value=Page2</FormatString> </vMixFunctionReference>
<vMixFunctionReference> <Description>Set GT Title Page number</Description> <Function>TitleBeginAnimation Page3</Function> <FormatString>Function=TitleBeginAnimation&Input={0}&Value=Page3</FormatString> </vMixFunctionReference>
<vMixFunctionReference> <Description>Set GT Title Page number</Description> <Function>TitleBeginAnimation Page4</Function> <FormatString>Function=TitleBeginAnimation&Input={0}&Value=Page4</FormatString> </vMixFunctionReference>
<vMixFunctionReference> <Description>Set GT Title Page number</Description> <Function>TitleBeginAnimation Page5</Function> <FormatString>Function=TitleBeginAnimation&Input={0}&Value=Page5</FormatString> </vMixFunctionReference>
<vMixFunctionReference> <Description>Set GT Title Page number</Description> <Function>TitleBeginAnimation Page6</Function> <FormatString>Function=TitleBeginAnimation&Input={0}&Value=Page6</FormatString> </vMixFunctionReference>
<vMixFunctionReference> <Description>Set GT Title Page number</Description> <Function>TitleBeginAnimation Page7</Function> <FormatString>Function=TitleBeginAnimation&Input={0}&Value=Page7</FormatString> </vMixFunctionReference>
<vMixFunctionReference> <Description>Set GT Title Page number</Description> <Function>TitleBeginAnimation Page8</Function> <FormatString>Function=TitleBeginAnimation&Input={0}&Value=Page8</FormatString> </vMixFunctionReference>
<vMixFunctionReference> <Description>Set GT Title Page number</Description> <Function>TitleBeginAnimation Page9</Function> <FormatString>Function=TitleBeginAnimation&Input={0}&Value=Page9</FormatString> </vMixFunctionReference>
<vMixFunctionReference> <Description>Set GT Title Page number</Description> <Function>TitleBeginAnimation Page10</Function> <FormatString>Function=TitleBeginAnimation&Input={0}&Value=Page10</FormatString> </vMixFunctionReference>
Thanks a lot ,My problem was fixed. Guard thanks again!
|
|
|
|
Rank: Member
Groups: Registered
Joined: 1/20/2016(UTC) Posts: 24 Location: USA
Thanks: 3 times Was thanked: 3 time(s) in 3 post(s)
|
Originally Posted by: 郭子涵 Thanks a lot ,My problem was fixed. guard thanks again! Glad I could help.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/14/2018(UTC) Posts: 129 Location: Clermont-Ferrand Thanks: 30 times Was thanked: 9 time(s) in 8 post(s)
|
Hello, Is it possible to change the attributes of a text in a title (for example the size of the font)?
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/14/2018(UTC) Posts: 129 Location: Clermont-Ferrand Thanks: 30 times Was thanked: 9 time(s) in 8 post(s)
|
Originally Posted by: MickeyMJJ Hello, Is it possible to change the attributes of a text in a title (for example the size of the font)? no one has the answer?
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 226 time(s) in 129 post(s)
|
@MickeyMJJ, looks like it's not possible from API, but you can do a lot of things with XAML titles because of bindings. Here is example. NewsHD.xaml (3kb) downloaded 18 time(s).Btw, there are small changes into UTC. Into the new version: Fix of expression calculating into INDEX parameter of script function, and new [Slider] widget to control input/master/bus volume. Universal Title Controller
|
|
|
|
Rank: Member
Groups: Registered
Joined: 5/25/2019(UTC) Posts: 23 Thanks: 2 times
|
Hi,Can I control "colour key"?
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/11/2017(UTC) Posts: 60 Location: Medxico
Thanks: 2 times Was thanked: 7 time(s) in 6 post(s)
|
Elgarf, yesterday replaced utc with the new version with slider volume control, but I had problems having the active signal with sound. when changing the title to the next line (data source next row) on excel document, the sound goes down to zero, every time I jump to the next title next row the slide lowers the volume to zero.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 226 time(s) in 129 post(s)
|
@chococrisps35, hmm, I'll check this.
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The vMix Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close