[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-users] [linux] sclangx



On Tue, May 04, 2004 at 12:39:30AM -0400, Jonathan Segel wrote:
> hello, i've been looking at the SCUM examples/help files (strange 
> moniker for a visual interface!) and i see that stefan mentions 
> implementation of the ServerPanel and ServerWindow, but i couldn't 
> find any references to them.. do i have to change the Main.sc file 
> back to getting the Server Windows to arrive at startup?

no, on linux Main.startup includes a call to makeServerWindows, which
is empty by default and overwritten by SCUM.  note that SCUM's library
files need to be included _before_ all other libs in sclang.cfg,
because the compiler uses the first method overwriting class extension
it encounters. i'll put a note into the README ...

<sk>