Author Topic: TitleBar being overridden  (Read 5667 times)

buggyfunbunny

  • Senior Community Member
  • Posts: 233
  • Hero Points: 4
TitleBar being overridden
« on: June 15, 2007, 12:41:19 PM »
There was a thread about this on the Beta forum, since closed.  One reply said that  "--SlickEdit"  would be removed.  but in my 12.0.1, there it is again.  do we still need the workaround, or is there a setting?

buggyfunbunny

  • Senior Community Member
  • Posts: 233
  • Hero Points: 4
Re: TitleBar being overridden
« Reply #1 on: June 15, 2007, 01:49:48 PM »
Now this is getting weird.  I found that the setappcapflag function was still in vusrmacs.e.  So I ran it from the command line, as described in the Beta thread. 

Before that, when opening a project from the Project menu, the project name appeared in the Titlebar next to the SE icon.  Once open, the bar changes to <filename> - <fully qual. path to file> - SlickEdit.

Now, I see SlickEdit next to the SE icon as the project opens.  hmm.  and then the title bar displays as before.  unloading vusrmacs doesn't change the behavior.

Help for Functions doesn't describe how to unload a Function, that I could see.

hs2

  • Senior Community Member
  • Posts: 2762
  • Hero Points: 292
Re: TitleBar being overridden
« Reply #2 on: June 15, 2007, 09:17:54 PM »
@bfb: I read the beta posting before this one...
I also needed to re-run the appcapflag macro to get a useful titlebar. Is this not working for you ?

HS2

Phil Barila

  • Senior Community Member
  • Posts: 745
  • Hero Points: 61
Re: TitleBar being overridden
« Reply #3 on: June 15, 2007, 11:10:52 PM »
"setappcapflag 0" appears to make the title the default.
"setappcapflag 2" appears to cause the same effect.
"setappcapflag 1" produces "<workspace name> - <filename.ext> - <Fully qualified filename.ext>"
Here's a surprise I don't remember from 12.0:
"setappcapflag 3" produces "<workspace name> - <project name> - <filename.ext> - <Fully qualified filename.ext>"

buggyfunbunny

  • Senior Community Member
  • Posts: 233
  • Hero Points: 4
Re: TitleBar being overridden
« Reply #4 on: June 18, 2007, 11:42:27 AM »
didn't pick up on the arguments.  all is well.  thx, and a tip of the Hatlo hat