Text editor in another application
I read the instructions here. "Post New Thread" , Still making my mind to post a question in this forum. I hope the experienced folks wont sue me atleast. ;)
------
A host(daemon*) application, when active,
* Should interpret the key events(Keyborad Input) going to currently active Text editor widgets that may belong to any other application(like MSWord) or any Web page...etc
* Format the input text in that widget, format in the sense, the host application will have its own key mapping... so deleting a char, adding a char..etc should be possible.
If I write the host (daemon) application in Qt , Is it possible to achieve the above features?
If yes...provide some clues please :)
Is this a smart question btw? then make an attempt to answer this, :rolleyes: you smart guys
Re: Text editor in another application
It looks like OS level needs so Qt won't help you much - you will have to use platform specific APIs to get events from different applications I think.
Re: Text editor in another application
Under what OS? With Linux you'll need to be root to do this, under XP it's possible, but under Vista and Win7 you'll just get a permission denied unless you support UAC.
Re: Text editor in another application
folk, I need it in all OSs' Windows Xp, Linux, Vista & 7...
If not possible in Vista & 7 its ok, not a big issue atm.
If possible in, Win Xp & Linux atleast, Its still a very good solution...
Give me some hints...please
Re: Text editor in another application
Quote:
Originally Posted by
fatjuicymole
Under what OS? With Linux you'll need to be root to do this, under XP it's possible, but under Vista and Win7 you'll just get a permission denied unless you support UAC.
fatjuicymole , Please reply