Page 5 of 5

Re: New Library - ConsoleX

Posted: Wed Feb 24, 2010 10:58 pm
by DoubleDutch
Possibly not. ;)

Re: New Library - XConsole

Posted: Sun Apr 18, 2010 7:25 am
by rudz
Nice of you to release it ! :)


Found a small typo :
DoubleDutch wrote:What I'll do is I'll put the (pretty untidy) source here in the public domain:

Code: Select all

ProcedureDLL XOpenConsole3(sizex,sizey,sized,fontname$,fontsize,title$)
  Itensity=128
  result=XFullOpenConsole(sizex,sizey,sized,fontname$,fontsize,title$)
  XGlobalConsoleColor(#MyWhite,#MyBlack)
  XGlobalClearConsole()
  ProcedureReturn result
EndProcedure
Itensity = Intensity

Code: Select all

ProcedureDLL XOpenConsole3(sizex,sizey,sized,fontname$,fontsize,title$)
  Intensity=128
  result=XFullOpenConsole(sizex,sizey,sized,fontname$,fontsize,title$)
  XGlobalConsoleColor(#MyWhite,#MyBlack)
  XGlobalClearConsole()
  ProcedureReturn result
EndProcedure

Re: New Library - ConsoleX

Posted: Sun Apr 18, 2010 9:26 am
by DoubleDutch
Thanks for finding that. :)