| Thread | Last Post | Replies |
|
| Non ASCII characters in CFString litteral, HELP ! | 07 Mar 2007 17:39 GMT | 19 |
I am puzzled by this warning in some programs. I am French and use a lot of accented chars. Worse, although these accented chars get typed correctly in my source code files, when they are sent programatically for ex. to some TextField they appear as garbage.
|
| xcode rearranges source? | 05 Mar 2007 22:09 GMT | 3 |
i've got a annoying issue with xcode 2.4 (10.4.8). I put a number of header files (templates etc.) in a subdirectory of my project and added that to the project. Everything compiles fine, but xcode keeps making copies of the files from the subdirectory to
|
| [cocoa] show window, wait, hide window | 05 Mar 2007 16:16 GMT | 3 |
i am new to cocoa programming, so forgive me if this is a bit of a newbie question. i would like to have a timer in my main application which would fire after X seconds and would show a new window displaying some text data, which would hide itself again after another
|
| How to scroll using the keyboard? | 05 Mar 2007 03:11 GMT | 3 |
I'd like to tie keyboard input to my scrolling, so I can create line scrolling or page scrolling using the arrow keys, page-up and page-down keys, etc. It seems like there should be an easy way to do this. . . But I haven't yet figured it out.
|
| How do I know when the user scrolled my NSScrollView? | 04 Mar 2007 22:57 GMT | 3 |
In my main document window I have a large map in a NSScrollView, and there's another inspector-type window which shows a smaller "satellite's eye view" of it. It draws an outline showing which part of the main map is currently visible. When the user scrolls to a
|
| help with using xcode with cvs and sourceforge | 04 Mar 2007 20:19 GMT | 4 |
I would like to use my sourceforge.net cvs area for my project but honestly don't know the first thing about cvs other than it stores copies of your project and allows others to help working on your project. i would like to select a menu item or click a button to send my project
|
| [Cocoa] equivalent of ascii / char functions | 04 Mar 2007 19:37 GMT | 2 |
I can't seem to figure out how to do this. What are the Cocoa equivalents of i = ascii(s$) s$ = char(i)
|
| How to run script using Package maker | 03 Mar 2007 04:33 GMT | 2 |
I want to tun Preflight.txt as preflight script using Package maker. Script contains sudo osascript -e 'tell appllication "Finder"' \ -e 'open "Macintosh/Users/Test.app"' \
|
| simple programming question | 03 Mar 2007 02:03 GMT | 3 |
I'm not a programmer, but I have a bit of experience writing short programs for other platforms. Basically, I want to write a little program that will allow a user to run FixupResourceForks (located in /System -> Library ->
|
| Upgrading to gcc 4.0 | 02 Mar 2007 03:36 GMT | 1 |
I am wondering how to upgrade to gcc version 4.0 or later (without breaking anything of current version), if I currently have Xcode 1.5 and gcc version 3.3 on os X 10.3.9 I looked around for it, and could not find a solution for it for OS X. I
|
| applescript suggestions appreciated | 02 Mar 2007 01:33 GMT | 11 |
Currently, i have a routine that when somebody selects a certain menu item, it sends the finder a request for it to open the file. should i need to compile it first or should i not need it? this routine works on my machine.
|
| Hash maps in c++, 10.3.9 | 01 Mar 2007 19:16 GMT | 3 |
I am trying to learn and use hash maps/sets. I have gcc version 3.3, and Xcode 1.4 installed on os X 10.3.9, and I have hash_map.h, and other files. I am wondering if this is up to date, or should I install something else before I start to use it? I read somewhere about ...
|
| CVS pserver "no such repository" error | 01 Mar 2007 19:11 GMT | 1 |
(I'm posting this here in the hopes that someone here has set up a CVS pserver on Mac OS X for storage of development sources.) I'm attempting to set up a cvs pserver on Mac OS X 10.4. I've installed cvs-1.11.22.tar.gz with the config line:
|
| Usual questions about migration from windows to mac platform | 01 Mar 2007 18:14 GMT | 9 |
Really, pheraps some questions are not too usual... :) I'm a programmer and I created a popular tool for windows platform. This tool regards level editor for tomb raider games, to create custom adventure for tomb raider engine.
|
| Hash maps in c++ on os X. | 01 Mar 2007 15:32 GMT | 2 |
I am trying to learn and use hash maps/sets. I have gcc version 3.3 installed on os X, and I have hash_map.h, and other files. I am wondering if this is up to date, or should I install something else before I start to use it? I read somewhere about hash_map/set being
|