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

2009-09-29 Thread Perry Werneck
Hi, Thanks! The "wait" call worked after some changes in the C++ code moving all the 3270 communication to another thread. and all the network stuff is running in a separate thread but, some part of >> the code needs to wait for any kynd of host response; when I do this all >> the >> OpenOffice.o

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

2009-09-15 Thread Peter Eberlein
Hi Perry, Perry Werneck schrieb: Hi, My code is in C++, but, it is designed to be called from a OOo Basic macro. The netork stuff is running in a separated thread but it would be nice to the starbasic developers if I can implement some kind of "waitfor" method. The "wait" call mencioned is a gr

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

2009-09-15 Thread Perry Werneck
Hi, My code is in C++, but, it is designed to be called from a OOo Basic macro. The netork stuff is running in a separated thread but it would be nice to the starbasic developers if I can implement some kind of "waitfor" method. The "wait" call mencioned is a great solution but it makes the devel

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

2009-09-14 Thread Mathias Bauer
Perry Werneck wrote: > Hi, > > 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;

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 and

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 and

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

2009-09-09 Thread Perry Werneck
Hi, 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 and all the