Search found 7525 matches

by aware_support
Tue May 30, 2006 11:18 pm
Forum: General discussion and questions about Aware IM
Topic: Reference item presentation rules
Replies: 3
Views: 10261

SystemSettings support has been implemented already in the 1.6 beta. We are planning support for item rules in queries - whether this support will be in 1.6 has not been decided yet.
by aware_support
Mon May 29, 2006 11:47 pm
Forum: General discussion and questions about Aware IM
Topic: Reference item presentation rules
Replies: 3
Views: 10261

Terry, What is the set of restrictions for item rules? The restrictions are: 1) Only conditions that involve expressions with the attributes of the referred objects are allowed. Expressions do include functions, so you can use CURRENT_DATE (see also the Library applications where overdue loans are d...
by aware_support
Mon May 29, 2006 11:30 pm
Forum: General discussion and questions about Aware IM
Topic: Tag questions
Replies: 1
Views: 6753

Try this rule:

COUNT Task WHERE (Task IN RegularUser.Tasks AND Task.StartTime < CURRENT_DATE)
by aware_support
Mon May 29, 2006 11:28 pm
Forum: General discussion and questions about Aware IM
Topic: finding duplicates and offering choices
Replies: 8
Views: 18360

Terry, 1. You are right about USING - it is redundant. I guess I included it purely for the illustration purposes. 2. I would recommend a slightly different approach to what you are trying to do. Rather than showing the full form of the Account to the user I would show a special form that contains a...
by aware_support
Mon May 29, 2006 2:49 pm
Forum: General discussion and questions about Aware IM
Topic: starting and stopping from command line
Replies: 21
Views: 24031

This time it's our turn to apologize. You are right - the script we recommended to you is actually for Linux and it turns out that we do not have an official Mac version yet. The changes, though, are fairly straightforward and it looks like you've done them already. Please stick with your version fo...
by aware_support
Sun May 28, 2006 4:00 am
Forum: General discussion and questions about Aware IM
Topic: starting and stopping from command line
Replies: 21
Views: 24031

You can try running startAwareIMNoGUI.sh script. You need to open the Terminal window and change to Aware IM BIN directory: cd /Applications/AwareIM.app/Contents/Resources/java/bin And then run the script bash startAwareIMNOGUI.sh This will start all the servers without you having to use the GUI int...
by aware_support
Sat May 27, 2006 12:32 pm
Forum: General discussion and questions about Aware IM
Topic: starting and stopping from command line
Replies: 21
Views: 24031

Yes, shutting down Control Panel also shuts down all other servers. There is no way at the moment to shut down Tomcat or JBoss separately other than killing the "java" processes (which is not recommended if you are running the Control Panel). I still don't understand, though, why you would need that...
by aware_support
Sat May 27, 2006 12:36 am
Forum: General discussion and questions about Aware IM
Topic: finding duplicates and offering choices
Replies: 8
Views: 18360

Terry, I'm not sure what you mean by "replacing" the record with the matching record. Let's assume that you want to insert a Contact as a reference into some other object (Parent), so you are creating a new instance of the Contact and then if you find matching records you offer a choice to the user....
by aware_support
Fri May 26, 2006 2:48 pm
Forum: General discussion and questions about Aware IM
Topic: starting and stopping from command line
Replies: 21
Views: 24031

Tom, shutting down the Configuration Tool does not shut down the Aware IM server, Tomcat or JBoss! They are totally separate. In fact, you can even run the Configuration Tool on a separate machine. If shutting down the Configuration Tool does shut down the Aware IM server and other servers on your m...
by aware_support
Fri May 26, 2006 2:06 am
Forum: General discussion and questions about Aware IM
Topic: select all?
Replies: 1
Views: 6668

Not at the moment. We are planning to add this in the future.
by aware_support
Fri May 26, 2006 2:05 am
Forum: General discussion and questions about Aware IM
Topic: starting and stopping from command line
Replies: 21
Views: 24031

Not from the command line. You can shutdown and re-start the server from the Control Panel. Otheriwse you can just kill all the running processes starting with "java".

Best Regards
by aware_support
Fri May 26, 2006 2:00 am
Forum: General discussion and questions about Aware IM
Topic: wish: Time Picker
Replies: 1
Views: 6668

Terry,

thank you for your feedback. We will add it to our TODO list.

Best Regards
by aware_support
Fri May 26, 2006 1:58 am
Forum: Problem reports
Topic: MySQL on Mac OS 10.4.6 Server problems
Replies: 3
Views: 8134

So the problem has been resolved by ticking the "Allow network connections" checkbox?
by aware_support
Thu May 18, 2006 2:03 pm
Forum: General discussion and questions about Aware IM
Topic: Aware IM and AJAX
Replies: 2
Views: 5262

At the moment there is no support for AJAX integration.

However, we are planning to release a plug-in in the near future that will allow such an integration.

Best Regards
by aware_support
Tue May 16, 2006 1:31 pm
Forum: General discussion and questions about Aware IM
Topic: Changing database management systems
Replies: 5
Views: 10720

Gabby, Is that all you really need to do? IOW, will AwareIM forward-engineer the entire table/column structure, or does one need to use another tool to do this first? Yes, that's all you need to do. Aware IM WILL re-create data table structure from the definitions of business objects and attributes....