[api-dev] [OO 1.1.4] Imagecontrol with scrollbars

2006-02-13 Thread Felix E. Klee
In a dialog box I want to display an image of known width but of unknown height. Thus there should be a vertical scroll bar allowing the user to scroll the image. Is there some simple way of realizing this? -- Dipl.-Phys. Felix E. Klee Email: [EMAIL PROTECTED] (work), [EMAIL PROTECTED] (home

[api-dev] File created by shell command sometimes missing

2006-02-07 Thread Felix E. Klee
it, *reliably*. -- Dipl.-Phys. Felix E. Klee Email: [EMAIL PROTECTED] (work), [EMAIL PROTECTED] (home) Tel: +49 721 8307937, Fax: +49 721 8307936 Linuxburg, Goethestr. 15a, 76135 Karlsruhe, Germany - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [api-dev] Managing a menu system wide

2006-01-31 Thread Felix E. Klee
a graphical installer each time? I.e. is installation scriptable? -- Dipl.-Phys. Felix E. Klee Email: [EMAIL PROTECTED] (work), [EMAIL PROTECTED] (home) Tel: +49 721 8307937, Fax: +49 721 8307936 Linuxburg, Goethestr. 15A, 76135 Karlsruhe, Germany

Re: [api-dev] Managing a menu system wide

2006-01-30 Thread Felix E. Klee
/) or is it the installation of an individual user (e.g. /home/empf/OpenOffice.org1.1.4/)? 2. Where do I put the file containing the new menu, and what format is it supposed to have? 3. How do I control the position of the new menu on the menu bar? -- Dipl.-Phys. Felix E. Klee Email: [EMAIL PROTECTED] (work), [EMAIL

Re: [api-dev] Managing a menu system wide

2006-01-30 Thread Felix E. Klee
correct? Are there ways to specify multiple events processed on startup (aside from assigning a subroutine/function which calls other subroutines/functions)? -- Dipl.-Phys. Felix E. Klee Email: [EMAIL PROTECTED] (work), [EMAIL PROTECTED] (home) Tel: +49 721 8307937, Fax: +49 721 8307936

Re: [api-dev] Managing a menu system wide

2006-01-27 Thread Felix E. Klee
Am Freitag, 27. Januar 2006 16:09 schrieb Felix E. Klee: BTW, I only want to add *one* menu. I do not want to replace the entire menu bar since individual users may have made changes to the menu bar. BTW, what about creating the menu dynamically each time OO is started? AFAICS, this would

Re: [api-dev] Managing a menu system wide

2006-01-27 Thread Felix E. Klee
? -- Dipl.-Phys. Felix E. Klee Email: [EMAIL PROTECTED] (work), [EMAIL PROTECTED] (home) Tel: +49 721 8307937, Fax: +49 721 8307936 Linuxburg, Goethestr. 15A, 76135 Karlsruhe, Germany - To unsubscribe, e-mail: [EMAIL PROTECTED

[api-dev] Managing a menu system wide

2006-01-26 Thread Felix E. Klee
. Is it possible to tell writermenubar.xml to read the definition of a particular menu from a system wide file? -- Dipl.-Phys. Felix E. Klee Email: [EMAIL PROTECTED] (work), [EMAIL PROTECTED] (home) Tel: +49 721 8307937, Fax: +49 721 8307936 Linuxburg, Goethestr. 15A, 76135 Karlsruhe, Germany

[api-dev] Executing external program and obtaining stdout, stderr and the return value

2006-01-26 Thread Felix E. Klee
. Read the files /tmp/out and /tmp/retval. But, is there a simpler way? Is there an alternative to shell? -- Dipl.-Phys. Felix E. Klee Email: [EMAIL PROTECTED] (work), [EMAIL PROTECTED] (home) Tel: +49 721 8307937, Fax: +49 721 8307936 Linuxburg, Goethestr. 15A, 76135 Karlsruhe, Germany

Re: [api-dev] Accessing global constant in other library?

2006-01-24 Thread Felix E. Klee
Am Donnerstag, 19. Januar 2006 20:33 schrieb Marc Santhoff: And you can search the help for LibraryContainer for the other answer. Thanks, this does the trick! -- Dipl.-Phys. Felix E. Klee Email: [EMAIL PROTECTED] (work), [EMAIL PROTECTED] (home) Tel: +49 721 8307937, Fax: +49 721 8307936

Re: [api-dev] Document is loaded in a background window

2006-01-20 Thread Felix E. Klee
().getContainerWindow().toFront() BTW, as window manager KDE 3.something is employed. -- Dipl.-Phys. Felix E. Klee Email: [EMAIL PROTECTED] (work), [EMAIL PROTECTED] (home) Tel: +49 721 8307937, Fax: +49 721 8307936 Linuxburg, Goethestr. 15A, 76135 Karlsruhe, Germany

[api-dev] Document is loaded in a background window

2006-01-19 Thread Felix E. Klee
, what do you suggest? How do I make the window with the new document appear in the foreground? Or, alternatively, how do I lower the current window? -- Dipl.-Phys. Felix E. Klee Email: [EMAIL PROTECTED] (work), [EMAIL PROTECTED] (home) Tel: +49 721 8307937, Fax: +49 721 8307936 Linuxburg, Goethestr

[api-dev] Accessing global constant in other library?

2006-01-19 Thread Felix E. Klee
.-Phys. Felix E. Klee Email: [EMAIL PROTECTED] (work), [EMAIL PROTECTED] (home) Tel: +49 721 8307937, Fax: +49 721 8307936 Linuxburg, Goethestr. 15A, 76135 Karlsruhe, Germany - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [api-dev] Accessing global constant in other library?

2006-01-19 Thread Felix E. Klee
Am Donnerstag, 19. Januar 2006 16:23 schrieb Felix E. Klee: How can I access global constants in another library? If constants in another library are inaccessible, how do I access a function in another library? -- Dipl.-Phys. Felix E. Klee Email: [EMAIL PROTECTED] (work), [EMAIL PROTECTED

[api-dev] Text field: Text always preselected (highlighted)

2006-01-18 Thread Felix E. Klee
Auswahl.Min = 0 Auswahl.Max = 0 .setSelection(Auswahl) End With How do I make the selection go away? -- Dipl.-Phys. Felix E. Klee Email: [EMAIL PROTECTED] (work), [EMAIL PROTECTED] (home) Tel: +49 721 8307937, Fax: +49 721 8307936 Linuxburg, Goethestr

[api-dev] Storing Annotations with a Writer Document?

2006-01-16 Thread Felix E. Klee
I'd like to store annotations (e.g. please check the spelling of the customer's name) with an OO writer document. What functionality is there for this purpose, and is it reliable? I'm writing code in OO Basic. -- Dipl.-Phys. Felix E. Klee Email: [EMAIL PROTECTED] (work), [EMAIL PROTECTED

[api-dev] Re: Moving a file: how?

2006-01-05 Thread Felix E. Klee
Am Donnerstag, 5. Januar 2006 10:51 schrieben Sie: How do I best do that? Solution found: Name. -- Dipl.-Phys. Felix E. Klee Email: [EMAIL PROTECTED] (work), [EMAIL PROTECTED] (home) Tel: +49 721 8307937, Fax: +49 721 8307936 Linuxburg, Goethestr. 15A, 76135 Karlsruhe, Germany

[api-dev] Moving a file: how?

2006-01-05 Thread Felix E. Klee
for storing the return value. -- Dipl.-Phys. Felix E. Klee Email: [EMAIL PROTECTED] (work), [EMAIL PROTECTED] (home) Tel: +49 721 8307937, Fax: +49 721 8307936 Linuxburg, Goethestr. 15A, 76135 Karlsruhe, Germany - To unsubscribe, e

[api-dev] Transferring a library and menu items

2005-12-16 Thread Felix E. Klee
/soffice.cfg/writermenubar.xml but perhaps there's an easier way? Also, is it possible to create menu bar items from within Basic? -- Dipl.-Phys. Felix E. Klee Email: [EMAIL PROTECTED] (work), [EMAIL PROTECTED] (home) Tel: +49 721 8307937, Fax: +49 721 8307936 Linuxburg, Goethestr. 15A, 76135

[api-dev] Integer Division?

2005-12-14 Thread Felix E. Klee
How do I perform an integer division (e.g. 11 / 3 = 4) in OpenOffice Basic? -- Dipl.-Phys. Felix E. Klee Email: [EMAIL PROTECTED] (work), [EMAIL PROTECTED] (home) Tel: +49 721 8307937, Fax: +49 721 8307936 Linuxburg, Goethestr. 15A, 76135 Karlsruhe, Germany

Re: [api-dev] Integer Division?

2005-12-14 Thread Felix E. Klee
Am Mittwoch, 14. Dezember 2005 11:39 schrieb Eric MOREL: http://www.richhillsoftware.com/blog/archives/2005/06/xnumbers_011_no.html Do I really need an extra package just to do integer division? This operation is built into almost every programming language! -- Dipl.-Phys. Felix E. Klee

Re: [api-dev] Integer Division?

2005-12-14 Thread Felix E. Klee
. This is not what I want. Anyway, thanks for your help so far. -- Dipl.-Phys. Felix E. Klee Email: [EMAIL PROTECTED] (work), [EMAIL PROTECTED] (home) Tel: +49 721 8307937, Fax: +49 721 8307936 Linuxburg, Goethestr. 15A, 76135 Karlsruhe, Germany