quite a few of the things listed you can change if you look at the UIFILE.txt code......but i guess that defeats the purpose o fhaving a prog.
ive already listed how to get the welcome to show in another thread, but ill say it again here:
in the UIFILE.txt code, there is a section that goes:
<element id=atom(msgarea) layout=verticalflowlayout(0,0,0,2)>
<element layout=filllayout() width=240rp> // DOUG: sets the width of the welcome text
<element id=atom(welcomeshadow) content=rcstr(7)/>
<element id=atom(welcome) content=rcstr(7)/>
</element>
</element>
where ive got the comment, the width is by default set to 0, which is why the welcome text never shows.
ill be getting around to writing an indepth tutorial on logons soon (have to finish another logon)