main logo
Subject: Re: why Itmenus and Ctmenus
Author: Ed Leafe
Posted: 2002/01/16 17:39:00
 
View Entire Thread
New Search


<i><font color="#663300">why have you create the library itmenus and ctmenus.</font></i>

cMenus contains the base menu classes. ctMenus contains the standard subclasses for the menu classes in a Codebook app. I have no idea what the 't' in the classlib name means.

The i-layer is a whole discussion in itself. Its basic purpose is to allow you as a developer to make framework-wide changes to the classes without ever worrying about the class being overwritten by a later release. The rule is to <b>never</b> make changes to a c-layer class; make them to the corresponding i-layer class instead.

<i><font color="#663300">and if y want create a menu pad that it classe i must use ?</font></i>

All custom classes should be subclassed from the i-layer class. In this case, you would base it on iPad of iMenus.vcx.

<font color="#cc0000"> ___/
/
__/
/
____/</font>
Ed Leafe
 
©2002 Ed Leafe
<-- Prior Message New Search Next Message -->