Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Just installed Creo Parametric 7.0.0.0
Launches OK but I need to be able to prevent the internal browser from displaying all of the pages for learning tips, Punditas services, etc. I am getting an unacceptable amount of delay until all of those pages load.
Help!
Note that I already have web_browser_homepage about:blank in our config.sup.
Barry
Solved! Go to Solution.
@barryschaeffer1 wrote:
Just installed Creo Parametric 7.0.0.0
Launches OK but I need to be able to prevent the internal browser from displaying all of the pages for learning tips, Punditas services, etc. I am getting an unacceptable amount of delay until all of those pages load.
Help!
Note that I already have web_browser_homepage about:blank in our config.sup.
Barry
Hi,
use following config.pro options
enable_3dmodelspace_browser_tab no
enable_partcommunity_tab no
enable_resource_browser_tab no
enable_punditas_browser_tab no
@barryschaeffer1 wrote:
Just installed Creo Parametric 7.0.0.0
Launches OK but I need to be able to prevent the internal browser from displaying all of the pages for learning tips, Punditas services, etc. I am getting an unacceptable amount of delay until all of those pages load.
Help!
Note that I already have web_browser_homepage about:blank in our config.sup.
Barry
Hi,
use following config.pro options
enable_3dmodelspace_browser_tab no
enable_partcommunity_tab no
enable_resource_browser_tab no
enable_punditas_browser_tab no
Thanks! Worked beautifully.
Barry