-
Your software deals with the following features.
- multiple object selection techniques
- bounding box calculation
- grid snapping, magnetic areas
- triggering feedback to the user
Would you like to offer any component that can be reused as a class library on its own in other applications?
How much are the existing interfaces reusable already?.
2008-01-28 13:47:51 UTC by elfring
-
Hello :
1)
I want to make a system users login dialog.
Where I must insert the call ?
2)
Are there some way for set grants access from menus to modules.?
3)
How to open a data table from a query parameters
dialog.?
Thanks.
2005-07-06 17:54:23 UTC by mapner
-
As described in the Tutorial part 1, I cut and paste the code to MyApplication.java... but also I get the Null pointer exception.
The only way that I've found to get it working is by adding a custom Top level menu as described in the tutorial
-- I'm using Eclipse 3.1 + jdk1.5 and AtrisFramework 1.0.8.
2005-04-22 07:28:55 UTC by plinx
-
Atris version 1.0.8
I have the following error trying tutorial:
java.lang.NullPointerException
java.lang.NullPointerException
at java.awt.Container.addImpl(Unknown Source)
at java.awt.Container.add(Unknown Source)
at Atris.CommonUI.AtrisMDIFrame.MyConstructor(AtrisMDIFrame.java:853)
at Atris.CommonUI.AtrisMDIFrame.<init>(AtrisMDIFrame.java:118)
2005-04-09 16:03:40 UTC by memphis1
-
I have contacted Progress to get a evaluation version. I'll tell you as soon a get a response.
Volker.
2005-02-16 12:29:16 UTC by volker66
-
Logged In: YES
user_id=1216127
solution : use jh.jar from Atris install dir.
2005-02-10 10:06:09 UTC by gmont
-
Does Progress offer a limited release/freely available and/or evaluation version that it can be tested on?.
2005-02-09 20:12:38 UTC by kself
-
Hi,
Having installed Atris 1.0.7, with JDK 1.4.2_03, wrote
MyApplication exemple from tutarial Part 1 (P.12),
compiled ok (using eclipse), but got
java.lang.NoClassDefFoundError: javax/help/HelpSet.
Then installed JavaHelpTM 2.0_02 - October 2004,
recompiled, ran again and got :
javax.help.HelpSetException: Could not parse
Got an IOException (null)
Parsing failed for null...
2005-02-09 16:15:22 UTC by nobody
-
Full Report support has been added by integrating the jFreeReport API java libraries into the framework, providing seamless integration with the internal Atris classes. The developer can now add reports to applications quickly, thus providing a more mature and polished application to the end user.
Initial Internationalization support has been added. This support is based on the Java i18n API...
2005-02-08 19:59:25 UTC by kself
-
Record locking is a complex issue, and does not have a simple solution. For example, there is no gaurantee that a given client that owns a lock will actually release the lock (user might walk away from machine, or just switch it off). Having said that, there is an upgrade in the work to allow you to override the Get SQL with GetForUpdate SQL. This SQL would be called only when the record was to...
2005-02-08 16:59:47 UTC by kself