dbnetsoft
ScreensPro
ScreensPro
  • Projects & Configs
    • Visual Studio Projects
  • Layouts
    • Converters
      • Visibility Converter
  • Sources
    • Example
  • Custom Controls
    • VideoElement
    • VideoElement2
    • StopwatchElement
    • Stopwatch2Element
    • ImageElement
Powered by GitBook
On this page

Sources

Several sources can be added and it's data made available for binding. Thse sources include HTTP GET of JSON file and also TCP/IP or UDP sources.

Sources can be defined in the Sources Tab of the ScreensPro window.

A source can be accessed inside a layout by using bindings, e.g. {Binding Sources.RaceResult.Value[0].BackgroundColor}, where RaceResult is the Name of a source and Value[0] the first element of the returned array.

PreviousVisibility ConverterNextExample

Last updated 2 months ago