Announcement

Collapse
No announcement yet.

can setCursorLabelName be called from main

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • can setCursorLabelName be called from main

    I am trying to make the cursor labels customizable so that what labels are shown in the cursor can be changed after preMain has been called, based upon a boolean value in the function parameters. Is this possible to do something in main?

    I noticed you can say setCursorLabelName(null) and that removes all cursor labels that have been added. But that can only be called from preMain.

  • #2
    crazytiger
    Yes it is possible to use setCursorLabelName() inside the main function
    Alex

    Comment


    • #3
      Hi Alex,
      Do you have any code examples of this?
      I tried to do a setCursorLabelName(null) from inside main and then perform a bunch of setCursorLabelName("...") to setup
      cursor labels each time a function param changes.

      It didn't work. Probably just a coding error!!

      Comment


      • #4
        crazytiger
        I don't have any examples off hand. It may be easier if you post your code which is not working so that I or someone else can assist you in fixing it.
        Alex

        Comment

        Working...
        X