BrightSign Support by 3rd party
BrightSign is a solid digital signage media player that can run for years 24/7. Get the Support for success with BrightSign
Search for a command to run...
Articles tagged with #brightscript
BrightSign is a solid digital signage media player that can run for years 24/7. Get the Support for success with BrightSign
On Gen4 at 8.5.53.2 the below seems to be working, except for screencast. Had issues with connecting to Gen5 from Windows 10 on other PC. Wonder if there is a firewall related issue… sub main() x = 0 y = 0 width = 1920 height = 1080 ...
A local copy of the BrightScript Reference could be useful at times. Here is the BrightSign BrightScript v9 reference document for download. More can be found here https://brightsign.atlassian.net/wiki/spaces/DOC/pages/370672718/BrightScript
If you need to fiddle with BrightScript code, this REPL is the perfect solution. https://brsfiddle.net/ Desktop Simulators for BrightScript can be found here: https://github.com/lvcabral/brs-desktop/releases
Not the prettiest code but if you must use anonymous function as a function argument in BrightScript you can. This would be the equivalent to JavaScript Arrow Function. ' This function applies a passed function to an argument ' apply = function ( a,...
Implement promise in BrightScript ' methods 'promise_resolve 'promise_reject 'promise_All ' Fulfills when all of the promises fulfill; rejects when any of the promises rejects. 'promise_AllSettled ' Fulfills when all promises settle. 'promise_race ' ...