Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Front Ends > Road Runner > RR Skins


Reply
 
Share Thread Tools Display Modes
Old 11-22-2007, 01:19 AM   #46
Constant Bitrate
 
Join Date: Jan 2007
Location: dundee, il
Posts: 198
davidp is an unknown quantity at this point
Quote: Originally Posted by treetop777 View Post
The font changing works perfect. It would be even better to get a preview of the actual font highlighted as opposed to the font that's currently being used by the skin. Also (and this may be 'cause the screen is not 100% done) i couldn't find a way to scroll down to see more fonts.

In the audio browser, the "play sel" does nothing.

The skin is great, thanks for sharing.

the list is an ilist, but i will be adding buttons for scrolling. as for the audio browser, i will have to look at that when i get back home (im gone for turkey day), but if i remember correctly, i think i just have a play command for the play sel button, not 100% sure though. i will also try to get the font preview working as it should.

any other input on the skin? as always i will be glad to include screens that others have made using the psd's for function that i haven't made.

david
davidp is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 11-28-2007, 12:46 AM   #47
Constant Bitrate
 
Join Date: Jan 2007
Location: dundee, il
Posts: 198
davidp is an unknown quantity at this point
new release is up, this one has on the fly font size changing, and a few other things have changed (fixed play sel buttons, etc). The font size code is kinda sloppy, but it works lol

here's a shot of the font/font size screen:


link in second post is updated

let me know what you think
david
davidp is offline   Reply With Quote
Old 11-28-2007, 06:49 PM   #48
Raw Wave
 
treetop777's Avatar
 
Join Date: Sep 2006
Location: War-Town, GA.
Posts: 1,915
treetop777 is an unknown quantity at this point
Nice!

Is there something else needs to be installed? The fonts aren't showing.
Attached Images
 
treetop777 is offline   Reply With Quote
Old 11-28-2007, 07:07 PM   #49
Constant Bitrate
 
Join Date: Jan 2007
Location: dundee, il
Posts: 198
davidp is an unknown quantity at this point
Quote: Originally Posted by treetop777 View Post
Nice!

Is there something else needs to be installed? The fonts aren't showing.

forgot to mention, there is a button to preview the font/reload the skin, it is the big box over the artist name size button. other than that, any other input/ suggestions?

david
davidp is offline   Reply With Quote
Old 11-28-2007, 09:08 PM   #50
Raw Wave
 
treetop777's Avatar
 
Join Date: Sep 2006
Location: War-Town, GA.
Posts: 1,915
treetop777 is an unknown quantity at this point
Quote: Originally Posted by davidp View Post
forgot to mention, there is a button to preview the font/reload the skin, it is the big box over the artist name size button. other than that, any other input/ suggestions?

david

It is a bit (ok, a lot) cumbersome and confusing. when you hit the preview button, it spells out the name of the font that's selected in the list, but in the font that's being currently used by the skin ie. the preview reads "arial" but it's in "times new roman" font. Confusing.

Also, the preview is kind-a useless 'cause if you select a font from the list; hit the preview button to see what it look like then hit "change" - nothing happens. You have to go from selecting the font from the list directly to "change" for the font to change; in that case you get no real preview 'cause the preview that's showing is the font that the skin is currently using, not the one you're about to change to.

It is not very intuitive, lots-a buttons that is not obvious what they do or in what sequence to press them. Some instructions perhaps.

Please don't take it as criticizing you work, it's amazing it can be done in the first place, much less perfect.
treetop777 is offline   Reply With Quote
Old 11-29-2007, 02:09 PM   #51
Constant Bitrate
 
Join Date: Jan 2007
Location: dundee, il
Posts: 198
davidp is an unknown quantity at this point
Quote: Originally Posted by treetop777 View Post
It is a bit (ok, a lot) cumbersome and confusing. when you hit the preview button, it spells out the name of the font that's selected in the list, but in the font that's being currently used by the skin ie. the preview reads "arial" but it's in "times new roman" font. Confusing.

Also, the preview is kind-a useless 'cause if you select a font from the list; hit the preview button to see what it look like then hit "change" - nothing happens. You have to go from selecting the font from the list directly to "change" for the font to change; in that case you get no real preview 'cause the preview that's showing is the font that the skin is currently using, not the one you're about to change to.

It is not very intuitive, lots-a buttons that is not obvious what they do or in what sequence to press them. Some instructions perhaps.

Please don't take it as criticizing you work, it's amazing it can be done in the first place, much less perfect.


im not taking it as critisism, just as input (which i asked for), i know it is not very intuitive at all, but i wasn't sure how to make it much better, so i decided to first just get it to work, lol. one question, how do you feel that it can be made better/easier to use? i was thinking of maybe using a textbox to input the size of the font, but that would lead to a lot of buttons as well.

