Warning messages customization

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
weblike
Posts: 1165
Joined: Sun Dec 02, 2012 12:00 pm
Location: Europe

Warning messages customization

Post by weblike »

Hi there,

I think this is a simple one but I can't figure it out at this hour.

Can anyone tell me how can it be arranged the warning messages which appears when a user wants to close a form without saving it?
Now appears like this "There are unsaved changes in the form of object BOname.Do you want to save them?"

Can it be customized the text "of object BOname"???

Thank you
Thx,
George
________________________________
Developer Edition
AwareIM: v8.5, build 2824
OS: Windows Server 2012
DB: MySql 5.6.42
Rennur
Posts: 1191
Joined: Thu Mar 01, 2012 5:13 am
Location: Sydney, Australia

Post by Rennur »

You can find it in C:\AwareIM\Tomcat\webapps\AwareIM\aware_ext\aware.js

strUnsavedChanges:"There are unsaved changes in the form of object {0}. <br>Do you want to save them?"

You'd need to change this manually after every version update.

Cheers
Rennur
Posts: 1191
Joined: Thu Mar 01, 2012 5:13 am
Location: Sydney, Australia

Post by Rennur »

I usually remove the reference to the object name altogether and simply change the whole string to something like "Do you wish to save changes."

If support can add a BO Label button next to the BO Description button, then if there is no label defined for the BO, the system would use the BO name.

Maybe one for the wishlist :)

Regards,
weblike
Posts: 1165
Joined: Sun Dec 02, 2012 12:00 pm
Location: Europe

Post by weblike »

Yes it would be useful to have friendly messages for users...
+1
thx
Thx,
George
________________________________
Developer Edition
AwareIM: v8.5, build 2824
OS: Windows Server 2012
DB: MySql 5.6.42
gernotlg
Posts: 80
Joined: Fri Aug 27, 2021 1:24 am

Re:

Post by gernotlg »

Rennur wrote: Mon Apr 07, 2014 10:49 pm You can find it in C:\AwareIM\Tomcat\webapps\AwareIM\aware_ext\aware.js

strUnsavedChanges:"There are unsaved changes in the form of object {0}. <br>Do you want to save them?"

You'd need to change this manually after every version update.
Cheers
is This still the only way to change this message ??
V8.8 / Windows / MySQL
Post Reply