|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
Senior Member
Join Date: Jul 2004
Posts: 175
|
How to determine when Video+Vis windows open and close
Heya,
Does anyone know what events need to be hooked to find out when the Video and Vis windows opened and closed? I've been searching through the winamp moderns maki scripts and i couldnt see anything obvious. Thanks |
|
|
|
|
|
#2 |
|
Major Dude
|
code: returning 0 (FALSE) will prevent the action, but only works sometimes. return 1 (TRUE) allows it to go ahead. Published: OvalAmp | Scythe | Simple Amp(code) | PAD(code) | Classix10k | LayerONE (code) WIP: Aeschere | Manta | Winamp 5 SingleGUI Need some help? How to write a MAKI script | Custom Vis Script | Add a Notifier to Your Skin |
|
|
|
|
|
#3 |
|
Senior Member
Join Date: Jul 2004
Posts: 175
|
does onGetCancelComponent occur when a window opens aswell? so is 'goingvisible' true when a window opens?
ta |
|
|
|
|
|
#4 |
|
Major Dude
|
yes
Published: OvalAmp | Scythe | Simple Amp(code) | PAD(code) | Classix10k | LayerONE (code) WIP: Aeschere | Manta | Winamp 5 SingleGUI Need some help? How to write a MAKI script | Custom Vis Script | Add a Notifier to Your Skin |
|
|
|
|
|
#5 |
|
Banned
Join Date: Jan 2001
Location: Norway
Posts: 927
|
The function name actually is two things, OnGetComponent and OnCancelComponent, but merged together to form OnGetCancelComponent and uses a second parameter to distinguish Get/Cancel behaviour.
|
|
|
|
|
|
#6 |
|
Senior Member
Join Date: Jul 2004
Posts: 175
|
ah right. when i first skimmed through Single GUI maki's, i was confused at how it detected stuff being opened.
i was plannin to tweak a few things in the SingleGUI skin, but it seems another person got there first. (Probably a good thing too, since i've never made any skins before )cheers all |
|
|
|
|
|
#7 |
|
Banned
Join Date: Jan 2001
Location: Norway
Posts: 927
|
And MAKI looks a lot like C++ in more than one way. I think it's a cross between all C based languages (C, C++, JavaScript, Java, C sharp). SO you do have to know some programming to feel instantly familiar with it.
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|