Re: [api-dev] OO Basic editor questions

2006-01-19 Thread Andrew Jensen
for the build machine? What of going with the community version of Solaris - pros or cons on that choice? Thanks for any advice and for your guys work to date. Drew Andrew Jensen wrote: *chuckling*...OK...so it's either ...Show me the money! or delve into a 6 million line C++ program...nice

Re: [api-dev] OO Basic editor questions

2006-01-18 Thread Andrew Jensen
Jürgen Schmidt wrote: Mathias Bauer wrote: Felix E. Klee wrote: Concerning the macro editor provided by OO 1.1.4 I've two questions: 1. Is it possible to have two Windows open showing different Basic files? No. 2. Is there an EMACS mode suitable for editing OO Basic files? You can

Re: [api-dev] OO Basic editor questions

2006-01-18 Thread Andrew Jensen
*chuckling*...OK...so it's either ...Show me the money! or delve into a 6 million line C++ program...nice choice. Well, truthfully - if the Base module doesn't improve it won't matter to me anyway...and right now tonight I am not in the mood to discuss 'Build' vs 'Buy' pros and cons. ( I

Re: [api-dev] GlobalEventBroadcaster and StarBasic - continued ( ....catch a Base document being opened )

2006-01-09 Thread Andrew Jensen
Well, I did that...but due to very fat fingers..I managed to do it twice...if you could remove the first one..that would be great..if not..well..sorry.. Mathias Bauer wrote: Andrew Jensen wrote: Marc Santhoff wrote: Am Dienstag, den 03.01.2006, 17:53 -0500

Re: [api-dev] Optional Parameters in Starbasic function call

2006-01-05 Thread Andrew Jensen
My personal opinion here (again without having judged the concrete case) is that if an issue is annoying people for that long time, and this is shown by votes, constant complaints, whatever, it should get some points on the pro-include-in-2.0.x side - it might be considered a "customer

[api-dev] GlobalEventBroadcaster and StarBasic - continued ( ....catch a Base document being opened )

2006-01-04 Thread Andrew Jensen
OK, This is getting closer, but a couple of issues remain. I have my sub procedure that is called by the OnDocumentOpen broadcast event. Using the suggested technique of reading the last frame's title from the ActiveDesktop frames container does indeed work. However, as I put up before, the

Re: [api-dev] Optional Parameters in Starbasic function call

2006-01-04 Thread Andrew Jensen
Frank Schnheit - Sun Microsystems Germany wrote: Hi Bernard, I can't understand this. If it's fixed it should be integrated ASAP, why keep it OOo Later ? It was fixed in August 2005, and could have been integrated in 2.0.1. I queried IssueZilla for : RESOLVED and FIXED and

Re: [api-dev] Is there any way to catch when a Base document is being opened.

2006-01-02 Thread Andrew Jensen
hmm...looking at this section again, maybe I am wrong. This time I read the API doc page for GlobalEventBroadcaster also. I will try it using Java and see if I get something to check against. Thanks agaiin Andrew Jensen wrote: Matthias, Thanks for the suggestion. However, I had read

Re: [api-dev] Is there any way to catch when a Base document is being opened.

2006-01-02 Thread Andrew Jensen
Jörg , Well, down and dirty works, maybe.. I am left with one puzzle and a concern, however. I changed my little routine to this. const title_must_be = OpenOffice.org Base sub onOpenDocumentMain dim df as variant df = Stardesktop.Frames If RIGHT((df(df.count-1).title), len(title_must_be))

Re: [api-dev] Optional Parameters in Starbasic function call

2006-01-02 Thread Andrew Jensen
Well, I have done a quick test with the information about order of testing,.that does cause the problem. But it still appears that the type of parameter plays a role. It seems that as long as the order, relative to type is maintained it works. I will take time this evening and try to pin this

Re: [api-dev] Is there any way to catch when a Base document is being opened.

2006-01-02 Thread Andrew Jensen
First - thanks again. So forgive me for being a little dense on this. Matthias Benkmann wrote: On 1/2/06, Andrew Jensen [EMAIL PROTECTED] wrote: Matthias, Thanks for the suggestion. However, I had read that section. The way I took this was that it is equivilant to assigning

[api-dev] Is there any way to catch when a Base document is being opened.

2005-12-30 Thread Andrew Jensen
Hi, I setup a procedure in StarBasic and assinged this to the Open Document event for OpenOffice.org via ToolsConfigure. Something like this: sub onOpenDocumentMain dim CurrentDB as variant CurrentDB = starDesktop.CurrentComponent Xray.Xray CurrentDB ' if isNULL( thisComponent ) then

[api-dev] Optional Parameters in Starbasic function call

2005-12-26 Thread Andrew Jensen
Question, I attempted to write a function with the following declaration: function findCodeVal( RegDSName as String, _ TableName as String, _ SrchColName as String, _ SrchFor as variant, _ RetColName as

Re: [api-dev] window position of components container window

2005-10-25 Thread Andrew Jensen
Mathias, You just made my month... Thanks Mathias Bauer wrote: Hi Andrew, Andrew Jensen wrote: Ok, never mind..I figured out what I was doing wrong..I can run writer now, while my import script is running... Sorry, for the misunderstanding. Andrew It's an UL

Re: [api-dev] window position of components container window

2005-10-24 Thread Andrew Jensen
Ok, never mind..I figured out what I was doing wrong..I can run writer now, while my import script is running... Sorry, for the misunderstanding. Andrew Andrew Jensen wrote: No, we will not fix any issues in 1.x instead of security bug fixes. Best regards, Mathias Just curios

Re: [api-dev] How to force a Combobox to refetch value list?

2005-09-06 Thread Andrew Jensen
as choosen in CombobBox1. Funniest part is this. If I open the form in edit mode, run it - make a selection in combobox1, the values DO NOT change in combobox2. Go back into edit mode and then run again...the values in combobox2 are correct for the new select statement..hope I have explained this