SOLVED SetSuffix in Space Center?



  • Hi,

    1.8 question: The CurrentSpaceCenter in mojo.UI has a method getSuffix() which works fine to read whatever has been selected in the suffixes menu, but I cannot find a corresponding way to programmatically set a suffix and apply to the text in the Space Center. Is there a way to do this?

    Thanks,
    Nina



  • I just noticed this is still sitting here. For future reference: I tried this again in RF 3.3, and it works perfectly now.

    from mojo.UI import CurrentSpaceCenter
    sc = CurrentSpaceCenter()
    sc.setSuffix('.sc')
    # boom, works