OS X is the desktop operating system from Apple Inc. It was the successor to Mac OS 9 and here the 'X' means 10. OS X is based upon the NeXTSTEP/OPENSTEP OSes developed in the 1980s and 1990s by NeXT Inc., which Apple purchased in 1996.
0
votes
0answers
7 views
Django Storages & S3: How to set env variables for security
I've successfully configured my Django settings.py to include django-storages and have uploaded my static files to S3 (in no small part due to: Proper way to handle static files and templates for ...
-1
votes
0answers
11 views
MAC FF & Chrome, can't align FB like iframe properly
Hi I have this problem on Mac,
It aligns properly on Window browsers.
This is the screenshots
http://awesomescreenshot.com/03219yavde
http://awesomescreenshot.com/03219yavde
I forced my div to ...
0
votes
0answers
23 views
Core Animation + CADisplayLink (timer) animation
As i'd like to avoid using Cocos2D for my game, i came up with the following: The Box2D physics engine and a CALayer structure containing mainly sprites and shape layers.
As Box2D features an ...
0
votes
1answer
37 views
On Mac OS X, is it more efficient to pass vectors by reference or by value?
Clang has a C/C++ extension that which allows you to treat vector values as first-class citizens:
typedef double double4 __attribute__((ext_vector_type(4));
// easy assignment
double4 a = {1, 2, 3, ...
0
votes
2answers
28 views
OS X: Move window from Python
I'm trying to move around windows programatically from Python on OS X.
I found a snippet of AppleScript here on Stackoverflow which does this, but I'd like to do it in Python or another "real" ...
0
votes
0answers
10 views
Mac web deveopment IDE with Auto-complete, docs, error checking
I just completed my first Android app using Eclipse and am starting to make a webapp with HTML, CSS, and Javascript (and maybe PHP) on Mac. I've tried Coda and TextMate and have had a look at ...
2
votes
1answer
38 views
Using new iTunesLibrary Framework to access iTunes library on Mac OS-X
I've been looking at adding iTunes Library access to a Mac app I'm developing.
I looked at some of the existing open source implementations, such as EyeTunes and iMedia - but found them to not be ...
0
votes
1answer
24 views
How to access “id” selector via Ruby ScriptingBridge
I'm trying to get a list of running processes on OS X through Ruby's ScriptingBridge.
Everything works fine, except getting the process id. The problem seems to be that Ruby's internal Object#id ...
0
votes
0answers
15 views
Applescript execute command while dictating
I have a script that triggers the "Dictation" popup and listens for you to dictate. My shortcut or dictation is "Command D"
The code looks like this.
tell application "SpeechRecognitionServer"
...
1
vote
0answers
23 views
Network error downloading files on OSX
I have a site with a list of photos. The user has the option to download each of the photos. The download just writes the result to the output stream.
Here's the code:
[WebMethod]
public static void ...
1
vote
1answer
43 views
How do I use vim as a hex editor on OSX?
I have tried using :Hexmode and :%!xxd but to no avail. Also tried opening vim with -b flag and then using :setlocal display=uhex.
The :%!xxd did nothing (claimed illegal)
:Hexmode just left ...
0
votes
0answers
15 views
Recover Mac Open Directory Server from From one drive to another
I had an old Xserve crash on me hardware wise. HD was fine and I have all the data on it. I previously had Open Explore with hundreds of User accounts. Is there a way to recover those accounts from an ...
2
votes
1answer
27 views
Defining main in shared library on OSX
I'm using xcode to write an OSX app in c/c++.
I'm linking a shared library (somelib.dylib) to the application and I'd like for the main function to reside in the shared library, not the main ...
0
votes
0answers
13 views
AppleScript based Automator service quite unstable (sometimes very slow, sometimes encounter error)
I have some applescript based Automator services, for instance, Launch Emacs With Selected File:
tell application "Finder"
set selectedDirectory to (quoted form of POSIX path of (target of window ...
0
votes
1answer
25 views
How to group several windows together and place them into particular location on the screen?
I have 5 different windows in my app that are on the screen simultaneously. It really bothers me sometimes that they are spread out on the screen after I use the app for a while. So I want to make an ...
1
vote
0answers
40 views
Compare two mysql databases and create alter queries on Mac Mountain lion [closed]
My question follows this question
Compare 2 database schemas on Mysql
We will be doing an upgrade to our production Joomla 1.7 db with Joomla 2.5 + Seblod CCK + Additional CCK articles.
Which is a ...
-1
votes
0answers
19 views
Mountain Lion won't install on partition [closed]
So my boss asked me to install mountain lion onto a mac mini server. On it was an install of lion that would hang while loading and an install of windows 7. After using the disk utility tool to delete ...
0
votes
1answer
11 views
setAspectRatio doesn't work until the window is resized
In my app I have a main window where I play some video using AVPlayer. In order to force a particular aspect ratio I'm using setAspectRatio: method. I placed it in my app's windowControllerDidLoadNib: ...
1
vote
3answers
122 views
Android Studio IDE with private jre/jdk? OSX
I'm running OSX 10.8 and was trying to run the Android Studio app bundle using a private jdk rather than one that is globally installed.
EDIT: I don't have any java installation globally accessible.
...
1
vote
0answers
24 views
Eclipse Java OSX debacle - May 2013
I can't believe this problem is still around. I struggled with this last year and after recently rebuilding my system it is still around??
Fresh install of OSX 10.8 Mountain Lion
Install JDK 7u21 ...
-2
votes
0answers
26 views
How do I display webcam images on Ipad? [closed]
I would like to know how to start this project. I'm trying to display the video captured from the webcam, which is built-in on my macbook, and display it on a ipad.
What I've done:
I've looked up ...
0
votes
0answers
35 views
Compiling SDL program on Mac w/ Netbeans, dyld/libiconv issue
I'm trying to use Netbeans/Clang to compile an SDL based app on Mac OSX. My SDL is provided by Macports. I had to follow the instructions at ...
7
votes
1answer
69 views
How does Mac OS X determine that an application needs Java?
I am responsible for a Java application which is deployed on multiple platforms including OS X. With recent versions of the application we distribute two separate bundles for OS X - one which uses the ...
0
votes
1answer
12 views
Symbolic Links in Apache not working as expected
I'm trying to get a symbolic link working in Apache on Mac OS X (Mountain Lion).
When I go to the folder containing the link in my browser, Apache sees the link as a file rather than a folder. If I ...
0
votes
0answers
43 views
Create image pixel by pixel
I am looking for efective way, how to draw image pixel by pixe and display it in OpenGL, using objective-c. I was trying to do something like this:
-(GLubyte *) test:(int)height :(int)width
{
int h ...
1
vote
1answer
21 views
Xcode SDL resources folder
I am making a SDL project in Xcode and I have a folder called resources where my images are stored. For my SDL application to access these images with SDL_LoadBMP the resources folder needs to be in ...
0
votes
0answers
25 views
How do I enable PHP on Mountain Lion and view a PHP file? [migrated]
I followed this guide to enable PHP on Mountain Lion, but now I have no idea where to access the page. I tried localhost/~myusername/info.php where info.php if my file, but nothing loads.
0
votes
1answer
15 views
MacOs X dynamic library incorrect work in Delphi XE3 project
I have created simple ObjectiveC dynamic library with one function
NSString* DateTimeToString(NSDate* dt)
{
NSDateFormatter *formatter = [[NSDateFormatter alloc] init];
[formatter ...
0
votes
0answers
23 views
NSSplitVIew - auto saving divider positions doesn't work with auto layout enabled
With auto layout enabled, auto saving divider positions by setting an autosave name for the NSSplitView in interface builder results in each divider being completely collapsed on an app restart. ...
3
votes
0answers
60 views
Application memory issue with mac
I face a problem with java application I built in javaFx. It consumes only 2-3% of cpu usage and around 50 to 80 MB of memory in windows. But in mac same application initially starts with 50 mb of ...
1
vote
1answer
22 views
Trouble with ImageMagick
I'm not that experienced using ImageMagick, so I need some help achieving the following :
Take an original image (590x300)
Scale it down (to 354x180)
Crop it (take just the left-most part of it, so ...
0
votes
0answers
8 views
How can I download files with JSFL on a MAC?
I am writing an swfPanel to generate Jigsaw-puzzles on a Windows-pc and I am able download files on Windows but I don't own a Mac (http://www.ronaldliauw.nl/jigsawmaker/jigsawmaker.zip if you are ...
0
votes
0answers
12 views
Hide/remove scrollbar of Webview on Mac OS
I have a html file contains an iframe inside it. I integrated this html with Mac OS app. I use webview to show my html on this Mac app. iframe has a scrollbar, but I want to remove this scroll. I ...
0
votes
0answers
17 views
Google Chrome extension Temporary files' location
It's been more than 3 hours that I've been looking for the exact location (under OS X 10.6.8), but still can't find it.
I'm using PageSpeed Insights and try to find where e.g. the temporary ...
10
votes
4answers
111 views
how to solve a conditional equation in iOS
I want to solve a conditional equation in iOS:
The equation I get from database is in NSString format, for example:
if((height > 0), (weight+ 2 ), ( weight-1 ) )
As per our understanding, if I ...
0
votes
0answers
13 views
c3p0 can not create enough connection on mac osx
I used hibernate,c3p0 deployed in JBoss AS 7 on the production environment,database system is Oracle11g
library version:
c3p0-0.9.1
JBoss 7.1.3.Final
hibernate 3.5.6-Final
Hibernate.cfg.xml
...
1
vote
0answers
83 views
iOS simulator crashes when using Google Maps SDK for iOS
This is driving me crazy...
I have been using Google Maps SDK for iOS for a while (even in an App Store product).
Now, I cannot make it run in the iOS simulator any longer! It doesn't matter which ...
0
votes
0answers
8 views
QTMovie play crashing
- (void)exportMovie
{
SEL s = @selector(doExportOnThread:);
QTMovie *movie = [[self.mMovieView movie] retain];
BOOL success = [movie detachFromCurrentThread];
if (!success) {
...
1
vote
1answer
46 views
Testing a Mac App on Registered Devices
I have a Cocoa Mac App that I don't know if it will on the Mac AppStore.
The application is still in development, and I want few persons to be able to launch it on their devices while the app gets new ...
0
votes
0answers
17 views
wxWidgets: wxToolBar buttons have wrong size when pressed
I'm developing an application with wxWidgets, using wxMac-2.8.12 on Mac Os 10.8.3.
I need to add a toolbar with radio buttons, each button having an icon. If i create the toolbar using the funcion ...
0
votes
2answers
28 views
objective C save file with extension and name to dictonary
I have a browse function where I get the url of a file.
Now I want to save the file in the supporting file dictionary so that if the file is move anywhere else it can still access it
I have a code ...
0
votes
0answers
8 views
Configuring Terminal to accept [<Control>-<Return>]
I'm using org-mode in emacs on MacOS X Lion (10.7). One of the commands to use is (i.e. the control key, chorded with the return key). When I press this nothing happens. Doing some further ...
0
votes
0answers
19 views
Giving permission to encrypted file on mac [duplicate]
I am setting up codeigniter project. I need to set permission to these two files but they are not present in my project. i guess its encrypted. how can i use chmod 0777 ...
0
votes
0answers
18 views
Will Apple reject a Mac app that reads sms database file?
Is it possible to create a mac app that reads sms database file since whenever we sync our ios devices to our mac a database file is saved in
~/Library/Application Support/MobileSync/Backup/ with ...
-2
votes
0answers
19 views
Which settings i have to change? [closed]
I am getting always this below screen. Where i have to change the setting in preferences.
0
votes
2answers
15 views
Unable to run ascript on Apple Script Editor as an Application : Pemission Denied
I am running a command do shell script on Apple Script Editor and I wan to save and run it as a application but while i am executing it ,I am getting a message Permission Denied..?? Tell me how to ...
0
votes
1answer
11 views
Can I assign the “New Window” hotkey in Mac OSX to a particular theme?
In the Mac OSX Terminal app, I want to press command-N and get a new window with the Homebrew theme. I have edited my preferences so that on startup of the Terminal app I get a Hombrew-themed window, ...
0
votes
2answers
25 views
gtk+ crashes on calling any cairo drawing function
Sorry for my bad English.
I am learning gtk+ 3 as a "helloworld" by following this article https://developer.gnome.org/gtk3/stable/gtk-getting-started.html
My environment:
* Mac OS X 10.8.3
* ...
0
votes
2answers
21 views
Can't two user accounts use iOS Simulator at a time in Mac PC? [duplicate]
I have created two user accounts in Mac system. Using VMWare one person is accessing the system and the other is directly working on Mac PC. When they both try to use iOS simulator it is showing the ...
0
votes
1answer
20 views
Hide show/hide button in source list ( a view based outline view)
how to hide show /hide button (edited as expand here). even i set it as empty string ,the border for the data cell shrinks as shown in image. previously i used the method - ...










