| View previous topic :: View next topic |
| Author |
Message |
hajo62 Newbie

Joined: 24 Jul 2007 Posts: 3
|
Posted: Tue Jul 24, 2007 2:34 am Post subject: How to start (sub-) presentations from a master presentation |
|
|
I have a master presentation containing just 4 slides...
One of those slides shall contain a lot of images (my product icons) and clicking on one of those images should open the linked presentation explaining this product. When finishing the sub presentation I would like to jump back to the master presentation.
I´ve tried to use "Interaction / Go to Document", but unfortunately this interaction opens the document in edit mode and not in presentation mode.
Thanks for your tips
Hajo |
|
| Back to top |
|
 |
RGB Super User


Joined: 25 Nov 2003 Posts: 1743 Location: In Lombardy, near a glass of red Tuscany wine
|
Posted: Tue Jul 24, 2007 2:46 am Post subject: |
|
|
You can start the presentation (with "run program" or "run macro") with a command like the following (you will need to adapt it to your OS):
openoffice.org2.2 -impress -show /path/to/your/presentation.odp
you will need to close it with Alt+F4, though. |
|
| Back to top |
|
 |
hajo62 Newbie

Joined: 24 Jul 2007 Posts: 3
|
Posted: Wed Jul 25, 2007 1:24 am Post subject: |
|
|
| RGB wrote: | You can start the presentation (with "run program" or "run macro") with a command like the following (you will need to adapt it to your OS):
openoffice.org2.2 -impress -show /path/to/your/presentation.odp
you will need to close it with Alt+F4, though. |
On my linux system this does not work. Ether with run program nor run macro.
/usr/bin/soffice -impress -show /temp/myPres.odp
If I try the same command from a command line it works well...
So any other ideas are really welcome |
|
| Back to top |
|
 |
RGB Super User


Joined: 25 Nov 2003 Posts: 1743 Location: In Lombardy, near a glass of red Tuscany wine
|
Posted: Wed Jul 25, 2007 11:58 pm Post subject: |
|
|
On a macro, you must issue:
Shell("openoffice.org2.2 -impress -show /full/path/to/the/presentation")
I have no idea why it not work with "run program"... |
|
| Back to top |
|
 |
hajo62 Newbie

Joined: 24 Jul 2007 Posts: 3
|
Posted: Mon Jul 30, 2007 3:01 am Post subject: |
|
|
Thanks, that works for opening the linked presentation, but it does not close when pressng ALT-F4.
Only the presentation modus closes but the presentation is still open in edit mode and I´m not back in my initial presentation.
You need to close first the demo and than the edit mode.
That does not look as professional as - I´m sorry - PowerPoint does.
I think there is room for improvement in OO...
| RGB wrote: | On a macro, you must issue:
Shell("openoffice.org2.2 -impress -show /full/path/to/the/presentation")
I have no idea why it not work with "run program"... |
|
|
| Back to top |
|
 |
|