Search found 80 matches

by gernotlg
Wed Jan 10, 2024 11:41 pm
Forum: Wish List
Topic: Save to do its job in the configurator
Replies: 0
Views: 40216

Save to do its job in the configurator

One Job.JPG When these two buttons are not available (which means you've saved your work) .. then you should safely be able to have a power outage, or the configurator crashes, or you can lie down on the couch for 1/2 an hour because it's 3am.. and when you wake up.. and AWARE has shut down for som...
by gernotlg
Wed Jan 10, 2024 2:48 am
Forum: General discussion and questions about Aware IM
Topic: Heres my tip of the day
Replies: 5
Views: 50121

Re: Heres my tip of the day

Because : It does exactly what it says. So if it's 3am and you forgot you have a 1/2 dozen timestamps formatted as HH:mm and a dozen dates formatted as dd/MM .. all for very good reasons... then be prepared to spend an hour going through your 50+ BO's to make sure you changed them all back so they f...
by gernotlg
Tue Jan 09, 2024 11:46 pm
Forum: General discussion and questions about Aware IM
Topic: Heres my tip of the day
Replies: 5
Views: 50121

Heres my tip of the day

Do Not tick this box. Ever.
DoNotTickThisBox.JPG
DoNotTickThisBox.JPG (24.65 KiB) Viewed 50121 times
by gernotlg
Mon Jan 08, 2024 3:18 am
Forum: General discussion and questions about Aware IM
Topic: Warning messages customization
Replies: 4
Views: 5291

Re:

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 ??
by gernotlg
Wed Jan 03, 2024 5:51 am
Forum: General discussion and questions about Aware IM
Topic: KanBan Example
Replies: 1
Views: 25160

Re: KanBan Example

Cool
by gernotlg
Tue Dec 12, 2023 2:12 pm
Forum: General discussion and questions about Aware IM
Topic: Setting App name in Browser Tab
Replies: 5
Views: 8937

Re: Setting App name in Browser Tab

This code will handle setting the favicon and title. You can put it in a js file, such as favicon.js. (function() { const link = document.createElement('link'); link.type = 'image/x-icon'; link.rel = 'shortcut icon'; link.href = 'Custom/CSS/MY_APP_NAME/favicon.ico'; document.getElementsByTagName('h...
by gernotlg
Mon Dec 04, 2023 11:14 pm
Forum: General discussion and questions about Aware IM
Topic: Execute Process after Save / Close Form doesnt work ++
Replies: 3
Views: 12658

Re: Execute Process after Save / Close Form doesnt work ++

kklosson wrote: Mon Dec 04, 2023 11:01 pm Quick thought...
Make sure the logged in user has access to the process.
Admin. but thanks.
by gernotlg
Mon Dec 04, 2023 10:58 pm
Forum: General discussion and questions about Aware IM
Topic: Seems like lots of sites now log you in by sending a code instead of a PW. How will Aware handle this?
Replies: 6
Views: 30496

Re: Seems like lots of sites now log you in by sending a code instead of a PW. How will Aware handle this?

I've implemented my own MFA. User logs in.. if their account is set up for MFA, or they're an admin, they get sent and EMail or SMS (depending on their settings), then a form asks for the code.. if they fail they get logged out, if they succeed, they go to their VP. Probably has holes in it.. but th...
by gernotlg
Mon Dec 04, 2023 10:38 pm
Forum: General discussion and questions about Aware IM
Topic: Execute Process after Save / Close Form doesnt work ++
Replies: 3
Views: 12658

Execute Process after Save / Close Form doesnt work ++

Hi. Any help or suggestions why this randomly doesn't work .... appreciated. Thanks. I can't work out why in some forms, the Execute Process After Save , and the Execute Process After Close DO NOT EXECUTE. Furthermore... even a button (Panel Operations) that should Start Process ... Does not start t...
by gernotlg
Mon Nov 27, 2023 10:44 pm
Forum: General discussion and questions about Aware IM
Topic: Scheduling hope and best practices?
Replies: 23
Views: 102834

Re: Scheduling hope and best practices?

2) If a process crashes because of an internal error, the Switch for that process never gets set back to No, so this process would never run again. For this situation, I have another process that runs about every 15 minutes and checks each ControlRecord. If the ControlRecord Switch is Yes and the C...
by gernotlg
Thu Oct 26, 2023 6:09 pm
Forum: Problem reports
Topic: Configurator - memory leaks,
Replies: 14
Views: 85630

Re: Configurator - memory leaks,

Why can't CTRL-S ... The Universal Save Shortcut... just do it's job ??

1 job.
by gernotlg
Tue Oct 24, 2023 1:53 pm
Forum: Problem reports
Topic: Configurator - memory leaks,
Replies: 14
Views: 85630

Re: Configurator - memory leaks,

Yep. It would be REALLY good, if SAVE... SAVED.

Bugs.. they happen.. but Save should f'n Save. Period.
by gernotlg
Tue Oct 10, 2023 8:01 pm
Forum: General discussion and questions about Aware IM
Topic: Save Button Vanishes before my eyes
Replies: 3
Views: 24370

Re: Save Button Vanishes before my eyes

Yeah stupid me.. I'd just found it.. was a script and the form had been copied and modified for Edit.. so it still had ID's and scripts for hiding buttons from the original wizard form.

However... it's strange that the parent's buttons got messed up... which now that is fixed too.

Thanks
by gernotlg
Tue Oct 10, 2023 6:52 pm
Forum: General discussion and questions about Aware IM
Topic: Save Button Vanishes before my eyes
Replies: 3
Views: 24370

Save Button Vanishes before my eyes

Anyone know why a Save Button would appear on the form then disappear. (like it's there when the form loads and then I watch it disappear straight away). * Popup * Bottom Panel Toolbar or Bottom of Form (no difference). * Form loaded via process from operations with records from grid in parent form....