Re: [api-dev] use of css.container.EnumerableMap

2011-01-05 Thread Andreas Bregas
Hi Ariel, after returning from Christmas holiday I've had a look at the problem in the meantime. Thanks for your helpful test macros. css.container.EnumerableMap is a new-style service, with constructors, and AFAIK, new-style service constructors are now (I don't recall since when)

Re: [api-dev] Enhancing StarBasic then ? (Re: [api-dev] use of css.container.EnumerableMap

2011-01-05 Thread Andreas Bregas
Hi, Il 21/12/2010 10:25, Frank Schönheit ha scritto: as I was the one who wrote this service (out of a particular need): Sorry, I wasn't aware that Type is such a ... difficult thing in Basic. I'll keep that in mind for the next API I design :-\ This is the wrong way, I think. Handling

Re: [api-dev] Long time operations - What's the best way?

2009-09-10 Thread Andreas Bregas
Hi Perry, I'm not sure if it's the right list to ask for help but I'm having a problem to implement a uno object on C++ and I'm need some help! The problem: I'm working in an OXT module allowing a starbasic script to get informations from a 3270 host using tn3270e; the service itself is ok

Re: [api-dev] Long time operations - What's the best way?

2009-09-10 Thread Andreas Bregas
Hi Perry, I'm not sure if it's the right list to ask for help but I'm having a problem to implement a uno object on C++ and I'm need some help! The problem: I'm working in an OXT module allowing a starbasic script to get informations from a 3270 host using tn3270e; the service itself is ok

Re: [api-dev] Problem with my Eventhandler under OOWriter 3.x (Exception)

2009-04-29 Thread Andreas Bregas
Hi Alex, com::sun::star::lang::XEventListener is not deprecated. The problem looks to be that the document implements two addEventListener() methods that differ only by the type of the provided argument. You need the one that gets com::sun::star::lang::XEventListener. If I am not wrong

Re: [api-dev] Copy/insert a DialogLibrary into a WriterDocument

2006-10-12 Thread Andreas Bregas
Hi Fernand, I can copy/install a Basiclibrary from one Doc to a other Doc!!! But: i can not copy/install the BasicDialogs of the same library ??? I can get the Dialoglibrary of the current document (= DialogLibraries) You can? I'm surprised, because this should be the problem.

Re: [api-dev] Mapping of the UNO type hyper in StarBasic

2006-06-27 Thread Andreas Bregas
Hi Jürgen, it seems that we have to find a better solution for hyper in Basic because hyper is a valid type in our API and in fact of this we should extend the typeset of Basic at least to support all the simple base types of our API. Andreas, what do you think? What would be the best

Re: [api-dev] Mapping of the UNO type hyper in StarBasic

2006-06-27 Thread Andreas Bregas
Hi Paolo, getLength simply has a typo. That's why your next example posted later worked without problems. OOOPPZZZ.. Yes, this explains why I wasn't able to reproduce the problem This reveals also that sometimes I'd better go to bed earlier :-) Sorry for the waste of time. no problem, I did

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

2006-01-05 Thread Andreas Bregas
Hi Drew, Further, I suppose it is reasonable that a person should make note of the fact that a defect marked as resolved but not given a target milestone is not in the queue to be released. when the task was fixed and the corresponding cws was created only OOo 2.0.x and OOo Later targets

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

2006-01-03 Thread Andreas Bregas
Hi, The bug was reported in IZ 30500. In versions 1.1.x and 2.0.1 it is still not corrected and not even documented, so it should not have status RESOLVED and FIXED. perhraps reopen the bug and mark it as regression in keywords no, please don't. The status is correct as this task is really

Re: [api-dev] CDbl function

2005-03-09 Thread Andreas Bregas
Hi Andrew and all, hopefully this thread brings some light into this mysterious problem. I will have another look on this issue the next days. Sevastian `seva` Foglia wrote: ... Perhaps you should add this to the issue so that they can reproduce the problem... I've just done this. Regards