[Venapp] TEXTMENU working just once

Use this forum to post Vensim related questions.
Post Reply
apix
Senior Member
Posts: 64
Joined: Wed Mar 16, 2011 3:31 pm

[Venapp] TEXTMENU working just once

Post by apix »

Hi!

I've a slide with textmenus. I shift to another slide selected trhough a textmenu. When I go back to the first slide, it is blocked, I can't press any Textmenu.

I tried with the command "SPECIAL>REFRESH" with no success.
The first textmenu I pressed keep highlighted in the second visit of te slide.

How can I "reset" the choice and have a working slide again?

Thank you very much.
Administrator
Super Administrator
Posts: 4590
Joined: Wed Mar 05, 2003 3:10 am

Re: [Venapp] TEXTMENU working just once

Post by Administrator »

Can you post the venapp you are using? It's impossible to really advise you unless we can see what commands are being executed.

Tony.
Advice to posters seeking help (it really helps us to help you)
http://www.ventanasystems.co.uk/forum/v ... f=2&t=4391

Units are important!
http://www.bbc.co.uk/news/magazine-27509559
apix
Senior Member
Posts: 64
Joined: Wed Mar 16, 2011 3:31 pm

Re: [Venapp] TEXTMENU working just once

Post by apix »

I got it!

I used TEXTMENU with no text (

Code: Select all

TEXTMENU,""
) to have empty region as link.
When I returned on the slide where there is the starting TEXTMENU, it was blocked, the entire slide was blocked.

I replaced TEXTMENU,"" with

Code: Select all

TEXTMENU," "
(introducing a space as text) and the all worked well.
Post Reply