530
Views
5
Comments
Solved
Change Tab Name
Question

I have a screen with name A and 2 menus (A and B). Both menus go to screen A and the name of browsers tab is A. If i want if from menu B, the name of the browsers tab is B, How to achieve that?


Browser's tab name like this:

regards and tq

2021-09-06 15-09-53
Dorine Boudry
 
MVP
Solution

Ok, sorry, didn't think of that.  

So I'm not sure all this is the same in studio 10, I only ever worked with 11.

1) add optional input parameter to the screen, with a default value what the screen is usually/most often called

2) In all buttons/links/menu's where you are happy with the usual name, you can still just navigate to the screen without passing a value for title in, it will be the default you have set for InTitle parameter.

3) In menu's or buttons or links where you want the title to be different, pass in the title on the navigate


If this is not clear, just ask

Dorine

2021-09-06 15-09-53
Dorine Boudry
 
MVP

Hi brrr,


you can dynamically set the title of a page, so I just had a try, see attached demo uml.  I add input parameter title to the screen, set the title property of the screen to this parameter, set it non-mandatory and give i default string of 'A', and then on menu item B, pass in a alternative title.

Is it something like this you need ?

Dorine


DemoSameScreenDifferentName.oml
2025-01-09 14-56-57
IQ78

hi Sir,

mine is Studio 10, cannot open.

would you give some brief clues in here?


thank you

2021-09-06 15-09-53
Dorine Boudry
 
MVP
Solution

Ok, sorry, didn't think of that.  

So I'm not sure all this is the same in studio 10, I only ever worked with 11.

1) add optional input parameter to the screen, with a default value what the screen is usually/most often called

2) In all buttons/links/menu's where you are happy with the usual name, you can still just navigate to the screen without passing a value for title in, it will be the default you have set for InTitle parameter.

3) In menu's or buttons or links where you want the title to be different, pass in the title on the navigate


If this is not clear, just ask

Dorine

2025-01-09 14-56-57
IQ78

Thank You, Sir.

U rock!!!!

regards

2021-09-06 15-09-53
Dorine Boudry
 
MVP

Happy to help.


btw, I'm not a 'sir'  :-)

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.