On Tue, 2006-03-14 at 21:01 +0100, Cor Nouws wrote:
> Hi Gery,
> 
> G. Roderick Singleton wrote:
> 
> > On Tue, 2006-03-14 at 09:03 +0100, Cor Nouws wrote:
> > 
> >>Somehow - no idea - the toolbar on top of the datasource window (F4) has 
> >>disappeared.
> 
> > I would guess you have hidden it under one of the others. So I suggest
> > that you use View > Toolbars to disable the ones selected and see if the
> > datasource bar shows up. Undock it and re-enable the regular ones you
> > use.  If this is not the solution I do not know.
> 
> Thanks, but no, it's not hidden somewhere behind.
> 

Are you on Windows or Linux? On Linux I have a file in my user config
that looks like it controls this toolbar. On Windows I guess this info
is kept in the Registry.

~/.openoffice.org2/user/registry/data/org/openoffice/Office/UI/DbBrowserWindowState.xcu

Mine contains -

(For the Docked toolbar):

<?xml version="1.0" encoding="UTF-8"?>
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry"; 
xmlns:xs="http://www.w3.org/2001/XMLSchema"; oor:name="DbBrowserWindowState" 
oor:package="org.openoffice.Office.UI">
 <node oor:name="UIElements">
  <node oor:name="States">
   <node oor:name="private:resource/toolbar/browserobjectbar">
    <prop oor:name="DockPos" oor:type="xs:string">
     <value>2,0</value>
    </prop>
    <prop oor:name="Docked" oor:type="xs:boolean">
     <value>true</value>
    </prop>
    <prop oor:name="DockingArea" oor:type="xs:int">
     <value>0</value>
    </prop>
    <prop oor:name="Pos" oor:type="xs:string">
     <value>497,239</value>
    </prop>
    <prop oor:name="Size" oor:type="xs:string">
     <value>762,39</value>
    </prop>
   </node>
  </node>
 </node>
</oor:component-data>


(For the Undocked/Floating toolbar):

<?xml version="1.0" encoding="UTF-8"?>
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry"; 
xmlns:xs="http://www.w3.org/2001/XMLSchema"; oor:name="DbBrowserWindowState" 
oor:package="org.openoffice.Office.UI">
 <node oor:name="UIElements">
  <node oor:name="States">
   <node oor:name="private:resource/toolbar/browserobjectbar">
    <prop oor:name="DockPos" oor:type="xs:string">
     <value>72,1</value>
    </prop>
    <prop oor:name="Docked" oor:type="xs:boolean">
     <value>false</value>
    </prop>
    <prop oor:name="DockingArea" oor:type="xs:int">
     <value>0</value>
    </prop>
    <prop oor:name="Pos" oor:type="xs:string">
     <value>138,204</value>
    </prop>
    <prop oor:name="Size" oor:type="xs:string">
     <value>762,39</value>
    </prop>
   </node>
  </node>
 </node>
</oor:component-data>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to