|
|
|
|
#1 |
|
Junior Member
Join Date: Feb 2002
Posts: 9
|
Jump to file as button on winamp skin
Is this possible? Is there an action="?????" command that will open the 'jump to file' dialog when it's clicked? I'm trying out the functions, but this one I can't find anywhere.
|
|
|
|
|
|
#2 |
|
Junior Member
Join Date: Feb 2005
Location: Norway
Posts: 16
|
What kind of file do you want to run?
Do you want to present something inside a winamp container or some extern program? |
|
|
|
|
|
#3 |
|
Major Dude
Join Date: Nov 2004
Posts: 955
|
I'm pretty sure he means that he wants to run winamps "Jump to File" function. And no, as far as I know, there isn't a way, unless it has an GUID, or something like it. Than, it would just be:
<button id="JTF" action="Toggle" param="Whatever its GUID\whatever is" x="0" y="0" <!--Change these--> image="whatever.it.is.called" <!--Change this as well--> tooltip="Jump to File"/> If not, than maybe with maki? |
|
|
|
|
|
#4 |
|
Major Dude
Join Date: Nov 2002
Location: Hamburg, Germany
Posts: 1,312
|
well, what is the guid from it?
my skins: Nokia 3650, Spiderman Freeform, M3 (Manual), Simpsons Freeform(Idea, Coding), Freeamp Metaskins: WooHoo-FER , Ar-7 |
|
|
|
|
|
#5 |
|
Major Dude
Join Date: Jul 2003
Location: UK
Posts: 1,316
|
you could add a dummy songticker layer and or fire off the button events of it to simulate the actions below
<text id="DummySongticker" ticker="0" display="songname" w="50" h="50" font="arial" showlen="0" alpha="0" rightclickaction="trackmenu" dblclickaction="trackinfo" tooltip="Right Click Track Menu|Dbl Click Track Info" /> |
|
|
|
|
|
#6 |
|
Nothing to say...
Join Date: Sep 2000
Location: UK
Posts: 23,021
|
That's not actually opening the JTF dialogue box though is it?
|
|
|
|
|
|
#7 |
|
Major Dude
Join Date: Jul 2003
Location: UK
Posts: 1,316
|
the text i boshed up will only show the menu, close enuff atm for the way i use it
the shortcut is "j" to open jtf dialog so i spose you could trap it with downkeys |
|
|
|
|
|
#8 |
|
Major Dude
Join Date: Oct 2003
Location: Netherlands
Posts: 1,416
|
This is taken from studio.xnf: <entry name="Jump to file_guid" value="{FFD7ABBA-CC92-46A6-825C-40F02A739458}" />
Try it.
|
|
|
|
|
|
#9 |
|
Major Dude
Join Date: Nov 2002
Location: Hamburg, Germany
Posts: 1,312
|
thx a lot Michgelsen. i will try this.
my skins: Nokia 3650, Spiderman Freeform, M3 (Manual), Simpsons Freeform(Idea, Coding), Freeamp Metaskins: WooHoo-FER , Ar-7 |
|
|
|
|
|
#10 |
|
Major Dude
Join Date: Oct 2003
Location: Netherlands
Posts: 1,416
|
Heh it's changed now, now it is: {4BDB0667-82E8-4C11-B327-B99C1AA2ECDA}
I remember someone talking about that in another thread once but I don't feel like searching now. Maybe you could retrieve it when the skin loads, with getPublicInt or something like that and then set the xml param accordingly? |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|