![]() |
2010-07-12
, 13:30
|
Posts: 61 |
Thanked: 43 times |
Joined on Aug 2008
|
#2
|
![]() |
2010-07-12
, 15:14
|
Posts: 1,048 |
Thanked: 979 times |
Joined on Mar 2008
@ SF Bay Area
|
#3
|
The Following User Says Thank You to uvatbc For This Useful Post: | ||
![]() |
2010-07-12
, 15:24
|
|
Posts: 601 |
Thanked: 549 times |
Joined on Mar 2010
@ Redditch, UK
|
#4
|
![]() |
2010-07-12
, 15:26
|
|
Posts: 722 |
Thanked: 1,223 times |
Joined on Apr 2010
@ USA
|
#5
|
pMainWindow->show(); pMainWindow->activateWindow(); pMainWindow->raise();
![]() |
2010-07-12
, 15:29
|
|
Posts: 722 |
Thanked: 1,223 times |
Joined on Apr 2010
@ USA
|
#6
|
![]() |
2010-07-12
, 15:55
|
Posts: 56 |
Thanked: 31 times |
Joined on Jul 2008
@ Austria
|
#7
|
![]() |
2010-07-12
, 18:03
|
Posts: 64 |
Thanked: 13 times |
Joined on Apr 2010
|
#8
|
In hildon, you register a dbus service for your application and list its name in the desktop file. The file manager/panel will use dbus activation to notify your program of the file names etc, so your application will only be running once.
http://wiki.maemo.org/Documentation/...mo_application
![]() |
2010-07-12
, 19:28
|
Posts: 64 |
Thanked: 13 times |
Joined on Apr 2010
|
#9
|
![]() |
2010-07-13
, 06:59
|
Posts: 1,048 |
Thanked: 979 times |
Joined on Mar 2008
@ SF Bay Area
|
#10
|
I want to limit my application to one instance
so if the user try to launch the application and it is already running in process it brings the process UI to front
Regards
Wael