Unanswered Questions
111
votes
2answers
3k views
How to create “No Activate” form in Firemonkey
In XCode by adding these methods to your NSView subclass can prevent the window from becoming active when clicking on it:
- (BOOL)shouldDelayWindowOrderingForEvent:(NSEvent )theEvent {
return ...
71
votes
1answer
2k views
Heroku truncates HTTP responses?
I am running a Flask/Gunicorn Python app on a Heroku Cedar dyno. The app returns JSON responses to its clients (it's an API server, really).
Once in a while clients get 0-byte responses. It's not me ...
46
votes
4answers
1k views
GLSurfaceView inside fragment not rendering when restarted
I have a GLSurfaceView set up and rendering as expected using a GLSurfaceView.Renderer. My App uses fragments from the android support package. When I navigate to a new fragment surfaceDestroyed is ...
43
votes
1answer
2k views
NodeJS and RED 5 media server via RTMP
This is more a conceptual question rather than a direct "how to do this".
Is it generally possible to implement a flash-like solution to stream the audio (independent of where we get the stream data ...
41
votes
0answers
645 views
Live Binding with Automatic updates in XE3 (no need to call Notify() as in XE2)
I am currently using Delphi XE2, and heard about their new Live Binding with Automatic updates in XE3 (no need to call Notify() as in XE2).
in C# or in Delphi XE2 we have to implement ...
41
votes
1answer
543 views
Detecting CGAssociateMouseAndMouseCursorPosition
We're making a user-space device driver for OS X that moves the cursor using Quartz Events, and we ran into a problem when games — especially ones that run in a windowed mode — can't properly capture ...
40
votes
1answer
1k views
Remove weekends from Burndown in Board View (TFS 2012 - Scrum 2.0)
I would like to modify the Burndown chart in TFS 2012's Scrum 2.0 Template so that weekends no longer show. I've already looked at this article, but unfortunately the solution listed there doesn't ...
39
votes
1answer
841 views
Eclipse RCP plugin + embedded Jetty + JSF
I made an RCP plugin with embedded Jetty as following:
1) In plugin.xml -> Dependencies, I have added the following:
org.eclipse.equinox.http.jetty
org.eclipse.equinox.http.registry
...
38
votes
1answer
772 views
MapKit poor scrolling performance with Apple Maps in iOS 6
I am writing an app which displays a simple Apple Map across most of the screen. However, when I compare the speed of scrolling, there is a significant slow-down comparative to the native Apple Maps ...
33
votes
6answers
722 views
Contex Drawing + Pagination
I am trying to draw contents of scrollview into a PDF context & I am facing problem with pagination.
Following Code I have used:
- (void)renderTheView:(UIView *)view ...
32
votes
1answer
688 views
Allowing connection to .NET COM server with mismatching integrity level
I'm having an issue with a COM based client-server setup. The COM server is written in C# (.NET 4.0) and runs as a (registered) local server.
Depending on which application connects to the server, ...
29
votes
1answer
1k views
How to add a button to Visual Studio Intellisense
I would like to add a button to the top of the list of options returned by Visual Studio's IntelliSense. When the button is clicked, my custom code will be executed (which will, among other things, ...
28
votes
0answers
274 views
Unable to Open SCOAudio connection with phone
I am trying to use IOBluetooth framework on OS X 10.8.2 to connect with the bluetooth enabled phones emulating computer as a hands free device. I can successfully make a connection with the phone and ...
28
votes
4answers
929 views
How to manually register ClickOnce file associations after installation?
Microsoft's ClickOnce deployment system offers an easy-to-use file association manager which is built into the Visual Studio deployment process. Developers can add up to 8 file associations which will ...
27
votes
0answers
524 views
Interpret XMP-Metadata in ALAssetRepresentation
When a user makes some changes (cropping, red-eye removal, ...) to photos in the built-in Photos.app on iOS, the changes are not applied to the fullResolutionImage returned by the corresponding ...
