0
votes
2answers
20 views
Why does emacs in an xterm on a Mac interpret c-h as backward-delete-char ?
C-h is correctly interpreted has 'help' in Carbon Emacs.app and using /usr/bin/emacs in Terminal.app. I'm sure I'm missing something simple here. Emacs describe-bindings shows c-h is rightly mapped …
0
votes
0answers
16 views
Position boxes like in Exposé
Hi!
Does anyone know a way to locate rectangles to best fit a certain area? The rectangles can be scaled up to a certain limit, but they should keep their proportions.
I basically want to rebuild Mac …
0
votes
1answer
12 views
Hide console for Tkinter app on OSX
I'm trying to hide the Terminal when I launch a GUI Tkinter based app, but when I double click the app.py file on OSX, the Terminal window appears. I've tried changing the extension to .pyw and tried …
0
votes
1answer
10 views
Mac : I want the file open dialog in an app like Xcode to open in the last-visited folder …
... so that I do not have to browse over and over again when adding several existing files from the same or a nearby folder.
Is it possible to configure this, and how/where in settings ?
1
vote
1answer
107 views
How to interpret trackpad pinch gestures to zoom IKImageBrowserView
I have an IKImageBrowserView that I want to be able to pinch-zoom using a multi-touch trackpad on a recent Mac laptop.
The Cocoa Event Handling Guide, in the section Handling Gesture Events says:
…
1
vote
0answers
30 views
How to receive drag and drop from Apple Address book in Qt 4.4 on Mac OS X 10.5/10.6
I am trying to trap drag and drop events from the standard Apple address book app to my Qt app. This code works fine with Qt 4.4. on Mac OS X 10.4:
void
MyView::contentsDropEvent( QDropEvent* e )
{
…
0
votes
0answers
16 views
Problems with Java Utility App on Mac OS 10.6
I have problems with my java utility application on Mac OS. When I try to start it I get
26.11.09 10:00:04 [0x0-0x29029].com.apple.java.JavaPreferences[984]
[JavaAppLauncher Error] …
0
votes
1answer
32 views
cross platform issues in webpages
Hello,
I am developing some basic html pages, i am setting colors of text usimg color code #e7eddf
it seems fine in windows but seems different in mac.
Can you explain me why its happening and …
1
vote
3answers
74 views
Why do I get a warning after I say “git commit .”
Hi,
I get the error below after I run "git commit ."
CSApprox needs gui support - not loading.
See :help |csapprox-+gui| for possible workarounds.
Error detected while processing …
1
vote
5answers
66 views
PHP File Exists Always False
I have a case where file_exists() is always returning false. My latest attempt was to just test to see if it would return true for $_SERVER["SCRIPT_FILENAME"] and then return the value of the path if …
0
votes
3answers
20 views
‘ManagementClass’ does not exist in the namespace ‘System.Management’
Hi i'm using this method for get the mac address
public string GetMACAddress()
{
System.Management.ManagementClass mc = default(System.Management.ManagementClass);
ManagementObject mo = …
1
vote
2answers
62 views
How can I know if the user is in Exposé mode?
Is there a way to find out if the user is in the Exposé mode? (i.e., all windows are being shown.) Thank you.
0
votes
0answers
16 views
How to run java application bundled to .app on Mac OS X in 32 bit mode?
I have written a java application on win vista, it uses Bonjour and works fine. When I run it on Mac OS X 10.5.8 with all updates installed as a .jar file it runs perfectly too. But when I create a …
1
vote
4answers
79 views
What is the best tool for creating user guides with screenshots on a Mac?
Following what started here . http://stackoverflow.com/questions/141769/what-is-the-best-tool-for-creating-user-guides-with-screenshots-on-windows
i need to create a user guide and quickstart for a …
0
votes
3answers
72 views
Which Languages I Can Use To Develop On a Mac OS 7 Machine?
Hello,
I'm emulating a Macintosh IIci running Mac OS 7.5.5 on it, but now I want to know, In which languages I can develop on it and where to get they?
