Newbie Question about the View
Newbie Question about the View
- Subject: Newbie Question about the View
- From: email@hidden
- Date: Thu, 17 May 2001 00:32:10 +0900
Hi, I'm a novice in programming GUI application especially for MacOS.
My question may sound somewhat silly but excuse me with your tolerance.
Well.... My question lies in the building interface for text entering.
1. How can I format the entering field in input level?
i.e. in entering field, I want to arrange the characters with some
rules, e.g. 5 letters and space, i.e. 55555 55555 55555.
I want to handle this format in entering level, that is, when someone
enters the character, they are displayed as above.
I want to know what object I should use, and what code should I write.
2. How can I build multidocumented application?
i.e. I can handle multidocumented application with 1 window. But, I
don't know how to build 2 window system. e.g. A is a main window, and A
calls window B, a result window. How can I manage this? If I make 2
windows in IB, and link from A to B... is that all? It didn't work...
I expect experts's opinions.
Best regards,
Senovia von Perle.