Re: Vá: Re: [dev] Disabled Reco rd macro menu in Impress and Draw

2007-08-22 Thread Mathias Bauer
Andrew Douglas Pitonyak wrote:

 Even better, will a new and improved macro recorder be implemented? I do 
 not remember seeing one in any road map, but I might have missed it.

A new+improved macro recorder (I assume you mean a recorder that uses
the real API and not the dispatach API) would be possible only by
completely rewriting all glue code between the controls and the
document core. This is very unlikely to happen.

Why is that so? A recorder can record only API calls that are played.
The only API calls that currently are played are the dispatch API
calls. If you wanted other code to be recorded we would need to use
(play) them in the code executed by e.g. the code that is executed
when a menu or toolbar control is selected.

And while we are at it:

 Kálmán Szalai wrote:
 Thank you for the information.
 Are you planning to reimplement this part and make it available under 
 Draw/Impress?

There are no plans to implement that. If I had the choice I never would
have done it for Writer and Calc also as the current macro recorder is
not what people really want and the real thing is just too much effort
 for the expected benefit. The resources we invested for that can be
used better for more important things.

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] OO 2.3: How to add a submenu to an OfficeMenuBar ?

2007-08-22 Thread Steffen Grund

Hi Oliver,

I suggest you have a look at the NetBeans API Plugin for OpenOffice.org.
See
http://wiki.services.openoffice.org/wiki/OpenOffice_NetBeans_Integration

Look at the AddOn project wizard for OpenOffice.org inside of the 
plugin. There you can create menu structures with commands, sub-menus 
and icons with a wizard. Among others, you will get a working .xcu file 
afterwards that you can use - even if you do not wish to implement your 
extension in Java.


If you want to implement your extension in Java, I strongly suggest you 
have a look at the plugin ;-).


HTH, Steffen

Oliver Brinzing wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

i know i asked this question a year ago, but OO 2.3 has a new feature:
http://wiki.services.openoffice.org/wiki/Framework/WorkInProgress/Addon_Menu_Toolbar_Merging

Is it now possible to create a menu structure like this ?

[File] [MyTopLevelMenu] [Edit]
 - Entry 1
 - Entry 2
 - Submenu 3
   - Entry 3.1
   - Entry 3.2
 - Entry 4

How can I add the Submenu 3 with Entry 3.1 and Entry 3.2 ?

Can one please give me an example ?

Oliver




- --


GnuPG key 0xCFD04A45: 8822 057F 4956 46D3 352C 1A06 4E2C AB40 CFD0 4A45
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGxsITTiyrQM/QSkURArf3AJ4yfmVYWTCYn5VhaH99HAMPO/KH3wCePfj3
xxn1Iu8dHwF3zt7Fs0AmmmM=
=i48f
-END PGP SIGNATURE-

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



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



Re: [dev] OO 2.3: How to add a submenu to an OfficeMenuBar ?

2007-08-22 Thread Oliver Brinzing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Steffen,

i already found your link and used the example provided:
http://wiki.services.openoffice.org/wiki/OpenOffice_Add-On_Project_Type

But this only adds a top level menu with an entry ...

I am not sure if it is possible to add real submenus at all,
(it was not possible with oo 2.2.1 ...), and i had no
success when i was playing with the example xml file, like ...

node oor:name=Submenu
   [...]
   node oor:name=Submenu

thanks

Oliver

- --

GnuPG key 0xCFD04A45: 8822 057F 4956 46D3 352C 1A06 4E2C AB40 CFD0 4A45
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGzEhbTiyrQM/QSkURAq6vAJ92CGtfq5pCDgKY9O03LwVNAxNY8QCfdEsS
Gj+p3HcN/i4rmTV1G/1opA0=
=4Tg1
-END PGP SIGNATURE-

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



[dev] Development at a Glance - Weekly Update CW34

2007-08-22 Thread Dieter Loeschky

Hi,

here is the weekly update for calendar week (CW) 34:
http://blogs.sun.com/GullFOSS/entry/development_at_a_glance_weekly28

Regards,
Dieter

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



[dev] PDF Form Fill

2007-08-22 Thread Aaron Grames

I have a database full of information.

I want to have a certain set of already created pdf forms automatically 
filled out with the data inside my database.


How is this possible?

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