Page 2 of 24 FirstFirst 123456789101112 ... LastLast
Results 11 to 20 of 232

Thread: RRSkinEditor BUGS / FIXES / COMMENTS / CURRENT PROGRESS OUTDATED

  1. #11
    ITL
    ITL is offline
    Maximum Bitrate ITL's Avatar
    Join Date
    Jul 2004
    Location
    Atlanta, GA
    Posts
    631
    Another idea, if you could implement some type of buffer, perhaps you could create an UNDO feature (with the CTRL + Z shortcut of course)
    CarPC #3: 99% Complete
    Pentium M 1.7Ghz, 1GB DDR2 RAM
    DVD/CD-RW installed in dash below monitor
    OEM LCD relocated for 7" Touchscreen
    Wi-Fi, GPS, PS2 controllers...
    500+ full albums
    4,000+ video games
    music videos, movies, & more!
    old carPC

  2. #12
    Constant Bitrate JPuma's Avatar
    Join Date
    Jul 2005
    Location
    NY
    Posts
    213
    I find that when my screen is in 800x600 mode and I open the properties to an object and the objects properties are really long I cannot see the bottom of the object window and the up down scroll dosent work when a objects property window is open.

  3. #13
    FLAC J187's Avatar
    Join Date
    Nov 2004
    Location
    Boston
    Posts
    1,237
    is it possible to
    a. Fix the Tab order so that when you tab it goes in sequence with the boxes?
    b. Make it so that when a textbox gets focus, the text is selected?

    it would make skinning way way faster.
    Its not the cards you're dealt, its how you play the hand!

    Quote Originally Posted by ryuandwings View Post
    Where can I get a roll of tin foil?
    I been looking for that all over the net, but I can't find it.
    Please help.

  4. #14
    FLAC J187's Avatar
    Join Date
    Nov 2004
    Location
    Boston
    Posts
    1,237
    Profit, are you kidding me? You added resize and move by mouse?? I could hug you!! Why haven't I seen this before (especially before I spent 3 hours on my skin LAST NIGHT typing coordinates!!) Thank you so much for your work. It is greatly appreciated!!
    Its not the cards you're dealt, its how you play the hand!

    Quote Originally Posted by ryuandwings View Post
    Where can I get a roll of tin foil?
    I been looking for that all over the net, but I can't find it.
    Please help.

  5. #15
    Maximum Bitrate pRoFiT's Avatar
    Join Date
    Apr 2005
    Location
    Fresno, CA
    Posts
    797
    Alright guys hit me all at once

    Notepad sounds great. I dont have the current source at work so I will have to wait until I get home. The Notepad gave me a good idea as to how I will add undo to the editor. I'm not sure how easy it will be to add undo across multiple skins but I should be able to do it with current skin in view. Not sure if it will slow down the program but i guess we will see.

    Default directory? Current version will use rrskineditor directory/skins for the default skin folder.

    CdRsKuLL: Link to current folder should be easy to do.

    Okay before i start on notepad here is my idea on it. To make it a virtual notepad linked to RRSkinEditor. So that when opened it will pull in the current skin and from there you can save and auto update to RRSkinEditor. That way you wont have to worry about not saving changes between the notepad and the editor.

    Although if you want to have RRSkinEditor to just open any text editor with the skin file linked to it. You will have to worry about saving from one editor to the other.

    Let me know what you guys think I can go either way or maybe even both

    JPuma: Thought about that for a while. What if I created a properties box inside the view screen Sorta like photoshop has property box. Then I could display current object properties when selected?

    J187: I will have to look into tab order. Not sure what you mean by text in the textbox?
    Um, I guess this is where you put something witty.WITTY

    My Web site, in the design stage. http://home.comcast.net/~cstrachn

    Modified RRSkinEditor http://www.mp3car.com/vbulletin/rr-skins/65723-rrskineditor-bugs-fixes-comments-current-progress-outdated.html

  6. #16
    Variable Bitrate Erwin's Avatar
    Join Date
    Mar 2005
    Posts
    301
    Great tool!

    Keep up the good work
    Hardware: Via Epia M10000, 512MB DDR RAM, 3,5" 40 Gig HD, slimline DVD-ROM & CD-R/RW, M1-ATX (PSU).
    Software: Roadrunner, Mapmonkey/Freedrive

    My Car PC project
    FD & MM voices

  7. #17
    FLAC J187's Avatar
    Join Date
    Nov 2004
    Location
    Boston
    Posts
    1,237
    Quote Originally Posted by pRoFiT
    Alright guys hit me all at once


    J187: I will have to look into tab order. Not sure what you mean by text in the textbox?
    So that when you tab into the box whatever text that is in there would get selected/highlighted. But it's not that big of a deal anymore since I found that you added click/drag. My idea with the tab order and selected text was to make it easier to fly through the text boxes and change the values quickly, but now, it looks like we'll be hardly editing in the text boxes except for with code and tooltip.
    Its not the cards you're dealt, its how you play the hand!

    Quote Originally Posted by ryuandwings View Post
    Where can I get a roll of tin foil?
    I been looking for that all over the net, but I can't find it.
    Please help.

  8. #18
    Constant Bitrate
    Join Date
    Nov 2005
    Posts
    215
    Quote Originally Posted by ITL
    or at least set a default directory
    do you have your default set in the settings.txt?

    RRSkinPath=C:\Program Files\Road Runner\skins

  9. #19
    SMKFree liquid_smoke's Avatar
    Join Date
    Aug 2003
    Location
    Chicago
    Posts
    4,842
    Quote Originally Posted by pRoFiT
    Alright guys hit me all at once

    Notepad sounds great. I dont have the current source at work so I will have to wait until I get home. The Notepad gave me a good idea as to how I will add undo to the editor. I'm not sure how easy it will be to add undo across multiple skins but I should be able to do it with current skin in view. Not sure if it will slow down the program but i guess we will see.

    Default directory? Current version will use rrskineditor directory/skins for the default skin folder.

    CdRsKuLL: Link to current folder should be easy to do.

    Okay before i start on notepad here is my idea on it. To make it a virtual notepad linked to RRSkinEditor. So that when opened it will pull in the current skin and from there you can save and auto update to RRSkinEditor. That way you wont have to worry about not saving changes between the notepad and the editor.

    Although if you want to have RRSkinEditor to just open any text editor with the skin file linked to it. You will have to worry about saving from one editor to the other.

    Let me know what you guys think I can go either way or maybe even both

    JPuma: Thought about that for a while. What if I created a properties box inside the view screen Sorta like photoshop has property box. Then I could display current object properties when selected?

    J187: I will have to look into tab order. Not sure what you mean by text in the textbox?

    that all sounds good.
    i think the default dir should be where your actual skins are located and where RR looks for skins, i see no point in having 2 dir for skins, just more stuff to config.

    notepad idea is cool, in option one, are you locked into using "notepad" as the editor? I like textpad a whole lot better than notepad. Texpad can open multiple files all in the same window and can apply actions to multiple files loaded. For example, i used it to search through all my .skin files and change one font to another font instead of doing it manualy which would of took ages (over 100 instances). Texpad also notifies you if the file you have loaded has been changed by an external app (skineditor) and refreshes the data. This would be a cool feature for skineditor also. Maybe like an auto-refresh that will automaticly reload the data if it sees that its been changed externally. Or a pop up asking if you want to reload the entire skin if any single .skin file was changed externaly. You can also do some other cool stuff with textpad, it also supports templates for certain filetypes that will color the text based on if its an editable value or codestring etc, kind of like XML editors. This would cool for .skin files but has nothing to do with skineditor.

    i think the property box idea is pretty cool. instead of having to double click on the list on the left. Floating or docked.

    On a side note,
    im still getting the crash with selecting S and Y objects, sometimes by highlighting them in the list will crash it, other times i have to click on the box to change the size/pos to get the crash. At that point, i have to go back to a version of skineditor that dosent allow click&drag to play with the object order to try to cure the crash. I can send you versions of my skin that have this problem.


    Also, id like to take this time to THANK YOU and others who've worked on skineditor. It really helps a whole lot in developing these skins and if it did not exist, i absolutely would NOT be making skins for RR. I dont think the other frontend developers really understand how important a good solid and easy to use skineditor is. Perfect example would be Centrafuse (not to point fingers) but there isnt any editor available at all, the result, look at the selection of skins available.

    So hats off to you and everyone else who has added code to skineditor!!
    01101100 01101001 01110001 01110101 01101001 01100100 01011111 01110011
    01101101 01101111 01101011 01100101

    beer replenishment fund
    http://www.mp3car.com/vbulletin/rr-faq/
    mp3car live search

    i have joost invites, just hit me up for one.

  10. #20
    FLAC J187's Avatar
    Join Date
    Nov 2004
    Location
    Boston
    Posts
    1,237
    Quote Originally Posted by liquid_smoke
    Perfect example would be Centrafuse (not to point fingers)
    As long as you're NOT pointing fingers LS,

    Seriously though, I agree with you 100%
    Its not the cards you're dealt, its how you play the hand!

    Quote Originally Posted by ryuandwings View Post
    Where can I get a roll of tin foil?
    I been looking for that all over the net, but I can't find it.
    Please help.

Similar Threads

  1. Some notes on my carputer's progress. Comments? *WITH PICS*
    By Bailey in forum General MP3Car Discussion
    Replies: 10
    Last Post: 01-17-2005, 12:53 AM
  2. MediaEngine Development Progress Update
    By CarComp in forum Media Engine
    Replies: 23
    Last Post: 01-07-2005, 01:53 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •