I'm trying to upgrade my site to Silverlight 3. All my customers are having a reasonabily good experience from upgrading to Silverlight 3 from Silverlight 2 or just a fresh install.
But on Mac OS X in Firefox 3.5, after Silverlight is installed they cant view any Silverlight apps, it's just blank on screen. No errors, I can right click ...
I've created a png file with Autocad's rendering tool and published it on a website. The problem is that it does not show in safari on mac. It displays correctly on Firefox installed on the same machine and on windows. I tried to figure that out and when I was inspecting the img element I found a message in the safari console saying some...
Hi to all,
I'm capturing video from my webcam using OpenCV on MacOSX. It works fine but when I try to play on QuickTime my captured video it plays too fast. i.e. I capture from camera for 10 seconds but when I play on QuickTime the video is 2 seconds.
I've tried to change fps from 25 to 10 and It's works quite fine, but I'm sure it's ...
Putting an rtsp:// stream URL into a Movie patch in Quartz Composer (QC) and rendering it onto a Billboard patch causes QC to hang. A number of commentators on the net have noted that QuickTime uses a different rendering path for streams than for local files, which seems to be the cause of this bug, but I can't find any suggested workaro...
I have an NSView in a ScrollView and I'm trying to draw an image in it. The problem is that I want the upper left corner of the image locked to the upper left corner of the frame, instead of the lower left corner, which is what the View wants me to do. I will need to be able to zoom in and out, and rotate.
currently, I have a kludge of ...
While investigating the process described on the path_helper man page I was surprised to find that the value of PATH upon entry to /etc/profile seems to have already been customized per user. I can't seem to find anything documenting this behavior. Can anyone point me in the right direction?
...
Today I had a problem with my old Eclipse 3.4 installation and I had to re-download the entire package. However, I don't think that I got the exact package as before, and I'm having some problems.
The problem can be summarized as follows: when developing a plug-in, I cannot resolve dependencies towards 'org.eclipse.jdt.ui'. When trying ...
Hi All,
Have a look to this code snippet:-
CommonService objcommonService;
NetworkCredential myCredentials = new NetworkCredential("144552", "F@mous123456");
objcommonService.Credentials = myCredentials;
This is a C#.net code. In this snippet "objcommonService " is a object of the webservice "CommonService". This webservice pre auth...
What is your Mac OS X (Intel) based lisp setup (of any dialect), how do you like it, and how painful was it to set up? I'm looking for a versatile lisp that is easy to set up, but if you feel strongly about investing more effort, or even money, I would like to hear why you think it's worth it.
I am currently using newLisp, which was a b...
I'm trying to get mod_mono built and installed so I can start learning and working with ASP.NET on my Mac. My machine is running Mac OSX Leopard 10.5.7.
The mono site (http://www.mono-project.com) says I need to install
xsp, mono and mod_mono.
Mono is installed and working.
xsp built and installed fine.
My configure output for mod...
I'm trying to iterator over some directories containing approximately 3000 images. I load the image. If the image is loaded I release it.
That is the smallest program that I can write to reproduce the error.
After loading and releasing 124 images the program stops loading images. I think this a memory issue but I don't understand what...
I'm working on a Cocoa application I'd like to use to remotely (on the same machine, from a different process) control which slide is currently displayed in a running Apple iWork '09 Keynote presentation.
How should I approach this?
...
I have created a XCode project and I have added "/opt/local/include/boost" to Header Search Path and "/opt/local/lib" to Library Search Path
But I still have this error:
boost::system::get_generic_category()", referenced from:
__static_initialization_and_destruction_0(int, int)in main.o
__static_initialization_and_destruction_0...
Problem: to copy a directory tree from the "me" master user to the encrypted harddrive of the "cs"-user:
su cs
bash-3.2$ cp -R /Users/me/cs_project /Users/cs/
cp: /Users/cs/cs_project: Permission denied
cp: /Users/me/cs_project/h_mark: unable to copy extended attributes to /Users/cs/: Permission denied
cp: /Users/cs/: No such file or ...
I would like to distribute a rails application as a double clickable application. When someone double clicks on the app, I think that mongrel should be started and then the user's browser should be started and open to something like localhost:3000 I'm trying to work through what I will need to do this, I think I'm going to need to incl...
I am trying to run blocking_udp_echo_client on MacOS X
http://www.boost.org/doc/libs/1_35_0/doc/html/boost_asio/example/echo/blocking_udp_echo_client.cpp
I run it with argument 'localhost 9000'
But the program crashes and this is the line in the source which crashes:
`udp::socket s(io_service, udp::endpoint(udp::v4(), 0));'
this is t...
I am looking for a raster graphics framework for Mac OS X. Specifically, I want some kind of view that I can manipulate (at least conceptually) like a matrix of pixels. My program will generate the pixel data programmatically.
QuickDraw fits that description nicely, but is deprecated. As far as I can tell, there is nothing equivalent in...
I have installed Mono (version 2.4.2.1) on a Mac OS X (10.5.7) and i am trying to do some F# coding. The F# version i am using is 1.9.6.16.
On the FSharp interpreter i am getting this strange message when i type some simple commands (like printfn):
warning FS0191: Could not determine highest installed .NET framework version from Regist...
I want to pass a point to a C++ object to the selector invoked using performSelectorOnMainThread. Simply casting the pointer to an 'id' (objc_object*) doesn't seem to work.
I could always write my own objective C wrapper class, but there should be a fairly standard way of doing this. I didn't really find anything on apple's documentation...
Does anyone know how to associate the py extension with the python interpreter on Mac OS X 10.5.7? I have gotten as far as selecting the application with which to associate it (/System/Library/Frameworks/Python.framework/Versions/2.5/bin/python), but the python executable appears as a non-selectable grayed-out item. Any ideas?
Thanks,
-...