RE: Query on C++ UCB XInteractionHandler interface - is it possible to have/write a non-UI-based interface to respond on?

2016-02-06 Thread John Dougrez-Lewis
Thanks Stephen, I've been looking at interactionhandler.cxx today and I believe the best way forward is to take the uui source implementation as a base and then refactor, replacing all of the XDialog-derived classes with classes that query for the same information through an interface passed in

Re: Query on C++ UCB XInteractionHandler interface - is it possible to have/write a non-UI-based interface to respond on?

2016-02-04 Thread Stephan Bergmann
On 02/02/2016 09:56 PM, John Dougrez-Lewis wrote: I'm looking at coding a pet C++ project to use the Content Brokers provided by the UCB/UNO subsystem. I note that the XInteractionHandler-derived classes can be used to handle responses to supply e.g. user/pswd details for Authentication etc.

Query on C++ UCB XInteractionHandler interface - is it possible to have/write a non-UI-based interface to respond on?

2016-02-02 Thread John Dougrez-Lewis
Hi, I'm looking at coding a pet C++ project to use the Content Brokers provided by the UCB/UNO subsystem. I note that the XInteractionHandler-derived classes can be used to handle responses to supply e.g. user/pswd details for Authentication etc. >From a class diagram I've found, it