Click here to Skip to main content
15,881,089 members
Home / Discussions / Objective-C and Swift
   

Objective-C and Swift

 
AnswerRe: Regarding objective-c's IDE and working OS?! Pin
KarstenK29-Sep-14 7:38
mveKarstenK29-Sep-14 7:38 
QuestionIs it possible Java App developed on Net Bean that can Translate into Objective C for IOS Pin
Member 103822404-Mar-14 9:06
Member 103822404-Mar-14 9:06 
SuggestionRe: Is it possible Java App developed on Net Bean that can Translate into Objective C for IOS Pin
Richard MacCutchan4-Mar-14 22:33
mveRichard MacCutchan4-Mar-14 22:33 
QuestionOSX Desktop Manager (Quartz Compositor) Pin
Member 1060876119-Feb-14 0:57
Member 1060876119-Feb-14 0:57 
AnswerRe: OSX Desktop Manager (Quartz Compositor) Pin
Richard MacCutchan19-Feb-14 3:03
mveRichard MacCutchan19-Feb-14 3:03 
GeneralRe: OSX Desktop Manager (Quartz Compositor) Pin
Member 1060876121-Feb-14 0:51
Member 1060876121-Feb-14 0:51 
GeneralRe: OSX Desktop Manager (Quartz Compositor) Pin
Dennis E White21-Feb-14 5:12
professionalDennis E White21-Feb-14 5:12 
GeneralRe: OSX Desktop Manager (Quartz Compositor) Pin
Member 1060876122-Feb-14 15:35
Member 1060876122-Feb-14 15:35 
Sorry, meant slightly new to OSX development. I have been using the operating system for several years, but have never published a full app on it like I have for iOS.

Basically my problem is this: Windows treats everything like a window, where some of those windows belong to the same application. OSX treats everything as an application, where some of those applications have multiple windows.

When using APIs like the SendKeys[^] in Windows, you post messages to a specific window, and thus can post messages to multiple windows of different applications at the same time.

In OSX, that's not possible. Everything is done on the application level. You post messages through Quartz Event Services[^] to applications only. This is not idea for posting messages to two windows of the same application at the same time (two Word documents for instance if you wanted to copy a document). You can switch the active window, post a message, and switch back, but that is extremely noticeable to the user.

Quartz compositor must have a way of posting messages to individual fields on windows (whether or not the API is exposed) so if I could a) overwrite the existing system to expose this functionality or b) reverse engineer the quartz framework to check for hidden APIs. Either way is hard, and looking for suggestions.
AnswerRe: OSX Desktop Manager (Quartz Compositor) Pin
Dennis E White19-Feb-14 4:36
professionalDennis E White19-Feb-14 4:36 
GeneralRe: OSX Desktop Manager (Quartz Compositor) Pin
Member 1060876121-Feb-14 0:41
Member 1060876121-Feb-14 0:41 
GeneralRe: OSX Desktop Manager (Quartz Compositor) Pin
Dennis E White21-Feb-14 4:57
professionalDennis E White21-Feb-14 4:57 
Questionfood menu restaurant Pin
Member 1047199011-Feb-14 0:26
Member 1047199011-Feb-14 0:26 
AnswerRe: food menu restaurant Pin
Richard MacCutchan11-Feb-14 1:04
mveRichard MacCutchan11-Feb-14 1:04 
AnswerRe: food menu restaurant Pin
Dennis E White12-Feb-14 5:02
professionalDennis E White12-Feb-14 5:02 
QuestionFunctions Pin
JamieM9429-Jan-14 21:50
JamieM9429-Jan-14 21:50 
AnswerRe: Functions Pin
Richard MacCutchan29-Jan-14 22:21
mveRichard MacCutchan29-Jan-14 22:21 
GeneralRe: Functions Pin
JamieM9429-Jan-14 23:30
JamieM9429-Jan-14 23:30 
GeneralRe: Functions Pin
Richard MacCutchan30-Jan-14 0:45
mveRichard MacCutchan30-Jan-14 0:45 
AnswerRe: MacBook Pro Pin
Richard MacCutchan20-Jan-14 6:45
mveRichard MacCutchan20-Jan-14 6:45 
GeneralRe: MacBook Pro Pin
ericgahn20-Jan-14 8:01
ericgahn20-Jan-14 8:01 
GeneralRe: MacBook Pro Pin
Richard MacCutchan20-Jan-14 8:08
mveRichard MacCutchan20-Jan-14 8:08 
GeneralRe: MacBook Pro Pin
ericgahn20-Jan-14 9:15
ericgahn20-Jan-14 9:15 
JokeRe: MacBook Pro Pin
Dennis E White3-Feb-14 10:39
professionalDennis E White3-Feb-14 10:39 
GeneralRe: MacBook Pro Pin
Richard MacCutchan3-Feb-14 11:33
mveRichard MacCutchan3-Feb-14 11:33 
QuestionDifferences between, Objective-C, iOS programming, etc... PinPopular
ericgahn8-Jan-14 11:58
ericgahn8-Jan-14 11:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.