Req: Is there a methode to keep a Tform from dissapering if app or subwindows is refocussing???

1 view
Skip to first unread message

LD_Viper

unread,
Jun 27, 2008, 6:34:19 PM6/27/08
to Visual IRC
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
Reply all
Reply to author
Forward
0 new messages