Search found 61 matches

by bmeyns
Fri Sep 30, 2016 10:32 am
Forum: Problem reports
Topic: checkbox list limited to 1000 items
Replies: 1
Views: 6208

checkbox list limited to 1000 items

We have an Aware application where we have an object "Schema" that uses a checkbox list to display all available "Accounts" linked to that Schema. Seems the checkbox list visualisation is limited to the first 1000 items? Cause: JSON response is limited to 1000 items. Can we change this setting somew...
by bmeyns
Tue Jun 07, 2016 7:06 am
Forum: Problem reports
Topic: Error in publishing imported BSV
Replies: 5
Views: 12570

Re: Error in publishing imported BSV

Same problem here.
I've tried to import an existing bsv into another Aware IM environment. Test works well, but publish gives me the same error.
I've sent my bsv to Vladimir, hope it get fixed soon. No idea why it goes wrong.
Happy this didn't happen on my primary production system...
by bmeyns
Tue May 31, 2016 1:18 pm
Forum: Problem reports
Topic: LDAP - Distinguished Name changed -- duplicate user
Replies: 3
Views: 9804

Re: LDAP - Distinguished Name changed -- duplicate user

We're still experiencing this problem. When a "distinguished name" get changed (e.g. when a user simply changes to another Organisational Unit "OU"), Aware creates a new RegularUser object with that new "distinguished name" mapping (login options set to "create Aware IM user automatically"). How cou...
by bmeyns
Wed May 25, 2016 12:14 pm
Forum: General discussion and questions about Aware IM
Topic: Help with Process Logic
Replies: 10
Views: 16074

Re: Help with Process Logic

A+
adding businessSpace to log-file should help al lot.
by bmeyns
Fri Nov 20, 2015 1:12 pm
Forum: General discussion and questions about Aware IM
Topic: MariaDB or MySQL?
Replies: 9
Views: 13306

MariaDB or MySQL?

In 2009 MySQL (since the acquisition by Oracle), has been forked to MariaDB (100% open-source). MySQL development has been continued by Oracle, but less transparent.

Does Aware IM officially supports also MariaDB? Or should we follow the uncertain MySQL Oracle track?
by bmeyns
Mon Jan 12, 2015 2:53 pm
Forum: Problem reports
Topic: Pop Up forms
Replies: 8
Views: 17764

Yes, the algorithm for the calculation of the default width and height for a popup form has changed in 5.8 (hopefully for the better) Aware IM now uses available screen width and height (with some offset) to calculate default width and height, so that the form looks good in all resolutions. @Suppor...
by bmeyns
Thu Jan 08, 2015 3:25 pm
Forum: Problem reports
Topic: fix numbervalidation for decimal comma locales on IE7/IE8
Replies: 0
Views: 6384

fix numbervalidation for decimal comma locales on IE7/IE8

There is an bug in the aware.js script for Internet Explorer 7 / 8 (Aware v. 5.9 b1908) When you are using a locale with a comma as decimal mark symbol (most European countries), a specific function names "replaceDecimalComma" is used to prepare numeric values for database input. e.g. €9,53 should b...
by bmeyns
Thu Dec 18, 2014 1:14 pm
Forum: Problem reports
Topic: number formatting not working on inline-editing
Replies: 0
Views: 5837

number formatting not working on inline-editing

When using the inline-formatting, numbers are not formatted when showing the input-field. Moreover, for large numbers: an E-symbol is shown at the end of the the value. See screenshot below: http://s21.postimg.org/p98jv4znb/Aware_inline_edit_formatting.png Database value = 147782998.35 Formatting is...
by bmeyns
Wed Dec 17, 2014 10:12 am
Forum: Problem reports
Topic: inline edit: triangle-mark in grids missing
Replies: 0
Views: 6363

inline edit: triangle-mark in grids missing

After upgrade to v. 5.9 the inline editable cells are not anymore marked with the blue triangle in the left corner. This can be fixed by adding this css class to your theme css (e.g. Tomcat/webapps/AwareIM/aware_ext/resources/css/blue.css): .aw-grid-editable-cell { background:url(../images/edit_cell...
by bmeyns
Wed Dec 17, 2014 8:43 am
Forum: Problem reports
Topic: Pop Up forms
Replies: 8
Views: 17764

popup too big

Same problem here (upgrading from 4.9 to 5.9, b1908).
I now need to specify the height of large forms to get scrollbars displayed. Otherwise some parts of large forms fall of the screen...

I liked the default sizing of forms in the previous Aware more :(
by bmeyns
Wed Nov 26, 2014 9:02 am
Forum: General discussion and questions about Aware IM
Topic: memory settings
Replies: 5
Views: 7893

I've increased the memory allocation for the "Control Panel" rem Start Aware IM Control Panel start %JAVA_HOME%\bin\javaw -Xms512m -Xmx1024m -XX:MaxPermSize=512m -cp %CLASSPATH% com.bas.controlcenter.ControlCenterApp in the "startAwareIM.bat". But when I look to the System Settings GUI, the value of...
by bmeyns
Wed Nov 26, 2014 7:48 am
Forum: General discussion and questions about Aware IM
Topic: Icon by CSS class name in Icon Display Rules
Replies: 5
Views: 7701

Is there no patch available for the 5.9?
by bmeyns
Tue Nov 25, 2014 10:51 am
Forum: General discussion and questions about Aware IM
Topic: Icon by CSS class name in Icon Display Rules
Replies: 5
Views: 7701

Icon display rule: option "by CSS class name" inac

I'm testing the upgrade to 5.9 b1908, but noticed I can't select the option to display an attribute value by an icon using a CSS-class.
The option is inactive (greyed-out) in the config tool.

see screenshot below

Image
by bmeyns
Tue Nov 25, 2014 9:48 am
Forum: General discussion and questions about Aware IM
Topic: memory settings
Replies: 5
Views: 7893

set memory allocation for Aware IM Server

How can I set the Aware IM server memory?
As it isn't saved on the control panel and I don't see any property in the startupOptions.prop
It mentions only TOMCAT_STARTUP and CONFIG_TOOL_STARTUP. I'm missing an entry for the Aware Server??
by bmeyns
Tue Oct 07, 2014 8:32 am
Forum: General discussion and questions about Aware IM
Topic: Loss of icons after upgrading to 5.5
Replies: 9
Views: 13066

Hi Mark, Thanks for your suggestion, but I switched to another theme and still same problem: custom icons are not displayed. In fact the custom icons I used were files (not CSS classes). The icons still exist on the webserver, but aren't used anymore by Aware for generating my menu-items. Same probl...