akifbilal / networkpx

Automatically exported from code.google.com/p/networkpx
0 stars 1 forks source link

deleteKeyRow and shiftKeyRow broken #489

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. deleteKeyRow
2. shiftKeyRow
3.

What is the expected output? What do you see instead?
i set the keys to rows - 0 or 1 or 2 or 3 but it will only show it on row - 0

What version of the product are you using? On what operating system
(iPhone/iPod Touch? Firmware version?)?
iphone 3.1.2 latest ikeyex

Please provide any additional information below.

Original issue reported on code.google.com by ali.chro...@gmail.com on 24 Dec 2009 at 7:45

GoogleCodeExporter commented 8 years ago
Have you tried Settings -> iKeyEx -> Delete cache?

Original comment by kennytm@gmail.com on 25 Dec 2009 at 8:59

GoogleCodeExporter commented 8 years ago

Original comment by kennytm@gmail.com on 25 Dec 2009 at 8:59

GoogleCodeExporter commented 8 years ago
yes I have done every thing rebooted deleted cache but no luck

Original comment by ali.chro...@gmail.com on 25 Dec 2009 at 9:08

GoogleCodeExporter commented 8 years ago
Reboot won't help. 

Delete cache as in go to Settings -> iKeyEx -> Delete cache, select the name of 
your layout, tap "Delete 
1 entry", confirm, then restart your testing app (e.g. killall MobileSafari). 

Please attach your layout.plist if it's still not fixed. 

Original comment by kennytm@gmail.com on 25 Dec 2009 at 9:44

GoogleCodeExporter commented 8 years ago
ive done it and i will send a copy of it just give me a few

Original comment by ali.chro...@gmail.com on 25 Dec 2009 at 10:04

GoogleCodeExporter commented 8 years ago
http://pastie.org/756635

Original comment by ali.chro...@gmail.com on 25 Dec 2009 at 10:11

GoogleCodeExporter commented 8 years ago
"rows - 4" isn't a valid *number*!

Original comment by kennytm@gmail.com on 25 Dec 2009 at 11:27

GoogleCodeExporter commented 8 years ago
try rows 3 or 2 same thing

Original comment by ali.chro...@gmail.com on 25 Dec 2009 at 11:28

GoogleCodeExporter commented 8 years ago
i forgot to change it i tried doing it to see what happens if you put a wrong 
row in.
but it always stays on row 0

Original comment by ali.chro...@gmail.com on 26 Dec 2009 at 12:04

GoogleCodeExporter commented 8 years ago
No, your layout.plist isn't even valid. You've missed a </dict> and </plist> at 
the 
end. Make sure you've checked if the file has valid XML first.

After replacing the relevant 4 lines with

    <key>deleteKeyRow</key>
    <string>2</string>
    <key>shiftKeyRow</key>
    <string>3</string>

I've got http://twitpic.com/vfcit, so obviously it isn't iKeyEx's fault. You 
need to 
delete the cache every time you change the layout.plist.

Original comment by kennytm@gmail.com on 27 Dec 2009 at 7:24

GoogleCodeExporter commented 8 years ago
thank you so much i got it working. keep up the work. you can close this issue 
if you
wish. 

Original comment by ali.chro...@gmail.com on 27 Dec 2009 at 7:38

GoogleCodeExporter commented 8 years ago

Original comment by kennytm@gmail.com on 27 Dec 2009 at 7:57