Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

chidambaram

macrumors member
Original poster
Mar 9, 2008
67
0
hi all,

I am working in a carbon c++ application using XCode.

In VB,

We can design two forms.
When i click a button in first form, i can able to see the second form.

Like that,

How can i create a window when i click a button in carbon c++ application?

Thanks in advance and urgent plz....
 

cmaier

Suspended
Jul 25, 2007
25,405
33,474
California
I'm just curious - you've asked at least three fairly basic coding questions on this board, each with "urgent please." What are you working on?
 

chidambaram

macrumors member
Original poster
Mar 9, 2008
67
0
I am new to XCode.

Now only i am starting to read XCode.

I am developing messenger program.
 

lee1210

macrumors 68040
Jan 10, 2005
3,182
3
Dallas, TX
If you are just learning, I'd take my time and learn, not rush and perhaps get advice that you implement without any understanding. Either you have a very short time to learn because you're leaving the planet, etc. (which I hope isn't the case) or you have some sort of deadline for this, which obviates the educational aspect of the project.

Others are probably better fit to answer this, but i think you want multiple nibs. This tutorial shows you how to load other nibs.
http://cocoadevcentral.com/articles/000064.php

This may be unnecessary, my Interface Builder experience is pretty limited. I would say that whatever you're going to do it's going to require the routine bound to the button click to invoke the new window. Whether that is going to require a separate nib or not can hopefully be clarified by others here.

-Lee
 

Eraserhead

macrumors G4
Nov 3, 2005
10,434
12,250
UK
Why are you using Carbon not Cocoa? Carbon is essentially deprecated as it is going 64 bit and Cocoa is really the future of Mac development.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.