as for the preview, im not sure of any good way of doing it, because whenever the font is changed, the skin reloads (to show the changes) and when the skin reloads, the list program is restarted, so the list automatically goes to the first font in the list, but in the font you previewed. is there any command i could use to save the list position, and then reload the list at that position when the skin is reloaded? also, should i even bother with the preview, or how can it be improved in your opinion? sorry for all thee questions, im not at my main computer right now so i cant just pull up skin commands.txt, lol.

thanks for the input,
david
davidp is offline   Reply With Quote
Old 11-29-2007, 04:09 PM   #52
FLAC
 
EL CAMINO's Avatar
 
Join Date: Jul 2005
Location: upland california us
Posts: 1,012
EL CAMINO is on a distinguished road
to save the pos, just do this.
Code:
"SETVARBYCODE;FONTPOS;CLPOS||SAVETOSKIN;$FONTPOS$"

to set the pos when coming back from reloading the skin.

Code:
"SETLIST;$FONTPOS$"

EL CAMINO is offline   Reply With Quote
Old 11-29-2007, 05:33 PM   #53
Constant Bitrate
 
Join Date: Jan 2007
Location: dundee, il
Posts: 198
davidp is an unknown quantity at this point
Quote: Originally Posted by EL CAMINO View Post
to save the pos, just do this.
Code:
"SETVARBYCODE;FONTPOS;CLPOS||SAVETOSKIN;$FONTPOS$"

to set the pos when coming back from reloading the skin.

Code:
"SETLIST;$FONTPOS$"

sweet, ill get that in there when i get home tonight. thanks a lot for all the help you've given me with this skin, i really appreciate it

david
davidp is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 12-05-2007, 11:33 PM   #54
Constant Bitrate
 
Join Date: Jan 2007
Location: dundee, il
Posts: 198
davidp is an unknown quantity at this point
major update

MAJOR UPDATE:

finally got some time to start working on the skin again, i redid the font picker screen, redid the font size screen, and added a couple other things.

now the font list remembers its position (so the preview is in the font it's previewing) and
instead of have multiple screens for the different font sizes, i now have one screen with a custom list (read from a text file) that lists the sizes, and three buttons to set the corresponding font sizes. doing it this way removes 2 screens, 33 buttons, and 33 labels.

pics of the font screens:

font choice:


font size:



link in second post is updated, let me know what you think
david
davidp is offline   Reply With Quote
Old 12-06-2007, 08:56 PM   #55
Raw Wave
 
treetop777's Avatar
 
Join Date: Sep 2006
Location: War-Town, GA.
Posts: 1,915
treetop777 is an unknown quantity at this point
She's another one that don't play well with skineditor but before that however, she was working perfectly. It's fascinating how you can change the list color indipendantly. The font change screen is a vast improvement over the previous.

Right now she's all screwed-up after doing some changes in skineditor so I'll have to load the original again and play some more with it..tomorrow. Thanks for sharing.
Attached Images
 

Last edited by treetop777; 12-06-2007 at 09:01 PM.
treetop777 is offline   Reply With Quote
Old 12-06-2007, 11:11 PM   #56
Constant Bitrate
 
Join Date: Jan 2007
Location: dundee, il
Posts: 198
davidp is an unknown quantity at this point
Quote: Originally Posted by treetop777 View Post
She's another one that don't play well with skineditor but before that however, she was working perfectly. It's fascinating how you can change the list color indipendantly. The font change screen is a vast improvement over the previous.

Right now she's all screwed-up after doing some changes in skineditor so I'll have to load the original again and play some more with it..tomorrow. Thanks for sharing.

one thing ive noticed is that when you save the skin in skineditor, it adds the rr header info in the top of the settings skins, this can be avoided by hiding them (right click, properties, check read only and hidden, hit apply) before you open the skin it looks like that is what happened in the screenshot. any other input or suggestions?

thanks
david
davidp is offline   Reply With Quote
Old 12-20-2007, 07:12 PM   #57
Constant Bitrate
 
Join Date: Jan 2007
Location: dundee, il
Posts: 198
davidp is an unknown quantity at this point
just got my hd radio tuner in the mail today, so i started working on the radio skin, will test more, and upload when i get the interface cable from mitchjs.

david
davidp is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Chuck's Skins lots of pics Update 7-16-07 Chuck RR Released Skins 289 03-25-2009 07:06 AM
IG3 Will not stay inside of the SKIN - opens in itsown Window..... dtragic GPS 4 11-29-2006 02:57 PM
Frodoplayer 1.0.9 Skin Released WeeZyFellA FrodoPlayer 43 02-13-2005 11:38 PM
FRODOPLAYER 1.0.9 SKIN in progess WeeZyFellA FrodoPlayer 119 10-27-2004 10:07 AM
v.3 SKIN WeeZyFellA FrodoPlayer 89 10-15-2004 09:29 PM



All times are GMT -5. The time now is 12:47 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics