Columns UI / Panels UI appearance |
![]() ![]() |
Columns UI / Panels UI appearance |
Jun 4 2008, 04:33
Post
#6551
|
|
|
Group: Members Posts: 653 Joined: 1-May 06 From: Canada Member No.: 30281 |
Do you have the PSD for the iPhone config? I'd love to give it a go myself if you don't mind
-------------------- Song List: keikoniumboards.ke.funpic.org/files/songlist.html
|
|
|
|
Jun 4 2008, 15:00
Post
#6552
|
|
|
Group: Members Posts: 10 Joined: 18-February 08 Member No.: 51400 |
|
|
|
|
Jun 5 2008, 06:19
Post
#6553
|
|
|
Group: Members Posts: 653 Joined: 1-May 06 From: Canada Member No.: 30281 |
Here is what I have got so far. The image on the left is your mockup design, and the image on the right is my functioning version in foobar:
![]() Done: - Most of the graphics have been added (along with hover images) - The seekbar / volume bar's are clickable and dragable. - Hovering over the album produces the pause button (clicking shows the play button) - Background buttons (above the seekbar) are functional (somewhat) Not Done: - Everything else lol I made a few changes (I hope that is okay). This took all of about an hour and a half to make. Longest part was splitting up the images so I could put them in foobar. I'm still working on it, but anytime you'd like to have a .pui of my progress let me know through email I have a few questions for you tho. What do you want the "music" button to do at the bottom? This post has been edited by Keikonium: Jun 5 2008, 06:20 -------------------- Song List: keikoniumboards.ke.funpic.org/files/songlist.html
|
|
|
|
Jun 5 2008, 10:06
Post
#6554
|
|
|
Group: Members Posts: 10 Joined: 18-February 08 Member No.: 51400 |
Wow, really excellent job, how much of my PUI did you use out of interest? Or did you completely re-write it?
The music button is used to get back to cover art page, when you are on the playlist page. The arrows next to the ratings are meant to change the backgrounds too if you can get that in, I can send you some backgrounds to test if you want. Oh yeah, send us the the config too when you do a bit more |
|
|
|
Jun 5 2008, 11:05
Post
#6555
|
|
|
Group: Members Posts: 653 Joined: 1-May 06 From: Canada Member No.: 30281 |
Wow, really excellent job, how much of my PUI did you use out of interest? Or did you completely re-write it? The music button is used to get back to cover art page, when you are on the playlist page. The arrows next to the ratings are meant to change the backgrounds too if you can get that in, I can send you some backgrounds to test if you want. Oh yeah, send us the the config too when you do a bit more Thank you That makes sense for the music button now haha. I knew what the arrows near the ratings were for based on your [very clean] PSD file layer names and such. I have already made them function sort of. Right now it switches between 3 backgrounds in a loop. I want it to eventually "pick up" any image in a certain directory but I just need to find a way to do that (if it is even possible @_@). I'll probably be able to send you a fairly complete config by the weekend if everything goes as planned Just wanted to say thanks again for your very nice idea and allowing me to give it a shot -------------------- Song List: keikoniumboards.ke.funpic.org/files/songlist.html
|
|
|
|
Jun 5 2008, 11:53
Post
#6556
|
|
|
Group: Members Posts: 10 Joined: 18-February 08 Member No.: 51400 |
No no thankyou for realising my design and a very good job too.
Haha yeah I made the PSD very clean and detailed cause i kinda had an idea I would get someone else to make it. My coding is pretty crap anyway, so prolly won't find anything helpful in it anyway. The playlist being done it what I am waiting for you. If you need anything else designed, let me know. |
|
|
|
Jun 5 2008, 13:06
Post
#6557
|
|
|
Group: Members Posts: 653 Joined: 1-May 06 From: Canada Member No.: 30281 |
This is what I have done of the playlist so far. It's far from done, just about 15-20 minutes of fooling around:
![]() I really hate coding these things XD. I can't seem to figure out how to zebra stripe (alternate row colors) so until I figure out how I used to do it, this is what I have. Also, once little problem I came across is at the top of the layout where there is text over the visualization (which by the way I can't seem to match up to your mockup, do you have the settings handy for that?). The text wont update when a new track is played, and there isn't a way around this. The only way to make it update is by switching view modes (so go and view lyrics or whatever) then switching back and it's updated. Also a side note, there is hardly any code used for this ENTIRE layout, so it loads up really fast, and switching view modes is lightening quick This post has been edited by Keikonium: Jun 5 2008, 13:08 -------------------- Song List: keikoniumboards.ke.funpic.org/files/songlist.html
|
|
|
|
Jun 5 2008, 15:51
Post
#6558
|
|
|
Group: Members Posts: 10 Joined: 18-February 08 Member No.: 51400 |
Man, this looks really cool. I am loving it lol.
Here's the config for the visualisation: ![]() Are you able to get the album art to show up the top, or another limitation? And the album art of the playlist on the side? |
|
|
|
Jun 5 2008, 18:53
Post
#6559
|
|
|
Group: Members Posts: 653 Joined: 1-May 06 From: Canada Member No.: 30281 |
Man, this looks really cool. I am loving it lol. Here's the config for the visualisation: ![]() Are you able to get the album art to show up the top, or another limitation? And the album art of the playlist on the side? Thank you And yeah I can get the album art in both of those places. The album art in the playlist will be easiest with SCPL or NG Playlist, but right now I am using ELPlaylist just for testing -------------------- Song List: keikoniumboards.ke.funpic.org/files/songlist.html
|
|
|
|
Jun 5 2008, 18:58
Post
#6560
|
|
![]() Group: Members Posts: 66 Joined: 14-May 07 From: Bucharest.ro Member No.: 43463 |
|
|
|
|
Jun 5 2008, 21:56
Post
#6561
|
|
![]() Group: Members Posts: 361 Joined: 2-September 06 From: Berlin, Germany Member No.: 34723 |
QUOTE (Keikonum) I really hate coding these things XD. I can't seem to figure out how to zebra stripe (alternate row colors) so until I figure out how I used to do it, this is what I have. ELPlaylist? try something like that: CODE $enabledraw(%el_is_valid%)
$ifgreater($mod(%el_item_index%,2),0, $drawrect(0,0,%el_width%,%el_height%,200-200-200,200-200-200,) , $drawrect(0,0,%el_width%,%el_height%,255-255-255,255-255-255,) ) -------------------- fb2k on OSX: flac q8 > rockboxed Sansa e280v1: Vorbis q5.0
|
|
|
|
Jun 5 2008, 22:33
Post
#6562
|
|
![]() Group: Members Posts: 151 Joined: 2-May 02 From: The Netherlands Member No.: 1936 |
|
|
|
|
Jun 7 2008, 19:14
Post
#6563
|
|
|
Group: Members Posts: 653 Joined: 1-May 06 From: Canada Member No.: 30281 |
Here is the 95% done FooPhone:
![]() Left To Be Done: - Get ratings working correctly - Get the background switcher to work right (it's a bit retarded right now haha) - Get lyrics buttons images made BernardTK, do you think you could make some iPhone style lyrics buttons for me? I need the following: 1. Search For Lyrics Online 2. Edit Lyrics 3. Search Lyrics Database 4. Export To Database -------------------- Song List: keikoniumboards.ke.funpic.org/files/songlist.html
|
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 19th May 2013 - 08:04 |