Jump to content
AVIC411.com

-SOLVED- Seeks function for return directly on map ?


Recommended Posts

Hello, I work on a personal mod and now I have a problem. Let me explain: I'm on the map (with or without desitnation or simulation mode) I click a button that gives me a new screen (above the map).

On this new screen I have a button to display a second. In these new screens, I want to use a button to return directly to the card, without using the fonction (in navigatemap_800_480.ui) :

onRelease = 'PREVSTATE' 

I can not use the xxxx.HIDE command.

When I turn on my screen 1 to my screen 2, this fontion return me to the screen shown above but not to return directly to the card (with or without desitnation or simulation mode).

 

Have your function to offer me?

 

EDIT :

I thought I had found a solution to my problem in the file general_800_480.ui creating a new command line to use my icon output for my "special fonction", but only the output function used for other command lines, also uses "PREVSTATE"

Link to post
Share on other sites

Hello, I finally found the right parameter to use.

If like me you want to create or modify screens to make them appear from the map and then jump several times from one screen to another and then return directly to the map (with or without route) from any of these two screens (or more) on the back button on each map screen, you need this setting :

onRelease = 'nextstate st_NavigateMap'

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...