Author Topic: Hide Browser/Property View in WebEA via Config file  (Read 3037 times)

GeistBW

  • EA User
  • **
  • Posts: 26
  • Karma: +0/-0
    • View Profile
Hide Browser/Property View in WebEA via Config file
« on: December 31, 2020, 07:21:03 am »
Hi,
I'm using WebEA and I'm wanting to hide the Browser and hide the Property View by default when logging into WebEA. I know that by  using 'Mobile' or 'Tablet', the default will be to hide.  But I'm wanting to hide them no mater which option they choose ('Mobile' or 'Tablet' or 'Desktop'). So I was thinking there was a property in the WebEA Config file, but I can only find reference in the help files that talk about them hiding on 'Mobile' or 'Tablet' selection.

Please advise on how I can get the Browser and/or Property View to hide in WebEA?

We are running EA Sparx 15 and ProCloud server 3.

Thanx

Dah Sra

  • EA User
  • **
  • Posts: 276
  • Karma: +19/-1
    • View Profile
Re: Hide Browser/Property View in WebEA via Config file
« Reply #1 on: January 01, 2021, 08:43:11 pm »
Hi

You need to just set these to false

show_browser = "false"
show_propertiesview = "false"


even if your configuration doesn't have these you can use it .

HTH