Search found 245 matches

by joben
Tue Dec 03, 2024 9:18 am
Forum: Wish List
Topic: busting cached stylesheets to force CSS changes
Replies: 3
Views: 966

Re: busting cached stylesheets to force CSS changes

take a look at startup.html and how the aware script is versioned and if that works, a similar approach should work for CSS. I suppose you refer to this part: src="aware_kendo/aware.js?V3123" There is no doubt in my mind that it would be possible to do some configuration changes to make the CSS cac...
by joben
Tue Dec 03, 2024 7:48 am
Forum: Wish List
Topic: busting cached stylesheets to force CSS changes
Replies: 3
Views: 966

busting cached stylesheets to force CSS changes

Quite often when publishing a new version, I have also made changes to the CSS (located in Custom/CSS/appname/style.css). However, the cache is so strong that these changes are not being loaded. I have even tried to change the name from style.css to style2.css, which has not worked. The only way for...
by joben
Wed Nov 27, 2024 10:58 am
Forum: General discussion and questions about Aware IM
Topic: internal error - [attribute[ has lists
Replies: 7
Views: 8209

Re: internal error - [attribute[ has lists

Bumping this thread to provide an alternative solution in case you get the "contains lists" error and don't want to rebuild the shortcut or delete all data. In a recent scenario I had a relationship and a shortcut set up that would throw this error when viewing certain items in a form, or even displ...
by joben
Tue Nov 12, 2024 7:47 am
Forum: General discussion and questions about Aware IM
Topic: Content-Type Limitation with PATCH Requests in AwareIM
Replies: 7
Views: 2556

Re: Content-Type Limitation with PATCH Requests in AwareIM

Which version are you running?

I am able to specify my own HTTP headers in AwareIM v 8.8
contenttypes.png
contenttypes.png (79.86 KiB) Viewed 2525 times
by joben
Mon Oct 21, 2024 6:22 am
Forum: General discussion and questions about Aware IM
Topic: *SOLVED* How to find a carriage return suing REPLACE_PATTERN
Replies: 3
Views: 2632

Re: How to find a carriage return suing REPLACE_PATTERN

Have you tried looking for the \r or \n character?

User Guide PDF --> Appendix E. Regular Expressions.
https://www.awareim.com/documentation/
by joben
Mon Sep 30, 2024 2:58 pm
Forum: Problem reports
Topic: SOAP service without WSDL (Solved)
Replies: 3
Views: 5296

Re: SOAP service without WSDL

I have only had to communicate with a SOAP service once. I never got wsdl discovery to work because the content was too convoluted or buggy for AwareIM to parse correctly. I just use the REST service instead so I can define the services manually. Works as long as you have specified the headers corre...
by joben
Tue Sep 24, 2024 7:59 am
Forum: General discussion and questions about Aware IM
Topic: Site cannot be reach after update to build 3279
Replies: 6
Views: 8202

Re: Site cannot be reach after update to build 3279

This file should contain the port connector configuration:
C:\AwareIM\Tomcat\conf\server.xml
by joben
Tue Sep 24, 2024 7:50 am
Forum: General discussion and questions about Aware IM
Topic: Active Directory/Azure integration questions
Replies: 0
Views: 3968

Active Directory/Azure integration questions

Does anyone have experience with using an on-prem Active Directory server or Azure AD as authentication with AwareIM? How easy was it to implement AD/Azure AD integration? 10 hours? 100 hours? Did you use the official purchasable add-on for this? Did you have to do core changes in the AwareIM folder...
by joben
Fri Sep 20, 2024 7:08 am
Forum: General discussion and questions about Aware IM
Topic: Site cannot be reach after update to build 3279
Replies: 6
Views: 8202

Re: Site cannot be reach after update to build 3279

If you are on Windows Server, make sure to activate "Previous versions/shadow copy" so that you can restore overwritten config files if you forget to copy them before installing a newer version. Sounds like some config file may have been overwritten in this case.
by joben
Mon Aug 05, 2024 9:17 am
Forum: General discussion and questions about Aware IM
Topic: Chrome&Edge&Fitrefox - calendar control not showing anymore
Replies: 22
Views: 90321

Re: Chrome&Edge&Fitrefox - calendar control not showing anymore

Chrome and Edge is basically the same browser under the shell - Chromium.

Firefox on the other hand is a completely different engine, so that is strange indeed.
by joben
Fri Jul 12, 2024 2:56 pm
Forum: Problem reports
Topic: Too many versions
Replies: 8
Views: 20522

Re: Too many versions

Glad you managed to solve it!
by joben
Thu Jul 11, 2024 1:58 pm
Forum: Problem reports
Topic: Too many versions
Replies: 8
Views: 20522

Re: Too many versions

Hey Colin Hard to tell what happened when you tried creating a new version and it failed, so always make sure you have a good backup routine that works in case something unexpected happens. But normally however, what I write below should be perfectly safe to do: OK so I thought - just delete one, bu...
by joben
Fri May 31, 2024 8:35 am
Forum: General discussion and questions about Aware IM
Topic: How to PICK from Custom Query?
Replies: 7
Views: 20574

Re: How to PICK from Custom Query?

Some years have passed. Just wondering if this is still the situation that you can't pick items from a custom query? EDIT: Didn't get it to work with the mobile custom query either. I ended up using the query standard grid, then created a calculated column with line breaks (<br>) so I can both have ...
by joben
Mon May 13, 2024 6:56 am
Forum: Tips and Tricks
Topic: Windows 10/11 built-in screen recorder
Replies: 1
Views: 10090

Windows 10/11 built-in screen recorder

A great way to demonstrate a bug or a problem is to record a video of it. If you are a Windows user, you can click Win+G to open the "Game bar". There you will find the built-in Screen recorder. screenrecord.png The video compression is good, but you will save even more space if you put the video in...
by joben
Tue May 07, 2024 6:35 am
Forum: Problem reports
Topic: (solved) Grouping doesn't work anymore when grouping attribute is undefined
Replies: 1
Views: 9442

Re: (solved) Grouping doesn't work anymore when grouping attribute is undefined

This was fixed in V9 Build 3257 and I can confirm that it works now.