Graphics

 View Only
  • 1.  DataLinq file change to multiple layers simultaneously

    Posted 12-08-2020 15:47

    Is there a way to change the DataLinq file for multiple layers at once? For example, selecting the "Height HDR", "Height", "Weight HDR" and "Weight" layers all at once and changing the DataLinq from "Player Stats" to something else.



  • 2.  RE: DataLinq file change to multiple layers simultaneously

    Posted 12-08-2020 19:33

    Here is from a ticket I was given, but I am not sure how to implement it-- would love to use this as an opportunity to learn further possibilities through this:

    "You could make a script that changes the Datalinq source the object is using:

    dim text as xpTextObject

    self.GetObjectByName("Text1", text)


    text.Datalinq.LinkName = "DataLinq1"

    This will change the Datalinq that Text1 is using from whatever it currently is to the one named Datalinq1"


    #XPression


  • 3.  RE: DataLinq file change to multiple layers simultaneously

    Posted 12-08-2020 21:55


  • 4.  RE: DataLinq file change to multiple layers simultaneously

    Posted 12-09-2020 14:58

    This is *so* close to the desired goal, but I want to be able to copy just the DataLinq file that you have to click and select from a drop down menu that could include a fair amount of files.


    #XPression


  • 5.  RE: DataLinq file change to multiple layers simultaneously

    Posted 12-09-2020 23:04

    This has been submitted as a feature request. 


    #XPression