3
votes
1answer
366 views
Blackberry - How to use notification icon in statusbar
In RIM Blackberry OS 4.6+ there is a new feature - ability to show notification icon in statusbar. Integrated application use it to give quick and informative information for user: …
1
vote
1answer
85 views
Blackberry - run menu item from dialer Phone App
I'd like to describe one trick I learned at supportforums.blackberry.com
There is a native dialer Phone Application in blackberry:
The trick is to programmatically run menu ite …
3
votes
1answer
187 views
Blackberry - fields layout animation
It's easy to show some animation within one field - BitmapField or Screen:
Blackberry - background image/animation RIM OS 4.5.0
But what if you need to move fields, not just image …
0
votes
1answer
42 views
KindError on setting a ReferenceProperty value
This seemingly perfect Google App Engine code fails with a KindError.
# in a django project 'stars'
from google.appengine.ext import db
class User(db.Model):
pass
class Pict …
0
votes
1answer
61 views
Why doesn’t visual studio register environment variables set using windows explorer?
Hi,
Newly created environment variables are not passed on to visual studio sometimes. What may be the problem? The environment variables are not visible to VS even when I close an …
0
votes
1answer
303 views
“fatal error U1087: cannot have : and :: dependents for same target”
Using the Microsoft Driver Development Kit (DDK), this error plagued me as I attempted even to build the default drivers included with the DDK.
I had a some difficulty in tracking …
0
votes
1answer
132 views
Cannot set InetMgr.exe as startup program in VS 2008 on Windows 7
When I try to set "C:\windows\System32\inetsrv\InetMgr.exe" as the startup program for a Visual Studio project (to test an IIS 7.5 extension), it is rejected with the message "The …
1
vote
3answers
491 views
How do you get screen to automatically connect to the current ssh-agent when re-attaching to an existing screen?
If you start a screen session while ssh-agent is running (from ssh -A agent forwarding), accessing ssh-agent works fine. However, if you detach from that session, log out, log in a …
3
votes
1answer
371 views
Xcode: Running a script before every build that modifies source code directly
What I did:
I have a script that
Read some configuration files to generate source code snippets
Find relevant Objective-C source files and
Replace some portions of the source co …
1
vote
2answers
693 views
Mantis Roadmap Feature
How do I enable and use the Roadmap feature in the Mantis bugtracker?
I am answering this myself and I hope it will be useful to other Mantis users. Here is a discussion on the sa …
9
votes
6answers
520 views
Should I use unsigned integers for count members?
I just spent an hour tracking an integer overflow in my code, so I decided to share that -most people on here will know that of course, but perhaps I can save someone some time. So …
6
votes
1answer
170 views
How can you make images resized with css look good in IE?
IE6 and IE7 don't scale images nicely in web pages when the images are scaled with css width/height or attribute width/height. I am not sure which algorithm it uses by default, but …
1
vote
2answers
269 views
Why does my MFC app hang when I throw an exception?
If you throw an exception from inside an MFC dialog, the app hangs, even if you have a catch block in your code. It refuses to respond to the mouse or keyboard, and the only way …
2
votes
1answer
325 views
How do generics (Vector) work inside the AVM?
Support for generics (currently only Vector.<*>, and called 'postfix type parameters' by Adobe) was added in Flash Player 10, but the only AVM2 documentation does not describe h …
1
vote
2answers
96 views
answering your own question while typing one up [closed]
Have you answered your own question WHILE typing it out? Just happened to me right now and it really shows that in the process of just formulating a question you start to understan …
