Unanswered Questions

145
votes
0answers
4k views

How do I delete a Discipline in EPF Composer 1.5?

I'm making a method combining Scrum with the OpenUP lifecycle and deliverables. I also want to keep the OpenUP disciplines apart from "Project Management". I can "hide" it so that it's not ...
65
votes
1answer
1k 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 ...
56
votes
1answer
2k views

Workarounds for no 'rvalue references to *this' feature

I have a proxy container class around a movable object, and wish the proxy to be able to implicitly yield an rvalue reference to the underlying object, but only when the proxy itself is being moved. ...
53
votes
1answer
978 views

Izpack fails with 'There is no script engine for file extension “.js”,

On test machine using Izpack 5 Beta 11 if I start install.jar using a 64bit winrun4j exe running bundled 64 bit java then Izpack complains There is no script engine for file extension ".js", then ...
52
votes
1answer
534 views

Getting MSDN PeerChannel “SecureChat” running on Windows Server 2008 R2

I can only get this SDK sample of PeerChannel SecureChat to work in the following scenarios in a basic home network: Locally among instances running on the same machine, or Among Windows 7 machines ...
50
votes
1answer
927 views

COM+ object activation in a different partition

I had created a COM+ domain partition then mapped it to a Windows 2008 server machine and imported a COM+ application into it. I tried using the following C# code to activate an object from that ...
48
votes
2answers
830 views

Cassandra server throws java.lang.AssertionError: DecoratedKey(…) != DecoratedKey

I'm currently experimenting around with Cassandra. On the client-side (with Hector) I look up a few keys like this: ColumnFamilyResult<String, String> result = ...
46
votes
0answers
735 views

Webview not displaying in MacOS using Delphi XE2

I have started to convert the Webview interfaces to be consumed in Delphi. I have managed to get the webkit library to load, and the interface methods that is called appears to work correctly, ...
43
votes
0answers
517 views

Weak performance of CGEventPost under GPU load

We've stumbled upon a performance problem with Quartz Events, more specifically CGEventPost: during heavy GPU load CGEventPost can block. We've created a small benchmark application to demonstrate the ...
38
votes
0answers
469 views

80-bit extended precision floating-point in OCaml

Is there an OCaml library to take advantage of the 80-bit extended precision floating-point type on the IA-32 and x86-64 architectures? I know about the MPFR bindings but my ideal library would be ...
36
votes
2answers
516 views

JavaScript Error when using Flash Forms in ColdFusion 9

I'm having a problem with Flash Forms on ColdFusion 9 that worked perfectly under ColdFusion 8. When viewing the flash form in the browser, the form elements themselves display correctly, but the data ...
33
votes
1answer
770 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 ...
31
votes
3answers
688 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 ...
30
votes
0answers
561 views

Saving and incrementally updating nearest-neighbor model in R

There are several nearest neighbor R packages (e.g., FNN, RANN, yaImpute) but none of them seem to allow saving off the NN data structure (cover tree, KD tree etc.) so that the nearest neighbors of ...
28
votes
2answers
2k views

SDURLCache with AFNetworking and offline mode not working

I'm using AFNetworking and SDURLCache for all my networking operations. I have SDURLCache set like this: SDURLCache *urlCache = [[SDURLCache alloc] initWithMemoryCapacity:1024*1024*2 // ...

15 30 50 per page
1 2 3 4 5 61912