Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

Check Box

How do you change the text of an check box at create time. Have tried setting TEXT property but that does nothing.

Comments

  • Barry,

    I am not near a machine with OI to test this. Is this only a problem during the CREATE event or does using the TEXT property never change the text (e.g., during the CLICK event of a push button control)? Honestly, I was 99% certain the TEXT property would have worked either way.
  • Ah, if you put a Bitmap Entity, it doesn't work. Works without it. Sorry did notice that.
    Anyway, so now how do you do it.
  • 3am wakeup...

    Struct = Get_Property(@Window:".CHECK_1","ORIG_STRUCT")
    Struct<0,9>="Help|Changed"
    Utility("DESTROY", @Window:".CHECK_1")
    Utility("CREATE", Struct)
Sign In or Register to comment.