Wish Show Full Path to Project File in Title Bar

cklester

Well-Known Member
Licensed User
I often duplicate a project in order to test branch ideas, and the name of the project remains the same but the path changes. I would like to be able to more easily and quickly determine which branch I'm working on by seeing the path in the title bar of the IDE.
 

cklester

Well-Known Member
Licensed User
Oh, contraire, sir!

title_bar_space.png


However, I will try the File menu method for now. ?
 

MrKim

Well-Known Member
Licensed User
Longtime User
B4X:
#IF Debug
    Toast.Show(File.DirApp)
    'on startup
    'or
    B4XPages.SetTitle(B4XPages.MainPage, File.DirApp)
#END IF
 

cklester

Well-Known Member
Licensed User
B4X:
#IF Debug
    Toast.Show(File.DirApp)
    'on startup
    'or
    B4XPages.SetTitle(B4XPages.MainPage, File.DirApp)
#END IF

Not sure how this applies.

I want this functionality for the IDE, not for a B4X app..
 

MrKim

Well-Known Member
Licensed User
Longtime User
Not sure how this applies.

I want this functionality for the IDE, not for a B4X app..
I understand, just thought it would be an easy way to achieve the result - when the app is running you could tell which one it was.
 
Top