IronPython in Spotfire - Session 2 (Accessing Panels)

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ก.ย. 2024
  • The video illustrates the steps to access a panel and its properties in Spotfire using IronPython.

ความคิดเห็น • 8

  • @rockybhai6333
    @rockybhai6333 3 ปีที่แล้ว +1

    This is very useful...Please keep creating more videos like these

  • @MegaRamble
    @MegaRamble 4 ปีที่แล้ว +2

    Hi Amon Alok, I am looking for videos on ironpython scripts in spotfire from last few months. Finally it happen and helps. & pls do such videos

  • @nilanjansaha4494
    @nilanjansaha4494 3 ปีที่แล้ว +1

    This is really helpful! waiting for more videos...

  • @anirudhkanneganti1
    @anirudhkanneganti1 4 ปีที่แล้ว +1

    Long awaited.. finally there.. expecting a series

  • @TheBtrivedi
    @TheBtrivedi 3 ปีที่แล้ว +1

    Thank you.

  • @arun_vignesh-01
    @arun_vignesh-01 3 ปีที่แล้ว

    How to pass the value to the property control by iron python script ?

    • @ironpythoninspotfire2502
      @ironpythoninspotfire2502  3 ปีที่แล้ว

      Suppose the name of your control is "prop", then you can write as follows:
      Application.Document.Properties["prop"]="string value" #if the control is string type
      Application.Document.Properties["prop"]= numeric value #if the control is numeric type