News archives

2005-04-22: New binaries

A newer version of KVIrc for Win32, which is based on a newer CVS snapshot.
-some fixes in documentation
-some fixes in dcc, aliaseditor, raweditor and eventeditor
-more commands and functions for the mediaplayer module
-the "wrapper" object class has been added:
it allows to hook the kvirc's interface objects and modify them
-$setProperty() and $property() have been added: the functions can be used to obtain strange genetic mutations, like the following:

%Wrapper=$new(wrapper,0,test,KviFrame::kvirc_framevKviStatusBar::statusbar)
%Wrapper->$setBackGroundColor(FFFFFF)

or...this
%Wrapper=$new(wrapper,0,test,KviFrame::kvirc_frame,QToolButton::kvirc.identityoptions)
%Wrapper->$setProperty(usesBigPixmap,0)

or this...
%Wrapper=$new(wrapper,0,,KviFrame::kvirc_frame,KviStatusBar::statusbar)
%Status=$new(lineedit,%Wrapper)
%y=%Status->$fontmetricsheight()
%Status->$move(500,0)
%Status->$resize(50,$(%y+10))
%Status->$show()

Stay tuned!