H, i am new to objective C. I learnt tat C is a subset of Obj C. So which standard of C (ANSI C, C99, ISO C, etc) is implemented in obj c?
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi all,
Please help ...
I use nscolorwell to set the backgroundcolor of the textview. It works with the code [textview setBackgroundColor:[colorwel color]];
But there is some...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Do any of you know of a way to make a widget reload or restart itself?
It should be something like pressing Command+R, but from inside my JS code.
The JS command document.location....
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I wrote a function to set a background image. The code compiles and works fine if it's in the awakeFromNIB function but not when the code is moved to a function.
The error is:
er...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
double post, sorry
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
My new scanner is great(SnapScan S510M) but I have to hit enter every time it scans a document and I want to hook it up to a headless computer. So, is there a way to open an applescript sc...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
As the title implies I'm just looking for the difference between the the two?
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi all
I have many macs networked that I need to start and shut down everyday. As many of them are in different locations, I want to write a script to send to them all to change the Sche...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello,
I need to port a code to the Mac platform, but couldn't do it relying only on the available documentation. (Probably overlooked something. (?))
The task is (/looks) simple: ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi i wanna do something like this: i select a file with the browse for folder box and that file's file type icon should display on my app dialogbox (ie. if it's a text file, windows text file icon...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Salut à tous,
Je débute en ce qui concerne automator, terminal, les scripts et consort..., et je fais un essais de script en utilisant automator.
Je voudrais que ce petit script lise l'état de la ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi guys
I want to read a list of figures(double) into an array. as the list of figures is fairly long and i have it in excel form actually, i wan wondering if it is possible to read a ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
i think i understand memory leaks for the most part, but the icon for object allocations in Instruments is equally as forbidding and would like some help understanding a few things.
what p...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi
I am trying a code Kochan's book below and experience an error i cannot resolve:
error : cannot find interface declaration for 'NXConstantString'. This happens a few times, whenever N...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I'm trying to make a little program that will fill out my account information on another program, because I can't be bothered to type it out every time.
So here is what I am trying to do, get...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I'm trying to learn the basics of WinAPI by writing a frontend for a console program in C.
However, I'm not sure what is the function to call my command-line program. After some research, I fo...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Bonjour,
Je viens vous demander un peu d'aide... surement très simple pour un habitué de cocoa
En fait je dispose d'une UIImage qui contient mon image et je souhaiterais l'afficher d...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hey
I was wondering if there is a way to use ipcrm to remove multiple shared memory segments or semaphores from a certain owner.
Basically, I have a program that if it ends abruptly, I nee...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
After doing a little research, thinking, and playing around, I discovered that the reason I couldn't get that nice white glossy shininess on my object is because it's textured (which means that pu...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi all, I am writing my first programs to gain a better understanding of environment variables.
So far I have written this - and it compiles with no errors and returns successfully returns a va...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
hi im just starting to get to grips with programming in linux using C. I am currently using Gedit to program, but I would like an application that has numbers on the side to show which lines of co...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Is there anyway to find out the pid of a process totally unrelated to the one you're in?
The only thing I found was sysctl here [http://programming-in-linux.blogspot.com/2008/03/get-process-...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello Im new! love it
ok
I have a question on Visual Basic and i didn't know where to put this post
Im making a login program and i was wondering if anyone knew a code or knew how to
make ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi
I´m noob in programming so keep it simple thank you.
My OS is Vista x64 SP1
and I use VS 2008 PRO SP1
I am experimenting windows programming and I thought to make a simple launcher...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi
I have found out that in order to use stat on a file over 2GB, I have to compile my program with large file support. Doing a `getconf LFS_CFLAGS` yields "-D_LARGEFILE_SOURCE -D_FILE_OF...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine