-
Hi,
the name of an interactive job is currently QPADEV000X. Is is possible to change this name before connecting to an iSeries system?.
2009-08-19 14:54:40 UTC in xtn5250
-
I did some tests. STRPCCMD works even under GNU/Linux (Ubuntu 7.10). The commands I used will be executed without problems (e.g /usr/bin/firefox).
The new feature gives full control over every command fired from an iSeries. For better handling of non-executable files I can override the strPcCmd method to open files with the associated application ( Desktop.open() ).
Many thanks for your...
2009-07-08 09:24:48 UTC in xtn5250
-
Yes, it seems to work. I will do some further tests next week (e.g. running STRPCCMD under GNU/Linux).
Just a little thing: "Reveived STRPCCMD shutdown" should be "Received ...".
Thank you very much!
2009-07-03 14:21:33 UTC in xtn5250
-
I have looked for STRPCCMD implementations and found one in the the tn5250j project (http://tn5250j.svn.sourceforge.net/viewvc/tn5250j/trunk/tn5250j/src/org/tn5250j/framework/tn5250/tnvt.java?view=log). Revision 807 supports STRPCO/STRPCCMD. Especially the code on line 2127 (tnvt.java) seems to be interesting.
2009-07-02 10:21:24 UTC in xtn5250
-
STRPCCMD sends a command to the PC (via 5250 datastream?). It would be nice if STRPCCMD support would be added.
2009-05-26 18:09:27 UTC in xtn5250
-
Hello,
it is possible to change to font color of some panel parts? I would like to blank out the F-key bar with black color.
Thank you.
2009-05-21 08:38:54 UTC in xtn5250
-
I have tested your version for a while. It would seem the bug has been
fixed! The ArrayIndexOutOfBoundsException did not appear anymore. Thanks
for the help!
2009-05-14 12:29:09 UTC in xtn5250
-
I tried to add some controls to my 5250 panels via a instance of PanelHandler. It works pretty well but sometimes the AWT-EventQueue throws an ArrayIndexOutOfBoundsException after returning to a panel without controls:
Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: No such child: 1
at java.awt.Container.getComponent(Unknown Source)
at...
2009-05-13 10:44:26 UTC in xtn5250
-
Hello,
I tried to add some controls to my 5250 panels. It works pretty well but sometimes the AWT-EventQueue throws an ArrayIndexOutOfBoundsException after returning to a panel without controls:
Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: No such child: 1
at java.awt.Container.getComponent(Unknown Source)
at...
2009-05-13 09:17:24 UTC in xtn5250
-
Thank you. It works!
2009-05-13 09:02:50 UTC in xtn5250