2
votes
2answers
38 views
How do you listen to notifications from iTunes on a Mac (Using the NSDistributedNotificationCenter)
Hello All,
Looking for help/tutorials/sample code of using python to listen to distributed notifications from applications on a mac. I know the py-objc lib is the bridge between python and mac/cocoa …
1
vote
2answers
53 views
Execute some operation after the thread is completed
Greetings, everyone!
I have a class (say, "Switcher" ) that executes some very-very long operation and notifies its listener, that operation is complete. The operation is long, and I isolate actual …
0
votes
0answers
5 views
Blackberry - read profileIndex status using NotificationManager and Consequence API
Below link is not enough to get profile status....
http://stackoverflow.com/questions/1892579/blackberry-get-list-of-profiles-and-active-profile-info
Is there any indirect way to get Profile status, …
1
vote
1answer
16 views
BlackBerry - Programmatically create new exception in profile?
Hi everyone!
Actually i trying how to read the profile status but i am not getting that.
....
If anyone have an idea how to create new exception in profile programmatically,
will really helpful …
0
votes
2answers
36 views
Observing a Change to ANY Class Property in Objective-C
Put simply, is there a way to receive a general notification when any property in an Objective-C class is changed? I know I can use KVO to monitor particular property changes, but I have the need to …
0
votes
1answer
26 views
SQL Server Notifications - My OnChange does not fire.
Hey eveyone..
I would like to make use of SQL Server notifications to capture insert events at my database within a winforms app. I am attempting to use the SQLDependency object. The MSDN articles …
1
vote
1answer
39 views
Blackberry - Get list of Profiles and active Profile info
Hi, I'm developing a Blackberry application, where I need to get the list of profiles from phone (for sound settings).
Is there any way for getting the profile info?
0
votes
2answers
17 views
Automatic emails from wordpress
Is there any way to configurate my wordpress blog to send an email, to a group in Exchange, whenever there is a new post?
I would like my IT department to receive the new post, or a notification of …
0
votes
2answers
19 views
In the ReadDirectoryChangesW Function what does the Overlap parameter mean?
I understand the the ReadDirectoryChangesW Function uses a buffer to store the notifications, but what does overlap mean?
I presume there is protection to stop the notification you're reading from …
0
votes
1answer
29 views
What is the reason the UIKeyBoardWIllShowNotification called once ?
Hello all,
I am using keyboard will show and hide notification for sliding the view to get the visible text view.
I have a tab bar application with six tabs.
In each view I am using the navigation …
0
votes
2answers
40 views
How to force screen update for list view from non-UI thread (iPhone)
I have a background thread listening to network, using a callback to process and store data. When it's ready (UI) controller gets a sync Notification, requests data, updates list and refreshes screen …
0
votes
1answer
13 views
Firefox addon: How to show notification bar at the top of the webpage?
Can someone tell me how to popup a notification message inside a firefox addon like the one that Firefox displays to offer to store passwords? I am not talking about the alert boxes...
0
votes
1answer
60 views
Send Facebook notification to user who registered on my site via facebook connect.
Let me start by saying facebook's developer documentation sucks. Bad.
I'm using the facebooker plugin in rails to let users sign up through facebook connect. Now when certain things occur I want to …
1
vote
1answer
19 views
Sending a summary of SQL Server Agent job failures
SQL Server Agent allows you to create Notifications at the moment a Job succeeds or fails, but I'd like to create a regular notification that sends a summary of the events for those who are one step …
1
vote
4answers
296 views
Get notification when NSOperationQueue finishes all tasks
NSOperationQueue has waitUntilAllOperationsAreFinished, but I don't want to wait synchronously for it. I just want to hide progress indicator in UI when queue finishes.
What's the best way to …
