Search found 2602 matches

by hpl123
Fri Feb 23, 2024 6:35 pm
Forum: General discussion and questions about Aware IM
Topic: NullPointerException error after upgrade to V9 (m_application is null)
Replies: 4
Views: 1007

Re: NullPointerException error after upgrade to V9 (m_application is null)

Addition to the previous post: As usual, after the upgrade I put back the BASServer.props file from the previous install (in my case V8.8 ). I compared that file to the default file that was included with the V9 install and found two changes. I then changed these lines in the BASServer.props file. ...
by hpl123
Thu Feb 22, 2024 5:54 pm
Forum: General discussion and questions about Aware IM
Topic: Text alignment when using Number as Attribute
Replies: 7
Views: 1164

Re: Text alignment when using Number as Attribute

Are you sure its actually the number attribute and not the label i.e try changing label to a shorter text and see if you experience the same problems?
by hpl123
Thu Feb 22, 2024 5:47 pm
Forum: Problem reports
Topic: V9 prevent overflow menu in form grid panel operations
Replies: 2
Views: 706

Re: V9 prevent overflow menu in form grid panel operations

I have had similar issues before (I am not on v9 yet so haven't experienced this) and the problem I had before was related to margin/padding on the left/right side of the parent container divs etc. and that margin/padding together with the width you have set for the buttons means the total width "us...
by hpl123
Fri Feb 16, 2024 12:08 pm
Forum: General discussion and questions about Aware IM
Topic: REQIRED only if CREATE/ENTER NEW, not on EDIT?
Replies: 3
Views: 972

Re: REQIRED only if CREATE/ENTER NEW, not on EDIT?

Also take a look at the presentation rules which may be used for scenarios like this. Another thing I have done in the past is, I set all attributes to non required BUT I place a red asterix in the label name and then I use regular rules to control, report error etc. for those "required" (label) att...
by hpl123
Sun Feb 11, 2024 3:22 am
Forum: General discussion and questions about Aware IM
Topic: Dynamic order by
Replies: 1
Views: 832

Re: Dynamic order by

Yes, this is possible but a little advanced, take a look here: https://www.awareim.com/forum/viewtopic ... 026#p58026

Having this built in would be nice though e.g being able to use a tag in the query order by settings.
by hpl123
Fri Feb 02, 2024 2:49 pm
Forum: General discussion and questions about Aware IM
Topic: V9 NEW FEATURES discussion
Replies: 20
Views: 34854

Re: V9 NEW FEATURES discussion

Just a Heads Up…. If you have ever used “Comment” as an Attribute Name in previous versions, you need to ensure you change it to something else before migrating to V9. In V9, Comment is now a Reserved Word. Thanks for the heads up, I use this in a bunch of places so no good. Talking about reserved ...
by hpl123
Fri Feb 02, 2024 3:32 am
Forum: General discussion and questions about Aware IM
Topic: V9 NEW FEATURES discussion
Replies: 20
Views: 34854

Re: V9 NEW FEATURES discussion

I think the 2 main "themes" of improvements for me in this version is UI/UX improvements and developer tools improvements. The UI/UX improvements are huge and most of the newly implemented UI things are things I have implemented myself (at great time/effort/cost) e.g latest KendoUI, better themes, m...
by hpl123
Thu Feb 01, 2024 4:58 am
Forum: General discussion and questions about Aware IM
Topic: Install new or overwrite?
Replies: 5
Views: 1219

Re: Install new or overwrite?

I always install in the same directory etc. but do a full backup of all old files, DBs etc. etc. before an update which means I can always restore the previous version if needed (or take files from it I sometimes forget etc. etc.). Not sure how it would look and the benefits of installing in a new d...
by hpl123
Wed Jan 31, 2024 5:23 am
Forum: General discussion and questions about Aware IM
Topic: Version 9.0 has been released!
Replies: 6
Views: 1625

Re: Version 9.0 has been released!

Awesome as always, kudos Vlad/Awaresoft. After having watched the what's new video I have to say, IMO this is the best version update in years :D.
by hpl123
Tue Jan 30, 2024 5:42 am
Forum: General discussion and questions about Aware IM
Topic: Handling Internal Exceptions in a Process
Replies: 2
Views: 9744

Re: Handling Internal Exceptions in a Process

1+ for clarity and/or a solution to this.
by hpl123
Mon Jan 29, 2024 5:15 am
Forum: General discussion and questions about Aware IM
Topic: Run a Process once when BS is Published
Replies: 2
Views: 429

Re: Run a Process once when BS is Published

Well, there exists no "native" way of doing this but what you are doing should work and doesn´t cause any noticeable load or tax on the system (i.e the rule checking current version VS last checked current version is so minor etc. it doesn´t matter if it run repeatedly). The only tip I have is, ther...
by hpl123
Sun Jan 21, 2024 3:59 pm
Forum: General discussion and questions about Aware IM
Topic: So many image files in Tomcat\webapps\AwareIM folder
Replies: 1
Views: 485

Re: So many image files in Tomcat\webapps\AwareIM folder

Yes, this is a known problem and we have a FR or a couple about this but it is apparently difficult to solve or Awaresoft would have solved it long ago considering the different FRs and the discussions in the past about this. Every time an Aware app loads a image for a user, it throws a copy in the ...
by hpl123
Fri Jan 05, 2024 5:44 am
Forum: General discussion and questions about Aware IM
Topic: Remove PROTECT when condition no longer holds?
Replies: 8
Views: 72166

Re: Remove PROTECT when condition no longer holds?

This IS how the PROTECT rule works by default. If you have rule "If Bo.Attribute=1 then PROTECT Bo FROM ALL", the PROTECT rule then only applies when the condition (Bo.Attribute=1) is met.
by hpl123
Wed Jan 03, 2024 3:28 am
Forum: General discussion and questions about Aware IM
Topic: Dear Santa ... Priorities
Replies: 10
Views: 183871

Re: Dear Santa ... Priorities

1.Less reliance on hacking props files for settings BUT keep both as all settings to all parts/components etc.will not be implemented as config tool settings which means if some settings are moved to the control panel and the rest inaccessible would be a step back IMO. Sure, Aware is mostly a low co...
by hpl123
Wed Dec 20, 2023 7:35 am
Forum: General discussion and questions about Aware IM
Topic: CSS to minimize row height in queries
Replies: 6
Views: 86164

Re: SOLVED

BLOMASKY wrote: Wed Dec 20, 2023 12:07 am Help to talk to someone who is an expert in CSS.

Life is good again.

Bruce
Yes, CSS can be tricky and complex. What was your final solution?