cancel
Showing results for 
Search instead for 
Did you mean: 

Save user configuration

abarros123
Explorer
0 Kudos

Hi,

Is there any chances to save the application configuration?

For instance:

The user apply different filters in the application and he wants to that configuration for the next day.

Is there any function type: APPLICATION.SetInt() / APPLICATION.GetInt() in the script editor.

Thank you in advance

Accepted Solutions (0)

Answers (3)

Answers (3)

MustafaBensan
Active Contributor
0 Kudos

Hi Andres,

The referenced blogs and video relate to the deprecated bookmarking approach. Since you are using Lumira Designer 2.0 I suggest you review the new bookmarking concept described in the Application Designer Guide. If you then provide a specific example of what you want to achieve by "saving the application configuration", we can provide more guidance accordingly.

Regards,

Mustafa.

abarros123
Explorer
0 Kudos

Hi again,

I have read the tutorial several times but I do not understand how to use them...

When I programmed in Unity I used to save all the variables in the SetInt, SetFloat...

PlayerPrefs.SetInt ("Lives", 20);

Int lives = PlayerPrefs.GetInt ("Lives");

But in the bookmarks I do not know how to do the same thing...........

Thank you.

arijit_das
Active Contributor
0 Kudos

may be this video will help:

http://youtu.be/cndx7wYZqLw

arijit_das
Active Contributor
0 Kudos
abarros123
Explorer
0 Kudos

Thank you for your answer!!

I am going to use it as soon as possible!!!