| View previous topic :: View next topic |
| Author |
Message |
oalvarez General User

Joined: 16 Nov 2006 Posts: 6
|
Posted: Thu Nov 16, 2006 9:09 am Post subject: ooffice.bin process listing |
|
|
Hi,i'm developing an application to detect OOo applications used by 650 PCs, but i'm having problems to detect exactly what OOs application is running (calc, writer, impress...) because in linux everyting is listed under one process (eg: /usr/lib/openoffice/program/ooffice.bin -calc)
if i first open calc and later writer (and so on) y only detect the first opened, not the rest
i appreciate any help.
Best Regards. |
|
| Back to top |
|
 |
AndrewZ Moderator


Joined: 21 Jun 2004 Posts: 4140 Location: Colorado, USA
|
Posted: Thu Nov 16, 2006 2:37 pm Post subject: |
|
|
Good luck. OpenOffice.org is definitely not like Microsoft Office. I think OOo is technically one application with many components. If you really want to know, there are ways to find out, but it depends how much effort you are willing to make.
Also, what about cases where (for example) a Calc document is embedded in a Writer document and visa versa? |
|
| Back to top |
|
 |
oalvarez General User

Joined: 16 Nov 2006 Posts: 6
|
Posted: Mon Nov 20, 2006 4:08 pm Post subject: |
|
|
| tks, i really need to detect these running components, so i don't care about how many work do i have to make, tks for any help on this. |
|
| Back to top |
|
 |
AndrewZ Moderator


Joined: 21 Jun 2004 Posts: 4140 Location: Colorado, USA
|
Posted: Mon Nov 20, 2006 7:04 pm Post subject: |
|
|
| One option may be to hack the OpenOffice.org source code to spit this information out to temporary files. |
|
| Back to top |
|
 |
oalvarez General User

Joined: 16 Nov 2006 Posts: 6
|
Posted: Wed Nov 22, 2006 3:05 pm Post subject: |
|
|
How much could it cost and how many time could it take??
Tks. |
|
| Back to top |
|
 |
AndrewZ Moderator


Joined: 21 Jun 2004 Posts: 4140 Location: Colorado, USA
|
Posted: Wed Nov 22, 2006 3:08 pm Post subject: |
|
|
| I don't know. OpenOffice.org is a big project. For some people already familiar wit it, I'm guessing it would be relatively easy. You could offer a bounty to dev@openoffice.org or post a project on a site like rentacoder.com |
|
| Back to top |
|
 |
oalvarez General User

Joined: 16 Nov 2006 Posts: 6
|
Posted: Wed Nov 22, 2006 3:32 pm Post subject: |
|
|
| many tks, i'll do it |
|
| Back to top |
|
 |
noranthon Super User

Joined: 07 Jul 2005 Posts: 3318
|
Posted: Wed Nov 22, 2006 3:59 pm Post subject: |
|
|
Just guessing, really. Would it suit your purposes to detect what type of OpenOffice documents are open? Someone on the Macros & API forum should be able to help with that. _________________ search forum by month |
|
| Back to top |
|
 |
oalvarez General User

Joined: 16 Nov 2006 Posts: 6
|
Posted: Wed Nov 22, 2006 5:39 pm Post subject: |
|
|
| maybe this could work, i've tried to detect opened files (linus lsof command) and it works only when the user is working on a saved file, if the user opens a new blank document (or with a template), works on it, but never saves, then i cannot detect it. |
|
| Back to top |
|
 |
|