Tagged Questions
0
votes
0answers
10 views
System zoom with screen capture
We are developing screen capture utility which allows users to capture selected area on screen. Which works on 10.7 and above.
As per apple Technical Q&A QA1741 we have used below API to capture ...
0
votes
1answer
19 views
Video Stress via Apple script
I've been working on a video stress script based on terminal an quicktime, I'm having a specific issue with one part of playing multiple videos with quicktime as well as would love some opinions on ...
-1
votes
0answers
33 views
Missing libs in java.awt [closed]
I have the java.awt libraries and can use some parts of it, but it doesn't seem to have all the classes present according to the documentation.
I do not have the java.awt.Dimension class which seems ...
0
votes
1answer
21 views
How do I change a folder icon in OSX? [closed]
How to change the icon on a folder on your desktop. I was searching how to do this myself. I found the answer and posted it below.
0
votes
1answer
37 views
Scons Compile Error when switching from OSX 10.6 to 10.7
I am migrating from a Snow Leopard (10.6.8) MAC to a Lion MAC (10.7.5). I haven't changed anything in the code or the build scripts, but once I try to build my project using SCONS on OSX Lion, I get ...
0
votes
0answers
27 views
Mac App - pkg export from XCode not opening in 10.7.5
I have a Mac App, I export it as a pkg for distribution, using the latest XCode.
Deployment target is 10.7.3.
I have got many user reports that the app can't be installed on 10.7.5 "appname can't be ...
0
votes
0answers
72 views
Mac OS X app bundle for shell script doesn't works
I just did a app bundle like it's shown on this blog, but the app is not working. It looks like it will open (the OS X effect of the app opening) but then nothing happens, no window, no process, ...
-1
votes
1answer
66 views
Setup php on OSX 10.7.5 [closed]
I'm trying to learn php, and I'm not sure if this problem is with my setup or my code. I have a simple html file that contains a php script:
<html>
<body>
dinos
<br/>
<?php
...
0
votes
1answer
34 views
Error: trying to install pip OSX Lion
I've installed the latest version of python and from "mistake" to say so i've deleted the 2.7 python from system. Now when i'm trying to install pip or easy_install i receive the errors below:
$ pip ...
0
votes
1answer
47 views
How do I set a default Ruby version using RVM?
I installed Ruby, Rails and other stuff from rubyinstaller.org on to my MacOS X Lion system. However, I am not able to override the Mac version of Ruby which is 1.8.3. How do I overrite it to the ...
1
vote
1answer
24 views
vm_region not found
On osx, I made a small program to edit the memory of my process (mainly to cheat in flash games). I tried to recompile this program after a long time, and I realized I upgraded my os (and changed my ...
2
votes
1answer
99 views
In Mac OSX Lion, how does one replace multiple spaces with a single space using sed?
friends, colleagues, glib claimers-to-know, and esteemed fellow victims of The Most Humiliating of Careers,
I am suffering from that distinctive fatigue one gets when trying to do simple UNIXy things ...
-1
votes
1answer
100 views
How to install Java 6 on OSX Lion? [closed]
I have a mac (running 10.7.5) that MUST have Java 6 on it...and actually it needs to be a version b/w Java 6_20 and Java 6_37...so the last available version from apple 6_43 won't do. It has to have ...
1
vote
2answers
71 views
OS X: portable Git (aka install multiple Git versions)
I'm currently trying to install multiple Git versions on OS X for testing purposes. After downloading the OS X installer bundle from git-scm.com (which installs to /usr/local/git), I move it to a ...
0
votes
0answers
57 views
Extreme delays in Mac OSX Lion internet connections via terminal commands [closed]
I am in Mac OS/X Lion 10.7.5 and experience huge delays when running terminal commands like whois, telnet, and also my own custom applications developed that make use of http connections.
Strangely ...
1
vote
0answers
129 views
UI login apple script not running on 10.8.3 but working fine on 10.6.x
I had coded an applescript that login the user on back end when MAC starts.
NSAppleScript *runscript;
//NSLog(@"comes to applescript");
//////////NEW CODE FROM HERE//////////
NSString ...
0
votes
2answers
149 views
Can't start mysql in terminal for OSX 10.8 with standard XAAMP stack installation
Error
sql: command not found
.profile code
export PATH=/opt/local/bin:/opt/local/sbin:/Applications/xampp/xamppfiles/bin:$PATH
I've edited the filed saved it and tried multiple versions and unable ...
0
votes
1answer
61 views
running perl cgi script problec
I am trying to run a simple hello world script as CGI (from the Beginning Perl book).
i am running to the following problems:
I do not find a folder /cgi-bin/ at any place on my computer (Mac OSX ...
8
votes
2answers
184 views
How to mouse-wheel scroll downwards with tmux
I've got tmux to scroll up, with the mouse wheel, using mouse-mode on in tmux.conf (here's my entire conf).
But I've always had a problem scrolling back down again. Once the cursor hits the bottom of ...
-1
votes
2answers
205 views
Applescript> Create txt with file names and save it to same folder
I want to make a .txt file inside the same folder that contains all the filenames of said folder.
How can i do that?
Thanks.
0
votes
0answers
245 views
uninstall mongodb on mac os x [closed]
I am trying to uninstall MongoDb on my mac os x. Is there a command to do that ?
I tried " purge mongodb " command but I am not sure it did. Because, when I tried to start mongodb it started again.
...
1
vote
1answer
38 views
Service (OS X) won't start automatically on demand, says my OS version is too old
I have a text-inserting OS X Service (created by Mark Aufflick and I've been hacking on it) that's giving me an odd problem.
The service is a .service application, installed in ~/Library/Services. ...
2
votes
0answers
271 views
Trouble connecting Android app to OS X through bluetooth Serial Port Profile
I'm attempting to connect to a Bluetooth port on my MacBook Pro (OS X v10.8 "Mountain Lion") from an android app (Device Version 2.2 "Froyo").
Starting with the BluetoothChat example, I removed the ...
1
vote
1answer
123 views
How to update PHP CLI OSX?
I just updated to php 5.4 using http://php-osx.liip.ch/ on osx lion.
when i type:
php -v
i still see:
PHP 5.3.15 with Suhosin-Patch (cli) (built: Jul 31 2012 14:49:18)
Copyright (c) 1997-2012 ...
0
votes
1answer
50 views
Plug-in to set desktop wallpaper in OS X
What I would like to create is a custom service that would set the desktop wallpaper image in OS X. It would pull the wallpaper image from an online service and set it as the desktop. I have searched ...
1
vote
2answers
70 views
finding a file created with C++
I am learning to program a bit in C++. I am working on Mac OS X and trying to create a file with some data by writing this code:
ofstream myfile;
myfile.open ("primescount.csv");
myfile ...
0
votes
0answers
148 views
Can't install Android SDK packages on Mac
I'm trying to install the current version of the Android SDK onto a Mac running OSX 10.7.5.
After downloading and unzipping the file to my home directory (where I have full write permissions), I ...
0
votes
0answers
51 views
unable to import lightblue module on mac 10.7
I get the following error when I import lightblue
import lightblue
2013-03-01 19:53:33.800 Python[38588:f07] Error loading ...
-1
votes
1answer
13 views
Is there a way to disable certain users (even if they're administrators) from opening the Sharing preference pane? [closed]
We do not use Open Directory at my company but I deploy OSX images using DeployStudio. We use an inventory system that automatically updates, but users keep on changing their computer's name in the ...
2
votes
1answer
271 views
Mac Lion Python modules - not installing in the right location
I'm trying to upgrade some of my Python modules - in particular: matplotlib, scipy and numpy.
I've tried using macports and easy_install with no luck. I think they are being installed in the wrong ...
1
vote
2answers
111 views
conditional keypress via command line
I have a test case I'm building up whereby I want to start or stop a timer with a keypress, but I can't figure out how to keep my routine alive... 'g' should start the timer (and continually repeat), ...
0
votes
3answers
379 views
How to update my version of git on OSX 10.8
I'm on OSX 10.8.2 and I'm running git git v1.7.4.4
I just installed git on a remote server and it's version 1.11.x. I'm I would like to be running the same version of the software but I cannot figure ...
0
votes
0answers
154 views
MAMP Pro / Apache Mac X Lion. Won't load page anymore?
So here's my problem,
I installed MAMP Pro on my Mac running Lion, I use this to test PHP pages. I created Host Server called 'beta' and gave this server an alias 'beta.com' and 'www.beta.com' so I ...
0
votes
1answer
39 views
Open a file in a shared folder in cocoa
I am trying to open a pdf file residing in a windows shared folder from my cocoa application.
I am trying to use the NSWorkSpace openFile method to open the file and I am passing a path similar to ...
-1
votes
1answer
159 views
Issue with vagrant on Mac OS X Lion 10.7.5 [closed]
Using Vagrant 1.0.5 on Mac OS X 10.7.5 with VirtualBox 4.2.6
All has been working as expected, and then suddenly received the following error when running"
$vagrant up
Vagrant has detected that ...
4
votes
0answers
119 views
Symbol not found: _objc_retainAutoreleasedReturnValue in MacOS command line tool
There are a couple questions with the same keywords as the title, however they focus on the iOS side of Objective-C. My problem is with a MacOS command line tool.
Basically what's happening is that ...
0
votes
0answers
18 views
OS X asking to repartion [closed]
I want to install OS X to a PC that currently has Windows 7 installed. I followed instructions i found on the web and i created a 50GB partition for OS X, booted into the installed CD.
I Erased the ...
-1
votes
1answer
64 views
Log in missing after shutdown on MacBook Pro OS X Lion 10.7.5 [closed]
Every time our work MBP is shutdown/restarted, only one user log in appears. After that user(with displayed log in) logs in, the other profiles become visible again. I wouldn't be surprised if I ...
-1
votes
2answers
299 views
MySQL server instance will never start. Mac OS Lion [closed]
I installed MySQL using the DMG file (http://dev.mysql.com/downloads/mysql/), and I installed the MySQL_etc.pkg, the MySQLStartUpItem.pkg and the MySQL.prefPane items.
Every time I try to start mysql ...
0
votes
0answers
101 views
completely uninstall both postgresql mac (brew install on system)
I'm having lots of problems since I've tried to install psql over my mac.
I'm suspecting on the system psql as the cause.
I want a fresh retry over mac clean of psql.
This post helped me getting ...
0
votes
1answer
38 views
OS X: update draw during fullscreen animation
I am currently programmatically enabling fullscreen in an OS X 10.7+ app, via the techniques described in this apple guide, that uses OpenGL to renderer its views. Is it possible to enable per-frame ...
1
vote
1answer
86 views
How do you program in assembly on OS X
I have the latest version of OS X (Mountain Lion) and am trying to find a way to write and build programs in assembly language (Intel x86, 32 bit). Does a simple guide to set up an environment exist? ...
0
votes
1answer
68 views
Is it possible to set color of texts in dialog boxes of Applescript?
Is there any way that the text's color inside a dialog box of Apple script can be changed???
Please reply
Thanks in advance.
0
votes
1answer
351 views
sudo: ./install.sh: command not found is not working on Lion
I've been following this tutorial in order to get SimpleOpenNI installed on my mac but I keep getting stuck at installing the OpenNI and NITE components because it requires me to navigate to the ...
2
votes
0answers
187 views
Setting NSMatrix selection programmatically causing mutex lock when trying to later get selected cell
Overview
I'm seeing a strange issue in a Mac OS X Cocoa app I'm developing w/Xcode 4.3.2 and testing on Mac OS X 10.7.5 (targeting Mac OS X 10.6): I have a basic NSMatrix radio group in my main NIB ...
0
votes
0answers
174 views
Unable to open Xcode on Mac OS X Lion 10.7.3
I have installed Xcode 4.2 Lion on my mac machine. My Mac OS X Lion version is 10.7.3. Earlier it was working fine but I have upgraded the iTunes version. After that it does not work. When I open the ...
0
votes
1answer
94 views
Movie controller obscured in QTMovieView when movie is made editable for 10.7+
When running with OS X 10.7 or newer, the cursor area in the QTMovieView controller becomes completely black whenever the QTMovie is made editable. As such, there is no visible cursor, and selections ...
1
vote
1answer
77 views
best concept for php development on osx [closed]
i want to know what is the best way to develop large php app's on osx. for now i ve seen that its not easy to install dependencies like php extension and other thing. i often needed package manager ...
0
votes
0answers
23 views
JavaDoc location from Apple Extensions
I'm developing an Java-Application under OS X Lion and i want to use the Apple Extensions in Java 7.
My Question is simple:
I put the Apple Extensiosn into my Classpath, they are located here: ...
0
votes
1answer
99 views
Shell command for sending a Mac OS X “Message”?
I have Mac OS X Mountain Lion (10.8.x) and though I appreciate the "messages" feature through the GUI, I'm trying to find a way to send an iMessage to another person's phone via the command line. ...






