logo

Live Production Software Forums


Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
digitalalps  
#1 Posted : Wednesday, October 11, 2017 8:34:58 AM(UTC)
digitalalps

Rank: Advanced Member

Groups: Registered
Joined: 7/1/2016(UTC)
Posts: 48
Man
Location: Italy

Thanks: 5 times
Was thanked: 4 time(s) in 4 post(s)
Hello,

maybe someone can give me a tip from you how I can best implement this requirement?
For a castingshow we have to make the graphics for the voting results. There should be 10 beams, which must have a different length depending on the percentage of the result. The bars should build from the left, first the last, shortest beam, then the second from below with the corresponding percentage. When all the bars are shown, the names of the participants, one after the other, should be displayed on the corresponding bar.

Is something possible, possibly with UTC? If so how, or is there a special software for this?

Thx
doggy  
#2 Posted : Wednesday, October 11, 2017 8:53:20 AM(UTC)
doggy

Rank: Advanced Member

Groups: Registered
Joined: 12/27/2012(UTC)
Posts: 5,057
Belgium
Location: Belgium

Thanks: 283 times
Was thanked: 916 time(s) in 755 post(s)
I would imagine there is special software for it if you have the funds for it.

if you are looking into creating it yourself as a xaml title for vmix google "xaml progressbar" as a basis.

https://stackoverflow.co...gressbar-with-percentage

https://stackoverflow.co...6884/progress-bar-in-wpf

https://www.codeproject.com/Arti...gressBar-with-Percentage

basically binding data to a progressbar, multiple ones and animate them into view sequentially, dito for corresponding names
doggy  
#3 Posted : Wednesday, October 11, 2017 3:07:53 PM(UTC)
doggy

Rank: Advanced Member

Groups: Registered
Joined: 12/27/2012(UTC)
Posts: 5,057
Belgium
Location: Belgium

Thanks: 283 times
Was thanked: 916 time(s) in 755 post(s)
ps where would the data be comming from ?
davidcallahan  
#4 Posted : Thursday, January 30, 2020 8:49:52 PM(UTC)
davidcallahan

Rank: Advanced Member

Groups: Registered
Joined: 1/22/2020(UTC)
Posts: 47
France
Location: Montpellier

Thanks: 14 times
Was thanked: 2 time(s) in 2 post(s)
Originally Posted by: doggy Go to Quoted Post

if you are looking into creating it yourself as a xaml title for vmix google "xaml progressbar" as a basis.


Hi Doggy ! (I wanted to reply on this topic as it is closer to my new question)

I'm using those progress bars for my project (For people passing by : Lots of infos here : https://forums.vmix.com/...-Titolo-Grafico-a-Barre)
and here is my issue :
UserPostedImage
Red : ProgressBar
Blue : Rectangle
There is this white transparent overlay on the progressbar and it's annoying me, do you know if there is a way to get rid of it ?

Here on Blend we can see there is no gradient overlay :
UserPostedImage

This example is on NET 3.5. It's the same problem with 4+
doggy  
#5 Posted : Thursday, January 30, 2020 10:49:22 PM(UTC)
doggy

Rank: Advanced Member

Groups: Registered
Joined: 12/27/2012(UTC)
Posts: 5,057
Belgium
Location: Belgium

Thanks: 283 times
Was thanked: 916 time(s) in 755 post(s)
I believe thats the standard for a progressbar . possible changeable with some styling
davidcallahan  
#6 Posted : Thursday, January 30, 2020 11:12:45 PM(UTC)
davidcallahan

Rank: Advanced Member

Groups: Registered
Joined: 1/22/2020(UTC)
Posts: 47
France
Location: Montpellier

Thanks: 14 times
Was thanked: 2 time(s) in 2 post(s)
I feel like it is VMIX's interpretation of the progression bar style, which takes over my style.. Is there any guide going deep in how VMIX takes all of that ? Maybe a developper kit I missed or something ?
doggy  
#7 Posted : Thursday, January 30, 2020 11:53:46 PM(UTC)
doggy

Rank: Advanced Member

Groups: Registered
Joined: 12/27/2012(UTC)
Posts: 5,057
Belgium
Location: Belgium

Thanks: 283 times
Was thanked: 916 time(s) in 755 post(s)
Originally Posted by: davidcallahan Go to Quoted Post
I feel like it is VMIX's interpretation of the progression bar style, which takes over my style.. Is there any guide going deep in how VMIX takes all of that ? Maybe a developper kit I missed or something ?


If you do something similar in a regular windows xaml application you will get the same result.
Also i dont see any styling in the code



davidcallahan  
#8 Posted : Friday, January 31, 2020 12:34:33 AM(UTC)
davidcallahan

Rank: Advanced Member

Groups: Registered
Joined: 1/22/2020(UTC)
Posts: 47
France
Location: Montpellier

Thanks: 14 times
Was thanked: 2 time(s) in 2 post(s)
Originally Posted by: doggy Go to Quoted Post

Also i dont see any styling in the code


Isn't this :
Code:

Background="Yellow"


the style of my progressbar?
I've changed every progress bar into rectangles and it works fine thought. But I'd like to understand what went wrong
doggy  
#9 Posted : Friday, January 31, 2020 12:43:56 AM(UTC)
doggy

Rank: Advanced Member

Groups: Registered
Joined: 12/27/2012(UTC)
Posts: 5,057
Belgium
Location: Belgium

Thanks: 283 times
Was thanked: 916 time(s) in 755 post(s)
The ProgressBar is, just like other standard WPF controls, rendered to match the visual style of the operating system.

a quick google (google.com) not tested ... https://stackoverflow.co...progress-bar-by-code-wpf
thanks 1 user thanked doggy for this useful post.
davidcallahan on 1/31/2020(UTC)
Users browsing this topic
Similar Topics
Another Overlay Question (General Discussion)
by Bobby Hutch 1/31/2020 9:55:00 AM(UTC)
Basic Overlay question (General Discussion)
by zigzagsky 9/30/2017 1:19:41 PM(UTC)
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.