Home › Forums › Products › Vsig and Preset Development › Unable to navigate to TextTrigger with fewer than 2 alpha chars
- This topic is empty.
-
AuthorPosts
-
-
January 4, 2010 at 8:10 am #106752
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,0Changing the initial text value of the TextTrigger to include at least 2 alpha characters fixes the navigation problem ('mm0').
-
January 4, 2010 at 3:55 pm #119719
Should have noted that the problem is on an H8000A OS 5.2.
-
January 7, 2010 at 9:06 pm #119745
Mysterious. While the workaround is simple (mine seems to need 4 characters), it's obviously not right. I'll add it to the list.
-
January 24, 2010 at 3:07 am #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,0J-F.
-
January 24, 2010 at 11:39 pm #131034
This will be fixed in the forthcoming release. Interestingly, it's been there forever.
-
-
AuthorPosts
- You must be logged in to reply to this topic.