> On the other hand, having to override the getLayout() method for every > screen I am using is really difficult.
If I'm writing an app called foo, I usually have a couple of classes: class FooScreen extends VelocityScreen class FooLayout extends VelocityLayout etc. Every screen in foo extends FooScreen, same for layouts. This way, it is much easier to apply global changes to your app. -- Gonzalo A. Diethelm [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
