abc buttons in musicscreen

This is the place to post your skins, and discuss skinning

abc buttons in musicscreen

Postby Mr_T on Sat Apr 24, 2004 7:46 pm

I want to add the alphabet buttons to my music page (not by using the overlay) is this possible? I have tried all i can think of.
Anyone else tried this?
Mr_T
 
Posts: 37
Joined: Sun Jan 18, 2004 7:44 pm
Location: Sweden

Postby TheBlindMan on Sat Apr 24, 2004 7:57 pm

If I understand you correctly, you want the letter buttons to appear ON your music page, right?

The easiest way (without an XML editor) I can think of to do this is to go to the alphabet page, pick a button, check the 'multiscreen' box, go to the 'advanced tab', and highlight your music page. You'll have to do it for each and every button though. Then, when you're done, go to your music page, pick each alphabet button and uncheck 'multiscreen' (that way you can move them around without messing up the original alphabet page).

OR with an XML editor (google search for cooktop, it's freeware) you could just copyclip the alphabet page into the music page.
TheBlindMan
 
Posts: 17
Joined: Fri Mar 26, 2004 8:50 pm
Location: Victoria, BC Canada

Postby Colby on Sat Apr 24, 2004 8:07 pm

This is interesting, I guess weve come full circle.
Originally xlobby had the alphabet buttons on the music screen.
Image
They got moved to an overlay some time back. As far as I know it wont work directly on the music screen anymore. (thats what steve told me) You can try though.
Colby
 
Posts: 929
Joined: Mon Feb 02, 2004 7:42 am
Location: Brookline Station, MO, USA

Postby stevenhanna6 on Sat Apr 24, 2004 9:51 pm

not true, you can have an alphabet button right on a screen like the old way...you know on an overlay the id is set to "show>a" right well I just add the category onto that behind the scenes....so if you want a button on the screen to do that all you have to do is specify the category name after that...so your button id will be

show>a>music

voila
stevenhanna6
 
Posts: 904
Joined: Tue Feb 18, 2003 10:39 am
Location: Ontario, Canada

Postby Mr_T on Sun Apr 25, 2004 1:05 pm

Thanks to all !
This was exactly what i wanted to do. :lol:
And it was easy to!
Mr_T
 
Posts: 37
Joined: Sun Jan 18, 2004 7:44 pm
Location: Sweden

Postby vicom on Wed May 12, 2004 9:19 am

and how does one go about reseting the listing to default :roll:
vicom
 
Posts: 206
Joined: Tue Apr 20, 2004 6:16 am
Location: South Africa

Postby stevenhanna6 on Wed May 12, 2004 10:25 pm

there should be a button with a circle and a line going through it at an angle...this resets the list.
stevenhanna6
 
Posts: 904
Joined: Tue Feb 18, 2003 10:39 am
Location: Ontario, Canada

Postby phil on Thu May 13, 2004 3:56 pm

vicom wrote:and how does one go about reseting the listing to default :roll:


I am a bloody novice with Xlobby but one of the first things I tried was the alphabet buttons.

I have no clue of the inner workings, but if you set the button ID to
"show>b>music" and assign the button the event "music:reset" your button will work as expected.

Cheers,
Phil
phil
 
Posts: 5
Joined: Thu May 13, 2004 3:22 pm

Postby Twit on Thu May 13, 2004 5:26 pm

Phil,

Make a button with ID "show>b>music" (with no event) , when clicked it will go to 'b' albums.

Make ANOTHER button with no ID but with the 'reset event' and when clicked it will go back to the beginning of the albums.

Later
Simon
Twit
 
Posts: 258
Joined: Thu Nov 20, 2003 4:14 am
Location: South Africa

Postby phil on Thu May 13, 2004 7:05 pm

Twit wrote:Phil,
Make a button with ID "show>b>music" (with no event) , when clicked it will go to 'b' albums.

Make ANOTHER button with no ID but with the 'reset event' and when clicked it will go back to the beginning of the albums.


I was looking for a way to have a single button jump to the albums starting with a certain letter. The problem was that you always had to push the reset button in between if you wanted to jump from say A to F.

My post contained a solution so that you can jump with one button press from one letter to another one and it works perfectly :D
phil
 
Posts: 5
Joined: Thu May 13, 2004 3:22 pm

Postby Twit on Fri May 14, 2004 3:54 am

Phil,

I must have eye strain because when i first read your post i read

'"show>b>music" and assign the button the event "music:reset" your button will NOT work as expected'

Have re-read it and your right it works!

Sorry.

Later
Simon.
Twit
 
Posts: 258
Joined: Thu Nov 20, 2003 4:14 am
Location: South Africa

Postby oneman on Fri May 14, 2004 10:32 am

That's pretty cool Phil... Thanks....

You should repost that in the Tips & Tricks area so it doesn't get forgotten...
oneman
 
Posts: 37
Joined: Wed Dec 17, 2003 10:51 pm
Location: Clarksville, TN

Postby brothergoose on Mon Jan 09, 2006 6:46 pm

I hope this thread is still alive...

So I've created a button with ID "show>b>music".
I've set the click event to "music:reset".

However, when the button is clicked, the filter only holds for a couple of milliseconds before automatically resetting the list to show all albums. It seems as if the "show>b>music" instruction fires prior to the "music:reset" event, wheras your example led me to believe that it would execute the other way round.

Where am I goofing?
brothergoose
 
Posts: 2
Joined: Mon Jan 09, 2006 8:43 am
Location: Dar es Salaam, Tanzania

Postby Colby on Tue Jan 10, 2006 2:16 am

when would show>b>music reset?
What are you trying to do?
Colby
 
Posts: 929
Joined: Mon Feb 02, 2004 7:42 am
Location: Brookline Station, MO, USA

Postby Mr_T on Wed Jan 11, 2006 11:14 pm

Dont use the click event on the same button
the result is that it sorts rigth BUT resets in the same click.
Reset with another button.
I hope this helps.

/Otto
Mr_T
 
Posts: 37
Joined: Sun Jan 18, 2004 7:44 pm
Location: Sweden

Next