Re: [api-dev] UnknownPropertyException when trying to set HyperLinkURL

2006-05-02 Thread Stephan Wunderlich
Hi Ann, I've added that property but am still not seeing the link. I also tried fiddling with the other properties (I tried setting TargetFrame to _blank), but am not getting any link OR text to appear. And I tried saving the file as an .sxi file rather than a PowerPoint file (as I usually do),

Re: [api-dev] XTextViewCursor Listener

2006-05-02 Thread Stephan Wunderlich
Hi Tuomas, I haven't found a suitable listener from API for listening events which occur when position of XTextViewCursor changes. Is there a way to catch those events? when the view cursor moves a selectionChanged event should be fired, so I'd give the SelectionListener at the documents

[api-dev] Unanswered question: Is there ANY way to get the Current Values of the Scrollbar of A Doc?

2006-05-02 Thread Kent Gibson
Is there any way to get the current values of the scrollbar for a given document? thanks. kent __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

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

2006-05-02 Thread Kent Gibson
This one is really weird. PrintDefault works perfect, a little window pops up and it ticks down the pages and prints, but PrinterSetup, even though it is issued exactly the same was as PrintDefualt never works. I even tried to create a macro and called it, and it doesn't work. The only guess I

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

2006-05-02 Thread Stephan Wunderlich
Hi Kent, This one is really weird. PrintDefault works perfect, a little window pops up and it ticks down the pages and prints, but PrinterSetup, even though it is issued exactly the same was as PrintDefualt never works. I even tried to create a macro and called it, and it doesn't work. The only

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

2006-05-02 Thread Kent Gibson
Hi-ya Stephan when we talk macros our code is practically 100% the same: sub PrinterSetup rem -- rem define variables dim document as object dim dispatcher as object rem