Re: [api-dev] RESOLVED!.uno:PrintDefault Works but .uno:PrinterSetup does not

2006-05-04 Thread Kent Gibson
Thanks for your help! I figured this out. I was using the headless parameter. So I suppose it is logical. With headless parameter no printer setup window pops up and without it it works like a treat. In the meantime though through testing I have discovered a pretty nasty bug with the scrollbar,

[api-dev] Writer Hangs when Playing with Scrollbar While it is Still Being Rendered in Window

2006-05-04 Thread Kent Gibson
While playing with the scrollbar I have discovered this nasty bug (the whole application hangs) and I wonder if you have any suggestions for a workaround. I render a document with an invisible frame, and then I set the frame to visible (this behaviour I see in 2.0.1 and 2.0.2). There is always a

Re: [api-dev] Closing documents w/ simplest possible converter..and a few other questions

2006-05-04 Thread Mathias Bauer
Kirk Israel wrote: Mathias, many thanks, I got the close aspect working. In general, is there any filter that...tries less hard, I guess I would say, in terms of capturing more of the traditional HTML aspects, and less of the CSS Font information? Or will I probably be filtering that by

Re: [api-dev] View

2006-05-04 Thread Mathias Bauer
Francesco Liuzzi wrote: How can I work on the same document using different views? The simplest way is to take the frame of your current view and dispatch the command .uno:NewWindow to it. This will create a second view like the menu command in the Window menu. Best regards, Mathias --

Re: [api-dev] [code snippet] How to create a frame at an arbitrary location and ZOrder within a table

2006-05-04 Thread Tom Schindl
Hi, I've integrated them into our collection but not commit in cvs because I thought maybe you could elaborate a little bit what the purpose of the snippets is. http://codesnippets.services.openoffice.org/Office/Office.HowToCallJavaProgramUsingScriptingFramework.snip

Re: [api-dev] [code snippet] How to create a frame at an arbitrary location and ZOrder within a table

2006-05-04 Thread Kent Gibson
alrighty, I suppose you mean submit them again and add more details. sorry if I neglected to do that. will do. --- Tom Schindl [EMAIL PROTECTED] wrote: Hi, I've integrated them into our collection but not commit in cvs because I thought maybe you could elaborate a little bit what the

Re: [api-dev] XScrollbar

2006-05-04 Thread Kent Gibson
I do a lot of add hoc rendering. At one point the user scrolls around and then renders the document again, and all I want to do is reset the scrollbars back to where the user was. I reuse the frame but the document is getting rerendered. --- Mathias Bauer [EMAIL PROTECTED] wrote: Kent Gibson

Re: [api-dev] [code snippet] How to create a frame at an arbitrary location and ZOrder within a table

2006-05-04 Thread Tom Schindl
Well you could also post the relevant parts and I'll copy them into the snippet ;-). Tom Kent Gibson wrote: alrighty, I suppose you mean submit them again and add more details. sorry if I neglected to do that. will do. --- Tom Schindl [EMAIL PROTECTED] wrote: Hi, I've integrated them

Re: [api-dev] [code snippet] How to create a frame at an arbitrary location and ZOrder within a table

2006-05-04 Thread Kent Gibson
That would be grand if you could. Sorry I didn't release what the question answer section was for, that was silly of me. regards kent How to create a frame at an arbitrary location and ZOrder within a table Querstion: How do I place a frame within a table at an arbitrary location so