Plex 2E

  • 1.  Changing text property of a static text control

    Posted Jul 01, 2015 09:36 AM
      |   view attached

    Is it possible to set the text property of a static text control from Action Diagram? There is a header text in the panel that I would like to change when a dropdown list value is changed but I do not know how to get a "handle" to the component. How could this be achieved? My guess is that by using c++ this could be possible.

     

    The function is a WinC function.

     

    In the screenshot there is the name of the static text control inside a red box.



  • 2.  Re: Changing text property of a static text control
    Best Answer

    Posted Jul 01, 2015 09:55 AM

    you need to read plex help or searching your local model better!

     

    See Source Code object

    WINAPI/SetControlText

     

    and remember when you find the object in the object browser you can press Shift & F1 key to get object help



  • 3.  Re: Changing text property of a static text control

    Posted Jul 02, 2015 01:32 AM

    Ok, thanks for the advice.

     

    Useful to know the shortcut to get object help.