Beginners question: displaying a window ?
Beginners question: displaying a window ?
- Subject: Beginners question: displaying a window ?
- From: "Roger Gilliar" <email@hidden>
- Date: Sat, 4 Aug 2001 11:42:40 +0200
I jsut started developing in cocoa yesterday. The first thing I tried was to
start a simple project coantaining two windows. The first windows is
displayed when the application starts. The second window should be displayed
when the users clicks on a button on the first window. I can send the second
form a message but I cannot display it. My code looks like this:
[myWindow setFrame:NSRectFromString(@"{x=100;y=100;width=300;height=100}"
display:true];
Regards
Roger