Search found 224 matches

by joben
Thu Feb 29, 2024 7:53 am
Forum: General discussion and questions about Aware IM
Topic: ERROR: showing preview window
Replies: 4
Views: 379

Re: ERROR: showing preview window

Did you install the latest version of edge web view?

https://www.awareim.com/forum/viewtopic ... dge#p59436
by joben
Fri Feb 23, 2024 2:28 pm
Forum: General discussion and questions about Aware IM
Topic: Text alignment when using Number as Attribute
Replies: 7
Views: 512

Re: Text alignment when using Number as Attribute

Have you checked the developer console if it has something to do with CSS?
Number input fields have a different classname than plain text.

Can you share the BSV with us?
by joben
Fri Feb 23, 2024 8:34 am
Forum: Problem reports
Topic: V9 prevent overflow menu in form grid panel operations
Replies: 2
Views: 271

Re: V9 prevent overflow menu in form grid panel operations

Thanks for the advice. Here is the conclusion what had to be done. Please take into consideration that these CSS rules are somewhat general and could break stuff in other places unless you make them more specific. V9 panel operations are inside <button> tags instead of <a> tags like before. Thats th...
by joben
Thu Feb 22, 2024 3:17 pm
Forum: Problem reports
Topic: V9 prevent overflow menu in form grid panel operations
Replies: 2
Views: 271

V9 prevent overflow menu in form grid panel operations

I have used some custom CSS to make the 3 buttons more mobile friendly (bigger), so that they use 33.3% of the width each in a mobile form: v8.png This works fine in AwareIM V8, but in V9 the system forces an overflow menu: overflow.png I have tried to decrease the width by a lot, but it doesn't hel...
by joben
Thu Feb 22, 2024 7:43 am
Forum: Problem reports
Topic: missing fontawesome icons in V9
Replies: 4
Views: 336

Re: missing fontawesome icons in V9

Thanks PointsWell! This solves the issue. I am updating my documentation to make sure to fix this file after each upgrade. My experience is that all icons listed on Fontawesome as "version 5.x" and "free" has worked perfectly in AwareIM since I started using it. So I am very pleased that we can keep...
by joben
Wed Feb 21, 2024 10:03 pm
Forum: Problem reports
Topic: missing fontawesome icons in V9
Replies: 4
Views: 336

Re: missing fontawesome icons in V9

Some icons have a ”far” class in Font Awesome 5.x.
fa fa-circle = circle with a fill
far fa-circle = circle that does not have fill

R means ”regular”.

Example: https://fontawesome.com/v5/search?q=circle&o=r&m=free

https://fontawesome.com/v5/icons/circle ... &s=regular
by joben
Wed Feb 21, 2024 1:28 pm
Forum: Problem reports
Topic: missing fontawesome icons in V9
Replies: 4
Views: 336

missing fontawesome icons in V9

These icons don't work in V9 Build 3238: far fa-clock far fa-circle far fa-user I am wondering if all of the regular icons are broken? All i can see is a rectangle symbol. They work in older AwareIM that uses the same bundled version of Font Awesome free (5.6.3). Anyone else experiencing this problem?
by joben
Tue Feb 20, 2024 7:34 am
Forum: General discussion and questions about Aware IM
Topic: V9 Theme Upgrade Advice
Replies: 2
Views: 286

Re: V9 Theme Upgrade Advice

I think I have tried all the themes, and there is not one that is identical to the old bootstrap theme. The closest (in my opinion) is called "CLASSIC SILVER". All themes nowadays seem to use high contrast, so no greyish background color on forms, so you need to fix it with CSS if you don't want it ...
by joben
Wed Feb 14, 2024 1:08 pm
Forum: General discussion and questions about Aware IM
Topic: Protected BO during process + editing
Replies: 7
Views: 481

Re: Protected BO during process + editing

Shouldn't you be getting another error message like "object was changed by another user" rather than a read protection error?
Just find it a bit strange...

Perhaps add this line to the end of the process as a workaround?

Code: Select all

VIEW BO
OR

Code: Select all

VIEW BO USING FormName
It should force reload the form.
by joben
Tue Feb 13, 2024 4:00 pm
Forum: Problem reports
Topic: Customer can NO longer export to CSV
Replies: 1
Views: 229

Re: Customer can NO longer export to CSV

Looks like it might be fixed in the latest version:

Code: Select all

Standard export was broken
https://www.awareim.com/dokuwiki/doku.p ... g/9.0/3240
by joben
Tue Feb 13, 2024 12:37 pm
Forum: Tips and Tricks
Topic: Menu and and panel operations button changes in 9.0, no HTML
Replies: 1
Views: 305

Menu and and panel operations button changes in 9.0, no HTML

You can no longer use HTML code inside panel operation or menu buttons in version 9.0. For instance, if you wanted a button with bold text you could write it directly in the button name, like: "<b>I am a bold button</b>". You can set a button class and write CSS instead: .boldButton{font-weight:bold...
by joben
Fri Feb 09, 2024 3:16 pm
Forum: General discussion and questions about Aware IM
Topic: Problems displaying shortcuts - what could be wrong?
Replies: 7
Views: 457

Re: Problems displaying shortcuts - what could be wrong?

I think it is important to highlight the difference between working in SQL and AwareIM, because maybe it causes some confusion when trying to figure out how shortcuts behave. In SQL you have to keep track on the relations yourself by using unique identifier columns so you can do JOINs etc to connect...
by joben
Fri Feb 09, 2024 1:29 pm
Forum: General discussion and questions about Aware IM
Topic: Problems displaying shortcuts - what could be wrong?
Replies: 7
Views: 457

Re: Problems displaying shortcuts - what could be wrong?

Having an attribute with the same name and value in two BOs does not mean that they are connected. How is the relation between BO1 and BO2 made in the first place, and why is the IndID attribute needed? If you can describe the workflow, it should be easy to come up with a permanent solution. AwareIM...
by joben
Fri Jan 19, 2024 8:25 am
Forum: General discussion and questions about Aware IM
Topic: MySQL Database Update Issues - warning
Replies: 7
Views: 12551

Re: MySQL Database Update Issues - warning

@RLJB
Thanks for the clarification.
I had my suspicion that roll-back meant restoring a snapshot.
by joben
Thu Jan 18, 2024 2:52 pm
Forum: General discussion and questions about Aware IM
Topic: MySQL Database Update Issues - warning
Replies: 7
Views: 12551

Re: MySQL Database Update Issues - warning

Thanks for the warning.
Upgrading MySQL suddenly became more exciting :D
Btw, how does one even make a roll-back of MySQL?