Oct 3 2005, 10:53 AM
Post
#1
|
|
|
Group: Members Posts: 24 Joined: 4-August 05 Member No.: 7,783 |
I have a QPEApplication object created as a Ruby script. The object and its various children's objects, methods, etc. work fine. There is a suspect area. I have a series of push buttons that launch various documents various using Hancom Word. The code that I have to accomplish the actual launching is similar to:
CODE system("qcop QPE/Application/HancomMobileWord 'setDocument(QString)' '/path/to/myDocument.doc'") The Ruby system() method that wraps the qcop call simply launches a sub-shell that loads up Hancom Word set to a particular document. The problem is when I close Hancom Word the QPEApplication object disappears. When I check the active processes I see that my Ruby script is running but I can't seem to recover the GUI app I created. If I try to issue something like: CODE qcop QPE/Application/myGUIApp 'setDocument()' there is a brand new instance of the GUI app I have. The original one still doesn't appear. Or if I try: CODE qcop QPE/Application/myGUIApp 'raise()' nothing happens. Since my Ruby script doesn't have anything displayed on the task bar I can't figure out a way to bring it back after exiting Hancom Word. Any suggestions? |
|
|
|
gregarican Vanishing App? Oct 3 2005, 10:53 AM
gregarican As a follow up I read about similar behavior when ... Oct 4 2005, 05:44 AM
gregarican Finally figured it out. Checking another forum on ... Oct 4 2005, 06:35 AM![]() ![]() |
|
Lo-Fi Version | Time is now: 18th May 2013 - 11:43 PM |