Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Oomph » Show the Oomph-Toolbar per default
Show the Oomph-Toolbar per default [message #1747118] Wed, 09 November 2016 16:13 Go to next message
Steffen Holzer is currently offline Steffen HolzerFriend
Messages: 59
Registered: January 2016
Member

Hello,

I want the oomph-toolbar to be present by default on my products. I tried a PreferencesTask with the key
        key="/instance/org.eclipse.oomph.setup.ui/showToolBarContributions"

but this wasn't successfull.

Did I do something wrong?


"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live" - John Woods
Re: Show the Oomph-Toolbar per default [message #1747125 is a reply to message #1747118] Wed, 09 November 2016 18:01 Go to previous message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
I configure my Oompu UI with these tasks:

<?xml version="1.0" encoding="UTF-8"?>
<setup:CompoundTask
    xmi:version="2.0"
    xmlns:xmi="http://www.omg.org/XMI"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:setup="http://www.eclipse.org/oomph/setup/1.0"
    name="org.eclipse.oomph.setup.ui">
  <setupTask
      xsi:type="setup:PreferenceTask"
      key="/instance/org.eclipse.oomph.setup.ui/minimizeProgressAutomatically"/>
  <setupTask
      xsi:type="setup:PreferenceTask"
      key="/instance/org.eclipse.oomph.setup.ui/showProgressInWizard"
      value="true"/>
  <setupTask
      xsi:type="setup:PreferenceTask"
      key="/instance/org.eclipse.oomph.setup.ui/showToolBarContributions"
      value="true"/>
</setup:CompoundTask>


Previous Topic:OOMPH Installer Lazy Notes
Next Topic:Installer Cache Problem
Goto Forum:
  


Current Time: Wed Apr 24 18:15:22 GMT 2024

Powered by FUDForum. Page generated in 0.02312 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top