Profile

Aleksander Stalsberg

Contact Details

My Content

1 to 20 of 50+ total
Posted By Aleksander Stalsberg 04-13-2024 21:29
Found In Egroup: Graphics
\ view thread
I had this problem with our own Graphite Tessera here. Turns out any element/layer in Xpression we added any effect on would revert back to its 1080 output and not adhere to the tessera output. It would be framed inside the tessera output, but the element would be positioned as if it was 1080... Doesnt ...
Posted By Aleksander Stalsberg 04-13-2024 21:06
Found In Egroup: Graphics
\ view thread
Question... Might sound stupid, but are you using any effects on any layers in Xpression? ------------------------------ Aleksander Stalsberg Inland Norway University of Applied Sciences/Lillehammer Icehockey Club Norway ------------------------------
Posted By Aleksander Stalsberg 04-13-2024 21:03
Found In Egroup: Graphics
\ view thread
Visual Basic, create functions that animate up and down based on X-number of pixels... Then you'd have to have an array of all the racers, and run through all of them for each change in this array. Not gonna be easy, but it is possible. ------------------------------ Aleksander Stalsberg Inland Norway ...
Posted By Aleksander Stalsberg 03-07-2024 17:15
Found In Egroup: Facility Control
\ view thread
So this wouldnt work with an API tag that run script on load? And then set the buttons as disabled there? We were thinking about covering them with , but the buttons themselfs are withing a responsive table that changes size based on the width of the panel, and positioning an to cover that is more ...
Posted By Aleksander Stalsberg 03-07-2024 16:37
Found In Egroup: Facility Control
\ view thread
Follow up question for you @James Peltzer - How do you also set a button to be disabled on DashBoard opening/load. Then I can change state of this with the ogscript.setEnabled('ID', true); ------------------------------ Aleksander Stalsberg Inland Norway University of Applied Sciences/Lillehammer Icehockey ...
Posted By Aleksander Stalsberg 03-07-2024 13:35
Found In Egroup: Facility Control
\ view thread
Aha! I knew it had to be there somewhere. And the stateless checkbox was a nice touch as well. Never really tried that, but that's a good suggestion for sure! Thanks again! ------------------------------ Aleksander Stalsberg Inland Norway University of Applied Sciences/Lillehammer Icehockey Club Norway ...
Posted By Aleksander Stalsberg 03-07-2024 08:19
Found In Egroup: Facility Control
\ view thread
Hi again! Sitting here with a problem I did not expect. We want to password protect only a portion of a custom panel, to hide presets that should not be messed with for example. And we simply have those buttons disabled or hidden in a canvas that we then reveal when you click a button and type in the ...
Posted By Aleksander Stalsberg 03-07-2024 07:53
Found In Egroup: Facility Control
\ view thread
Found this post, and it was exactly what I was after. Question though, can you set a button as disabled by default? ------------------------------ Aleksander Stalsberg Inland Norway University of Applied Sciences/Lillehammer Icehockey Club Norway ------------------------------
Posted By Aleksander Stalsberg 03-02-2024 18:36
Found In Egroup: Facility Control
\ view thread
Ahhh, thank you again @James Peltzer for another quick and great sollution. This solves it triggering one of the choice constraints I have. As the one in your example has an OID of "choice". How would I best access that part of the Rosstalk message in the function? event.getState() gives access to ...
Posted By Aleksander Stalsberg 03-01-2024 09:31
Found In Egroup: Facility Control
\ view thread
Hi there! Been a while since I posted a question, but here we go. I have a dashboard that is made to interact with a 3rd party PTZ Joystick, that doubles as a shotbox, works great. Now I want to add a StreamDeck with Companion running on it, and RossTalk that speaks to not only my Graphite mixer and ...
Posted By Aleksander Stalsberg 02-05-2024 12:27
Found In Egroup: Graphics
\ view thread
Hi Patrick! As mentioned in the topic, this is Xpression Designer, and no video I/O card, but only in Virtual Output. The videofiles etc work perfectly in the production enviroment on our Graphite machine, so no problem there. ------------------------------ Aleksander Stalsberg Inland Norway University ...
Posted By Aleksander Stalsberg 02-04-2024 07:47
Found In Egroup: Graphics
\ view thread
Hi there I have a question regarding video materials in Xpression and stuttering, and system requirements for playing video in Virtual Output. What is required to do this without stuttering? And is there a setting somewhere in Xpression where I can allocate more memory or something make this go smooth? ...
Posted By Aleksander Stalsberg 01-02-2024 19:55
Found In Egroup: Graphics
\ view thread
Yup! That's the one I was referring to! Can confirm it works as well. I am using it for live arena production where we never know how long a video is. Works like a charm, triggering a scene director for animation out when the clip has 5 frames left of play time. ------------------------------ ...
Posted By Aleksander Stalsberg 01-02-2024 09:19
Found In Egroup: Graphics
\ view thread
Hi there! This can indeed be done with some scripting and VB. If you look through the Xpression SDK, and under the xpMaterial Object, there is a "Duration Property". This can be used in a scene director script event for example to look at the material of a quad, get the length of the material, and then ...
Posted By Aleksander Stalsberg 12-31-2023 13:34
Found In Egroup: Facility Control
\ view thread
I cant tell you what port you'd listen to, or how to configure the scoreboard to send to dashboard as well. But essentially, you're going to have to set up a UDP Listener in DashBoard, and then build your own "parser" based on the data recieved from the scoreboard. Without an example of what the data ...
Posted By Aleksander Stalsberg 12-18-2023 03:43
Found In Egroup: Facility Control
\ view thread
Hi again James! Comming back to this one from 4 years agow now. Can this be used to create a executor.asyncHTTP as well? Tried using your formula above to create another executor and use that to call the asyncHTTP, but I get error messages no matter what. ------------------------------ Aleksander ...
Posted By Aleksander Stalsberg 12-08-2023 20:49
Found In Egroup: Graphics
\ view thread
Hi there! Been a while since posting again now. I have a SE tessera sollution, and I wanted some fog like border on some elements to sometime be visible on some tessera regions, other times not, but when visible on two regions that is physically next to each other, I wanted that smoke view to be in ...
Posted By Aleksander Stalsberg 07-08-2023 06:32
Found In Egroup: Facility Control
\ view thread
Question @James Peltzer ... Not played around with the opt. 1 of pausing for years now. But before, if you used the pause task and then a following task etc, you would lock down the dashboard until the pause was over, due to it not being on a different asyncExec. Has this been "fixed", and you no longer ...
Posted By Aleksander Stalsberg 07-08-2023 06:28
Found In Egroup: Facility Control
\ view thread
Question, will there allways be 5 players on a team? ------------------------------ Aleksander Stalsberg Inland Norway University of Applied Sciences/Lillehammer Icehockey Club Norway ------------------------------
Posted By Aleksander Stalsberg 07-03-2023 09:11
Found In Egroup: Facility Control
\ view thread
Is there a way to handle special characters returned from this as well @James Peltzer ? As of now, any Norwegian letters ÆØÅ returns just as questionmarks, and I cannot URI encode/decode them for that matter. Is there a way I'm missing here? ------------------------------ Aleksander Stalsberg ...