Graphics

 View Only
  • 1.  Scripting Datasources?

    Posted 12-15-2020 07:03

    Hello, was wondering if there was a way to change the datasource of an object via script?

    I'm able to change the xpdatalinq properties attached to a text object, but I'm not able to change it from static -> datalinq. 

     

    Looking to automate a lot of our internal workflows, anyone have any insight? Couldn't find anything in the SDK



  • 2.  RE: Scripting Datasources?

    Posted 01-11-2021 10:43

    It's not exactly what you want but what I have done before is have 2 text boxes, one connected to the live data and one not. When I want to disconnect I copy the current stat of the live data to the hidden text field and then flip the visibility of the 2 objects. When I want to go back to live I just hide it again and reshow the live data one. 


    #XPression