Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Library : Other (not classified elsewhere) » DBus integration -- need help (Adding DBus to an existing U++ app on Linux -- need help on main event loop)
Re: DBus integration -- need help [message #48696 is a reply to message #48554] Fri, 25 August 2017 09:05 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
U++ is not directly using GTK main loop. Further problem is that in U++, only main thread is allowed to run event loop - this is limitation inherited from Win32 (more or less).

You can call Ctrl::ProcessEvents at any time to fetch and process any GUI related pending events (but just from the main thread).

I suggest to post existing code, I can look into it about alternatives...
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: GLCtrl problem
Next Topic: [Bug (minor)]: CenterScreen not working
Goto Forum:
  


Current Time: Fri Apr 26 17:34:37 CEST 2024

Total time taken to generate the page: 0.03152 seconds