Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Re: Willing to volunteer 10 hours per week of programming time

  1. #1
    Junior Member
    Join Date
    Sep 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Need help with a script

    Hello!
    I would apperciate it a lot if you or someone here could help me out. To be honest, I have no idea of JAVA or whatsoever, but I'm on this forum because I belive you really do And no, I'm not going to ask something like "uhm, I had this awesome idea of a pc game, I really put thought in it, I just need someone to write some code, I dont think it neeeds much, its just 2D..."
    What I am working on is a winterboard theme for iOS. I hope you are familiar with that, but if not it wouldn't be a problem. And I know you are doing this as a practice, but I believe what I am asking for is propably a no-brainer for you.
    The thing is, that in winterboard you put all you image files in a folder.theme. Then the original system files are swapped with those, if their name match (You do have do put them in the right sub folders tho)
    Now the problem I and a friend are faceing is, that this doest leaves much room for personal customization for the user of the theme as they can't change specific files within that theme. For example I would like to give the user an option of lets say 3 images to be used on the lockscreen. The only way to do it right now is to make 3 seperate themes, each with its own Lockscreen image. And when you now want to extend that to more images I think you can see where the problem is.
    Now the thing we want to make is a page in the settings.app where you could choose from said 3 images, select one, and then apply the selection. To do this, we have a plist that will show up as a selection menu in the settings.app (maybe we will make an actual app, that then will save the information in a plist, so in the end there is always a plist) The point where I'm stuck now is to write a (I think simple) script that can read the plist and rename files according to it. So now I only have to have on theme, that contains all 3 images, named for example imagetobeused.png and imagetobeusedALT1.png, imagetobeusedALT2.png. Depending on which of these 3 the user has chosen the script should rename that one to imagetobeused.png and the other ones to ""ALT1 and ""ALT2.. I hope you understand this

    So, if someone here could give me an overview on what has to be done to achief this and how I actually cloud. If you need more information, just ask. Any help will be apperciated, although I might just sound like a stupid kid who has no idea what he is doing. I kindof have .

    fru1tfly
    Last edited by fru1tfly; September 5th, 2012 at 09:57 AM. Reason: Changed title


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Willing to volunteer 10 hours per week of programming time

    Please don't reply to a year old-thread about something off topic. I have moved your post to a more appropriate forum

Similar Threads

  1. Willing to volunteer 10 hours per week of programming time
    By Otiose Dodge in forum Paid Java Projects
    Replies: 6
    Last Post: August 27th, 2012, 01:09 PM
  2. Is programming a very time-consuming process?
    By SOG in forum Totally Off Topic
    Replies: 9
    Last Post: July 16th, 2012, 07:28 AM
  3. Help wanted, 20$ a week - you only work a few minutes.
    By kxsb11 in forum Paid Java Projects
    Replies: 1
    Last Post: January 30th, 2012, 03:55 AM
  4. How to print the day of the week from user input?
    By f0x in forum Java Theory & Questions
    Replies: 2
    Last Post: October 31st, 2011, 05:33 PM
  5. Java Programming Help - thanks ahead of time
    By javanerd in forum What's Wrong With My Code?
    Replies: 5
    Last Post: September 28th, 2010, 04:14 PM