Search found 2555 matches
- Tue Dec 05, 2023 5:57 pm
- Forum: General discussion and questions about Aware IM
- Topic: Scheduling hope and best practices?
- Replies: 23
- Views: 12470
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...
- Tue Dec 05, 2023 3:07 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: 328
Re: Seems like lots of sites now log you in by sending a code instead of a PW. How will Aware handle this?
Even "big" sites like Paypal will text you a code now. Seems like a new function is needed to convert a Guest session to a real user. You'd have to be on an Aware screen as a Guest to enter a LoginName which exists in the SystemUsers group. Send the SMS and then proceed to another form to enter the...
- Tue Dec 05, 2023 2:20 pm
- Forum: General discussion and questions about Aware IM
- Topic: Priorities
- Replies: 10
- Views: 435
Re: Priorities
I think a more 33/33/33 i.e all 3 areas just as important. I think Awaresoft is quite good at balancing this, the only comment/critique I have is, I don't think Awaresoft spends enough time/resources on the enhancement area (Awaresoft is far from 33% today or at least that is my potentially incorrec...
- Thu Nov 23, 2023 3:42 pm
- Forum: General discussion and questions about Aware IM
- Topic: Next Version Release Date - any news ?
- Replies: 6
- Views: 525
Re: Next Version Release Date - any news ?
The new version will be released sometime in January. The list of features is below (no documentation yet): New Features: - New Java - Latest Kendo UI library with new themes (new preview browser engine for Windows based on Edge). Two themes are show-cased in the CRM (Bootstrap 3) and Library apps ...
- Tue Oct 17, 2023 1:23 pm
- Forum: Tips and Tricks
- Topic: Activate query "No records available"
- Replies: 1
- Views: 13975
Re: Activate query "No records available"
Change actual no records text and style:
https://www.awareim.com/forum/viewtopic ... 115#p59115
https://www.awareim.com/forum/viewtopic ... 115#p59115
- Tue Oct 17, 2023 1:02 pm
- Forum: General discussion and questions about Aware IM
- Topic: Remove "No records available" msg
- Replies: 15
- Views: 13644
Re: Remove "No records available" msg
This script still works i.e we can still access that part of Kendo via scripts, the thing is just to figure out the script to change the actual text. I looked at the Kendo UI reference for this briefly and you may have to access the template to be able to do this change: https://docs.telerik.com/ke...
- Mon Oct 16, 2023 2:01 pm
- Forum: General discussion and questions about Aware IM
- Topic: Remove "No records available" msg
- Replies: 15
- Views: 13644
Re: Remove "No records available" msg
I found this old post where I wrote about enabling/disabling it and can maybe be a starting point:https://www.awareim.com/forum/viewtopic.php?f=4&t=11619&p=53733&hilit=norecords#p53733. This script still works i.e we can still access that part of Kendo via scripts, the thing is just to figure out th...
- Mon Oct 16, 2023 1:48 pm
- Forum: General discussion and questions about Aware IM
- Topic: Remove "No records available" msg
- Replies: 15
- Views: 13644
Re: Remove "No records available" msg
:!: config.messages.noRecords= "abc"; Try some variations on the script and also possibly put it as a render script. This has worked before i.e we can change it via scripts, I don't use it any more and can't remember how unfortunately. No luck with that so far. There is an script that sort of works:...
- Fri Oct 13, 2023 3:55 pm
- Forum: General discussion and questions about Aware IM
- Topic: Remove "No records available" msg
- Replies: 15
- Views: 13644
- Tue Oct 10, 2023 8:45 pm
- Forum: General discussion and questions about Aware IM
- Topic: Save Button Vanishes before my eyes
- Replies: 3
- Views: 2766
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 Good you f...
- Tue Oct 10, 2023 7:28 pm
- Forum: General discussion and questions about Aware IM
- Topic: Save Button Vanishes before my eyes
- Replies: 3
- Views: 2766
Re: Save Button Vanishes before my eyes
Look to see if you have any custom script or JS running somewhere.
- Tue Sep 26, 2023 10:28 am
- Forum: General discussion and questions about Aware IM
- Topic: wkhtml alternative
- Replies: 6
- Views: 10500
Re: wkhtml alternative
Ridiculous prices for the commercial ones, there has to be some other free / cheap option out there. We have explored some solutions out there and seems that https://weasyprint.org/ to be closest to wkhtml, also free. As paid solution we also recommend CombinePROx from coolutils.com Why are you not...
- Sun Sep 24, 2023 7:28 pm
- Forum: General discussion and questions about Aware IM
- Topic: wkhtml alternative
- Replies: 6
- Views: 10500
Re: wkhtml alternative
Ridiculous prices for the commercial ones, there has to be some other free / cheap option out there.
Why are you not continuing with wkhtml, are there parts of it that don't work for you? I use it extensively and never had any issues.
Why are you not continuing with wkhtml, are there parts of it that don't work for you? I use it extensively and never had any issues.
- Sun Sep 24, 2023 7:24 pm
- Forum: General discussion and questions about Aware IM
- Topic: Operation on Single References -default icons - Change
- Replies: 1
- Views: 5500
Re: Operation on Single References -default icons - Change
Been a while since I tinkered with this but I am fairly sure each of the operations has a CSS class that determines which icon is shown. Use the inspector to find the class name and then override it in a custom CSS file. NB: This would change icon for all operations throughout the app and also poten...
- Mon Sep 11, 2023 4:06 pm
- Forum: General discussion and questions about Aware IM
- Topic: I Think I Must Be Going Crazy :-|
- Replies: 5
- Views: 8914
Re: I Think I Must Be Going Crazy :-|
I would think both are executed no matter what as you don't have any conditional parts in there. I could be wrong though.