On Sep 26, 2006, at 1:38 PM, Phil M wrote:
On Sep 26, 2006, at 12:24 PM, Norman Palardy wrote:
You can also set whole Methods and even Classes to be Console and/
or GUI. Right-click on a method or class to get the Contextual
menu and select the option you want.
Right.
I forgot about this which is funny because this is very close to
one feature request I submitted :)
Yeah, I submitted a feature request for this as well... I wrote a
module which happened to have one method which included Picture
objects, and I couldn't use it in Console apps.
Likewise so I had the same module for GUI and Console Apps and built
a class for each with the same name
Had to do that as it works all the way back to 5.5
The only disadvantage is that you cannot have two classes with
the same name but with different targets (one GUI and one
Console), but most classes can be designed with individual
methods blocked for one or the other target.
The "two classes one for each target" was what I had thought of
but the second where a single class has items for each (GUI or
Console) works as well
Not much of a disadvantage is it? =)
Nope .. it might make things easier in the future
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>