Re: [Interest] Attaching to an existing MS EXCEL instance

2012-08-06 Thread Alex Malyushytskyy
I think you should read: http://support.microsoft.com/kb/238975/ This might be not as easy as you think: Theoretically, you can iterate the ROT for each individual instance, but Office applications do not register themselves if another instance is already in the ROT because the moniker for itse

Re: [Interest] Attaching to an existing MS EXCEL instance

2012-08-06 Thread Jason H
I can't say how for sure, but you'd have to ask windows for the running instances then attach to a running instance, probably by constructing IUnknown yourself and passing that to your own subclass of QAxBase. From: "Velusamy, Baskar" To: "'interest@qt-projec

[Interest] Attaching to an existing MS EXCEL instance

2012-08-06 Thread Velusamy, Baskar
Hi All The following command is always opening a new Excel instance; I am trying to attach with an existing Excel instance. Any idea how to do that? QAxObject *excel = new QAxObject("Excel.Application

Re: [Interest] Rows distributed evenly in QFormLayout on MacOS

2012-08-06 Thread Andreas Pakulat
Hi, On Mon, Aug 6, 2012 at 12:17 PM, Bo Elmgreen wrote: > Hi all, > > I use a QFormLayout for showing a list of settings - labels with a custom > slider widget - on a widget that has a fixed height. On Windows and Linux > the rows seem to be added, only taking up the vertical space that they need

Re: [Interest] Qt VS2010 add-in hangs Visual Studio

2012-08-06 Thread Gopalakrishna Bhat
Anyone? On Tue, Jul 31, 2012 at 12:10 PM, Gopalakrishna Bhat wrote: > Hi All, > > I'm using Qt VS 2010 adding with Qt 4.8.1. When I load a pro file of a > medium sized project, Visual Studio says "Not Responding" and stays in that > state for about 10min before resuming normal operations. Am I do

[Interest] Rows distributed evenly in QFormLayout on MacOS

2012-08-06 Thread Bo Elmgreen
Hi all, I use a QFormLayout for showing a list of settings - labels with a custom slider widget - on a widget that has a fixed height. On Windows and Linux the rows seem to be added, only taking up the vertical space that they need, but on MacOS the rows are distributed evenly within the space tha

Re: [Interest] How to use unit testing with Qt framework properly

2012-08-06 Thread Gilles Habran
Hi, thank you for that ! I will check the link you gave me this week-end. I had to switch to a project not Qt related which uses CxxTests with perl scripts to chose what you want to run but I will need to master the QTestLib for my next Qt project. :) Kind regards, Gilles On 2 August 2012 11:4