Discuss [Req] Score Keeping app at the Free Toolchain Software - Hackint0sh.org; thanks psycho... downloaded no problem on 1.1.3
sorry to bug you but this just dawned ...
-
Senior Professional
Array
thanks psycho... downloaded no problem on 1.1.3
sorry to bug you but this just dawned on me... wouldn't it be easier and better if on the top you had three rows of arrows for (100, 10, 1) and the score displayed at the bottom?
you understand what i mean?
-
-

Originally Posted by
ashraf@samawi.com
thanks psycho... downloaded no problem on 1.1.3
sorry to bug you but this just dawned on me... wouldn't it be easier and better if on the top you had three rows of arrows for (100, 10, 1) and the score displayed at the bottom?
you understand what i mean?
I understand what you mean, but I'm trying my best not to clutter up the screen.
What you're suggesting (if I've understood correctly) is to have 6 buttons as opposed to the original 2.
I'm also trying to be innovative with scoring techniques, by keeping the original 2 buttons, plus only 2 more mini-buttons.
I'm not sure how many games would be increasing scores by 100s, so I capped it at 10.
Please try it out, and let me know what you think.
Btw.. Are your scores/preferences being kept on 1.1.3?
US iPhone, wk 47 (ootb 1.1.2) jailbroken and unlocked thanks to hyper-card
-
-
Senior Professional
Array

Originally Posted by
psycho
Hi there guys,
peu
Try putting this in your preferences.info file, and let me know if you can then save anything there after:
Code:
{"start":"0", "debug":"0", "keepScores":"1", "allowNegative":"1", "resetCustom":"1", "incrementBy":"1","score0":"0","name0":"Ace","score1":"0","name1":"Alex","score2":"1","name2":"Paul"} It reads it correctly, but it seems it refuses to write to it, tried setting it to different atributes and that failed too 
Thanks!
4S>IOS 5.01>>5.11>redsnow>JB 5.1.1 (F.Unlock)
4>Limera1n B1>4.3.2>IOS5 GM>redsnow>JB 5.0 (F.Unlock)
3GS>blackra1n RC3>3.1.2>Spirit>Unlock 3.1.2>Jailbreakme.com>Ultrasn0w 2.0>Unlock 4.01
3G>redsn0w 0.72>ultrasn0w>Unlock 3.0>pwnage 3.14>Unlock 3.1.2
2G>hardware unlock>elite-team virginizer>upgrade to 1.1.1>toc2rta JB>anysim 1.1>unlock 1.1.1>Restored to 1.1.3>Ziphone 2.2>Unlock 1.1.3>Modified Ziphone>iClarified unlock patch>Unlocked 1.1.4>QuickPWN>2.0.2>2.1>2.2>2.2.1>redsn0w 0.71>Unlock 3.0
-
Senior Professional
Array
-
-
This seems to be developing nicely, but if you want to use it for cards, alot of card games require a bid that is either made or not, i couldn't see if you have something to keep track of this
-
You've highlighted something else which _may_ be causing you a problem.
My variable names clash with the UIControl objects.
However, it SHOULD be ==, and not =.
The reason for this is it's assigning the value of 1 to keepScores, so it will ALWAYS be true as opposed to checking for equality.
Have you checked your preferences, and sure that you've got "keep scores" as 'on'?
US iPhone, wk 47 (ootb 1.1.2) jailbroken and unlocked thanks to hyper-card
-
-
Senior Professional
Array
yes OF COURSE
is there any debug info I can give you? I managed to make the IDE work again
4S>IOS 5.01>>5.11>redsnow>JB 5.1.1 (F.Unlock)
4>Limera1n B1>4.3.2>IOS5 GM>redsnow>JB 5.0 (F.Unlock)
3GS>blackra1n RC3>3.1.2>Spirit>Unlock 3.1.2>Jailbreakme.com>Ultrasn0w 2.0>Unlock 4.01
3G>redsn0w 0.72>ultrasn0w>Unlock 3.0>pwnage 3.14>Unlock 3.1.2
2G>hardware unlock>elite-team virginizer>upgrade to 1.1.1>toc2rta JB>anysim 1.1>unlock 1.1.1>Restored to 1.1.3>Ziphone 2.2>Unlock 1.1.3>Modified Ziphone>iClarified unlock patch>Unlocked 1.1.4>QuickPWN>2.0.2>2.1>2.2>2.2.1>redsn0w 0.71>Unlock 3.0
-
Senior Professional
Array
I still can't figure out whats happening, app works, but the save feature don't... weird.
Anyone on 1.1.3 made it work?
4S>IOS 5.01>>5.11>redsnow>JB 5.1.1 (F.Unlock)
4>Limera1n B1>4.3.2>IOS5 GM>redsnow>JB 5.0 (F.Unlock)
3GS>blackra1n RC3>3.1.2>Spirit>Unlock 3.1.2>Jailbreakme.com>Ultrasn0w 2.0>Unlock 4.01
3G>redsn0w 0.72>ultrasn0w>Unlock 3.0>pwnage 3.14>Unlock 3.1.2
2G>hardware unlock>elite-team virginizer>upgrade to 1.1.1>toc2rta JB>anysim 1.1>unlock 1.1.1>Restored to 1.1.3>Ziphone 2.2>Unlock 1.1.3>Modified Ziphone>iClarified unlock patch>Unlocked 1.1.4>QuickPWN>2.0.2>2.1>2.2>2.2.1>redsn0w 0.71>Unlock 3.0
-
-
do you know which version of jiggy you're using?
(I mean to put in the jiggy version in the about box next release)
US iPhone, wk 47 (ootb 1.1.2) jailbroken and unlocked thanks to hyper-card
-
Senior Professional
Array
both version 0.25 directly from their repository.
[edit]
1) launch jiggy IDE
2) load iscore app
3) launch it from IDE by pressing RUN button
4) modify some score, erase/add player
5) press home button
6) launch iscore from springboard
now you see the changes you just made, but if you make further changes to the scores they arent saved.
This is how I managed to save in my "I found a bug" post (I just rechecked it) the alteration in the code I made wasn't relevant, this procedure was.
Why it works? Im still trying to figure it out 
[edit2]
I see there is an unLoad function on line 915 where the scores are saved, now this is my main suspect
maybe its not executed when the home button is pressed and thats why scores aren't saved. It works fine within the IDE environment
Last edited by peu; 02-24-2008 at 01:40 AM.
4S>IOS 5.01>>5.11>redsnow>JB 5.1.1 (F.Unlock)
4>Limera1n B1>4.3.2>IOS5 GM>redsnow>JB 5.0 (F.Unlock)
3GS>blackra1n RC3>3.1.2>Spirit>Unlock 3.1.2>Jailbreakme.com>Ultrasn0w 2.0>Unlock 4.01
3G>redsn0w 0.72>ultrasn0w>Unlock 3.0>pwnage 3.14>Unlock 3.1.2
2G>hardware unlock>elite-team virginizer>upgrade to 1.1.1>toc2rta JB>anysim 1.1>unlock 1.1.1>Restored to 1.1.3>Ziphone 2.2>Unlock 1.1.3>Modified Ziphone>iClarified unlock patch>Unlocked 1.1.4>QuickPWN>2.0.2>2.1>2.2>2.2.1>redsn0w 0.71>Unlock 3.0
-
Similar Threads
-
By temprocks in forum Installation
Replies: 1
Last Post: 06-04-2009, 04:00 PM
-
By wangtrirat in forum Hardware
Replies: 1
Last Post: 04-23-2008, 12:31 PM
-
By nabbas in forum General
Replies: 10
Last Post: 11-13-2007, 07:52 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks