I have a Qt app with a MainWindow; I would like to change the color of this titlebar. There is apparently no way of doing that by direct Qt calls; how could I manage to do that, even with carbon or co
How to prevent a window to deminiaturizing when a user click on the dock tile of the window? In one part of my application , I am miniaturizing the window and then have to ensure that user cannot demi
I\'m developing a very simple application for the Mac OSX platform making use of Qt and OpenGL (and QtOpenGL) so crossplatform gets easier.
I have a wxpython script, which creates a wx.App and a frame, hides it and does some processing using hidden frame. I do not want this script\'s icon to appear in Ma开发者_Go百科c dock but it comes. S
What is the equivalent of carbon fun开发者_如何学Cction HIViewSetZOrderin cocoa ? Thanks.You should rely only on view hierarchy (parents,childs) to layer your views. Overlapping views are a bad idea.
I know, that I can use Apple Event Object Model for moving and resizing windows of Cocoa applications.开发者_如何学JAVA But what can I use for Carbon applications?Peter was right, you can access to bo
I am wondering about the right way to开发者_高级运维 convert a bottom left orgin position to top left origin position (and the oposite operation)under Mac OS X taking into account:
I am looking for a robust (I mean working in all multi-munitor configuration) algo to convert a cocoa point/rect to carbon equivalent and the reverse operation.
I\'m trying to call a Cocoa IBAction from Carbon code... I\'ve set up global keys using this tutorial.
Imagine a cross-platform library that has to create its own windows without relying on WinForms/GTK#/WPF/MonoMac/etc (this is OpenTK in case anyone is interested).