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

Objective-C and Swift

 
GeneralRe: Difference between C and Objective-C Pin
Manikandan1011-Jun-14 17:31
professionalManikandan1011-Jun-14 17:31 
QuestionUIWebView Scroll delegate Pin
Erdinc2720-May-14 22:17
Erdinc2720-May-14 22:17 
AnswerRe: UIWebView Scroll delegate Pin
Dennis E White21-May-14 4:38
professionalDennis E White21-May-14 4:38 
GeneralRe: UIWebView Scroll delegate Pin
Erdinc2721-May-14 4:48
Erdinc2721-May-14 4:48 
QuestionRegarding objective-c's IDE and working OS?! Pin
Amr Bakri14-Apr-14 13:35
Amr Bakri14-Apr-14 13:35 
AnswerRe: Regarding objective-c's IDE and working OS?! Pin
Richard MacCutchan14-Apr-14 21:54
mveRichard MacCutchan14-Apr-14 21:54 
AnswerRe: Regarding objective-c's IDE and working OS?! Pin
Dennis E White15-Apr-14 5:00
professionalDennis E White15-Apr-14 5:00 
AnswerRe: Regarding objective-c's IDE and working OS?! Pin
future201510-Jun-14 3:50
future201510-Jun-14 3:50 
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 

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.