Thread: SaveState parameters
|
Replies:
1
-
Last Post:
Mar 20, 2018 10:08 AM
Last Post By: Shlomo Abuisak
|
|
|
Posts:
100
Registered:
9/18/10
|
|
I have a program using SaveState (Android).
On the first version i had 6 parameters.
saving 6 parameter onsavestate.
On form show
if SaveState.Stream.Size > 0 then
begin
..... Read 6 parameters
end
else
begin
.... initialize
end
However now i need to add more parameters
here i will have problems.
if SaveState.Stream.Size > 0 then
begin
read 8 or more parameters
My only solution is to DELETE the program and reinstall it.
BUT I DO NOT WANT TO ASK the users to uninstall
SO WHAT IS THE SOLUTION FROM ONE VERSION TO the other
when more parameters are added ?
|
|
|
Posts:
100
Registered:
9/18/10
|
|
Fixed by including last amount
I have a program using SaveState (Android).
On the first version i had 6 parameters.
saving 6 parameter onsavestate.
On form show
if SaveState.Stream.Size > 0 then
begin
..... Read 6 parameters
end
else
begin
.... initialize
end
However now i need to add more parameters
here i will have problems.
if SaveState.Stream.Size > 0 then
begin
read 8 or more parameters
My only solution is to DELETE the program and reinstall it.
BUT I DO NOT WANT TO ASK the users to uninstall
SO WHAT IS THE SOLUTION FROM ONE VERSION TO the other
when more parameters are added ?
|
|
|
|
Legend
|
|
Helpful Answer
(5 pts)
|
|
Correct Answer
(10 pts)
|
|
Connect with Us