0
votes
1answer
121 views
NSManagedObjectContextObjectsDidChangeNotification userInfo Dictionary.
I am using the NSManagedObjectContextObjectsDidChangeNotification notfication in my app, I already now how to use it. As I have used the below code to add the observer …
- (void) …
0
votes
2answers
41 views
Sending multiple iPhone notifications
Hi Guys,
My code works ok when I need to send one notification, but each time when I need to send more than one, it only sends the first one. Here is the code:
<?php
$device_t …
1
vote
1answer
38 views
Caching data and notifying clients about changes in data in ASP.NET
Hi,
We are thinking to make some architectural changes in our application, which might affect the technologies we'll be using as a result of those changes.
The change that I'm re …
5
votes
5answers
151 views
Non-standard UI in C#
Hey,
I'm still learning C#, and I know don't know about WinForms yet but I will very soon. However I want to know how I would create an application which shows a customized notifi …
2
votes
2answers
42 views
Disable all notifictions of incomming messages in Symbian S60v3
How do I programmatically disable these notifications when a message is arriving on my symbian S60v3 phone:
Message tone (I think I got that one)
The led flashing
The phone vibra …
2
votes
1answer
49 views
What are some techniques to push changes from tokyo cabinet in a multi-service setup?
Let's say I have N > 1 TCP-based, connection-oriented (read: not a website) services handling connections from end users in some load-balanced/sharing configuration.
These users …
0
votes
1answer
47 views
Key value Observing during UIView Animations
Hi,
I'm animating the center property of a view in my program. During the animation, I need notifications when center hits a particular value.
I tried adding the myself as a key …
0
votes
2answers
39 views
With a web app, how should I trigger jobs like, notifications, state changes, general repetivite tasks and checks
I am building a web application in asp.net MVC and am thinking how I can get certain conditional tests to happen regularly.
Currently I am planning on having a page such as /utili …
1
vote
1answer
25 views
Keep track of read/unread User Messages with a MessageClicks table?
I'm trying to implement a simple Inbox system for users of my app so that can send basic messages to each other - just like in many forum systems.
If User has_many :messages, how …
1
vote
1answer
46 views
Determine on iPhone if user has enabled push notifications
I'm looking for a way to determine if the user has, via settings, enabled or disabled their push notifications for my application.
Thanks.
1
vote
2answers
59 views
subversion e-mail notification
I would like my subversion to send me an e-mail (and my co-workers) on every commit. There are many solutions to this, but I didn't find any that will enable me to use wildcard/re …
0
votes
1answer
32 views
Problem registering Push Notifications. HELP!!!
Hello, I've recently started developing iphone applications for a project at school and I've been having some problems testing push notifications. I've read I need to get some SSL …
3
votes
5answers
128 views
ASP.NET MVC + SQL Server Application: Best Way to Send Out Event-Driven E-mail Notifications
I have an ASP.NET MVC application that utilizes NHiberante and SQL Server 2008 on the backend. There are requirements for sending out both event-driven notifications on a daily/we …
0
votes
2answers
122 views
Find most recent SQL Server database activity
Data from another system is replicated into a SQL Server 2005 database in real-time (during the day, it's hundreds of transactions/second) using Goldengate. I'd like to be able to …
0
votes
2answers
57 views
C++ Events/Notifications & Default handling method list
Hello,
Is there a list any where of C++ Events/Notifications & Default handling method list.
For example, it would be useful to know that by default, the HDN_DIVIDERDBLCLICK no …
