Hey All,
I have a script "CBR-Xdcc catcher", Filehog 1.0
Very nice Script !!!
I have it modified to get /msg nick xdcc #pack as ^ctcp nick xdcc ...
also...
But when I open or join an other channel...
the Tform with the packs goes zip... gone...
When the tform is empty is leave much quicker....
My question: Is there an option to lock/keep the Tform in place??? So
it doesn't unload/ become unvisible ???
Here are the parameters of the tform:
@ $FrmXdccCatcher = $new(TForm position 390,49,409,500)
@p $FrmXdccCatcher.AutoScroll = False
@p $FrmXdccCatcher.Caption = FileHog v1.0 --=( XDCC Catcher )=--
@p $FrmXdccCatcher.ClientHeight = 234
@p $FrmXdccCatcher.ClientWidth = 500
@p $FrmXdccCatcher.Color = clBtnFace
@p $FrmXdccCatcher.Font.Charset = 1
@p $FrmXdccCatcher.Font.Color = clWindowText
@p $
FrmXdccCatcher.Font.Name = MS Sans Serif
@p $FrmXdccCatcher.Font.Style = []
@p $FrmXdccCatcher.OldCreateOrder = False
@p $FrmXdccCatcher.Visible = True
Is it possible to revisualise the for by setting
$FrmXdccCatcher.Visible = True again with a button or Timer ???
Or make it solid, so it stays ???
An other question:
Is it possible to add a pulldown menu at the
@ $FhXdccListView = $new(TListView ownedby $FrmXdccCatcher position
128,0,337,233)
With @p $FhXdccListView.
like .rightclick=
Where can i find the properties of the T_.... Stuff of VIRC ????
High regards,
LD_Viper