Unanswered Questions
109
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 ...
70
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 ...
53
votes
2answers
1k views
Powershell v3.0 pipe issue
I'm having trouble with this command:
gc .\domains.txt | Get-ADDomain
As the name implies, domains.txt contains a list of Active Directory to query (all domains are in the same forest).
If I run ...
47
votes
1answer
877 views
Independent subset of cabal packages set
Given a set of cabal packages, is there a way to automatically calculate subset of independent packages? In other words, subset of packages that will be sufficient to install them all?
For ...
47
votes
2answers
1k views
m_mainFrame->editor()->hasComposition not issue
In my application I have loaded MVC pages in android webview. MVC page has two text editor for username and password. While focusing on the Textbox, I am getting the warning: ...
45
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 ...
40
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 ...
39
votes
0answers
554 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 ...
39
votes
1answer
525 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 ...
38
votes
1answer
976 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 ...
38
votes
1answer
831 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
...
37
votes
1answer
751 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
709 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
660 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, ...
26
votes
0answers
253 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 ...
