Graphics

 View Only
Expand all | Collapse all

Crawl with social network linked to Excel Datalinq

  • 1.  Crawl with social network linked to Excel Datalinq

    Posted 20 days ago

    Hello community, I need some help please.
    I'm trying to do a social network crawl that has a user and a message... but I can't make the user change along with the message. Please if someone can give me some way. I attach reference image

    red text = user / Black text = message


    ------------------------------
    Jesus Ulloa
    Graphics Desing
    Freelancer
    Lima Peru
    ------------------------------


  • 2.  RE: Crawl with social network linked to Excel Datalinq

    Ross Staff
    Posted 20 days ago

    You'll need to use script to alter the datalinq connection in someway, probably a datalinqkey or widget is a good way to keep track of the number, have you done any scripting? 



    ------------------------------
    Simon Redmile
    Senior Graphic Programmer & Designer
    Ross Video
    Bristol United Kingdom
    ------------------------------



  • 3.  RE: Crawl with social network linked to Excel Datalinq

    Posted 20 days ago

    I have used script but occasionally in one job or another. but I need help on this crawl please



    ------------------------------
    Jesus Ulloa
    Graphics Desing
    Freelancer
    Lima Peru
    ------------------------------



  • 4.  RE: Crawl with social network linked to Excel Datalinq

    Ross Staff
    Posted 20 days ago

    Are you using a crawl with parent and child scenes or group in sequence? 



    ------------------------------
    Simon Redmile
    Senior Graphic Programmer & Designer
    Ross Video
    Bristol United Kingdom
    ------------------------------



  • 5.  RE: Crawl with social network linked to Excel Datalinq

    Posted 20 days ago

    Now I have made a group of sequences.


    ------------------------------
    Jesus Ulloa
    Graphics Desing
    Freelancer
    Lima Peru
    ------------------------------



  • 6.  RE: Crawl with social network linked to Excel Datalinq

    Ross Staff
    Posted 20 days ago

    Which is your prefer way to work because I can help you with either? 

    For what you want to do working with excel I'd probably recommend the parent scene / child scene method (using  a scene group). 



    ------------------------------
    Simon Redmile
    Senior Graphic Programmer & Designer
    Ross Video
    Bristol United Kingdom
    ------------------------------



  • 7.  RE: Crawl with social network linked to Excel Datalinq

    Posted 19 days ago

    The form or manner that best suits a practical flow, the idea is that social networks can be launched continuously and all with a database linked to Excel.
    I would like to learn both ways for flows and processes please 



    ------------------------------
    Jesus Ulloa
    Graphics Desing
    Freelancer
    Lima Peru
    ------------------------------



  • 8.  RE: Crawl with social network linked to Excel Datalinq

    Ross Staff
    Posted 19 days ago

    I think what you want to do is put in the onOnline script of the child scene within the Scene Group the following.

    Increament a datalinqkey

    dim keys as xpDatalinqKeys

    dim key as xpDatalinqKey

     

    Self.GetDataLinqKeys(keys)

    keys.GetKeyByName("datakey", key)

    key.asString = cInt(key.AsString) + 1

    Self.refreshdatalinqs

    Replace the row integer with a  datalinqkey  for example %datakey% 



    ------------------------------
    Simon Redmile
    Senior Graphic Programmer & Designer
    Ross Video
    Bristol United Kingdom
    ------------------------------



  • 9.  RE: Crawl with social network linked to Excel Datalinq

    Posted 18 days ago

    Thank you very much Simon, I'll try it right away. I'll be back with news soon.



    ------------------------------
    Jesus Ulloa
    Graphics Desing
    Freelancer
    Lima Peru
    ------------------------------



  • 10.  RE: Crawl with social network linked to Excel Datalinq

    Posted 11 days ago

    Hi Simon, a question, how can I put a mask on the text Crawl!? Please



    ------------------------------
    Jesus Ulloa
    Graphics Desing
    Freelancer
    Lima Peru
    ------------------------------



  • 11.  RE: Crawl with social network linked to Excel Datalinq

    Ross Staff
    Posted 10 days ago

    masks go in scene group, don't use a layer object. 



    ------------------------------
    Simon Redmile
    Senior Graphic Programmer & Designer
    Ross Video
    Bristol United Kingdom
    ------------------------------