
-----------------------------------
The_$hit
Wed Mar 23, 2005 5:30 pm

Clear screen
-----------------------------------
I am running mac OSX with codewarrior 8. I need to find what clear screen functions are available. Also if any one knows any GUI functions that are available that would be great.

-----------------------------------
rizzix
Wed Mar 23, 2005 5:39 pm


-----------------------------------
dude i could help but i use the standard developer tools that apple provides. btw why are u using codewrrior, not that its bad or anything, just that the dev tools apple provides is free. ehm, yea.

in anycase ur not using anything codewarrior specific are u? and u meantiond GUI? dont u mean CUI? if CUI then there is a tool that all unixes have: ncurses.

if GUI.. then what framework are u using? Carbon or Cocoa? or something else?

-----------------------------------
The_$hit
Wed Mar 23, 2005 5:59 pm


-----------------------------------
Where do you get standard developer? Is it for OSX?GUI=Graphicl User Interface. what i really need are some functions to draw lines or import picture if there are any.

-----------------------------------
rizzix
Wed Mar 23, 2005 6:09 pm


-----------------------------------
yes and CUI = Character User Interface.

so you want to create a GUI program and you dont know where to start. Is that it? Or did u mean something else?

for apple's dev tools (Xcode v1.5) go to developer.apple.com. register. login. figure it out from there onwards. if ur still confused, post.

-----------------------------------
Andy
Wed Mar 23, 2005 6:51 pm


-----------------------------------
system("cls") is what ur looking for if ur doing console

-----------------------------------
rizzix
Wed Mar 23, 2005 8:07 pm


-----------------------------------
that is windows specific. dont even think of trying that.

-----------------------------------
The_$hit
Tue Mar 29, 2005 9:10 pm


-----------------------------------
ok. I am wondering if any one knows about the function notealert()? I do not know how to use it. I am using Codewarrior still (need to get OS 10.3 before i can get Xcode) and i think it is a part of the Carbon library.

-----------------------------------
rizzix
Wed Mar 30, 2005 12:20 am


-----------------------------------
sorry bud, can't help you in carbon. Me == Cocoa developer  :wink:

-----------------------------------
The_$hit
Wed Mar 30, 2005 7:50 am


-----------------------------------
Where do you get good cocoa guides? Is cocoa an OOL?

-----------------------------------
rizzix
Wed Mar 30, 2005 9:29 am


-----------------------------------
OOL? well Cocoa is a library that is written in the Objective-C programming language. It is the prefered way of programming (now-a-days) for OSX.

-----------------------------------
wtd
Wed Mar 30, 2005 1:57 pm


-----------------------------------
And yes, Objective-C does a pretty good job with object-orientation, and Cocoa is a nicer framework to work with than Carbon.

-----------------------------------
The_$hit
Wed Mar 30, 2005 6:03 pm


-----------------------------------
Where is the best place to get cocoa manuals?

-----------------------------------
rizzix
Wed Mar 30, 2005 11:27 pm


-----------------------------------
There is actually no "good" online cocoa manual. There are amazing books though. I suggest you "must" buy this book: Cocoa Programming for Mac OS X by Aaron Hillegass, Addison Wesely publications.

Awesome book. Takes you right into Cocoa development for 10.3++ also give solutions for 10.2.x. Yea its different.. its more clicking than typing in 10.3.x.
