>My question is, would I gain anything by using a gWorld to hold three >week's calendars (one week for redraws and an earlier and a later week >(for scrolling)? That way, I could be drawing them while waiting for the >next click. > . . . >In any of these cases, would I be ahead to use edit fields, DEF BOX, or >to create my own event-drawing routine? (I don't intend to do any editing >in the box itself.) I'm probably not as experienced as some of the members of this list but my experience has been that 1) GWorlds are far and away the preffered way to go unless you want the user to see each element appear as you draw it. 2) EDIT fields remove the responsibility of refreshing them from your application as they are done by the FB runtime. Its kind of like crossing a soccer field on your feet or your hands. You'll get to the other side by either method but walking on your feet is much preferred (feet ::= EDIT fields ;-) Charlie Dickman charlied@...