Olygame


ModChipCentral

Page 80 of 120 FirstFirst ... 3070787980818290 ... LastLast
Results 791 to 800 of 1196
  1. #791
    Senior Member
    Join Date
    Sep 2011
    Posts
    136
    Total Thanks Given
    122
    Total Thanks Received
    90
    Total Thanked Posts
    65
    Quote Originally Posted by andreus View Post

    [COLOR=#949494]Yeah nice! But i stay with the XMB logo colours. Too many colours is strange and not user friendly - less usability.
    Yeah lol i know that i made it just for a example to show what that can do !



    what i would do is:
    Box: Brown wood
    Normal text: white (it's easy to read)
    Important text: Yellow
    Warnings: Red?
    I need to know what is the color you want for that too

    Version info : ????
    Choice selection (Example: 1 for that 2 for this) for the choice number only what the color you want????
    Box inside the main box: ????

    no background color ???? if yes tell me what color and where
    Last edited by XiorgON; 05-07-2012 at 11:06 AM.
    THE KEY OF THIS WORLD IS THE HUMAN**THE LOCK OF THIS WORLD IS THE STUPIDITY OF THE HUMANITY**<==>**CHANGE YOUR WORLD**<---->**FUTURE IS NOW
    | XMBM+ (translator, tester, coder, GUI maker) |

  2.     
  3. The Following User Says Thank You to XiorgON For This Useful Post:

    ps3hen (05-07-2012)

  4. #792
    Senior Member
    Join Date
    Jul 2011
    Posts
    425
    Total Thanks Given
    386
    Total Thanks Received
    627
    Total Thanked Posts
    294
    I need to know what is the color you want for that too

    Version info : ????
    Choice selection (Example: 1 for that 2 for this) for the choice number only what the color you want????
    Box inside the main box: ????

    no background color ???? if yes tell me what color and where
    lool, you choose, but don't make like a rainbow lol
    XMB Manager Plus co-developer | Showtime translator | WEBmedia plugin for Showtime developer

  5. The Following User Says Thank You to andreus For This Useful Post:

    XiorgON (05-07-2012)

  6. #793
    Senior Member
    Join Date
    Jul 2011
    Posts
    425
    Total Thanks Given
    386
    Total Thanks Received
    627
    Total Thanked Posts
    294
    New updates done today in git source

    https://github.com/andreus-sebes/xmb...commits/master
    XMB Manager Plus co-developer | Showtime translator | WEBmedia plugin for Showtime developer

  7. The Following 2 Users Say Thank You to andreus For This Useful Post:

    ps3hen (05-07-2012), XiorgON (05-07-2012)

  8. #794
    Senior Member
    Join Date
    Sep 2011
    Posts
    136
    Total Thanks Given
    122
    Total Thanks Received
    90
    Total Thanked Posts
    65
    Quote Originally Posted by andreus View Post
    lool, you choose, but don't make like a rainbow lol
    About the message box that i am building in color right now i want to know
    if is it possible for you to use it for your futur update batch ??

    because is really long to rebuild message in color and today you have do a update so i have redo it to the new version

    thanks
    THE KEY OF THIS WORLD IS THE HUMAN**THE LOCK OF THIS WORLD IS THE STUPIDITY OF THE HUMANITY**<==>**CHANGE YOUR WORLD**<---->**FUTURE IS NOW
    | XMBM+ (translator, tester, coder, GUI maker) |

  9. #795
    Senior Member
    Join Date
    Sep 2011
    Posts
    136
    Total Thanks Given
    122
    Total Thanks Received
    90
    Total Thanked Posts
    65
    @ANDREUS

    packager is not correct in setting.ini (last-rev-0fe5639)

    i have corrected it but when the command %packager% is used to show it in dialogue box

    that appear :
    193425Capture.jpg

    for me is not a problem but is show the directory before the file

    + i dont know if is a problem concerning other batch that use packager to compile
    THE KEY OF THIS WORLD IS THE HUMAN**THE LOCK OF THIS WORLD IS THE STUPIDITY OF THE HUMANITY**<==>**CHANGE YOUR WORLD**<---->**FUTURE IS NOW
    | XMBM+ (translator, tester, coder, GUI maker) |

  10. #796
    Senior Member
    Join Date
    Sep 2011
    Posts
    136
    Total Thanks Given
    122
    Total Thanks Received
    90
    Total Thanked Posts
    65
    @ANDREUS

    Concerning update_bin_from_git.bat is it possible to make message in it that say this will delete all thing in dir folder or something like that

    thanks

    PS: sorry for my noob personne i am sometime but i very dont know how to upload on the git ??

    can you send me web adress for tutorial or do a mini tuto for me please

    PS: i have practically finish the colored message box i will upload here or on the git tomorrow if i knoe how lol !! after i will make GUI

    thanks again
    THE KEY OF THIS WORLD IS THE HUMAN**THE LOCK OF THIS WORLD IS THE STUPIDITY OF THE HUMANITY**<==>**CHANGE YOUR WORLD**<---->**FUTURE IS NOW
    | XMBM+ (translator, tester, coder, GUI maker) |

  11. #797
    Senior Member
    Join Date
    Jul 2011
    Posts
    425
    Total Thanks Given
    386
    Total Thanks Received
    627
    Total Thanked Posts
    294
    About the message box that i am building in color right now i want to know
    if is it possible for you to use it for your futur update batch ??

    because is really long to rebuild message in color and today you have do a update so i have redo it to the new version
    That's why the git has created. You need to use the git, and fetch the source from git before making changes

    packager is not correct in setting.ini (last-rev-0fe5639)

    i have corrected it but when the command %packager% is used to show it in dialogue box

    for me is not a problem but is show the directory before the file

    + i dont know if is a problem concerning other batch that use packager to compile
    I changed the packager settings because i put the exe files in ext.
    Thats not a problem, but i will see what i can do

    Concerning update_bin_from_git.bat is it possible to make message in it that say this will delete all thing in dir folder or something like that
    Ok will change it

    PS: sorry for my noob personne i am sometime but i very dont know how to upload on the git ??

    can you send me web adress for tutorial or do a mini tuto for me please
    Ok.

    ===========================
    HOW TO USE XMB MANAGER GIT
    ===========================

    Major editing (XMBM+ Developers)

    1. Create a github account
    2. Set up git - Associate your computer with your git account
    3. Create a fork of xmb-manager-plus
    4. Change your fork, and then make pull requests to the master branch of xmb-manager-plus when you think it's final

    Minor editing

    1. Create a github account
    2. Select the file you want to edit from of xmb-manager-plus master branch, click "Edit this file", edit and then send the pull request
    Note: You can use the minor editing for for instance changing a link, changing the readme, etc

    ===========================

    A Git is very powerfull since anyone can do changes and then pull then to master branch. But it takes some time to understand how it works.
    If you need any help post here to help more people that don't know how to use git
    Last edited by andreus; 05-08-2012 at 10:07 AM.
    XMB Manager Plus co-developer | Showtime translator | WEBmedia plugin for Showtime developer

  12. The Following 2 Users Say Thank You to andreus For This Useful Post:

    ps3hen (05-08-2012), XiorgON (05-08-2012)

  13. #798
    Senior Member
    Join Date
    Sep 2011
    Posts
    136
    Total Thanks Given
    122
    Total Thanks Received
    90
    Total Thanked Posts
    65
    @ANDREUS

    Hi Andreus,
    i need help please im stock on process 2 on Set Up Your Local Repo
    http://help.github.com/fork-a-repo/

    im stock becaus ei dont know how to do this step and what is the utilitie of that

    if you want is posibile for me to use team viewer to remote control my computer to learn me

    thanks

    EDIT:

    i have cloned your git xmb-manager-plus but now i dont know where is stored on my PC
    + other question when i go to change something in the clone is it automaticly changed on the git ? if not what i need to do to upload it
    THE KEY OF THIS WORLD IS THE HUMAN**THE LOCK OF THIS WORLD IS THE STUPIDITY OF THE HUMANITY**<==>**CHANGE YOUR WORLD**<---->**FUTURE IS NOW
    | XMBM+ (translator, tester, coder, GUI maker) |

  14. #799
    Senior Member
    Join Date
    Jul 2011
    Posts
    425
    Total Thanks Given
    386
    Total Thanks Received
    627
    Total Thanked Posts
    294
    lol It's normal, at first i had that problem too

    view your PM
    XMB Manager Plus co-developer | Showtime translator | WEBmedia plugin for Showtime developer

  15. The Following User Says Thank You to andreus For This Useful Post:

    XiorgON (05-08-2012)

  16. #800
    Senior Member
    Join Date
    Sep 2011
    Posts
    127
    Total Thanks Given
    207
    Total Thanks Received
    195
    Total Thanked Posts
    91
    I just think it's amazing that we are building an SDK for the XMBM+, us building an SDK. It seems I'll have to get a git account now. So the source of the XMBM+ is going to be on the git. But what about internal releases, are they going onto the git as well?
    Co-developer of XMB Manager Plus - One of the few and maybe even the only open collaboration project on the PS3 Scene without any drama.

  17. The Following User Says Thank You to ps3hen For This Useful Post:

    andreus (05-09-2012)


 
Page 80 of 120 FirstFirst ... 3070787980818290 ... LastLast

Posting Permissions

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