Re: [dev] Hyperlink for a button

2007-04-25 Thread Cor Nouws
Hello Zhaosheng,


zhaosheng wrote:
 Hello:
 I found that in OOo, if you choose to insert a hyperlink into any 
 application, writer, impress.
 then when the website is set,it works with text, if the button is chosen, I 
 couldn't click on
  the button to browse the web site.
 I am wondering why. Any one has any ideas?

This is a lisstle nasty behaviour of the forms:
you always have to turn of design mode. This can be done with the
toolbar Formdesign.

I think I have read about an issue to change this behaviour, but am not
sure it that is also for this specific situation.

Regards,
Cor

-- 

Cor Nouws
Arnhem - Netherlands
nl.OpenOffice.org - marketing contact

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



Re: [dev] Hyperlink for a button

2007-04-25 Thread zhaosheng
Cor Nouws wrote:
you always have to turn of design mode. This can be done with the
toolbar Formdesign.


Thanks a lot, I have found that, and it can work when the form design mode is 
turned off.




zhaosheng
2007-04-25


Re: [dev] IMPORTANT ANNOUNCEMENT: HEDABU DOESN'T EXIST ANYMORE

2007-04-25 Thread Frank Schönheit - Sun Microsystems Germa ny
Hi Bjoern,

 However, Mathias seemed to suggest that cwsanalyze is able to detect
 problems which are not detected by cwsresync. At least this is how I
 understood his mail. And that's the part I don't understand.
 
 I don't understand that, too. But, I have evidence that it is true.
 ...

Heard this from other people meanwhile, too. Since I think there
shouldn't a need to run Yet Another Tool (TM) before doing the actual
cwsresync, I submitted an issue for Heiner:
http://www.openoffice.org/issues/show_bug.cgi?id=76678

Ciao
Frank

-- 
- Frank Schönheit, Software Engineer [EMAIL PROTECTED] -
- Sun Microsystems  http://www.sun.com/staroffice -
- OpenOffice.org Base   http://dba.openoffice.org -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

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



[dev] how to reset the text-property CharBackColor

2007-04-25 Thread Christoph Lutz

Hi,

I've got a textportion with a set property CharBackColor and I would
like to reset this setting (the same as the button
Defaultsettings/Standardformatierung of the context menu does), so
that CharBackColor is used from the current paragraph-style, but other
properties are not effected.

I tried something like

textPortion.setPropertyValue(CharBackColor, ) or
textPortion.setPropertyValue(CharBackColor, null)

but this didn't work. What could I do?

a workaround could be settings CharBackColor to the color white

textPortion.setPropertyValue(CharBackColor, new Integer(0xff))

but it's not the same as resetting the property completely...

regards,
Christoph

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



Re: [dev] how to reset the text-property CharBackColor

2007-04-25 Thread Cor Nouws

Hi Christoph,

Christoph Lutz wrote:


Hi,

I've got a textportion with a set property CharBackColor and I would
like to reset this setting (the same as the button
Defaultsettings/Standardformatierung of the context menu does), so
that CharBackColor is used from the current paragraph-style, but other
properties are not effected.

I tried something like

textPortion.setPropertyValue(CharBackColor, ) or
textPortion.setPropertyValue(CharBackColor, null)

but this didn't work. What could I do?


I have this working with the value -1


--

Cor Nouws
Arnhem - Netherlands
nl.OpenOffice.org - marketing contact

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



Re: [dev] how to reset the text-property CharBackColor

2007-04-25 Thread Oliver Specht - Sun Germany -Hamburg

Christoph Lutz wrote:

Hi,

I've got a textportion with a set property CharBackColor and I would
like to reset this setting (the same as the button
Defaultsettings/Standardformatierung of the context menu does), so
that CharBackColor is used from the current paragraph-style, but other
properties are not effected.

I tried something like

textPortion.setPropertyValue(CharBackColor, ) or
textPortion.setPropertyValue(CharBackColor, null)


Hi,
the solution is textPortion.setPropertyToDefault( CharBackColor )

Regards,
Oliver

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



Re: [dev] IMPORTANT ANNOUNCEMENT: HEDABU DOESN'T EXIST ANYMORE

2007-04-25 Thread Mathias Bauer
Bjoern Milcke wrote:

 Now, this is the output of cwsresync:
 
Resyncing 'inc/SchXMLExportHelper.hxx' remove file: removed, schedule 
 commit.
 
 This is the output of cwsanalyze:
 
A   inc/SchXMLExportHelper.hxx file removed on MWS but changed on CWS
M   inc/SchXMLExportHelper.hxx  1.14 - 1.11.76.14
 
 I don't see why cwsresync should not be able to find out that the resync 
 will remove the file although there are commits on the branch.
 
 With cwsanalyze I found a couple of files for which I would simply have 
 missed changes on the CWS without. So, I strongly recommend that 
 cwsresync alerts in this case. And I advise all people resyncing to = 
 m210 to do a cwsanalyze to find out this kind of moved files.

This was also my experience: cwsresync didn't spot the removal of
headers I changed in my CWS but cwsanalyze did. I talked with Heiner
Rechtien about it and he couldn't explain it. Meanwhile I got a
confirmation for the issue from Rüdiger Timm. So perhaps we should make
using cwsanalyze before resync mandatory until the issue will be fixed
by Heiner.

Ciao
Mathias

-- 
Mathias Bauer (mba) - Project Lead OpenOffice.org Writer
OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS
Please don't reply to [EMAIL PROTECTED].
I use it for the OOo lists and only rarely read other mails sent to it.

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



Re: [dev] how to reset the text-property CharBackColor

2007-04-25 Thread Christoph Lutz

Hi Cor, Hi Oliver,

thanks for your replies!

I didn't knew of the method setPropertyToDefault(...), so I learned
something new now :-)

setting a fixed value of -1 works also, but resetting the option with
setPropertyToDefault(...) is better as the fixed value overwrites the
setting of the paragraph-style. So changing the bg-color of the
paragraph style afterwards wouldn't effect my textportion.

thanks,
Christoph

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



Re: [dev] how to reset the text-property CharBackColor

2007-04-25 Thread Cor Nouws

Christoph Lutz wrote:


setting a fixed value of -1 works also, but resetting the option with
setPropertyToDefault(...) is better as the fixed value overwrites the
setting of the paragraph-style. So changing the bg-color of the
paragraph style afterwards wouldn't effect my textportion.


I haven't heard any complaints yet, but thanks for this tip :-)

--

Cor Nouws
Arnhem - Netherlands
nl.OpenOffice.org - marketing contact

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



[dev] Invitation to a discussion related to an extensions repository

2007-04-25 Thread Juergen Schmidt

Hi,

some weeks ago we agreed to go forward with the OSU implementation of an 
extensions repository based on the DRUPAL framework.


I think it is time to go forward with the existing implementation, 
identify missing features or areas where we can improve the existing 
implementation to bring it live as soon as possible.


I would like to invite interested people to help on this project and to 
discuss the next steps on the [EMAIL PROTECTED] mailing 
list.


Feel free to join the mailing list and join this discussion.

See also 
http://extensions.openoffice.org/servlets/ReadMsg?list=websitemsgNo=62


Juergen

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



Re: [dev] Removed hedabu: Some non-existant headers in svx delivered

2007-04-25 Thread Rüdiger Timm



Bjoern Milcke wrote:

Hi,

I noticed that many headers in svx were delivered twice in 
svx/prj/d.lst. After the hedaburemove01 CWS was integrated some of those 
remained, one fixed and one in the old version.


The following headers are affected:

svdattr.hxx
xhatch.hxx
xoutx.hxx
xpoly.hxx

I presume that removing the delivering out of svx/inc can be removed as 
the files no longer exist there.


Yes.

However, I wonder why so many headers were delivered twice? Was there a 
hedabu twice does something different than only once effect?


No. No effect at all, just that someone introduced that by mistake and 
no one notived or at least cleaned it up.


And I wonder also, why delivering a non-existent file is no error.


Because d.lst files also unconditionally contain platform dependent 
files. You do not want to get errors delivering on linux because of 
listed windows dll's and vice versa.


Ruediger

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