Forum Discussion Search with BoardTracker.com
Forum Discussion Search with BoardTracker.com
  
  

Advanced  |  Help
    Home Search Alerts Browse My Threads Setup About Login Signup    


» All > Computers & Internet > . > Development > OS [16 Forums][Track this Category]
   Browse sub-categories   
» Linux [5]» Mac [3]» Windows [8]

   Latest threads in category   
Mac Forums C standard (ANSI, C99, etc) in objective C  
11:56 7-Jan-09   [Replies: 1, Views: 3]    By: akabeer1983
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 thread
Mac Forums NSColorWell ----please help  
11:53 7-Jan-09   [Replies: 0, Views: 2]    By: rethish
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 thread
Mac Forums Auto reload widget  
10:59 7-Jan-09   [Replies: 0, Views: 14]    By: kbaron
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 thread
Mac Forums outlet works in awakeFromNib but not from function  
09:48 7-Jan-09   [Replies: 0, Views: 12]    By: justmyself
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 thread
Mac Forums outlet works in awakeFromNib but not from function  
09:47 7-Jan-09   [Replies: 0, Views: 15]    By: justmyself
double post, sorry ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Mac Forums Launch script when app opens?  
02:28 7-Jan-09   [Replies: 0, Views: 20]    By: detz
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 thread
Mac Forums Difference Between Cocoa & Carbon 6  
15:35 6-Jan-09   [Replies: 3, Views: 190]    By: dieseltwitch
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 thread
Mac Forums Apple Scripting system preferences  
14:38 6-Jan-09   [Replies: 0, Views: 45]    By: rednickja
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 thread
Mac Forums Certificate extraction from keychain  
13:14 6-Jan-09   [Replies: 0, Views: 49]    By: fairlane
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 thread
cProgramming File type icon  
09:31 6-Jan-09   [Replies: 0, Views: 14]    By: Unnamed
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 thread
Forums MacBidouille Run shell script dans Automator  
09:03 6-Jan-09   [Replies: 7, Views: 69]    By: LeLaid
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 thread
Mac Forums Reading from a text file into an array  
08:25 6-Jan-09   [Replies: 2, Views: 86]    By: jeremyn9
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 thread
Mac Forums Continuos Timer and ObjectAlloc?  
08:19 6-Jan-09   [Replies: 2, Views: 42]    By: Darkroom
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 thread
Mac Forums error: cannot find interface declaration for 'NXConstantString'  
08:07 6-Jan-09   [Replies: 2, Views: 52]    By: jeremyn9
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 thread
cProgramming Get a window handle for control of other program  
20:24 5-Jan-09   [Replies: 2, Views: 53]    By: Unnamed
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 thread
cProgramming [C] Creating a simple windows front-end  
17:15 5-Jan-09   [Replies: 1, Views: 61]    By: Unnamed
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 thread
Forums MacBidouille Dessiner/Afficher une image  
09:00 5-Jan-09   [Replies: 6, Views: 107]    By: Twub
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 thread
cProgramming Using ipcrm  
01:17 5-Jan-09   [Replies: 1, Views: 49]    By: Unnamed
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 thread
cProgramming gl lighting - specular shininess  
00:05 5-Jan-09   [Replies: 0, Views: 32]    By: Unnamed
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 thread
cProgramming using getenv correctly  
14:50 4-Jan-09   [Replies: 3, Views: 68]    By: Unnamed
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 thread
cProgramming alternative to gedit?  
12:37 4-Jan-09   [Replies: 3, Views: 70]    By: Unnamed
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 thread
cProgramming Finding out pid of process  
04:03 4-Jan-09   [Replies: 16, Views: 250]    By: Unnamed
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 thread
cProgramming Visual Basic Code Help  
03:59 4-Jan-09   [Replies: 9, Views: 130]    By: Unnamed
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 thread
cProgramming about launching external application  
16:49 3-Jan-09   [Replies: 16, Views: 241]    By: Unnamed
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 thread
cProgramming stat64 support  
21:05 2-Jan-09   [Replies: 1, Views: 65]    By: Unnamed
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 thread

<<First  <Previous  [1]  2  3  4  5  6  7  8  9  10  Next>      
   




Research | Board owners portal | BoardTracker Forums | Search plugin | Add your board | About us | Contact us

© Pidgin Technologies Ltd. 2006