Unable to navigate to TextTrigger with fewer than 2 alpha chars

Home Forums Products Vsig and Preset Development Unable to navigate to TextTrigger with fewer than 2 alpha chars

  • This topic is empty.
Viewing 4 reply threads
  • Author
    Posts
    • #106752
      sean.e
      Participant

        On a menupage is a Trigger and a TextTigger.  The initial text value for the TextTrigger is 'm0'.  You can not move the cursor to the TextTrigger; it stays on the Trigger.

        HEADM adc 2 2 adc-null adc-null Empty Empty 1 menupage-obj ;=0,25,100,0
        TRIGGER increment increment increment ;=175,25,100,0
        TEXTTRIGGER texttrigger 10 0 m0 m1 m2 m3 m4 m5 m6 m7 m8 m9 ;=175,150,100,0
        MENUPAGE menupage menupage menupage 2 increment-obj texttrigger-obj ;=500,75,100,0

        Changing the initial text value of the TextTrigger to include at least 2 alpha characters fixes the navigation problem ('mm0').

      • #119719
        sean.e
        Participant

          Should have noted that the problem is on an H8000A OS 5.2.

        • #119745
          nickrose
          Moderator
          Eventide Staff

            Mysterious. While the workaround is simple (mine seems to need 4 characters), it's obviously not right. I'll add it to the list.

          • #131029

            Related bug: it's not just TEXTTRIGGER: if the name of a TRIGGER is too short, it's impossible to navigate to it. Try this. You can go navigate with the cursor from UP to UPPER, but not back to UP.

            HEADM adc 2 2 adc-null adc-null ShortNameBug "" 1 super-obj ;=300,0,100,0
            TRIGGER up_trigger UP UP ;=100,0,100,0
            TRIGGER upper_trigger UPPER UPPER ;=100,200,100,0
            MENUPAGE super super super 2 up_trigger-obj upper_trigger-obj ;=300,75,100,0

            J-F.

          • #131034
            nickrose
            Moderator
            Eventide Staff

              This will be fixed in the forthcoming release. Interestingly, it's been there forever.

          Viewing 4 reply threads
          • You must be logged in to reply to this topic.