Re: [Tn5250j-general] tn5250j file transfer for linux

2016-04-07 Thread Marshall Dunbar
The issue has to do with name format.  Your IBMi is defaulting to path (format 
1) naming.  The default naming is lib (format 0).  Someone has changed your 
IBMi FTP server attributes to default to path naming.  It is easy to change 
interactively from an FTP client,

site namefmt 0

I've never used the file transfer in tn5250j, so I don't know if it is possible 
to add that command in a configuration file so it would be executed after the 
logon in FTP.

Your other choice would be to change the FTP server attributes back to the 
defaults, but would be system wide and affect all users on your system.  I 
believe you'd need to change initial name format and initial directory:

CHGFTPA:

 Initial name format  . . . . . .   *LIB  *SAME, *LIB, *PATH
 Initial directory  . . . . . . .   *CURLIB   *SAME, *CURLIB, *HOMEDIR

After that change you would need to stop and start the FTP server on your IBMi.
--
Marshall Dunbar


From: Jason Cawood mailto:jasoncaw...@gmail.com>>
Reply-To: 
"tn5250j-general@lists.sourceforge.net<mailto:tn5250j-general@lists.sourceforge.net>"
 
mailto:tn5250j-general@lists.sourceforge.net>>
Date: Wednesday, April 6, 2016 at 9:13 PM
To: 
"tn5250j-general@lists.sourceforge.net<mailto:tn5250j-general@lists.sourceforge.net>"
 
mailto:tn5250j-general@lists.sourceforge.net>>
Subject: [Tn5250j-general] tn5250j file transfer for linux

Have any of you gotten the file transfer portion to work on a linux machine?

when I attempt I get the following log:

220-QTCP at server.hostname.com<http://server.hostname.com>.
220 Connection will close if idle more than 5 minutes.

SENT: USER user
331 Enter password.
SENT: PASS 
230 user logged on.
SENT: SYST
215 OS/400 is the remote operating system. The TCP/IP version is "V5R4M0".
SENT: PWD
257 "/home/user" is current directory.
SENT: RCMD dspffd FILE(user/file) OUTPUT(*OUTFILE) OUTFILE(QTEMP/FFD)
250 Command dspffd FILE(user/file) OUTPUT(*OUTFILE) OUTFILE(QTEMP/FFD) 
successful.
SENT: PORT 192,168,1,225,203,198
200 PORT subcommand request successful.
SENT: RETR QTEMP/FFD
550 Unable to find file /home/user/QTEMP/FFD

is this a permissions issue, or something more?
--
Thank you
Jason Cawood
--
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


[Tn5250j-general] tn5250j file transfer for linux

2016-04-06 Thread Jason Cawood
Have any of you gotten the file transfer portion to work on a linux machine?

when I attempt I get the following log:

220-QTCP at server.hostname.com.
220 Connection will close if idle more than 5 minutes.

SENT: USER user
331 Enter password.
SENT: PASS 
230 user logged on.
SENT: SYST
215 OS/400 is the remote operating system. The TCP/IP version is "V5R4M0".
SENT: PWD
257 "/home/user" is current directory.
SENT: RCMD dspffd FILE(user/file) OUTPUT(*OUTFILE) OUTFILE(QTEMP/FFD)
250 Command dspffd FILE(user/file) OUTPUT(*OUTFILE) OUTFILE(QTEMP/FFD)
successful.
SENT: PORT 192,168,1,225,203,198
200 PORT subcommand request successful.
SENT: RETR QTEMP/FFD
550 Unable to find file /home/user/QTEMP/FFD

is this a permissions issue, or something more?
-- 
Thank you
Jason Cawood
--
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


[Tn5250j-general] TN5250J installation from server (AS/400)

2012-08-21 Thread Helge Bichel
Dear list.

Having TN5250J running as a downloaded service from AS/400 works nice, but the

problem is getting configurations (Default props, sessions, keymap etc.) 
downloaded too.

I know these configs are created in  %user%/.tn5250j on first startup of 
tn5250j.jar.

Could these configs be subject to the download too since it is easier having 
them 

transferred to the user instead of a  manual configuration task.

 

Brgds

Helge

 

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


Re: [Tn5250j-general] tn5250j with jre 7

2012-02-23 Thread Oliver Twist
Hi Martin,

Thanks for your reply.

I'm trying to run tn5250j on 64-bit debian linux.

Some more info:
When I started testing I had a session set as autoconnect. So when I
started tn5250j from the console a signon screen appears immediately in a
window which is not in focus (ie. the mouse pointer is not on it). Even
after putting it in focus, no keystrokes are accepted.

If I untick the default box in the connections window and select and
connect manually, the window with the signon screen immediately has focus
and takes keystrokes - that is until I change focus to another window. When
I come back to tn5250j it no longer takes keystrokes.

I've tried with and without SSL. No change.
I've tried with the 32-bit as well as the 64-bit JRE. No change.

There are no exceptions logged in the console window.

Cheers,
Matt

On Tue, Feb 21, 2012 at 8:49 PM, Martin W. Kirst  wrote:

> Hi,
>
> I'm not aware of any problems regarding JRE7.
> I even run it on JRE8 without any problems.
>
> Are there any exceptions in the log file?
> You also may start it via command line: "java -jar tn5250j.jar"
> Thus you're able to see log messages.
> Any exceptions there?
>
> Martin
>
> PS: I'm using WinXP-32 and Win7-64
>
> > Hi,
> >
> > I was wondering if anybody tried tn5250j with java 7 from Oracle yet?
> >
> > I've tried today and it seems to work as far as a signon screen. But
> > signing in is not possible because no keystrokes are accepted.
> >
> > Has anybody else seen this?
> >
> > Cheers,
> > Matt
> ___
> Tn5250j-general mailing list
> Tn5250j-general@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/tn5250j-general
>
--
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


Re: [Tn5250j-general] tn5250j with jre 7

2012-02-21 Thread Martin W. Kirst
Hi,

I'm not aware of any problems regarding JRE7.
I even run it on JRE8 without any problems.

Are there any exceptions in the log file?
You also may start it via command line: "java -jar tn5250j.jar"
Thus you're able to see log messages.
Any exceptions there?

Martin

PS: I'm using WinXP-32 and Win7-64

> Hi,
>
> I was wondering if anybody tried tn5250j with java 7 from Oracle yet?
>
> I've tried today and it seems to work as far as a signon screen. But
> signing in is not possible because no keystrokes are accepted.
>
> Has anybody else seen this?
>
> Cheers,
> Matt



--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


[Tn5250j-general] tn5250j with jre 7

2012-02-20 Thread offtop99
Hi,

I was wondering if anybody tried tn5250j with java 7 from Oracle yet?

I've tried today and it seems to work as far as a signon screen. But signing in 
is not possible because no keystrokes are accepted.

Has anybody else seen this?

Cheers,
Matt


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


Re: [Tn5250j-general] TN5250j

2011-05-25 Thread Martin W. Kirst

Hi Roger,

in simple words, this sounds like the tn5250j-Bugs-3158902.
There are two options for you:
 1. download the TN5250j package with dependencies included - this
should work
 2. check out the SVN sources, compile yourself - this will work

In the next release (I'm planning soon) this will be fixed.

Regards
 Martin

Am 24.05.2011 22:45, schrieb Roger Mullenger:
> TN5250J is excellent but have one issue regarding windows 7.
> 
> As reported elsewhere the connections do not get saved although they did 
> when using XP.
> Not being a Java / Python expert I do not understand the solutions 
> provided.  Can this be documented in a clearer way?
> 
> many thanks
> Roger Mullenger
> Mobile +44 7887 925678 
> MPBA 
> This message (and any files transmitted with it) is intended for the use 
> of the addressees only. It may contain information and/or copyright 
> material that is private and confidential. If you are not the intended 
> recipient, please do not read, distribute, copy or otherwise use this 
> communication but delete it from your system and contact the sender as 
> soon as possible . 
> We can be contacted at -> cont...@mpba.co.uk or +44 (0) 1444 243282 or 
> fax +44 (0) 845 8622119. 
> Please note that the views expressed in this email may be solely those of 
> the author and not necessarily those of MPBA Ltd. 
> Although MPBA Ltd has taken all reasonable precautions to ensure no 
> viruses are present in this email, we cannot accept responsibility for any 
> loss or damage arising from the use of this email or attachments. 
> MPBA Ltd is registered in England and Wales, registration number 4389977. 
> Registered address: Antrobus House, 18 College Street, Petersfield, GU31 
> 4AD
> 
> 
> 
> --
> vRanger cuts backup time in half-while increasing security.
> With the market-leading solution for virtual backup and recovery, 
> you get blazing-fast, flexible, and affordable data protection.
> Download your free trial now. 
> http://p.sf.net/sfu/quest-d2dcopy1
> 
> 
> 
> ___
> Tn5250j-general mailing list
> Tn5250j-general@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/tn5250j-general




signature.asc
Description: OpenPGP digital signature
--
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


[Tn5250j-general] TN5250j

2011-05-24 Thread Roger Mullenger
TN5250J is excellent but have one issue regarding windows 7.

As reported elsewhere the connections do not get saved although they did 
when using XP.
Not being a Java / Python expert I do not understand the solutions 
provided.  Can this be documented in a clearer way?

many thanks
Roger Mullenger
Mobile +44 7887 925678 
MPBA 
This message (and any files transmitted with it) is intended for the use 
of the addressees only. It may contain information and/or copyright 
material that is private and confidential. If you are not the intended 
recipient, please do not read, distribute, copy or otherwise use this 
communication but delete it from your system and contact the sender as 
soon as possible . 
We can be contacted at -> cont...@mpba.co.uk or +44 (0) 1444 243282 or 
fax +44 (0) 845 8622119. 
Please note that the views expressed in this email may be solely those of 
the author and not necessarily those of MPBA Ltd. 
Although MPBA Ltd has taken all reasonable precautions to ensure no 
viruses are present in this email, we cannot accept responsibility for any 
loss or damage arising from the use of this email or attachments. 
MPBA Ltd is registered in England and Wales, registration number 4389977. 
Registered address: Antrobus House, 18 College Street, Petersfield, GU31 
4AD--
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


Re: [Tn5250j-general] TN5250J in WDSC/RDi

2008-10-20 Thread Pete Helgren
Roberto,

Perhaps Sourceforge can help you contact Kenneth.  I don't think that 
anyone else has Admin access to the project but perhaps there is a 
method for transferring administrative control on a project that has 
been "abandoned" by a project admin.  And, don't get me wrong, I don't 
think that Kenneth has truly "abandoned" the project but I have to 
believe that he would want the project to progress, as we all do. And he 
hasn't checked in for quite some time.

As a last resort, Davide's suggestion to fork the project would be a 
possibility although the tn5250j "name" and project site has enough 
traction that changing to a new project name and site might have *some* 
downside risk that people wouldn't identify this new effort with the old 
and think that tn5250j is "dead".

Pete Helgren


Roberto Endrizzi wrote:
> Good morning all,
> unfortunately I didn't receive any news from Kenneth and so I decided to 
> re-post in here hoping he will read and answer.
> But I also want to make myself clear about the meaning of my previous 
> message: me and my group are interested in taking all the project up, not 
> only being inserted as developers. As I said we work for an italian 
> IT-company which uses tn5250j a lot and that decided to give us the 
> opportunity (intended as working-hours) to work on the project to improve 
> it.
> In case Kenneth decides to pass the administration of the project to us it 
> will, of course, remain open-source and there's also the possibility that we 
> will need some external developers.
> Hoping to hear from you soon,
> Best Regards,
> Roberto Endrizzi 
>
>
> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> Tn5250j-general mailing list
> Tn5250j-general@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/tn5250j-general
>
>   

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


Re: [Tn5250j-general] TN5250J in WDSC/RDi

2008-10-17 Thread Davide Grandi
Dear Roberto,

I'm only a "consumer" of open source projects, so I have a very little working 
knowledge about the rules of Sourceforge and the habits of managing open source 
projects, but ...
.. I think that if you and your group want start working on tn5250j there's no 
need to wait :
make a fork(), publish it on a public accessible subversion server, inform the 
tn5250j* group about your plans, milestones and releases and, In My Humble 
Opinion, things will magically happens.

BTW, I'm very interested on tn5250j in order to replace a battery of 5250 java 
screen scraping engines ...
http://www.rds-software.com/ita/Caratteristiche%20di%20Host2web.pdf

So my 2 (Euro) cents : don't hold your breath, "cvs get" the current release, 
make a svn vendor branch, synch it with your edition and republish it somewhere.

"Se son rose, fioriranno"
(~~ If it's a rose, it will bloom ~~)

My best regards,

David Grandi
--
Ing. Davide Grandi
[EMAIL PROTECTED]

> ==
> Date: Thu, 16 Oct 2008 14:48:16 +0200
> From: "Roberto Endrizzi" <[EMAIL PROTECTED]>
> To: tn5250j-general@lists.sourceforge.net
> Subject: [Tn5250j-general]  TN5250J in WDSC/RDi
> ==
> 
> Good morning all,
> unfortunately I didn't receive any news from Kenneth and so I 
> decided to
> re-post in here hoping he will read and answer.
> But I also want to make myself clear about the meaning of my 
> previous
> message: me and my group are interested in taking all the project 
> up, not
> only being inserted as developers. As I said we work for an italian
> IT-company which uses tn5250j a lot and that decided to give 
> us the
> opportunity (intended as working-hours) to work on the project 
> to improve
> it.
> In case Kenneth decides to pass the administration of the project 
> to us it
> will, of course, remain open-source and there's also the possibility 
> that we
> will need some external developers.
> Hoping to hear from you soon,
> Best Regards,
> Roberto Endrizzi



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


[Tn5250j-general] TN5250J in WDSC/RDi

2008-10-16 Thread Roberto Endrizzi
Good morning all,
unfortunately I didn't receive any news from Kenneth and so I decided to 
re-post in here hoping he will read and answer.
But I also want to make myself clear about the meaning of my previous 
message: me and my group are interested in taking all the project up, not 
only being inserted as developers. As I said we work for an italian 
IT-company which uses tn5250j a lot and that decided to give us the 
opportunity (intended as working-hours) to work on the project to improve 
it.
In case Kenneth decides to pass the administration of the project to us it 
will, of course, remain open-source and there's also the possibility that we 
will need some external developers.
Hoping to hear from you soon,
Best Regards,
Roberto Endrizzi 


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


Re: [Tn5250j-general] TN5250J in WDSC/RDi

2008-10-07 Thread Roberto Endrizzi
Good morning all,
unfortunately I didn't receive any news from Kenneth and so I decided to 
re-post in here hoping he will read and answer.
But I also want to make myself clear about the meaning of my previous 
message: me and my group are interested in taking all the project up, not 
only being inserted as developers. As I said we work for an italian 
IT-company which uses tn5250j a lot and that decided to give us the 
opportunity (intended as working-hours) to work on the project to improve 
it.
In case Kenneth decides to pass the administration of the project to us it 
will, of course, remain open-source and there's also the possibility that we 
will need some external developers. 

Hoping to hear from you soon,
Best Regards,
Roberto Endrizzi 


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


Re: [Tn5250j-general] TN5250J in WDSC/RDi

2008-09-09 Thread Pete Helgren
I think that would be great.  I have a slightly modified version that 
includes the STRPCO fixes and an issue with sessions starting/ending. I 
keep meaning to work through the bug list and get things moving again 
but i haven't had time.  There is always something more to do on other 
projects and tn5250j has been pretty stable, all in all. With Frank 
Hildebrandt doing some work with the WDSc plugin, it looks like 5250 is 
alive and well out there. Perhaps it is a good time to move the project 
forward again.

As long as it stays open source, I am all for someone with time and 
resources moving things forward again.  This is a great project and 
deserves a little attention.

Pete

[EMAIL PROTECTED] wrote:
> Good morning Kenneth, 
>
> I am Roberto Endrizzi from DeltaDator SpA, an Italian IT-company.
> We are a group of 5 developers specialized in Java and ISeries.
> We used tn5250j for years and we noticed that there hasn't been released new 
> versions: so we would like to take care of the project.
> One of our main ideas was to start fixing some bugs we found out using it 
> and then add some new features such as The Printer Connections and a new 
> Installation Wizard (more user-friendly). 
>
> What do you think about it? Is it possible? 
>
> Best regards,
> Roberto Endrizzi
> roberto(dot)endrizzi(at)deltadator(dot)it
>
> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> Tn5250j-general mailing list
> Tn5250j-general@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/tn5250j-general
>
>   

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


Re: [Tn5250j-general] TN5250J in WDSC/RDi

2008-09-09 Thread Patrick Bielen
Hi Roberto, 

> so we would like to take care of the project.
> One of our main ideas was to start fixing some bugs we 
> found out using it and then add some new features such 
> as The Printer Connections and a new Installation Wizard. 

Now that sounds cool.
Hope you guys are accepted to join the project :-)

Best Regards,

Patrick Bielen
Sysop Stafa Holland BV
Developer for tn5250j team

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


Re: [Tn5250j-general] TN5250J in WDSC/RDi

2008-09-09 Thread roberto . endrizzi
Good morning Kenneth, 

I am Roberto Endrizzi from DeltaDator SpA, an Italian IT-company.
We are a group of 5 developers specialized in Java and ISeries.
We used tn5250j for years and we noticed that there hasn't been released new 
versions: so we would like to take care of the project.
One of our main ideas was to start fixing some bugs we found out using it 
and then add some new features such as The Printer Connections and a new 
Installation Wizard (more user-friendly). 

What do you think about it? Is it possible? 

Best regards,
Roberto Endrizzi
roberto(dot)endrizzi(at)deltadator(dot)it

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


Re: [Tn5250j-general] TN5250J in WDSC/RDi

2008-08-23 Thread Pete Helgren
I had seen this posted in WDSC in midrange.com as well.  I had been 
meaning to do this, since it seemed a "natural" as a plugin, but it had 
never made it to the top of my list. It was great that Frank shared this.


Glad to see that you are still "alive"!

Pete


kjpou wrote:

Hello everyone

Yes am still alive and kicking.
Just wanted to pass this on to the rest of you.





Subject:
TN5250J in WDSC/RDi
From:
"Frank Hildebrandt" <[EMAIL PROTECTED]>
Date:
Fri, 22 Aug 2008 15:40:33 +

To:
[EMAIL PROTECTED]


Message body follows:

Hi,
 
we have created a little open source project to integrate  
TN5250J in WDSC/RDi. With this plugin it is no longer 
neccessary to leave the IDE if a 5250 session to the system 
i is needed. Further information about download and 
installation contains the following link.
 
http://www.taskforce-it.de/downloads/TN5250J%20Manual.pdf


We haven`t changed any code of TN5250J. All we needed was 
in the JAR tn5250j.


Greetings
 
Frank Hildebrandt


--
This message has been sent to you, a registered SourceForge.net user,
by another site user, through the SourceForge.net site.  This message
has been delivered to your SourceForge.net mail alias.  You may reply
to this message using the "Reply" feature of your email client, or
using the messaging facility of SourceForge.net at:
https://sourceforge.net/sendmessage.php?touser=2190379


  



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/


___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general
  
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


[Tn5250j-general] TN5250J in WDSC/RDi

2008-08-23 Thread kjpou

Hello everyone

Yes am still alive and kicking.
Just wanted to pass this on to the rest of you.





Subject:
TN5250J in WDSC/RDi
From:
"Frank Hildebrandt" <[EMAIL PROTECTED]>
Date:
Fri, 22 Aug 2008 15:40:33 +

To:
[EMAIL PROTECTED]


Message body follows:

Hi,

we have created a little open source project to integrate  
TN5250J in WDSC/RDi. With this plugin it is no longer 
neccessary to leave the IDE if a 5250 session to the system 
i is needed. Further information about download and 
installation contains the following link.


http://www.taskforce-it.de/downloads/TN5250J%20Manual.pdf

We haven`t changed any code of TN5250J. All we needed was 
in the JAR tn5250j.


Greetings

Frank Hildebrandt

--
This message has been sent to you, a registered SourceForge.net user,
by another site user, through the SourceForge.net site.  This message
has been delivered to your SourceForge.net mail alias.  You may reply
to this message using the "Reply" feature of your email client, or
using the messaging facility of SourceForge.net at:
https://sourceforge.net/sendmessage.php?touser=2190379


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


[Tn5250j-general] TN5250J SSO using Kerberos

2008-04-08 Thread Normand Poirier
Did anyone here successfully added Kerberos support to TN5250J?  Any hints
about how to do this?
-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Register now and save $200. Hurry, offer ends at 11:59 p.m., 
Monday, April 7! Use priority code J8TLD2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


Re: [Tn5250j-general] [Tn5250j-develop] Can we continue work on this tn5250j project ?

2008-03-31 Thread Christian Geisert
jim northrop schrieb:
> Hi Ken -

I haven't heard from Kenneth for quite a long time :-(

> Sent you a request this morning to ask if you'd like someone to try to pick
> up the threads on tn5250j. I have spare time just now and enjoy as400
> development and ubuntu and have some java knowledge as well. Please advise
> if this is worth my time or not.

Sure, it would be great to get help!
The current (short-term) plan is to (finally) make a new release.
Someone proposed to add the things which should be done into the 
Issue-Tracker which I think is a good idea.

(CCing Tn5250j-General as I'm not sure if everybody is on this list)

-- 
Christian


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


Re: [Tn5250j-general] tn5250j - AS400 screen skip -- need little help with code

2008-03-01 Thread Davide Grandi
Rajan Arora <[EMAIL PROTECTED]> wrote:

 > Hi All,
 >
 > I have been trying it for last two days but really couldnot figure 
out how
 > to do this.I am trying to *skip first two screens of my AS400 
application*.Let
 > me explain it a little more.

I execute these 2 command in order to avoid the message and message 
queue screens :

CHGMSGQ MSGQ(QUSRSYS/) DLVRY(*HOLD)
CHGUSRPRF USRPRF() DLVRY(*HOLD)

Best regards,

Davide Grandi
--
Ing. Davide Grandi
[EMAIL PROTECTED]


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


[Tn5250j-general] tn5250j - AS400 screen skip -- need little help with code

2008-02-22 Thread Rajan Arora
Hi All,


I have been trying it for last two days but really couldnot figure out how
to do this.I am trying to *skip first two screens of my AS400 application*.Let
me explain it a little more.

All i want is that first two screens login and second one should be skipped
or jumped.We can achieve this by macro but it doesnot jump the screen it
shows navigation of two screens.I want that straightway screen three should
come up.For this i can also hardcode few values or try to read it from some
text file.

*But i cannot figure out how to go about it.Which class to modify and how?*

I need very urgent help and i'll appreciate any response.


Kind Regards,

Pankaj Chaswal
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


Re: [Tn5250j-general] TN5250J compatibility on Solaris

2008-02-14 Thread Pete Hall
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I'm just a dumb user, but I run the exact same jars on both Linux and
Windows. If your system can run Java, and supports a graphical user
interface like X11, I'd expect it to work.

Pete Hall
[EMAIL PROTECTED]


Rajan Arora wrote:
| Hi,
|
| I wanted to know if TN5250J can run on Solaris 5.8 with Sparc
| Architecture. And also when I am trying running the TN5250J on windows
| xp. I am not getting into the GUI mode. Can you help me in this.
|
| Thanks,
| Rajan
|
|
| 
|
| -
| This SF.net email is sponsored by: Microsoft
| Defy all challenges. Microsoft(R) Visual Studio 2008.
| http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
|
|
| 
|
| ___
| Tn5250j-general mailing list
| Tn5250j-general@lists.sourceforge.net
| https://lists.sourceforge.net/lists/listinfo/tn5250j-general
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHtMrTpcZsDl8OX6kRAsfBAJ9w+C1lgbnfoy614Rs39a4hIcCoHgCgkL7I
Gmxp5/WkkdoiE2Uk/iPN3FQ=
=R7s/
-END PGP SIGNATURE-

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


[Tn5250j-general] TN5250J compatibility on Solaris

2008-02-14 Thread Rajan Arora
Hi,

I wanted to know if TN5250J can run on Solaris 5.8 with Sparc Architecture.
And also when I am trying running the TN5250J on windows xp. I am not
getting into the GUI mode. Can you help me in this.

Thanks,
Rajan
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


Re: [Tn5250j-general] Tn5250j-general Digest, Vol 4, Issue 3

2006-10-13 Thread teo
Hi christian
yes im sure, just i wrote too fast and forgot j > tn5250j. Pls sorry me.


Teo

On 10/12/06, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> Send Tn5250j-general mailing list submissions to
> tn5250j-general@lists.sourceforge.net
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.sourceforge.net/lists/listinfo/tn5250j-general
> or, via email, send a message with subject or body 'help' to
> [EMAIL PROTECTED]
>
> You can reach the person managing the list at
> [EMAIL PROTECTED]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Tn5250j-general digest..."
>
>
> Today's Topics:
>
>1. Re: Tn5250j-general Digest, Vol 4, Issue 1 (Christian Geisert)
>
>
> --
>
> Message: 1
> Date: Wed, 11 Oct 2006 21:19:35 +0200
> From: Christian Geisert <[EMAIL PROTECTED]>
> Subject: Re: [Tn5250j-general] Tn5250j-general Digest, Vol 4, Issue 1
> To: tn5250j-general@lists.sourceforge.net
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=us-ascii; format=flowed
>
> teo schrieb:
> > ok, work in progress..
> >
> > i notice that in /var/log/cups/access_log and error_log the job is
> > processed and cups gives job a number, this take me thinking that
> > problem is in tn5250 communication but i really dunno where exactly.
>
> Are you sure that you are on the right mailing list?
> This list is about tn5250j which is a different from tn5250 ...
>
> Christian
>
>
>
> --
>
> -
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>
> --
>
> ___
> Tn5250j-general mailing list
> Tn5250j-general@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/tn5250j-general
>
>
> End of Tn5250j-general Digest, Vol 4, Issue 3
> *
>

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


Re: [Tn5250j-general] Tn5250j-general Digest, Vol 4, Issue 1

2006-10-11 Thread Christian Geisert
teo schrieb:
> ok, work in progress..
> 
> i notice that in /var/log/cups/access_log and error_log the job is
> processed and cups gives job a number, this take me thinking that
> problem is in tn5250 communication but i really dunno where exactly.

Are you sure that you are on the right mailing list?
This list is about tn5250j which is a different from tn5250 ...

Christian

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


Re: [Tn5250j-general] Tn5250j-general Digest, Vol 4, Issue 1

2006-10-11 Thread teo
ok, work in progress..

i notice that in /var/log/cups/access_log and error_log the job is
processed and cups gives job a number, this take me thinking that
problem is in tn5250 communication but i really dunno where exactly.

many thanks if anyone can help.

teo

On 10/4/06, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> Send Tn5250j-general mailing list submissions to
> tn5250j-general@lists.sourceforge.net
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.sourceforge.net/lists/listinfo/tn5250j-general
> or, via email, send a message with subject or body 'help' to
> [EMAIL PROTECTED]
>
> You can reach the person managing the list at
> [EMAIL PROTECTED]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Tn5250j-general digest..."
>
>
> Today's Topics:
>
>1. Problem with PRINT SCREEN utility (teo)
>
>
> --
>
> Message: 1
> Date: Tue, 3 Oct 2006 12:07:37 +0200
> From: teo <[EMAIL PROTECTED]>
> Subject: [Tn5250j-general] Problem with PRINT SCREEN utility
> To: tn5250j-general@lists.sourceforge.net
> Message-ID:
> <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi,
> I ve a problem printing screen of tn5250.
> tail -f /var/log/messages do not tell me what s happened and seems tn
> doesn't not send information on /dev/lp0.
> i have suse 10.1 clients and i administrate printer with cupsd. All
> applications use printer without any problem, but tn5250...
> any advice?
>
> thanks
>
>
>
> --
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>
> --
>
> ___
> Tn5250j-general mailing list
> Tn5250j-general@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/tn5250j-general
>
>
> End of Tn5250j-general Digest, Vol 4, Issue 1
> *
>

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


Re: [Tn5250j-general] tn5250j

2006-08-04 Thread Fred Horvat
I went through this exact same thing on a Windows XP machine.  What I 
researched and found out was that the "java.policy" file needed to be changed 
on the local machine to change security features for TN5250J to run in a 
browser on the Windows XP machine.  I don't recall exactly what the changes 
were off the top of my head since it was a while back.  I did make a copy of 
the original file and the modified file.  If you'd like I can E-mail then to 
you. 
> - Original Message -
> From: dantept <[EMAIL PROTECTED]>
> To: tn5250j-general@lists.sourceforge.net
> Subject: [Tn5250j-general] tn5250j
> Date: Thu, 3 Aug 2006 04:08:23 -0700 (PDT)
> 
> 
> 
> hi.
> 
> I'm trying to get tn5250j on a windows 2003 server IIS. when i run it on the
> client browser i get an error (even i i login as admin).
> 
> i tried to sign the applet but i get an error on jarsigner (not found on the
> machine)
> 
> the java version is 1.5.0
> 
> the error goes as follows:
> 
> Parameter -e is specified as:
> 
> access denied (java.util.PropertyPermission * read,write)
> 
> java.lang.ExceptionInInitializerError
> 
>  at org.tn5250j.Screen5250.jbInit(Unknown Source)
> 
>  at org.tn5250j.Screen5250.(Unknown Source)
> 
>  at org.tn5250j.Gui5250.jbInit(Unknown Source)
> 
>  at org.tn5250j.Gui5250.(Unknown Source)
> 
>  at org.tn5250j.Session.(Unknown Source)
> 
>  at org.tn5250j.SessionManager.openSession(Unknown Source)
> 
>  at org.tn5250j.My5250App.jbInit(Unknown Source)
> 
>  at org.tn5250j.My5250App.init(Unknown Source)
> 
>  at sun.applet.AppletPanel.run(Unknown Source)
> 
>  at java.lang.Thread.run(Unknown Source)
> 
> Caused by: java.security.AccessControlException: access denied
> (java.util.PropertyPermission mrj.version read)
> 
>  at java.security.AccessControlContext.checkPermission(Unknown
> Source)
> 
>  at java.security.AccessController.checkPermission(Unknown
> Source)
> 
>  at java.lang.SecurityManager.checkPermission(Unknown Source)
> 
>  at java.lang.SecurityManager.checkPropertyAccess(Unknown Source)
> 
>  at java.lang.System.getProperty(Unknown Source)
> 
>  at org.tn5250j.tools.system.OperatingSystem.(Unknown
> Source)
> 
>  ... 10 more
> 
> do i need to sign the applet on the server or on all the clients??
> and why there's no jarsigner???
> 
> please advise!!
> many thanks!
> --
> View this message in context: 
> http://www.nabble.com/tn5250j-tf2045009.html#a5630504
> Sent from the tn5250j-general forum at Nabble.com.
> 
> 
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Tn5250j-general mailing list
> Tn5250j-general@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/tn5250j-general

>


-- 
___
Surf the Web in a faster, safer and easier way:
Download Opera 9 at http://www.opera.com

Powered by Outblaze

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


[Tn5250j-general] tn5250j

2006-08-03 Thread dantept

hi.

I'm trying to get tn5250j on a windows 2003 server IIS. when i run it on the
client browser i get an error (even i i login as admin).

i tried to sign the applet but i get an error on jarsigner (not found on the
machine)

the java version is 1.5.0

the error goes as follows:

Parameter -e is specified as: 

access denied (java.util.PropertyPermission * read,write)

java.lang.ExceptionInInitializerError

at org.tn5250j.Screen5250.jbInit(Unknown Source)

at org.tn5250j.Screen5250.(Unknown Source)

at org.tn5250j.Gui5250.jbInit(Unknown Source)

at org.tn5250j.Gui5250.(Unknown Source)

at org.tn5250j.Session.(Unknown Source)

at org.tn5250j.SessionManager.openSession(Unknown Source)

at org.tn5250j.My5250App.jbInit(Unknown Source)

at org.tn5250j.My5250App.init(Unknown Source)

at sun.applet.AppletPanel.run(Unknown Source)

at java.lang.Thread.run(Unknown Source)

Caused by: java.security.AccessControlException: access denied
(java.util.PropertyPermission mrj.version read)

at java.security.AccessControlContext.checkPermission(Unknown
Source)

at java.security.AccessController.checkPermission(Unknown
Source)

at java.lang.SecurityManager.checkPermission(Unknown Source)

at java.lang.SecurityManager.checkPropertyAccess(Unknown Source)

at java.lang.System.getProperty(Unknown Source)

at org.tn5250j.tools.system.OperatingSystem.(Unknown
Source)

... 10 more

do i need to sign the applet on the server or on all the clients??
and why there's no jarsigner???

please advise!!
many thanks!
-- 
View this message in context: 
http://www.nabble.com/tn5250j-tf2045009.html#a5630504
Sent from the tn5250j-general forum at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


Re: [Tn5250j-general] TN5250J

2006-07-19 Thread Wim . Van . Leuven

Indeed, if you do a change user profile
for the group jobs underneath if you create a new group job. Limited to
16 users on one terminal, if I'm not mistaken.







<[EMAIL PROTECTED]>

Sent by: [EMAIL PROTECTED]
19/07/2006 18:22



Please respond to
tn5250j-general@lists.sourceforge.net





To



cc



Subject
Re: [Tn5250j-general] TN5250J








And by adding some calls to
system api’s you could allow to change the user without signing off. We’ve
used this solution in an hospital environment where the terminals were
used by more than one person all the time. They were able to register results
quickly before returning to an alternative log-in screen. The next nurse
to register results entered her userid/password and continued her group
job…
 
Kind regards,
Geert Van Landeghem
 



From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: woensdag 19 juli 2006 17:12
To: [EMAIL PROTECTED]; tn5250j-general@lists.sourceforge.net
Subject: Re: [Tn5250j-general] TN5250J
 

Hello Sozbilir, 

Could you elaborate a bit more on that issue?

Would the session count parameter be used the limit the number of sessions
a user can activate? Or would it be to automatically open the number configured
sessions at once? 

If it is the last, it might be a better idea to implement at the 400 side
by using group jobs. When using an attention program that lists the active
group jobs for that session to allow for switching between group jobs,
your same problem is handled natively! We use this all the time and is
extremely useful! 

Regards, 
Wim Van Leuven 





<[EMAIL PROTECTED]>

Sent by: [EMAIL PROTECTED]

19/07/2006 19:27






Please respond to
[EMAIL PROTECTED]; Please respond to
tn5250j-general@lists.sourceforge.net






To
tn5250j-general@lists.sourceforge.net



cc
 


Subject
[Tn5250j-general] TN5250J
 




 
 





TN5250J program is used in TCMB. I am an internal in that institute. They
want me to add a new property
to your program.

They want a property such that will control the number of the open sessions
in one program. The number of sessions
will be parametrized and determined by the user. This property can be added
to the "Add Session" window under the Optins tab.

you can offer another area or another form to figure out this problem

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys -- and earn
cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys -- and earn
cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


Re: [Tn5250j-general] TN5250J

2006-07-19 Thread gvanlandeghem








And by adding some calls to system api’s
you could allow to change the user without signing off. We’ve used this
solution in an hospital environment where the terminals were used by more than
one person all the time. They were able to register results quickly before
returning to an alternative log-in screen. The next nurse to register results
entered her userid/password and continued her group job…

 

Kind regards,

Geert Van Landeghem

 









From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: woensdag 19 juli 2006 17:12
To: [EMAIL PROTECTED];
tn5250j-general@lists.sourceforge.net
Subject: Re: [Tn5250j-general]
TN5250J



 


Hello Sozbilir, 

Could
you elaborate a bit more on that issue? 
Would
the session count parameter be used the limit the number of sessions a user can
activate? Or would it be to automatically open the number configured sessions
at once? 

If
it is the last, it might be a better idea to implement at the 400 side by using
group jobs. When using an attention program that lists the active group jobs
for that session to allow for switching between group jobs, your same problem
is handled natively! We use this all the time and is extremely useful!


Regards,

Wim
Van Leuven 





 
  
  <[EMAIL PROTECTED]> 
  Sent
  by: [EMAIL PROTECTED] 
  19/07/2006 19:27 
  
   

Please
respond to
[EMAIL PROTECTED]; Please respond to
tn5250j-general@lists.sourceforge.net

   
  
  
  
  
  
   

To


tn5250j-general@lists.sourceforge.net


   
   

cc


 

   
   

Subject


[Tn5250j-general] TN5250J

   
  
   
  
   

 


 

   
  
  
  
 






TN5250J program is used in TCMB. I am an internal
in that institute. They want me to add a new property
to your program.

They want a property such that will control the
number of the open sessions in one program. The number of sessions
will be parametrized and determined by the user.
This property can be added to the "Add Session" window under the
Optins tab.

you can offer another area or another form to
figure out this problem

-
Take Surveys. Earn Cash. Influence the Future of
IT
Join SourceForge.net's Techsay panel and you'll
get the chance to share your
opinions on IT & business topics through brief
surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general






-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


Re: [Tn5250j-general] TN5250J

2006-07-19 Thread Wim . Van . Leuven

Hello Sozbilir,

Could you elaborate a bit more on that
issue?
Would the session count parameter be
used the limit the number of sessions a user can activate? Or would it
be to automatically open the number configured sessions at once?

If it is the last, it might be a better
idea to implement at the 400 side by using group jobs. When using an attention
program that lists the active group jobs for that session to allow for
switching between group jobs, your same problem is handled natively! We
use this all the time and is extremely useful!

Regards,
Wim Van Leuven






<[EMAIL PROTECTED]>

Sent by: [EMAIL PROTECTED]
19/07/2006 19:27



Please respond to
[EMAIL PROTECTED]; Please respond to
tn5250j-general@lists.sourceforge.net





To
tn5250j-general@lists.sourceforge.net


cc



Subject
[Tn5250j-general] TN5250J









TN5250J program is used in TCMB. I am an internal in that institute. They
want me to add a new property
to your program.

They want a property such that will control the number of the open sessions
in one program. The number of sessions
will be parametrized and determined by the user. This property can be added
to the "Add Session" window under the Optins tab.

you can offer another area or another form to figure out this problem

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys -- and earn
cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


[Tn5250j-general] TN5250J

2006-07-19 Thread sozbilir

TN5250J program is used in TCMB. I am an internal in that institute. They want 
me to add a new property
to your program.

They want a property such that will control the number of the open sessions in 
one program. The number of sessions
will be parametrized and determined by the user. This property can be added to 
the "Add Session" window under the Optins tab.

you can offer another area or another form to figure out this problem

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


Re: [Tn5250j-general] TN5250J on Netscreen SA2000

2006-03-07 Thread Richard Houston
Hi there,

This is the security appliance? If so as long as you can get a 1.4 or even
better 1.5 JVM installed and it has a windows manager you should be good
to go.

I run TN5250J locally on a LTPS server (Linux terminal server project)
which is a very minimal Linux install so I think you should be OK IF you
can get a jvm on the appliance.




++
Best regards,
-Richard Houston
-R.L.H.  Consulting
-E-Mail  [EMAIL PROTECTED]
-WWW http://www.rlhc.net
-Bloghttp://www.rlhc.net/blog/


> Hi everyone,
>
>
> Anyone succesfully install TN5250j on Netscreen Secure Access appliance?
> Need assistance here. Thanks.
>
>
> __
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


[Tn5250j-general] TN5250J on Netscreen SA2000

2006-03-07 Thread Hanif Abdul Ghani
Hi everyone,Anyone succesfully install TN5250j on Netscreen Secure Access appliance? Need assistance here. Thanks.__Do You Yahoo!?Tired of spam?  Yahoo! Mail has the best spam protection around http://mail.yahoo.com 

Re: [Tn5250j-general] tn5250j on linux with java 1.5.0

2005-10-26 Thread Patrick Bielen

Kenneth Pouncey schreef:

> This should be fixed in CVS.  Richard had that problem.

Yeah, gonna compile again in a few minutes :-)

> Not sure about this.  Jump into the code and see what the problem is. 
> Am sure it will be a java 1.5 on linux problem or someone would have 
> already posted the problem.

Yeah, that's what i thought too, but which codes of the keymaps are used ?
Cause i used xdev to get the codes, but they vary from the ones used in 
keymap-file ?

> Yes but then again being a programmer yourself that frustration level 
> can be reduced by figuring out the problem and making the change to 
> fix it :-P

Hehehehe you know i'm not THAT skilled yet, but okay, i'll give it a try.

> Which again begs the question of why you are frustrated with problems.

:-) the answer is higher in this mail :-)

> Looking at the code base should help with that.

Okay, let's try to find out...

> Although Patrick, me not being around does not mean anybody could not 
> update CVS with changes and bug fixes.

I know.

> Not exactly sure if the project lacks "leadership" per se but more 
> hands digging in the code and updating CVS with bug fixes.

I did not said the project lacked leadership, let that be clear.

> Not a lot of java skills needed to fix the problems you reported so 
> now all that is left to do is dig in. 
> The keymapping problem could probably be fixed in 30 minutes. 
> Let me know and I can tell you where to look.

Okay, if you tell me where to look i'll give it a try

Best Regards,

Patrick


 has notified the sender that this message has been received.


Re: [Tn5250j-general] tn5250j on Linux with Java 1.5.0

2005-10-26 Thread Patrick Bielen

Kenneth Pouncey schreef:

> Saw the messages.  I think that is a great idea you all have. 
> Do not want to see the project go to the wayside.

No worries, this is not gonna happen :-)

> Patrick I have not lost interest but lost access to an AS/400.  

Auw... forgive me my words :-) I'm i still in ? :-)

> Pete will have to look at all the bug reports out there to see which 
> have been fixed or not.

32 open, but i'm i authorized to close bugs ?

> I can help with the general knowledge of the system but probably not 
> any code so the programmers out there will have to carry the load for 
> any fixes.

I think we can live with that.

> Other than that would love to see things rolling again.

Yeah, time for tn5250j Version 1.0 stable ! :-)

> You can set up another project if you feel that would be better for 
> you as well. 

Why should we do that ?

WB anyway !

Best regards,

Patrick


 has notified the sender that this message has been received.


Re: [Tn5250j-general] tn5250j on Linux with Java 1.5.0

2005-10-26 Thread Patrick Bielen

Pete Helgren schreef:

> We should probably tidy it all up.  There are 32 open bugs that go all 
> the way back to 2002.
> Kenneth is the Admin so I think only he can "close" them.

Nope, i can close bugs also, at least i should be able to.

> If we could figure out what is still "open" we might be able to assign 
> a few to each of the programmers on the list to get them fixed.

Yeah that should be nice.

> It would be nice to finish the project with a nice clean release. 
> We are at the .6 release level so I am not sure of what all is still 
> missing that would make this a 1.0 release.

In one word... bug-hunting :-)

> I wish Kenneth would check in so we'd know what is up with him. Hope 
> he is OK.

I'm sure he's okay, but he does not work at his old company anymore and 
is taking various
steps to release new companies all over the world, so he's very busy. 
But so now and
then i think he really takes a look at the mailing list, so when he'll 
track activity again he'll
join very soon imho. At least that is how i know him :-)

Best Regards,

Patrick


 has notified the sender that this message has been received.


Re: [Tn5250j-general] tn5250j on Linux with Java 1.5.0

2005-10-26 Thread Patrick Bielen

Richard Houston schreef:

>I am all for getting things going again. I am not a programmer but I can
>relay my clients issues and help find bugs.
>  
>
That's nice.

>On Patrick's issues re: the splash screen, I had the same splash screen
>issue but the latest cvs version fixed that for me. 
>
Ah... time to compile again :-)

>I agree Ubuntu is very nice. 5.10 is a great improvement over 5.04
>  
>
Indeed.

>We have found a few issues. Should we all be putting these issues in the
>bug database on the sourceforge site so they don't get lost?
>  
>
I think that is the best option.

Best Regards,

Patrick

 has notified the sender that this message has been received.


Re: [Tn5250j-general] tn5250j on linux with java 1.5.0

2005-10-25 Thread Kenneth Pouncey




Patrick and all

The previous are messages that I had copy pasted in my todo list
because they were sent to my private e-mail.  Thought I would throw
them out there to see if they need to be worked on or have already been
fixed.

Regards

Kenneth

Kenneth Pouncey wrote:

  
Patrick
  
Here is a problem just reported a couple of days ago with a code fix
attached:
  
  Bugs item #1333978, was opened at 2005-10-21 12:02
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376973&aid=1333978&group_id=22923

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: User Interface
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: manote (manote)
Assigned to: Kenneth J. Pouncey (kjp1)
Summary: Key mapping

Initial Comment:
OS = linux 2.6.5 Suse 9.1
System = pIV 512MB
JDK version = 1.5.0_05

In the dialog for get the key, the label never get the
focus and  can't set the key.
Changing to the following piece of code, int the
KeyConfigure class: 		

JOptionPane opain = new JOptionPane(

message,

JOptionPane.PLAIN_MESSAGE,

JOptionPane.DEFAULT_OPTION, // option type

null,

options,

options[0]);

by this other:

JOptionPane opain = new JOptionPane(

message,

JOptionPane.PLAIN_MESSAGE,

JOptionPane.DEFAULT_OPTION, // option type

null,

options,

null);


 the label can obtain the focus and can set the key.
Regards
  
Kenneth
  
Patrick Bielen wrote:
  Hi guys,

Recently i installed Ubuntu Linux (which is the best distro i've seen
in the last 7 years imho) and that is where the troubles began.

Running java 1.5.0_05 on my linux box gives the next troubles...

1) Splashscreen stays on top and the connection window is below
 it, there is not way to remove it until you actually make the
connection to the iseries.

2) Keymapping does nothing... no matter which key you press,
nothing happens and  you have to manually edit the keymap file.
xdev gives other values then the values used in the keymap file,
   which makes it hard to find out which value you actually need.

No need to say this is very frustrating, cause you loose a lot of
functionality in the first place.

The second thing... a dutch user contacted me about the jython
commands that can be used in tn5250j. A few years ago i was
using this functionality a lot, but since i became SCJP i lost the
attention to the scripting feature in tn5250j. So there is a lot
changed in meanwhile, and commands changed also. The
website was never made up-to-date so it's damned hard to
actually find out what the exact commands are. Anybody that
knows what actually was changed ? _session.getscreen() seems
not to work anymore cause things are changed.

So i think after almost one year of inactivity, that it becomes time
we pickup the project again and do the very last bugfixes, and
also remove the 1.3 code crap, to become some more up-to-dated.
I know the most of you guys are working on the browser version
of tn5250j, but that is not that interesting for the most users, cause
tn5250j standalone just does what it needs to do. So maybe we
can focus back on the program itself and make it bugfree on
windows and linux (and mac) for once and for all.

Ofcourse i'm not the project leader, but seems he lost his interests
in the project cause we haven't heard him anymore for a very long
time. As i'm one of the people that joined the project in the very
first beginning it should be nice if we could make a deal, that i will
try to lead the team until Kenneth returns.

What do you guys think ?

Well maybe my java skills do not go that far as most of you, but
i will try to lead the project into the right directions. The most
important goal is to make it stable now, so we actually can
release a FINAL (stable) version. I'm into Linux now, so i can
heavily test the program on that platform now.

Best Regards,

Patrick Bielen




  

   has notified the sender that this message has been
received.

  


  





[Tn5250j-general] tn5250j Trouble

2005-10-25 Thread Kenneth Pouncey

bujo <[EMAIL PROTECTED]>

Hi, first of all i'would appreciate your job, tn5250j is a great  tool, 
just a few question...

i cannot use spool transfer and
the error is:
"...transfer spool can't be used because java as400 toolbox cannot be 
found and so can't be used, add to your CLASSPATH"
also the tool transfer file with the use query options and so query 
builder for the same cause.

I've search about that i've try to install that but without good results.
During the installation (setup) i've read about PDF converter (may be..) 
i think that involves spool file conversion...but i cannot find anything 
about that.
I hope you may help me or tell me where find some docs or tutorial about 
that trouble.


Thank you very very much.

Best regards

Paolo


---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


[Tn5250j-general] tn5250j langauge assistant

2005-10-25 Thread Kenneth Pouncey

Mabundit <[EMAIL PROTECTED]>

Dear K JP,

Let me introduce myself, my name is Mabundit Muangkhum.
I am an AS/400 System engineer and have a plan to implement client Linux in
my company.
Our company use AS/400 for backend application like Acc, Billing,..etc, and
use CA/400 for display emulator.
And also using Thai font for Thai language that made by IBM Thailand.
But now we need to implement in linux environment so I try for searching in
tn5250 on linux and found your.
I would like to ask you for using your great thing.
When I read your document for "quick start" and found that I need to ask you
for the code page.
The Thai code is "838(EBCDIC)" and 874(ASCII).
Would you please add this code page to your tn5250 and suggest me to using
it ?
Thank you very much and hope you do the great job for our world.

Regards;
Mabundit M.



---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


[Tn5250j-general] tn5250j applet session file

2005-10-25 Thread Kenneth Pouncey





Jean-Eric JEG <[EMAIL PROTECTED]>



Hi,


I'm trying to setup the session file.


1) it's OK when I try on my pc (client)


java -jar tn5250j.jar -s my00107


one  5250 session is openned on as400 "my00107"


in my applet, with keyword "host" and ip adress it works fine



2)  some problem with session file (when  applet is stored on as400) ,
it doesn't work


=> window is grey and in "console java" :


java.lang.NullPointerException

at java.util.Hashtable.put(Unknown Source)

at org.tn5250j.My5250App.jbInit(Unknown Source)

at org.tn5250j.My5250App.init(Unknown Source)

at sun.applet.AppletPanel.run(Unknown Source)

at java.lang.Thread.run(Unknown Source)



below my session file and my source applet



Thanks for your help


Eric


___

sessions file




#-- Session Information 

#Wed Jul 27 12:24:11 CEST 2005

emul.frame0=0,0,1024,768

emul.logLevel=1

emul.default=my00101

emul.width=1024

emul.height=768

emul.restricted=

my00107=142.XXX.YY.30 -f my00107 -e





__



 CODEBASE = "" CODE = "org.tn5250j.My5250App.class" NAME =
"tn5250 - Java tn5250 Client " WIDTH = 985 HEIGHT = 540 HSPACE = 0
VSPACE = 0 ALIGN = top ARCHIVE = stn5250j.jar




  

   
   
  
  
  

  














[Tn5250j-general] tn5250j patch

2005-10-25 Thread Kenneth Pouncey




Patrick another  

Mitch Blevins <[EMAIL PROTECTED]>
There
appears to be a bug where if a ScreenListener removes itself during an
onScreenChanged() call, the firing code will continue to loop through
the now-structurally changed Vector.  This causes indeterminate
behavior and has resulted in several crashes on my side.  Fixes in the
patch below for you review.
Mitch
Blevins
IT
Manager
International
Environmental
http://www.iec-okc.com/
Index:
C:/eclipse/workspace/Jumper2/src/org/tn5250j/framework/tn5250/Screen5250.java
===
---
C:/eclipse/workspace/Jumper2/src/org/tn5250j/framework/tn5250/Screen5250.java  
(revision 1499)
+++
C:/eclipse/workspace/Jumper2/src/org/tn5250j/framework/tn5250/Screen5250.java  
(revision 1500)
@@
-3897,12 +3897,12 @@
 */
   
private void fireScreenChanged(int which, int startRow, int startCol,
 
int endRow, int endCol) {
-
  
if (listeners != null) {
-
int size = listeners.size();
+       
Vector lc = new Vector(listeners);
+
int size = lc.size();
 
for (int i = 0; i < size; i++) {

ScreenListener target =
-   
(ScreenListener)listeners.elementAt(i);
+   
(ScreenListener)lc.elementAt(i);

target.onScreenChanged(1,startRow,startCol,endRow,endCol);
 
}
   }
@@
-3933,10 +3933,11 @@
  
int startCol = getCol(lastPos);
 
  
if (listeners != null) {
-
int size = listeners.size();
+       
Vector lc = new Vector(listeners);
+
int size = lc.size();
 
for (int i = 0; i < size; i++) {

ScreenListener target =
-   
(ScreenListener)listeners.elementAt(i);
+   
(ScreenListener)lc.elementAt(i);

target.onScreenChanged(update,startRow,startCol,startRow,startCol);
 
}
   }
@@
-3949,10 +3950,11 @@
   
private void fireScreenSizeChanged() {
 
  
if (listeners != null) {
-
int size = listeners.size();
+       
Vector lc = new Vector(listeners);
+
int size = lc.size();
 
for (int i = 0; i < size; i++) {

ScreenListener target =
- 
(ScreenListener)listeners.elementAt(i);
+ 
(ScreenListener)lc.elementAt(i);

target.onScreenSizeChanged(numRows,numCols);
 
}
   }




Re: [Tn5250j-general] tn5250j on linux with java 1.5.0

2005-10-25 Thread Kenneth Pouncey




Patrick

Here is a problem just reported a couple of days ago with a code fix
attached:

Bugs item #1333978, was opened at 2005-10-21 12:02
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376973&aid=1333978&group_id=22923

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: User Interface
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: manote (manote)
Assigned to: Kenneth J. Pouncey (kjp1)
Summary: Key mapping

Initial Comment:
OS = linux 2.6.5 Suse 9.1
System = pIV 512MB
JDK version = 1.5.0_05

In the dialog for get the key, the label never get the
focus and  can't set the key.
Changing to the following piece of code, int the
KeyConfigure class: 		

JOptionPane opain = new JOptionPane(

message,

JOptionPane.PLAIN_MESSAGE,

JOptionPane.DEFAULT_OPTION, // option type

null,

options,

options[0]);

by this other:

JOptionPane opain = new JOptionPane(

message,

JOptionPane.PLAIN_MESSAGE,

JOptionPane.DEFAULT_OPTION, // option type

null,

options,

null);


 the label can obtain the focus and can set the key.
Regards

Kenneth

Patrick Bielen wrote:
Hi guys,
  
Recently i installed Ubuntu Linux (which is the best distro i've seen
in the last 7 years imho) and that is where the troubles began.
  
Running java 1.5.0_05 on my linux box gives the next troubles...
  
1) Splashscreen stays on top and the connection window is below
 it, there is not way to remove it until you actually make the
connection to the iseries.
  
2) Keymapping does nothing... no matter which key you press,
nothing happens and  you have to manually edit the keymap file.
xdev gives other values then the values used in the keymap file,
   which makes it hard to find out which value you actually need.
  
No need to say this is very frustrating, cause you loose a lot of
functionality in the first place.
  
The second thing... a dutch user contacted me about the jython
commands that can be used in tn5250j. A few years ago i was
using this functionality a lot, but since i became SCJP i lost the
attention to the scripting feature in tn5250j. So there is a lot
changed in meanwhile, and commands changed also. The
website was never made up-to-date so it's damned hard to
actually find out what the exact commands are. Anybody that
knows what actually was changed ? _session.getscreen() seems
not to work anymore cause things are changed.
  
So i think after almost one year of inactivity, that it becomes time
we pickup the project again and do the very last bugfixes, and
also remove the 1.3 code crap, to become some more up-to-dated.
I know the most of you guys are working on the browser version
of tn5250j, but that is not that interesting for the most users, cause
tn5250j standalone just does what it needs to do. So maybe we
can focus back on the program itself and make it bugfree on
windows and linux (and mac) for once and for all.
  
Ofcourse i'm not the project leader, but seems he lost his interests
in the project cause we haven't heard him anymore for a very long
time. As i'm one of the people that joined the project in the very
first beginning it should be nice if we could make a deal, that i will
try to lead the team until Kenneth returns.
  
What do you guys think ?
  
Well maybe my java skills do not go that far as most of you, but
i will try to lead the project into the right directions. The most
important goal is to make it stable now, so we actually can
release a FINAL (stable) version. I'm into Linux now, so i can
heavily test the program on that platform now.
  
Best Regards,
  
Patrick Bielen
  
  
  
  

  
 has notified the sender that this message has been
received.
  

  
  





Re: [Tn5250j-general] tn5250j on Linux with Java 1.5.0

2005-10-25 Thread Kenneth Pouncey




Pete

>> Pete will have to look at all the bug reports out there to see
which
have been fixed or not.

Woops sorry this meant to read that "I" will have to look at the bug
reports out there not you.

Sorry for the confusion.

Kenneth

Kenneth Pouncey wrote:

  
Hello all
  
Saw the messages.  I think that is a great idea you all have.  Do not
want to see the project go to the wayside.
  
Patrick I have not lost interest but lost access to an AS/400. 
Actually have not slung any java code in quite a few months as most of
the work has been .NET lately and systems work.
  
Actually put in a bid at one of my old clients to rewrite their Teller
system and am still waiting on them to decide.  If the contract comes
through I will then have access.
  
Pete will have to look at all the bug reports out there to see which
have been fixed or not.
  
I can help with the general knowledge of the system but probably not
any code so the programmers out there will have to carry the load for
any fixes.
  
Other than that would love to see things rolling again.
  
As far as updates and bug fixes go everyone out there participating on
the list has CVS developer access so the only thing stopping bug fixes
and enhancements is people actually changing the code and making the
updates.
  
If you guys feel that branching the project is in your best interests
please go ahead and do so.  You can set up another project if you feel
that would be better for you as well.  I hope you do not feel the need
but thought it best that I let you know that as can not lend any real
code slinging at this time.
  
Regards
  
Kenneth
  
Pete Helgren wrote:
  

We should probably tidy it all up.  There are 32 open bugs that go all
the way back to 2002.  Kenneth is the Admin so I think only he can
"close" them.  If we could figure out what is still "open" we might be
able to assign a few to each of the programmers on the list to get them
fixed.

It would be nice to finish the project with a nice clean release.  We
are at the .6 release level so I am not sure of what all is still
missing that would make this a 1.0 release.

I wish Kenneth would check in so we'd know what is up with him. Hope he
is OK.

Pete


Richard Houston wrote:

  Hey guys,

I am all for getting things going again. I am not a programmer but I can
relay my clients issues and help find bugs.

On Patrick's issues re: the splash screen, I had the same splash screen
issue but the latest cvs version fixed that for me. We are running on
Linux as well including Fedora Core 4 Centos and Ubuntu. ON Sun jdk
1.4.2_09 and 1.5.0_05.

I agree Ubuntu is very nice. 5.10 is a great improvement over 5.04

We have found a few issues. Should we all be putting these issues in the
bug database on the sourceforge site so they don't get lost?

Thanks!


Best regards,
+--+
| Richard Houston  .^. |
| R.L.H.  Consulting   /V\ |
| E-Mail  <[EMAIL PROTECTED]>/(   )\   |
| WWW   ^^-^^|
+--+


On Tue, October 25, 2005 1:38 am, Patrick Bielen wrote:
  
  
Hi guys,


Recently i installed Ubuntu Linux (which is the best distro i've seen
in the last 7 years imho) and that is where the troubles began.

Running java 1.5.0_05 on my linux box gives the next troubles...


1) Splashscreen stays on top and the connection window is below
it, there is not way to remove it until you actually make the connection to
the iseries.

2) Keymapping does nothing... no matter which key you press,
nothing happens and  you have to manually edit the keymap file. xdev gives
other values then the values used in the keymap file, which makes it hard
to find out which value you actually need.

No need to say this is very frustrating, cause you loose a lot of
functionality in the first place.

The second thing... a dutch user contacted me about the jython
commands that can be used in tn5250j. A few years ago i was using this
functionality a lot, but since i became SCJP i lost the attention to the
scripting feature in tn5250j. So there is a lot changed in meanwhile, and
commands changed also. The website was never made up-to-date so it's
damned hard to actually find out what the exact commands are. Anybody that
 knows what actually was changed ? _session.getscreen() seems not to work
anymore cause things are changed.

So i think after almost one year of inactivity, that it becomes time
we pickup the project again and do the very last bugfixes, and also remove
the 1.3 code crap, to become some more up-to-dated. I know the most of you
guys are working on the browser version of tn5250j, but that is not that
interesting for the most users, cause tn5250j standalone just does what it
needs to do. So maybe we can focus back on the program itself and make it
bugfree on windows and linux (and mac) for once and for all.

Ofcourse i'm not the project leader, but 

Re: [Tn5250j-general] tn5250j on linux with java 1.5.0

2005-10-25 Thread Kenneth Pouncey




Patrick

Patrick Bielen wrote:
Hi guys,
  
Recently i installed Ubuntu Linux (which is the best distro i've seen
in the last 7 years imho) and that is where the troubles began.
  
Running java 1.5.0_05 on my linux box gives the next troubles...
  
1) Splashscreen stays on top and the connection window is below
 it, there is not way to remove it until you actually make the
connection to the iseries.

This should be fixed in CVS.  Richard had that problem.

2) Keymapping does nothing... no matter which key you press,
nothing happens and  you have to manually edit the keymap file.
xdev gives other values then the values used in the keymap file,
   which makes it hard to find out which value you actually need.

Not sure about this.  Jump into the code and see what the problem is. 
Am sure it will be a java 1.5 on linux problem or someone would have
already posted the problem.

No need to say this is very frustrating, cause you loose a lot of
functionality in the first place.

Yes but then again being a programmer yourself that frustration level
can be reduced by figuring out the problem and making the change to fix
it :-P


The second thing... a dutch user contacted me about the jython
commands that can be used in tn5250j. A few years ago i was
using this functionality a lot, 
Yeah had thought about changing it to use IBM's scripting package so
other languages could be incorporated but that meant having to put
another package constraint to run.  Never moved further than that
afterwards.
but since i
became SCJP i lost the

Which again begs the question of why you are frustrated with problems. 
attention
to the scripting feature in tn5250j. So there is a lot
changed in meanwhile, and commands changed also. The
website was never made up-to-date so it's damned hard to
actually find out what the exact commands are. Anybody that
knows what actually was changed ? _session.getscreen() seems
not to work anymore cause things are changed.

Looking at the code base should help with that.

So i think after almost one year of inactivity, that it becomes time
we pickup the project again and do the very last bugfixes, and
also remove the 1.3 code crap, to become some more up-to-dated.

Well actually there really is not any 1.3 being used anymore unless a
1.3 JVM is used.  Between Christian, Wim and myself using the
interfaces it is dynamically loaded.  In the code you should be able to
find all references to them and remove the code from there.  There are
I think 5 touchpoints for this.  Unfortunatel on the first two releases
of 1.4 some of the newer stuff does not work correctly so had to
bandage that the best way I could.

As far as anything else being 1.3 the hardest most intense part would
be using the NIO but after I did the test case by changing the code I
got no increase whatsoever so to me it was not worth the effort of
changing this all out.  Wim and I discussed this at one time through
the list.  I might still have the code laying around if anybody wants
to have a go at it.
I know the
most of you guys are working on the browser version
of tn5250j, but that is not that interesting for the most users, cause
tn5250j standalone just does what it needs to do. So maybe we
can focus back on the program itself and make it bugfree on
windows and linux (and mac) for once and for all.

I would love to see the browser version get off it's feet.  What needs
to be done here besides the HTML parsing part Pete?  I do not remember
where we left off.  The last thing I remember is the change I made so
that you could use encrypted  parameters to pass user and password. 
Was that used in your version?  You had gotten swamped with work so
could not test it at that time.


Ofcourse i'm not the project leader, but seems he lost his interests
in the project cause we haven't heard him anymore for a very long
time. 
This was answered in the other post I made.  Although Patrick, me not
being around does not mean anybody could not update CVS with changes
and bug fixes.

I think I remember Christian made a change a while back which was the
last.
As i'm one
of the people that joined the project in the very
first beginning it should be nice if we could make a deal, that i will
try to lead the team until Kenneth returns.



What do you guys think ?

:-)  

Not exactly sure if the project lacks "leadership" per se but more
hands digging in the code and updating CVS with bug fixes.

Well maybe my java skills do not go that far as most of you, but
i will try to lead the project into the right directions. 
Not a lot of java skills needed to fix the problems you reported so now
all that is left to do is dig in.  The keymapping problem could
probably be fixed in 30 minutes.  Let me know and I can tell you where
to look.

I will send you some code fixes that other people have sent my way so
you can put them in and coordinate the changes with the rest of the
people.
The most
important goal is to make it stable now, so we actually can
re

Re: [Tn5250j-general] tn5250j on Linux with Java 1.5.0

2005-10-25 Thread Kenneth Pouncey




Hello all

Saw the messages.  I think that is a great idea you all have.  Do not
want to see the project go to the wayside.

Patrick I have not lost interest but lost access to an AS/400. 
Actually have not slung any java code in quite a few months as most of
the work has been .NET lately and systems work.

Actually put in a bid at one of my old clients to rewrite their Teller
system and am still waiting on them to decide.  If the contract comes
through I will then have access.

Pete will have to look at all the bug reports out there to see which
have been fixed or not.

I can help with the general knowledge of the system but probably not
any code so the programmers out there will have to carry the load for
any fixes.

Other than that would love to see things rolling again.

As far as updates and bug fixes go everyone out there participating on
the list has CVS developer access so the only thing stopping bug fixes
and enhancements is people actually changing the code and making the
updates.

If you guys feel that branching the project is in your best interests
please go ahead and do so.  You can set up another project if you feel
that would be better for you as well.  I hope you do not feel the need
but thought it best that I let you know that as can not lend any real
code slinging at this time.

Regards

Kenneth

Pete Helgren wrote:

  
We should probably tidy it all up.  There are 32 open bugs that go all
the way back to 2002.  Kenneth is the Admin so I think only he can
"close" them.  If we could figure out what is still "open" we might be
able to assign a few to each of the programmers on the list to get them
fixed.
  
It would be nice to finish the project with a nice clean release.  We
are at the .6 release level so I am not sure of what all is still
missing that would make this a 1.0 release.
  
I wish Kenneth would check in so we'd know what is up with him. Hope he
is OK.
  
Pete
  
  
Richard Houston wrote:
  
Hey guys,

I am all for getting things going again. I am not a programmer but I can
relay my clients issues and help find bugs.

On Patrick's issues re: the splash screen, I had the same splash screen
issue but the latest cvs version fixed that for me. We are running on
Linux as well including Fedora Core 4 Centos and Ubuntu. ON Sun jdk
1.4.2_09 and 1.5.0_05.

I agree Ubuntu is very nice. 5.10 is a great improvement over 5.04

We have found a few issues. Should we all be putting these issues in the
bug database on the sourceforge site so they don't get lost?

Thanks!


Best regards,
+--+
| Richard Houston  .^. |
| R.L.H.  Consulting   /V\ |
| E-Mail  <[EMAIL PROTECTED]>/(   )\   |
| WWW   ^^-^^|
+--+


On Tue, October 25, 2005 1:38 am, Patrick Bielen wrote:
  

  Hi guys,


Recently i installed Ubuntu Linux (which is the best distro i've seen
in the last 7 years imho) and that is where the troubles began.

Running java 1.5.0_05 on my linux box gives the next troubles...


1) Splashscreen stays on top and the connection window is below
it, there is not way to remove it until you actually make the connection to
the iseries.

2) Keymapping does nothing... no matter which key you press,
nothing happens and  you have to manually edit the keymap file. xdev gives
other values then the values used in the keymap file, which makes it hard
to find out which value you actually need.

No need to say this is very frustrating, cause you loose a lot of
functionality in the first place.

The second thing... a dutch user contacted me about the jython
commands that can be used in tn5250j. A few years ago i was using this
functionality a lot, but since i became SCJP i lost the attention to the
scripting feature in tn5250j. So there is a lot changed in meanwhile, and
commands changed also. The website was never made up-to-date so it's
damned hard to actually find out what the exact commands are. Anybody that
 knows what actually was changed ? _session.getscreen() seems not to work
anymore cause things are changed.

So i think after almost one year of inactivity, that it becomes time
we pickup the project again and do the very last bugfixes, and also remove
the 1.3 code crap, to become some more up-to-dated. I know the most of you
guys are working on the browser version of tn5250j, but that is not that
interesting for the most users, cause tn5250j standalone just does what it
needs to do. So maybe we can focus back on the program itself and make it
bugfree on windows and linux (and mac) for once and for all.

Ofcourse i'm not the project leader, but seems he lost his interests
in the project cause we haven't heard him anymore for a very long time. As
i'm one of the people that joined the project in the very first beginning
it should be nice if we could make a deal, that i will try to lead the
team until Kenneth returns.

What do you guys think ?


We

Re: [Tn5250j-general] tn5250j on Linux with Java 1.5.0

2005-10-25 Thread Pete Helgren




We should probably tidy it all up.  There are 32 open bugs that go all
the way back to 2002.  Kenneth is the Admin so I think only he can
"close" them.  If we could figure out what is still "open" we might be
able to assign a few to each of the programmers on the list to get them
fixed.

It would be nice to finish the project with a nice clean release.  We
are at the .6 release level so I am not sure of what all is still
missing that would make this a 1.0 release.

I wish Kenneth would check in so we'd know what is up with him. Hope he
is OK.

Pete


Richard Houston wrote:

  Hey guys,

I am all for getting things going again. I am not a programmer but I can
relay my clients issues and help find bugs.

On Patrick's issues re: the splash screen, I had the same splash screen
issue but the latest cvs version fixed that for me. We are running on
Linux as well including Fedora Core 4 Centos and Ubuntu. ON Sun jdk
1.4.2_09 and 1.5.0_05.

I agree Ubuntu is very nice. 5.10 is a great improvement over 5.04

We have found a few issues. Should we all be putting these issues in the
bug database on the sourceforge site so they don't get lost?

Thanks!


Best regards,
+--+
| Richard Houston  .^. |
| R.L.H.  Consulting   /V\ |
| E-Mail  <[EMAIL PROTECTED]>/(   )\   |
| WWW   ^^-^^|
+--+


On Tue, October 25, 2005 1:38 am, Patrick Bielen wrote:
  
  
Hi guys,


Recently i installed Ubuntu Linux (which is the best distro i've seen
in the last 7 years imho) and that is where the troubles began.

Running java 1.5.0_05 on my linux box gives the next troubles...


1) Splashscreen stays on top and the connection window is below
it, there is not way to remove it until you actually make the connection to
the iseries.

2) Keymapping does nothing... no matter which key you press,
nothing happens and  you have to manually edit the keymap file. xdev gives
other values then the values used in the keymap file, which makes it hard
to find out which value you actually need.

No need to say this is very frustrating, cause you loose a lot of
functionality in the first place.

The second thing... a dutch user contacted me about the jython
commands that can be used in tn5250j. A few years ago i was using this
functionality a lot, but since i became SCJP i lost the attention to the
scripting feature in tn5250j. So there is a lot changed in meanwhile, and
commands changed also. The website was never made up-to-date so it's
damned hard to actually find out what the exact commands are. Anybody that
 knows what actually was changed ? _session.getscreen() seems not to work
anymore cause things are changed.

So i think after almost one year of inactivity, that it becomes time
we pickup the project again and do the very last bugfixes, and also remove
the 1.3 code crap, to become some more up-to-dated. I know the most of you
guys are working on the browser version of tn5250j, but that is not that
interesting for the most users, cause tn5250j standalone just does what it
needs to do. So maybe we can focus back on the program itself and make it
bugfree on windows and linux (and mac) for once and for all.

Ofcourse i'm not the project leader, but seems he lost his interests
in the project cause we haven't heard him anymore for a very long time. As
i'm one of the people that joined the project in the very first beginning
it should be nice if we could make a deal, that i will try to lead the
team until Kenneth returns.

What do you guys think ?


Well maybe my java skills do not go that far as most of you, but
i will try to lead the project into the right directions. The most
important goal is to make it stable now, so we actually can release a
FINAL (stable) version. I'm into Linux now, so i can
heavily test the program on that platform now.

Best Regards,


Patrick Bielen




  
  



---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general

  





Re: [Tn5250j-general] tn5250j on Linux with Java 1.5.0

2005-10-25 Thread Richard Houston
Hey guys,

I am all for getting things going again. I am not a programmer but I can
relay my clients issues and help find bugs.

On Patrick's issues re: the splash screen, I had the same splash screen
issue but the latest cvs version fixed that for me. We are running on
Linux as well including Fedora Core 4 Centos and Ubuntu. ON Sun jdk
1.4.2_09 and 1.5.0_05.

I agree Ubuntu is very nice. 5.10 is a great improvement over 5.04

We have found a few issues. Should we all be putting these issues in the
bug database on the sourceforge site so they don't get lost?

Thanks!


Best regards,
+--+
| Richard Houston  .^. |
| R.L.H.  Consulting   /V\ |
| E-Mail  <[EMAIL PROTECTED]>/(   )\   |
| WWW   ^^-^^|
+--+


On Tue, October 25, 2005 1:38 am, Patrick Bielen wrote:
> Hi guys,
>
>
> Recently i installed Ubuntu Linux (which is the best distro i've seen
> in the last 7 years imho) and that is where the troubles began.
>
> Running java 1.5.0_05 on my linux box gives the next troubles...
>
>
> 1) Splashscreen stays on top and the connection window is below
> it, there is not way to remove it until you actually make the connection to
> the iseries.
>
> 2) Keymapping does nothing... no matter which key you press,
> nothing happens and  you have to manually edit the keymap file. xdev gives
> other values then the values used in the keymap file, which makes it hard
> to find out which value you actually need.
>
> No need to say this is very frustrating, cause you loose a lot of
> functionality in the first place.
>
> The second thing... a dutch user contacted me about the jython
> commands that can be used in tn5250j. A few years ago i was using this
> functionality a lot, but since i became SCJP i lost the attention to the
> scripting feature in tn5250j. So there is a lot changed in meanwhile, and
> commands changed also. The website was never made up-to-date so it's
> damned hard to actually find out what the exact commands are. Anybody that
>  knows what actually was changed ? _session.getscreen() seems not to work
> anymore cause things are changed.
>
> So i think after almost one year of inactivity, that it becomes time
> we pickup the project again and do the very last bugfixes, and also remove
> the 1.3 code crap, to become some more up-to-dated. I know the most of you
> guys are working on the browser version of tn5250j, but that is not that
> interesting for the most users, cause tn5250j standalone just does what it
> needs to do. So maybe we can focus back on the program itself and make it
> bugfree on windows and linux (and mac) for once and for all.
>
> Ofcourse i'm not the project leader, but seems he lost his interests
> in the project cause we haven't heard him anymore for a very long time. As
> i'm one of the people that joined the project in the very first beginning
> it should be nice if we could make a deal, that i will try to lead the
> team until Kenneth returns.
>
> What do you guys think ?
>
>
> Well maybe my java skills do not go that far as most of you, but
> i will try to lead the project into the right directions. The most
> important goal is to make it stable now, so we actually can release a
> FINAL (stable) version. I'm into Linux now, so i can
> heavily test the program on that platform now.
>
> Best Regards,
>
>
> Patrick Bielen
>
>
>




---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


Re: [Tn5250j-general] tn5250j on linux with java 1.5.0

2005-10-24 Thread Wim . Van . Leuven

Hello Patrick,

that sounds great!! In my opinion the
emulator works quite well and stable. It should be cleaned out of old code
indeed as you suggest. I'll see what I can do from this side to get this
going again.

Cheers, (Tot ziens)
Wim







Patrick Bielen <[EMAIL PROTECTED]>

Sent by: [EMAIL PROTECTED]
25/10/2005 08:38



Please respond to
tn5250j-general@lists.sourceforge.net





To
tn5250j-general@lists.sourceforge.net


cc



Subject
[Tn5250j-general] tn5250j
on linux with java 1.5.0








Hi guys,

Recently i installed Ubuntu Linux (which is the best distro i've seen
in the last 7 years imho) and that is where the troubles began.

Running java 1.5.0_05 on my linux box gives the next troubles...

1) Splashscreen stays on top and the connection window is below
     it, there is not way to remove it until you actually make
the
    connection to the iseries.

2) Keymapping does nothing... no matter which key you press,
    nothing happens and  you have to manually edit the keymap
file.
    xdev gives other values then the values used in the keymap
file,
   which makes it hard to find out which value you actually need.

No need to say this is very frustrating, cause you loose a lot of
functionality in the first place.

The second thing... a dutch user contacted me about the jython
commands that can be used in tn5250j. A few years ago i was
using this functionality a lot, but since i became SCJP i lost the
attention to the scripting feature in tn5250j. So there is a lot
changed in meanwhile, and commands changed also. The
website was never made up-to-date so it's damned hard to
actually find out what the exact commands are. Anybody that
knows what actually was changed ? _session.getscreen() seems
not to work anymore cause things are changed.

So i think after almost one year of inactivity, that it becomes time
we pickup the project again and do the very last bugfixes, and
also remove the 1.3 code crap, to become some more up-to-dated.
I know the most of you guys are working on the browser version
of tn5250j, but that is not that interesting for the most users, cause
tn5250j standalone just does what it needs to do. So maybe we
can focus back on the program itself and make it bugfree on
windows and linux (and mac) for once and for all.

Ofcourse i'm not the project leader, but seems he lost his interests
in the project cause we haven't heard him anymore for a very long
time. As i'm one of the people that joined the project in the very
first beginning it should be nice if we could make a deal, that i will
try to lead the team until Kenneth returns.

What do you guys think ?

Well maybe my java skills do not go that far as most of you, but
i will try to lead the project into the right directions. The most
important goal is to make it stable now, so we actually can
release a FINAL (stable) version. I'm into Linux now, so i can
heavily test the program on that platform now.

Best Regards,

Patrick Bielen





has
notified the sender that this message has been received.



[Tn5250j-general] tn5250j on linux with java 1.5.0

2005-10-24 Thread Patrick Bielen

Hi guys,

Recently i installed Ubuntu Linux (which is the best distro i've seen
in the last 7 years imho) and that is where the troubles began.

Running java 1.5.0_05 on my linux box gives the next troubles...

1) Splashscreen stays on top and the connection window is below
 it, there is not way to remove it until you actually make the
connection to the iseries.

2) Keymapping does nothing... no matter which key you press,
nothing happens and  you have to manually edit the keymap file.
xdev gives other values then the values used in the keymap file,
   which makes it hard to find out which value you actually need.

No need to say this is very frustrating, cause you loose a lot of
functionality in the first place.

The second thing... a dutch user contacted me about the jython
commands that can be used in tn5250j. A few years ago i was
using this functionality a lot, but since i became SCJP i lost the
attention to the scripting feature in tn5250j. So there is a lot
changed in meanwhile, and commands changed also. The
website was never made up-to-date so it's damned hard to
actually find out what the exact commands are. Anybody that
knows what actually was changed ? _session.getscreen() seems
not to work anymore cause things are changed.

So i think after almost one year of inactivity, that it becomes time
we pickup the project again and do the very last bugfixes, and
also remove the 1.3 code crap, to become some more up-to-dated.
I know the most of you guys are working on the browser version
of tn5250j, but that is not that interesting for the most users, cause
tn5250j standalone just does what it needs to do. So maybe we
can focus back on the program itself and make it bugfree on
windows and linux (and mac) for once and for all.

Ofcourse i'm not the project leader, but seems he lost his interests
in the project cause we haven't heard him anymore for a very long
time. As i'm one of the people that joined the project in the very
first beginning it should be nice if we could make a deal, that i will
try to lead the team until Kenneth returns.

What do you guys think ?

Well maybe my java skills do not go that far as most of you, but
i will try to lead the project into the right directions. The most
important goal is to make it stable now, so we actually can
release a FINAL (stable) version. I'm into Linux now, so i can
heavily test the program on that platform now.

Best Regards,

Patrick Bielen


 has notified the sender that this message has been received.


[Tn5250j-general] tn5250j Key Maps

2005-07-26 Thread Joe Bechler

  
  
  First of all I would like to say that I love this terminal emulator.  It will be the answer to several problems we are having.  We have  setup the applet on a test web server and we are having great success with it.  One thing we cannot figure out is how to permanently change the default keymap.  We only need to map two keys differently.  Any help you can give would be great.Thanks.Joe BechlerTechnician III, Network319-833-1546[EMAIL PROTECTED]

  



Re: [Tn5250j-general] [ tn5250j-Bugs-1161363 ] Slovenian (SVN) support for TN5250j

2005-06-10 Thread Marko Daris
On Fri, 2005-06-10 at 10:43 +0200, Kenneth Pouncey wrote:
> Marko
> 
> Quoting Marko Daris <[EMAIL PROTECTED]>:
> 
> > Hi, 
> > 
> > Did change the International Settings in iSeries Navigator... and
> > rebooted. At the console the codeset changed so I could type Slovenian
> > characters. I tried to do a mkdir with those characters. When I type the
> > command everything looks ok, but when I do a ls ? are displayed.
> > The same happens if I create the directory on a Windows client using
> > Slovenian settings -  are displayed.
At the console...

It means that when I type the command the character display correctly:
# mkdir /slo/"dir_with_slovenian_characters"   // I see the characters 

But when I do ls, the just created folder displays as question
marks: ?. 

If I look at the this directory from a windows client (via CIFS / samba)
I see the characters correctly. 

> 
> No exactly sure I understand what you mean here.
> 
> > 
> > I think it would be better if I manage to change the language - then all
> > the messages would be in Slovenian... but I don't know how to do it,
> > still searching. Or maybe I must change the CCSID on the telnet device??
> 
> That would be good I would think.  If not the characters will not show up 
> correctly.
> 
> > 
> > FYI: the code page no. on AS400 is different than what windows uses. 
> > 
> > For example:
> > Language Code page Graphic character set
> > US English 37 697
> > Slovenian 870 959
> 
> You can test with the jt400 code pages as described before.  When you get it 
> let
> me know.
> 
> In the iSeries navigator what language are you using for the emulation?  Does 
> it
> work correctly?
You can only select the codeset in the emulator - not the language. It
worked correctly when the machine was installed with Slovenian as a
primary language - but now we changed it to English. 

> 
> Sorry but I will not be able to help you with anything except for the emulator
> parts.
No problem. Will find out by myself. 

Marko



---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


Re: [Tn5250j-general] [ tn5250j-Bugs-1161363 ] Slovenian (SVN) support for TN5250j

2005-06-10 Thread Kenneth Pouncey
Marko

Quoting Marko Daris <[EMAIL PROTECTED]>:

> Hi, 
> 
> Did change the International Settings in iSeries Navigator... and
> rebooted. At the console the codeset changed so I could type Slovenian
> characters. I tried to do a mkdir with those characters. When I type the
> command everything looks ok, but when I do a ls ? are displayed.
> The same happens if I create the directory on a Windows client using
> Slovenian settings -  are displayed.

No exactly sure I understand what you mean here.

> 
> I think it would be better if I manage to change the language - then all
> the messages would be in Slovenian... but I don't know how to do it,
> still searching. Or maybe I must change the CCSID on the telnet device??

That would be good I would think.  If not the characters will not show up 
correctly.

> 
> FYI: the code page no. on AS400 is different than what windows uses. 
> 
> For example:
> Language Code page Graphic character set
> US English 37 697
> Slovenian 870 959

You can test with the jt400 code pages as described before.  When you get it let
me know.

In the iSeries navigator what language are you using for the emulation?  Does it
work correctly?

Sorry but I will not be able to help you with anything except for the emulator
parts.

Regards

Kenneth

> 
> Regards, 
> 
> Marko
> 
> 
> 
> ---
> This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you
> shotput
> a projector? How fast can you ride your desk chair down the office luge
> track?
> If you want to score the big prize, get to know the little guy.  
> Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
> ___
> Tn5250j-general mailing list
> Tn5250j-general@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/tn5250j-general
> 






---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


Re: [Tn5250j-general] [ tn5250j-Bugs-1161363 ] Slovenian (SVN) support for TN5250j

2005-06-10 Thread Marko Daris
Hi, 

Did change the International Settings in iSeries Navigator... and
rebooted. At the console the codeset changed so I could type Slovenian
characters. I tried to do a mkdir with those characters. When I type the
command everything looks ok, but when I do a ls ? are displayed.
The same happens if I create the directory on a Windows client using
Slovenian settings -  are displayed.

I think it would be better if I manage to change the language - then all
the messages would be in Slovenian... but I don't know how to do it,
still searching. Or maybe I must change the CCSID on the telnet device??

FYI: the code page no. on AS400 is different than what windows uses. 

For example:
Language Code page Graphic character set
US English 37 697
Slovenian 870 959

Regards, 

Marko



---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


Re: [Tn5250j-general] tn5250j portal

2005-06-09 Thread Kenneth Pouncey




That would do it.  I think after that you would be set.

[EMAIL PROTECTED] wrote:

  Kenneth, 
  
  
  we use the protocolbean in our
screenscraper.
So it is sort of headless it is working. We do trap the paint requests.
So it certainly should be possible. 
  
  
  Only adjustment that has to be made
is allowing the GUITerminal receive a protocol instead of creating one
itself. 
  
  
  Wim.
  
  
  
  
  
  

  
Kenneth
Pouncey <[EMAIL PROTECTED]>

Sent by:
[EMAIL PROTECTED]
09/06/2005 15:35

  

  
  Please
respond to
tn5250j-general@lists.sourceforge.net
  

  






  

  
  To
  
  tn5250j-general@lists.sourceforge.net
  


  
  cc
  
  
  


  
  Subject
  
  Re:
[Tn5250j-general] tn5250j
portal

  



  

  
  
  
  
  

  



  

  
  
  
  
  
Wim
  
Theoretically that should be possible.  The reason I say theoretically
is that
the only thing the gui would do is attach listeners for the object
events
it
wants to see.  So you should be able to send keys and as long as there
are no
listeners attached the events will not be sent.  
  
After all the keys are sent and the screen you want is there you then
send
this
through to the GUITerminal which will obtain the information from the
object(s)
and then create the event consumers.  Once the consumers are there
is when the
gui will start receiving the painting instructions.
  
Now I have not looked at those in a while but I am not sure why it
could
not be
done with what is there.  Well I am saying what is there in CVS now
for
headless.  Not sure how much code you used from the new headless code
or what
was changed but I can not see a problem with doing this at all.
  
Like I said it would kind of be what is being done with the Web5250
stuff.
  
If there is a problem with doing it this way I would not think it would
be to
much of a problem to change it to work that way.
  
Damn the flow in my head says it works this way but without an acutal
test
  
Regards
  
Kenneth
  
  
  
  
Quoting [EMAIL PROTECTED]:
  
> Kenneth,
> 
> the modals are very simple: you are in a GUI panel, click a
button,
5250 
> terminal comes up positioned on a specific screen. The user keys
in
his 
> information, hits enter and the emulator automatically closes. The
GUI 
> underneath picks the use case up again and goes on. While the
emulator
is 
> open, the GUI is inaccesible.
> 
> Secondly, I know the emulator support headless operation throught
the 
> protocol bean. But can I create a protocol bean, to everything I
need
and 
> next create a GUI terminal that hooks up to the protocol bean?
Like
an new 
> GUITerminal(myProtocolBean). 
> 
> wim
> 
> 
> 
> 
> 
> Kenneth Pouncey <[EMAIL PROTECTED]> 
> Sent by: [EMAIL PROTECTED]
> 09/06/2005 14:56
> Please respond to
> tn5250j-general@lists.sourceforge.net
> 
> 
> To
> tn5250j-general@lists.sourceforge.net
> cc
> 
> Subject
> Re: [Tn5250j-general] tn5250j portal
> 
> 
> 
> 
> 
> 
> Wim
> 
> Thanks for taking the time to answer my questions.
> 
> Quoting [EMAIL PROTECTED]:
> 
> > Kenneth, 
> > 
> > - Indeed the SSL is not necessary in our case as it's across
VPN or 
> > something. The customer has it setup as some special service
from their 
> > provider using straight through ADSL connections on some kind
of 
> corporate 
> > infrastructure.
> 
> OK
> 
> > - We'll be working through the sessionbeans indeed; In this
case
it'll 
> be 
> > standard 5250 as we all use it. Not the screenscraping part.
  
> > - What we normally do, is to wrap the normal command they
want
to launch 
> 
> > in a special command of our own. E.g. instead of issuing a
WRKUSRJOB
  
> > USER(user) we issue a STRCMD CMD('WRKUSRJOB USER(user)'); the
only thing 
> 
> > our STRCMD does is launching the command, but when the normal
command 
> ends 
> > and we fall back in the program stacking onto our wrapper
command,
we 
> send 
> > the !# event or just do a signof with disconnect. The
emulator
at the 
> Java 
> > side knows to close itself then. In GUI mode we can then even
issue 5250 
> 
> > as modal dialogs etc without a problem. 
> 
> Could you explain this of the modal dialogs.  Did y

Re: [Tn5250j-general] tn5250j portal

2005-06-09 Thread Wim . Van . Leuven

Kenneth, 

we use the protocolbean in our screenscraper.
So it is sort of headless it is working. We do trap the paint requests.
So it certainly should be possible. 

Only adjustment that has to be made
is allowing the GUITerminal receive a protocol instead of creating one
itself. 

Wim.







Kenneth Pouncey <[EMAIL PROTECTED]>

Sent by: [EMAIL PROTECTED]
09/06/2005 15:35



Please respond to
tn5250j-general@lists.sourceforge.net





To
tn5250j-general@lists.sourceforge.net


cc



Subject
Re: [Tn5250j-general] tn5250j
portal









Wim

Theoretically that should be possible.  The reason I say theoretically
is that
the only thing the gui would do is attach listeners for the object events
it
wants to see.  So you should be able to send keys and as long as there
are no
listeners attached the events will not be sent.  

After all the keys are sent and the screen you want is there you then send
this
through to the GUITerminal which will obtain the information from the object(s)
and then create the event consumers.  Once the consumers are there
is when the
gui will start receiving the painting instructions.

Now I have not looked at those in a while but I am not sure why it could
not be
done with what is there.  Well I am saying what is there in CVS now
for
headless.  Not sure how much code you used from the new headless code
or what
was changed but I can not see a problem with doing this at all.

Like I said it would kind of be what is being done with the Web5250 stuff.

If there is a problem with doing it this way I would not think it would
be to
much of a problem to change it to work that way.

Damn the flow in my head says it works this way but without an acutal test

Regards

Kenneth




Quoting [EMAIL PROTECTED]:

> Kenneth,
> 
> the modals are very simple: you are in a GUI panel, click a button,
5250 
> terminal comes up positioned on a specific screen. The user keys in
his 
> information, hits enter and the emulator automatically closes. The
GUI 
> underneath picks the use case up again and goes on. While the emulator
is 
> open, the GUI is inaccesible.
> 
> Secondly, I know the emulator support headless operation throught
the 
> protocol bean. But can I create a protocol bean, to everything I need
and 
> next create a GUI terminal that hooks up to the protocol bean? Like
an new 
> GUITerminal(myProtocolBean). 
> 
> wim
> 
> 
> 
> 
> 
> Kenneth Pouncey <[EMAIL PROTECTED]> 
> Sent by: [EMAIL PROTECTED]
> 09/06/2005 14:56
> Please respond to
> tn5250j-general@lists.sourceforge.net
> 
> 
> To
> tn5250j-general@lists.sourceforge.net
> cc
> 
> Subject
> Re: [Tn5250j-general] tn5250j portal
> 
> 
> 
> 
> 
> 
> Wim
> 
> Thanks for taking the time to answer my questions.
> 
> Quoting [EMAIL PROTECTED]:
> 
> > Kenneth, 
> > 
> > - Indeed the SSL is not necessary in our case as it's across
VPN or 
> > something. The customer has it setup as some special service
from their 
> > provider using straight through ADSL connections on some kind
of 
> corporate 
> > infrastructure.
> 
> OK
> 
> > - We'll be working through the sessionbeans indeed; In this case
it'll 
> be 
> > standard 5250 as we all use it. Not the screenscraping part.

> > - What we normally do, is to wrap the normal command they want
to launch 
> 
> > in a special command of our own. E.g. instead of issuing a WRKUSRJOB

> > USER(user) we issue a STRCMD CMD('WRKUSRJOB USER(user)'); the
only thing 
> 
> > our STRCMD does is launching the command, but when the normal
command 
> ends 
> > and we fall back in the program stacking onto our wrapper command,
we 
> send 
> > the !# event or just do a signof with disconnect. The emulator
at the 
> Java 
> > side knows to close itself then. In GUI mode we can then even
issue 5250 
> 
> > as modal dialogs etc without a problem. 
> 
> Could you explain this of the modal dialogs.  Did you have to
change the
> application programs to do this?
> 
> >So we do make it interactive! We 
> > can not however send back information towards the web application

> directly 
> > as we can keep synchronisations in there. We did once start to
cache the 
> 
> > 5250 sessions, but that poses more of problem than it brings
advantages. 
> 
> > The only thing I still would like is to be able to create a protocol

> bean, 
> > connect it, start the initial command and only then hook it to
a 
> > interactive terminal. This way the user would'n see the login
and launch 
> 
> > scenario pass by as they do now.
> 
> But I think it can work that way now in the code base that is in CVS.

> Maybe I
> am misunderstanding this because the Web5250 wor

Re: [Tn5250j-general] tn5250j portal

2005-06-09 Thread Kenneth Pouncey

Wim

Theoretically that should be possible.  The reason I say theoretically is that
the only thing the gui would do is attach listeners for the object events it
wants to see.  So you should be able to send keys and as long as there are no
listeners attached the events will not be sent.  

After all the keys are sent and the screen you want is there you then send this
through to the GUITerminal which will obtain the information from the object(s)
and then create the event consumers.  Once the consumers are there is when the
gui will start receiving the painting instructions.

Now I have not looked at those in a while but I am not sure why it could not be
done with what is there.  Well I am saying what is there in CVS now for
headless.  Not sure how much code you used from the new headless code or what
was changed but I can not see a problem with doing this at all.

Like I said it would kind of be what is being done with the Web5250 stuff.

If there is a problem with doing it this way I would not think it would be to
much of a problem to change it to work that way.

Damn the flow in my head says it works this way but without an acutal test

Regards

Kenneth




Quoting [EMAIL PROTECTED]:

> Kenneth,
> 
> the modals are very simple: you are in a GUI panel, click a button, 5250 
> terminal comes up positioned on a specific screen. The user keys in his 
> information, hits enter and the emulator automatically closes. The GUI 
> underneath picks the use case up again and goes on. While the emulator is 
> open, the GUI is inaccesible.
> 
> Secondly, I know the emulator support headless operation throught the 
> protocol bean. But can I create a protocol bean, to everything I need and 
> next create a GUI terminal that hooks up to the protocol bean? Like an new 
> GUITerminal(myProtocolBean). 
> 
> wim
> 
> 
> 
> 
> 
> Kenneth Pouncey <[EMAIL PROTECTED]> 
> Sent by: [EMAIL PROTECTED]
> 09/06/2005 14:56
> Please respond to
> tn5250j-general@lists.sourceforge.net
> 
> 
> To
> tn5250j-general@lists.sourceforge.net
> cc
> 
> Subject
> Re: [Tn5250j-general] tn5250j portal
> 
> 
> 
> 
> 
> 
> Wim
> 
> Thanks for taking the time to answer my questions.
> 
> Quoting [EMAIL PROTECTED]:
> 
> > Kenneth, 
> > 
> > - Indeed the SSL is not necessary in our case as it's across VPN or 
> > something. The customer has it setup as some special service from their 
> > provider using straight through ADSL connections on some kind of 
> corporate 
> > infrastructure.
> 
> OK
> 
> > - We'll be working through the sessionbeans indeed; In this case it'll 
> be 
> > standard 5250 as we all use it. Not the screenscraping part. 
> > - What we normally do, is to wrap the normal command they want to launch 
> 
> > in a special command of our own. E.g. instead of issuing a WRKUSRJOB 
> > USER(user) we issue a STRCMD CMD('WRKUSRJOB USER(user)'); the only thing 
> 
> > our STRCMD does is launching the command, but when the normal command 
> ends 
> > and we fall back in the program stacking onto our wrapper command, we 
> send 
> > the !# event or just do a signof with disconnect. The emulator at the 
> Java 
> > side knows to close itself then. In GUI mode we can then even issue 5250 
> 
> > as modal dialogs etc without a problem. 
> 
> Could you explain this of the modal dialogs.  Did you have to change the
> application programs to do this?
> 
> >So we do make it interactive! We 
> > can not however send back information towards the web application 
> directly 
> > as we can keep synchronisations in there. We did once start to cache the 
> 
> > 5250 sessions, but that poses more of problem than it brings advantages. 
> 
> > The only thing I still would like is to be able to create a protocol 
> bean, 
> > connect it, start the initial command and only then hook it to a 
> > interactive terminal. This way the user would'n see the login and launch 
> 
> > scenario pass by as they do now.
> 
> But I think it can work that way now in the code base that is in CVS. 
> Maybe I
> am misunderstanding this because the Web5250 works mostly this way in 
> headless.
> 
> > - I would really like to donate the screen scraper back to the 
> community. 
> > Honestly. The problem right now is that you need a specific view factory 
> 
> > to scrape the screens correctly. At this point we only have one factory 
> > that interprets customer specific screens and is not generally usable. 
> We 
> > would like to build such a factory for the IBM 5250 guidelines as we use 
> 
> > them in all our appliations Then it would become 

Re: [Tn5250j-general] tn5250j portal

2005-06-09 Thread Wim . Van . Leuven

Kenneth,

the modals are very simple: you are
in a GUI panel, click a button, 5250 terminal comes up positioned on a
specific screen. The user keys in his information, hits enter and the emulator
automatically closes. The GUI underneath picks the use case up again and
goes on. While the emulator is open, the GUI is inaccesible.

Secondly, I know the emulator support
headless operation throught the protocol bean. But can I create a protocol
bean, to everything I need and next create a GUI terminal that hooks up
to the protocol bean? Like an new GUITerminal(myProtocolBean). 

wim







Kenneth Pouncey <[EMAIL PROTECTED]>

Sent by: [EMAIL PROTECTED]
09/06/2005 14:56



Please respond to
tn5250j-general@lists.sourceforge.net





To
tn5250j-general@lists.sourceforge.net


cc



Subject
Re: [Tn5250j-general] tn5250j
portal








Wim

Thanks for taking the time to answer my questions.

Quoting [EMAIL PROTECTED]:

> Kenneth, 
> 
> - Indeed the SSL is not necessary in our case as it's across VPN or

> something. The customer has it setup as some special service from
their 
> provider using straight through ADSL connections on some kind of corporate

> infrastructure.

OK

> - We'll be working through the sessionbeans indeed; In this case it'll
be 
> standard 5250 as we all use it. Not the screenscraping part. 
> - What we normally do, is to wrap the normal command they want to
launch 
> in a special command of our own. E.g. instead of issuing a WRKUSRJOB

> USER(user) we issue a STRCMD CMD('WRKUSRJOB USER(user)'); the only
thing 
> our STRCMD does is launching the command, but when the normal command
ends 
> and we fall back in the program stacking onto our wrapper command,
we send 
> the !# event or just do a signof with disconnect. The emulator at
the Java 
> side knows to close itself then. In GUI mode we can then even issue
5250 
> as modal dialogs etc without a problem. 

Could you explain this of the modal dialogs.  Did you have to change
the
application programs to do this?

>So we do make it interactive! We 
> can not however send back information towards the web application
directly 
> as we can keep synchronisations in there. We did once start to cache
the 
> 5250 sessions, but that poses more of problem than it brings advantages.

> The only thing I still would like is to be able to create a protocol
bean, 
> connect it, start the initial command and only then hook it to a 
> interactive terminal. This way the user would'n see the login and
launch 
> scenario pass by as they do now.

But I think it can work that way now in the code base that is in CVS.  Maybe
I
am misunderstanding this because the Web5250 works mostly this way in headless.

> - I would really like to donate the screen scraper back to the community.

> Honestly. The problem right now is that you need a specific view factory

> to scrape the screens correctly. At this point we only have one factory

> that interprets customer specific screens and is not generally usable.
We 
> would like to build such a factory for the IBM 5250 guidelines as
we use 
> them in all our appliations Then it would become very useful for 
> everybody. We however do not have the time at this point. It is however

> just a work of a few days. Note that the customer specific factory
even 
> translates functions to menu's and toolbar buttons. Another major

> enhancement would to recognize subfiles and translate them to tables.


No problems.  Am sure we will get around to it sometime.  We
all work within
time constraints.

> 
> Hope this helps,

Yes

Regards

Kenneth
> Wim.
> 
> 
> 
> 
> 
> 
> Kenneth Pouncey <[EMAIL PROTECTED]> 
> Sent by: [EMAIL PROTECTED]
> 09/06/2005 11:24
> Please respond to
> tn5250j-general@lists.sourceforge.net
> 
> 
> To
> tn5250j-general@lists.sourceforge.net
> cc
> 
> Subject
> Re: [Tn5250j-general] tn5250j portal
> 
> 
> 
> 
> 
> 
> Wim
> 
> 
> Quoting [EMAIL PROTECTED]:
> 
> > Hello Kenneth,
> > 
> > we have to build an extranet application for a customer hooking
up onto 
> > their existing AS/400 applications. Well, it's not really an
extranet 
> app. 
> > All users are on VPN hooken in directly on the LAN. This means
we can do 
> 
> > something. The users are the commercial  exterior service
force of the 
> > customer. So they'll also need existing applications over the

> > functionality provided by the new webapplication as we can not
convert 
> all 
> > software at once. 
> > 
> > The web application will be based on JSF talking over our Java/iSeries

> > connector to RPG backend system. We've done this a few times
now. Some 
> > links on the website need to launch a 5250 appli

Re: [Tn5250j-general] tn5250j portal

2005-06-09 Thread Kenneth Pouncey
Wim

Thanks for taking the time to answer my questions.

Quoting [EMAIL PROTECTED]:

> Kenneth, 
> 
> - Indeed the SSL is not necessary in our case as it's across VPN or 
> something. The customer has it setup as some special service from their 
> provider using straight through ADSL connections on some kind of corporate 
> infrastructure.

OK

> - We'll be working through the sessionbeans indeed; In this case it'll be 
> standard 5250 as we all use it. Not the screenscraping part. 
> - What we normally do, is to wrap the normal command they want to launch 
> in a special command of our own. E.g. instead of issuing a WRKUSRJOB 
> USER(user) we issue a STRCMD CMD('WRKUSRJOB USER(user)'); the only thing 
> our STRCMD does is launching the command, but when the normal command ends 
> and we fall back in the program stacking onto our wrapper command, we send 
> the !# event or just do a signof with disconnect. The emulator at the Java 
> side knows to close itself then. In GUI mode we can then even issue 5250 
> as modal dialogs etc without a problem. 

Could you explain this of the modal dialogs.  Did you have to change the
application programs to do this?

>So we do make it interactive! We 
> can not however send back information towards the web application directly 
> as we can keep synchronisations in there. We did once start to cache the 
> 5250 sessions, but that poses more of problem than it brings advantages. 
> The only thing I still would like is to be able to create a protocol bean, 
> connect it, start the initial command and only then hook it to a 
> interactive terminal. This way the user would'n see the login and launch 
> scenario pass by as they do now.

But I think it can work that way now in the code base that is in CVS.  Maybe I
am misunderstanding this because the Web5250 works mostly this way in headless.

> - I would really like to donate the screen scraper back to the community. 
> Honestly. The problem right now is that you need a specific view factory 
> to scrape the screens correctly. At this point we only have one factory 
> that interprets customer specific screens and is not generally usable. We 
> would like to build such a factory for the IBM 5250 guidelines as we use 
> them in all our appliations Then it would become very useful for 
> everybody. We however do not have the time at this point. It is however 
> just a work of a few days. Note that the customer specific factory even 
> translates functions to menu's and toolbar buttons. Another major 
> enhancement would to recognize subfiles and translate them to tables. 

No problems.  Am sure we will get around to it sometime.  We all work within
time constraints.

> 
> Hope this helps,

Yes

Regards

Kenneth
> Wim.
> 
> 
> 
> 
> 
> 
> Kenneth Pouncey <[EMAIL PROTECTED]> 
> Sent by: [EMAIL PROTECTED]
> 09/06/2005 11:24
> Please respond to
> tn5250j-general@lists.sourceforge.net
> 
> 
> To
> tn5250j-general@lists.sourceforge.net
> cc
> 
> Subject
> Re: [Tn5250j-general] tn5250j portal
> 
> 
> 
> 
> 
> 
> Wim
> 
> 
> Quoting [EMAIL PROTECTED]:
> 
> > Hello Kenneth,
> > 
> > we have to build an extranet application for a customer hooking up onto 
> > their existing AS/400 applications. Well, it's not really an extranet 
> app. 
> > All users are on VPN hooken in directly on the LAN. This means we can do 
> 
> > something. The users are the commercial  exterior service force of the 
> > customer. So they'll also need existing applications over the 
> > functionality provided by the new webapplication as we can not convert 
> all 
> > software at once. 
> > 
> > The web application will be based on JSF talking over our Java/iSeries 
> > connector to RPG backend system. We've done this a few times now. Some 
> > links on the website need to launch a 5250 application with autologon 
> and 
> > command calling. As said it's going to be used on an 'intranet' and 
> > secured. 
> 
> Yes got that now.  Been away from thinking this way for a few months so 
> that
> makes sense.
> 
> >So we can pass uids and pwds around freely. The emulator itself 
> > passes it also unencrypted. In our situation this is not a concern. 
> > Otherwise, you should SSL the connection, I think.
> 
> Yes it does pass it as unencrypted and yes an SSL connection would make it 
> more
> secure but you already have it encrypted with the VPN, probably using 
> IPSec or
> 3Des correct?
> 
> 
> > 
> > We were indeed thinking in webstarting an parameterised JFrame with 
> > systemname, uid, pwd and command etc. 
> &g

Re: [Tn5250j-general] tn5250j portal

2005-06-09 Thread Wim . Van . Leuven

Kenneth, 

- Indeed the SSL is not necessary in
our case as it's across VPN or something. The customer has it setup as
some special service from their provider using straight through ADSL connections
on some kind of corporate infrastructure.
- We'll be working through the sessionbeans
indeed; In this case it'll be standard 5250 as we all use it. Not the screenscraping
part. 
- What we normally do, is to wrap the
normal command they want to launch in a special command of our own. E.g.
instead of issuing a WRKUSRJOB USER(user) we issue a STRCMD CMD('WRKUSRJOB
USER(user)'); the only thing our STRCMD does is launching the command,
but when the normal command ends and we fall back in the program stacking
onto our wrapper command, we send the !# event or just do a signof with
disconnect. The emulator at the Java side knows to close itself then. In
GUI mode we can then even issue 5250 as modal dialogs etc without a problem.
So we do make it interactive! We can not however send back information
towards the web application directly as we can keep synchronisations in
there. We did once start to cache the 5250 sessions, but that poses more
of problem than it brings advantages. The only thing I still would like
is to be able to create a protocol bean, connect it, start the initial
command and only then hook it to a interactive terminal. This way the user
would'n see the login and launch scenario pass by as they do now.
- I would really like to donate the
screen scraper back to the community. Honestly. The problem right now is
that you need a specific view factory to scrape the screens correctly.
At this point we only have one factory that interprets customer specific
screens and is not generally usable. We would like to build such a factory
for the IBM 5250 guidelines as we use them in all our appliations Then
it would become very useful for everybody. We however do not have the time
at this point. It is however just a work of a few days. Note that the customer
specific factory even translates functions to menu's and toolbar buttons.
Another major enhancement would to recognize subfiles and translate them
to tables. 

Hope this helps,
Wim.








Kenneth Pouncey <[EMAIL PROTECTED]>

Sent by: [EMAIL PROTECTED]
09/06/2005 11:24



Please respond to
tn5250j-general@lists.sourceforge.net





To
tn5250j-general@lists.sourceforge.net


cc



Subject
Re: [Tn5250j-general] tn5250j
portal








Wim


Quoting [EMAIL PROTECTED]:

> Hello Kenneth,
> 
> we have to build an extranet application for a customer hooking up
onto 
> their existing AS/400 applications. Well, it's not really an extranet
app. 
> All users are on VPN hooken in directly on the LAN. This means we
can do 
> something. The users are the commercial  exterior service force
of the 
> customer. So they'll also need existing applications over the 
> functionality provided by the new webapplication as we can not convert
all 
> software at once. 
> 
> The web application will be based on JSF talking over our Java/iSeries

> connector to RPG backend system. We've done this a few times now.
Some 
> links on the website need to launch a 5250 application with autologon
and 
> command calling. As said it's going to be used on an 'intranet' and

> secured. 

Yes got that now.  Been away from thinking this way for a few months
so that
makes sense.

>So we can pass uids and pwds around freely. The emulator itself 
> passes it also unencrypted. In our situation this is not a concern.

> Otherwise, you should SSL the connection, I think.

Yes it does pass it as unencrypted and yes an SSL connection would make
it more
secure but you already have it encrypted with the VPN, probably using IPSec
or
3Des correct?


> 
> We were indeed thinking in webstarting an parameterised JFrame with

> systemname, uid, pwd and command etc. 
> 
> What's your opinion?

Yes I agree.  You will be setting up a SessionBean for that correct
and of
course your own JFrame?  Will the JFrame mentioned here be your JTerminal
that
we have discussed in the past?

Does this also use your screen scraping modifications?

>From there to start other applications I guess you have special application
screens that use the '#!' signature to pass remote commands back to be
executed
correct?

When the person is finished with the 5250 session/function does it stay
open or
automattically closed down after the function is complete?  Well that
would be
more of an interactive session so probably not worth thinking about.

Thanks for the info Wim

Kenneth
> 
> Wim.
> 
> 
> 
> 
> 
> Kenneth Pouncey <[EMAIL PROTECTED]> 
> Sent by: [EMAIL PROTECTED]
> 09/06/2005 09:36
> Please respond to
> tn5250j-general@lists.sourceforge.net
> 
> 
> To
> tn5250j-general@lists.sourceforge.net
> cc
> 
> Subject

Re: [Tn5250j-general] tn5250j portal

2005-06-09 Thread Kenneth Pouncey
Wim


Quoting [EMAIL PROTECTED]:

> Hello Kenneth,
> 
> we have to build an extranet application for a customer hooking up onto 
> their existing AS/400 applications. Well, it's not really an extranet app. 
> All users are on VPN hooken in directly on the LAN. This means we can do 
> something. The users are the commercial  exterior service force of the 
> customer. So they'll also need existing applications over the 
> functionality provided by the new webapplication as we can not convert all 
> software at once. 
> 
> The web application will be based on JSF talking over our Java/iSeries 
> connector to RPG backend system. We've done this a few times now. Some 
> links on the website need to launch a 5250 application with autologon and 
> command calling. As said it's going to be used on an 'intranet' and 
> secured. 

Yes got that now.  Been away from thinking this way for a few months so that
makes sense.

>So we can pass uids and pwds around freely. The emulator itself 
> passes it also unencrypted. In our situation this is not a concern. 
> Otherwise, you should SSL the connection, I think.

Yes it does pass it as unencrypted and yes an SSL connection would make it more
secure but you already have it encrypted with the VPN, probably using IPSec or
3Des correct?


> 
> We were indeed thinking in webstarting an parameterised JFrame with 
> systemname, uid, pwd and command etc. 
> 
> What's your opinion?

Yes I agree.  You will be setting up a SessionBean for that correct and of
course your own JFrame?  Will the JFrame mentioned here be your JTerminal that
we have discussed in the past?

Does this also use your screen scraping modifications?

>From there to start other applications I guess you have special application
screens that use the '#!' signature to pass remote commands back to be executed
correct?

When the person is finished with the 5250 session/function does it stay open or
automattically closed down after the function is complete?  Well that would be
more of an interactive session so probably not worth thinking about.

Thanks for the info Wim

Kenneth
> 
> Wim.
> 
> 
> 
> 
> 
> Kenneth Pouncey <[EMAIL PROTECTED]> 
> Sent by: [EMAIL PROTECTED]
> 09/06/2005 09:36
> Please respond to
> tn5250j-general@lists.sourceforge.net
> 
> 
> To
> tn5250j-general@lists.sourceforge.net
> cc
> 
> Subject
> Re: [Tn5250j-general] tn5250j portal
> 
> 
> 
> 
> 
> 
> Wim 
> 
> The other reason I am asking you the specifics is because I did not like 
> the way
> the arguments were being passed for the user and password.  It is 
> basically in
> clear text for anyone with a little knowleged to look at.  Maybe there is 
> a
> better way to do this?
> 
> Maybe my definition of portal needs to be updated a little bit.  A little
> reading I guess should do the trick.  Also a real world example would 
> benefit
> not just myself but others that are interested as well.
> 
> Regards
> 
> Kenneth
> 
> Quoting Kenneth Pouncey <[EMAIL PROTECTED]>:
> 
> > Wim
> > 
> > Beleive me I will be the first to admit that the code is not the best OO
> > code
> > base.  Although it is a hell of a lot better than it used to be.  I 
> think
> > the
> > refactoring went well over all IMHO.
> > 
> > Actually started to write him about the SessionBeans class but decided 
> not
> > to
> > get in the middle.  Am thinking maybe he based this off of an old
> > distribution
> > code base and not CVS as he mentions in the article to download the 
> latest
> > source bundle.
> > 
> > Anyway it is good to see something different for the use of the codebase 
> so
> > it
> > can not be too bad.
> > 
> > What exactly are going to try to do with this if you do not mind me 
> asking? 
> > Will you be using portals like the article mentions?  If so what are the
> > benefits and or uses of this over an applit or starting from java 
> webstart?
> > 
> > I ask so that maybe we can get something written up to some extent on 
> how
> > you
> > will actually go about doing this without all the modifications.  We can 
> put
> > it
> > out on the website or your company website.
> > 
> > Regards
> > 
> > Kenneth
> > 
> > Quoting [EMAIL PROTECTED]:
> > 
> > > Hello Kenneth, 
> > > 
> > > Maybe what he says is true, but if you start hacking the GUI class to 
> > > inject you own user credentials, you do worse then structuring not the 
> 
> > > best OO code. Why doesn't he just use the SessionBeans c

Re: [Tn5250j-general] tn5250j portal

2005-06-09 Thread Wim . Van . Leuven

Hello Kenneth,

we have to build an extranet application
for a customer hooking up onto their existing AS/400 applications. Well,
it's not really an extranet app. All users are on VPN hooken in directly
on the LAN. This means we can do something. The users are the commercial
 exterior service force of the customer. So they'll also need existing
applications over the functionality provided by the new webapplication
as we can not convert all software at once. 

The web application will be based on
JSF talking over our Java/iSeries connector to RPG backend system. We've
done this a few times now. Some links on the website need to launch a 5250
application with autologon and command calling. As said it's going to be
used on an 'intranet' and secured. So we can pass uids and pwds around
freely. The emulator itself passes it also unencrypted. In our situation
this is not a concern. Otherwise, you should SSL the connection, I think.

We were indeed thinking in webstarting
an parameterised JFrame with systemname, uid, pwd and command etc. 

What's your opinion?

Wim.







Kenneth Pouncey <[EMAIL PROTECTED]>

Sent by: [EMAIL PROTECTED]
09/06/2005 09:36



Please respond to
tn5250j-general@lists.sourceforge.net





To
tn5250j-general@lists.sourceforge.net


cc



Subject
Re: [Tn5250j-general] tn5250j
portal








Wim 

The other reason I am asking you the specifics is because I did not like
the way
the arguments were being passed for the user and password.  It is
basically in
clear text for anyone with a little knowleged to look at.  Maybe there
is a
better way to do this?

Maybe my definition of portal needs to be updated a little bit.  A
little
reading I guess should do the trick.  Also a real world example would
benefit
not just myself but others that are interested as well.

Regards

Kenneth

Quoting Kenneth Pouncey <[EMAIL PROTECTED]>:

> Wim
> 
> Beleive me I will be the first to admit that the code is not the best
OO
> code
> base.  Although it is a hell of a lot better than it used to
be.  I think
> the
> refactoring went well over all IMHO.
> 
> Actually started to write him about the SessionBeans class but decided
not
> to
> get in the middle.  Am thinking maybe he based this off of an
old
> distribution
> code base and not CVS as he mentions in the article to download the
latest
> source bundle.
> 
> Anyway it is good to see something different for the use of the codebase
so
> it
> can not be too bad.
> 
> What exactly are going to try to do with this if you do not mind me
asking? 
> Will you be using portals like the article mentions?  If so what
are the
> benefits and or uses of this over an applit or starting from java
webstart?
> 
> I ask so that maybe we can get something written up to some extent
on how
> you
> will actually go about doing this without all the modifications.  We
can put
> it
> out on the website or your company website.
> 
> Regards
> 
> Kenneth
> 
> Quoting [EMAIL PROTECTED]:
> 
> > Hello Kenneth, 
> > 
> > Maybe what he says is true, but if you start hacking the GUI
class to 
> > inject you own user credentials, you do worse then structuring
not the 
> > best OO code. Why doesn't he just use the SessionBeans class
and wrap it 
> > up in his own JFrame to webstart that one?
> > 
> > We have a project under way next weeks that has to do exactly
what that 
> > guy is talking about.
> > 
> > 
> > Regards,
> > Wim.
> > 
> > 
> > 
> > 
> > Kenneth Pouncey <[EMAIL PROTECTED]> 
> > Sent by: [EMAIL PROTECTED]
> > 08/06/2005 22:10
> > Please respond to
> > tn5250j-general@lists.sourceforge.net
> > 
> > 
> > To
> > tn5250j-general@lists.sourceforge.net
> > cc
> > 
> > Subject
> > [Tn5250j-general] tn5250j portal
> > 
> > 
> > 
> > 
> > 
> > 
> > Hello all
> > 
> > I thought this was pretty cool:  
> > http://www.itjungle.com/fhg/fhg042005-story01.html
> > 
> > Only negative part was the part of :
> > 
> > >From an object-oriented perspective, the TN5250j code base
is not the 
> > best, but the application itself is really stable.
> > 
> > But other than that nice article.
> > 
> > Kenneth
> > 
> 
> 
> 
> 
> 
> 
> ---
> This SF.Net email is sponsored by: NEC IT Guy Games.  How far
can you
> shotput
> a projector? How fast can you ride your desk chair down the office
luge
> track?
> If you want to score the big prize, get to know the little guy.  
> Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
> 

Re: [Tn5250j-general] tn5250j portal

2005-06-09 Thread Kenneth Pouncey
Wim 

The other reason I am asking you the specifics is because I did not like the way
the arguments were being passed for the user and password.  It is basically in
clear text for anyone with a little knowleged to look at.  Maybe there is a
better way to do this?

Maybe my definition of portal needs to be updated a little bit.  A little
reading I guess should do the trick.  Also a real world example would benefit
not just myself but others that are interested as well.

Regards

Kenneth

Quoting Kenneth Pouncey <[EMAIL PROTECTED]>:

> Wim
> 
> Beleive me I will be the first to admit that the code is not the best OO
> code
> base.  Although it is a hell of a lot better than it used to be.  I think
> the
> refactoring went well over all IMHO.
> 
> Actually started to write him about the SessionBeans class but decided not
> to
> get in the middle.  Am thinking maybe he based this off of an old
> distribution
> code base and not CVS as he mentions in the article to download the latest
> source bundle.
> 
> Anyway it is good to see something different for the use of the codebase so
> it
> can not be too bad.
> 
> What exactly are going to try to do with this if you do not mind me asking? 
> Will you be using portals like the article mentions?  If so what are the
> benefits and or uses of this over an applit or starting from java webstart?
> 
> I ask so that maybe we can get something written up to some extent on how
> you
> will actually go about doing this without all the modifications.  We can put
> it
> out on the website or your company website.
> 
> Regards
> 
> Kenneth
> 
> Quoting [EMAIL PROTECTED]:
> 
> > Hello Kenneth, 
> > 
> > Maybe what he says is true, but if you start hacking the GUI class to 
> > inject you own user credentials, you do worse then structuring not the 
> > best OO code. Why doesn't he just use the SessionBeans class and wrap it 
> > up in his own JFrame to webstart that one?
> > 
> > We have a project under way next weeks that has to do exactly what that 
> > guy is talking about.
> > 
> > 
> > Regards,
> > Wim.
> > 
> > 
> > 
> > 
> > Kenneth Pouncey <[EMAIL PROTECTED]> 
> > Sent by: [EMAIL PROTECTED]
> > 08/06/2005 22:10
> > Please respond to
> > tn5250j-general@lists.sourceforge.net
> > 
> > 
> > To
> > tn5250j-general@lists.sourceforge.net
> > cc
> > 
> > Subject
> > [Tn5250j-general] tn5250j portal
> > 
> > 
> > 
> > 
> > 
> > 
> > Hello all
> > 
> > I thought this was pretty cool:  
> > http://www.itjungle.com/fhg/fhg042005-story01.html
> > 
> > Only negative part was the part of :
> > 
> > >From an object-oriented perspective, the TN5250j code base is not the 
> > best, but the application itself is really stable.
> > 
> > But other than that nice article.
> > 
> > Kenneth
> > 
> 
> 
> 
> 
> 
> 
> ---
> This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you
> shotput
> a projector? How fast can you ride your desk chair down the office luge
> track?
> If you want to score the big prize, get to know the little guy.  
> Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
> ___
> Tn5250j-general mailing list
> Tn5250j-general@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/tn5250j-general
> 






---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


Re: [Tn5250j-general] tn5250j portal

2005-06-09 Thread Kenneth Pouncey
Wim

Beleive me I will be the first to admit that the code is not the best OO code
base.  Although it is a hell of a lot better than it used to be.  I think the
refactoring went well over all IMHO.

Actually started to write him about the SessionBeans class but decided not to
get in the middle.  Am thinking maybe he based this off of an old distribution
code base and not CVS as he mentions in the article to download the latest
source bundle.

Anyway it is good to see something different for the use of the codebase so it
can not be too bad.

What exactly are going to try to do with this if you do not mind me asking? 
Will you be using portals like the article mentions?  If so what are the
benefits and or uses of this over an applit or starting from java webstart?

I ask so that maybe we can get something written up to some extent on how you
will actually go about doing this without all the modifications.  We can put it
out on the website or your company website.

Regards

Kenneth

Quoting [EMAIL PROTECTED]:

> Hello Kenneth, 
> 
> Maybe what he says is true, but if you start hacking the GUI class to 
> inject you own user credentials, you do worse then structuring not the 
> best OO code. Why doesn't he just use the SessionBeans class and wrap it 
> up in his own JFrame to webstart that one?
> 
> We have a project under way next weeks that has to do exactly what that 
> guy is talking about.
> 
> 
> Regards,
> Wim.
> 
> 
> 
> 
> Kenneth Pouncey <[EMAIL PROTECTED]> 
> Sent by: [EMAIL PROTECTED]
> 08/06/2005 22:10
> Please respond to
> tn5250j-general@lists.sourceforge.net
> 
> 
> To
> tn5250j-general@lists.sourceforge.net
> cc
> 
> Subject
> [Tn5250j-general] tn5250j portal
> 
> 
> 
> 
> 
> 
> Hello all
> 
> I thought this was pretty cool:  
> http://www.itjungle.com/fhg/fhg042005-story01.html
> 
> Only negative part was the part of :
> 
> >From an object-oriented perspective, the TN5250j code base is not the 
> best, but the application itself is really stable.
> 
> But other than that nice article.
> 
> Kenneth
> 






---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


Re: [Tn5250j-general] tn5250j portal

2005-06-09 Thread Wim . Van . Leuven

Hello Kenneth, 

Maybe what he says is true, but if you
start hacking the GUI class to inject you own user credentials, you do
worse then structuring not the best OO code. Why doesn't he just use the
SessionBeans class and wrap it up in his own JFrame to webstart that one?

We have a project under way next weeks
that has to do exactly what that guy is talking about.


Regards,
Wim.






Kenneth Pouncey <[EMAIL PROTECTED]>

Sent by: [EMAIL PROTECTED]
08/06/2005 22:10



Please respond to
tn5250j-general@lists.sourceforge.net





To
tn5250j-general@lists.sourceforge.net


cc



Subject
[Tn5250j-general] tn5250j
portal








Hello all

I thought this was pretty cool:  http://www.itjungle.com/fhg/fhg042005-story01.html

Only negative part was the part of :

>From an object-oriented perspective, the TN5250j code base is not the best,
but the application itself is really stable.

But other than that nice article.

Kenneth


[Tn5250j-general] tn5250j portal

2005-06-08 Thread Kenneth Pouncey




Hello all

I thought this was pretty cool: 
http://www.itjungle.com/fhg/fhg042005-story01.html

Only negative part was the part of :

From an object-oriented
perspective, the TN5250j code base is not the best, but the application
itself is really stable.

But other than that nice article.

Kenneth




RE: [Tn5250j-general] TN5250j and JRE 5.0 (more info)

2005-06-08 Thread Kenneth Pouncey

Patrick

I am pretty sure if you put 

   if (SwingUtilities.isRightMouseButton(e)) {
  return;
   }

at the beginning of the mouseClick() method this problem will go away.

Regards

Kenneth

Quoting Patrick Bielen <[EMAIL PROTECTED]>:

> Hi Kenneth,
>  
> > Patrick how is the debugging going?
> 
> Well seems "int g = planes.getWhichGUI(pos);"
> on line 720 in Screen5250j.java returns 0,
> so the moved always returns true and the
> cursor is moved... so the must be a problem
> with the planes on some or other way.
> 
> In debug mode g always returns 0 no idea why.
> 
> And as Wim mentioned before, the 
> boolean moved = screen.moveCursor(e, pos);
> on line 167 in Gui5250.java is not always
> reached, then it is, then it is not...
> this is really weird stuff.
> 
> well this is how my screen looks at...
> 
>HOO
>   
>  Tik keuze in, druk Enter.
>2=Uitvoeren
>   
>  Kz   Beschrijving
>   Systeemtaken
>   Afmelden van systeem
>   
>   Artikelen   
>   Verkoop 
>   Inkoop  
>   Klanten / Leveranciers  
>   
>   Adequat 
> 
> When i select from the b and move until the s of
> leveranciers the selection is there, when i 
> right click in the selected area (pos 7/7 to 15/28)
> on position 12/7 or higher (13/7, 14/7 or 15/7 or
> 13/8, 13/9 or 13/10) then the selection disapears.
> But above the 13 pos it remains intact, that's why
> i do not get when it changes. Cause when the selection
> stays intact, the mouseclick event is not triggered.
> 
> At the other hand, when i select (pos 7/70 to 15/79)
> on the screen it doesn't matter where i click in the
> selected area, then the click is always triggered 
> and the selection disapears.  
>   
> So the only thing i can say thusfar is... when the 
> mouseclick event is triggered it goes terrible wrong,
> but when only the mousedown event is triggered all
> is okay, so there must be something wrong somewhere.
> 
> Met vriendelijke groeten,
> Best Regards,
>  
> Patrick Bielen
>  
> System-Administrator Stafa Holland BV
> Microsoft Certified Professional
> Sun Certified Java Programmer
> 
> 
> 
> 
> 
> ---
> This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you
> shotput
> a projector? How fast can you ride your desk chair down the office luge
> track?
> If you want to score the big prize, get to know the little guy.  
> Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
> ___
> Tn5250j-general mailing list
> Tn5250j-general@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/tn5250j-general
> 






---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


RE: [Tn5250j-general] TN5250j and JRE 5.0 (more info)

2005-06-08 Thread Patrick Bielen
Hi Kenneth,
 
> Patrick how is the debugging going?

Well seems "int g = planes.getWhichGUI(pos);"
on line 720 in Screen5250j.java returns 0,
so the moved always returns true and the
cursor is moved... so the must be a problem
with the planes on some or other way.

In debug mode g always returns 0 no idea why.

And as Wim mentioned before, the 
boolean moved = screen.moveCursor(e, pos);
on line 167 in Gui5250.java is not always
reached, then it is, then it is not...
this is really weird stuff.

well this is how my screen looks at...

   HOO
  
 Tik keuze in, druk Enter.
   2=Uitvoeren
  
 Kz   Beschrijving
  Systeemtaken
  Afmelden van systeem
  
  Artikelen   
  Verkoop 
  Inkoop  
  Klanten / Leveranciers  
  
  Adequat 

When i select from the b and move until the s of
leveranciers the selection is there, when i 
right click in the selected area (pos 7/7 to 15/28)
on position 12/7 or higher (13/7, 14/7 or 15/7 or
13/8, 13/9 or 13/10) then the selection disapears.
But above the 13 pos it remains intact, that's why
i do not get when it changes. Cause when the selection
stays intact, the mouseclick event is not triggered.

At the other hand, when i select (pos 7/70 to 15/79)
on the screen it doesn't matter where i click in the
selected area, then the click is always triggered 
and the selection disapears.  
  
So the only thing i can say thusfar is... when the 
mouseclick event is triggered it goes terrible wrong,
but when only the mousedown event is triggered all
is okay, so there must be something wrong somewhere.

Met vriendelijke groeten,
Best Regards,
 
Patrick Bielen
 
System-Administrator Stafa Holland BV
Microsoft Certified Professional
Sun Certified Java Programmer





---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


RE: [Tn5250j-general] TN5250j and JRE 5.0 (more info)

2005-06-08 Thread Wim . Van . Leuven

Kenneth, 

we have some linux boxes running here.
I'll try to test it out some of these days and let you know.







Kenneth Pouncey <[EMAIL PROTECTED]>

Sent by: [EMAIL PROTECTED]
08/06/2005 14:47



Please respond to
tn5250j-general@lists.sourceforge.net





To
tn5250j-general@lists.sourceforge.net


cc



Subject
RE: [Tn5250j-general] TN5250j
and JRE 5.0 (more info)









Wim

Have used this before but not in the emulator as of yet because I needed
to have
access to some other variables that I would not have access to in the adapter.

What I did do was get ready for that type of interface by creating another
class
called SessionPopup.java.  This is then called in actionPopup(e).

Now one interesting bit of code you have that I do not is in the mouseReleased()
method for     if (e.isPopupTrigger()){ etc }

Hummm what about if we put in the mouseClick method at the beginning something
as follows:

            if (SwingUtilities.isRightMouseButton(e))
{
               return;
               
            }

I wonder if that would work?  I am not sure if I was having problems
on linux or
mac for the order of the mouse clicks but at one time there was a problem.
 I
know for sure there was a problem with e.isPopupTrigger().  We will
have to test
that.  Marc has a mac to test with so he can give us an ok or not.

Patrick how is the debugging going?


Here is the code in the emulator which is close to yours except for the
mouseReleased method.  


      addMouseListener(new MouseAdapter() {
         public void mousePressed(MouseEvent e) {
            /** @todo check for popup trigger
on linux
             *
             */
//            if (e.isPopupTrigger()) {
            // using SwingUtilities because
popuptrigger does not work on linux
            if (SwingUtilities.isRightMouseButton(e))
{
               actionPopup(e);
            }

         }
         public void mouseReleased(MouseEvent e) {
//            System.out.println("Mouse
Released");

         }

         public void mouseClicked(MouseEvent e) {

               if (e.getClickCount()
== 2 & doubleClick) {

                  screen.sendKeys("[enter]");
               }
               else {
                  
               
                 
       int pos = bi.getPosFromView(e.getX(),
e.getY());
                  if (log.isDebugEnabled())
{
                    
log.debug((screen.getRow(pos)) + "," + (screen.getCol(pos)));
                    
log.debug(e.getX() + "," + e.getY() + "," + bi.columnWidth
+ ","
                    
      + bi.rowHeight);
                  }

                  boolean
moved = screen.moveCursor(e, pos);
                
                 
               
                 
     // this is a note to not execute this code here when
we
                  
               
               
               
       // implement the remain after edit function
option.
                  if (moved)
{
                    
if (rubberband.isAreaSelected()) {
                    
   rubberband.reset();
                    
}
                    
screen.repaintScreen();
                  }
                  getFocusForMe();
               }
         }

      });



Quoting [EMAIL PROTECTED]:

> This is how we always popup menu's. 
> 
> 
> public class PopupListener extends MouseAdapter{
>   private JPopupMenu popupMenu;
> 
>   public PopupListener(JPopupMenu popupMenu) {
>     this.popupMenu = popupMenu;
>   }
> 
>   public PopupListener(PopupTrigger popupTrigger) {
>     this.popupMenu = popupTrigger.getPopupMenu();
>   }
> 
>   public void mousePressed(MouseEvent e) {
>       maybeShowPopup(e);
>   }
> 
>   public void mouseReleased(MouseEvent e) {
>       maybeShowPopup(e);
>   }
> 
>   private void maybeShowPopup(MouseEvent e) {
>       if (e.isPopupTrigger()){
>         Component invoker = (Component)e.getSource();
> 
>         updatePopup(invoker);
> 
>         Component oldInvoker = popupMenu.getInvoker();
> 
>         popupMenu.show(invoker, e.getX(), e.getY());
> 
>         if (oldInvoker != null)
>           popupMenu.setInvoker(oldInvoker);
>       }
>   }
> 
>   /**
>    * This method is called just before the popup is shown
to change the
>    * state of the popup; maybe disable some actions.
>    *
>    * @param invoker the component the PopupListener is added
to.
>    */
>   public void updatePopup(Component invoker){
>   }
> }






---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can
you shotput
a projector? How fast can you ride your desk chair down the office luge
track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general



RE: [Tn5250j-general] TN5250j and JRE 5.0 (more info)

2005-06-08 Thread Kenneth Pouncey

Wim

Have used this before but not in the emulator as of yet because I needed to have
access to some other variables that I would not have access to in the adapter.

What I did do was get ready for that type of interface by creating another class
called SessionPopup.java.  This is then called in actionPopup(e).

Now one interesting bit of code you have that I do not is in the mouseReleased()
method for if (e.isPopupTrigger()){ etc }

Hummm what about if we put in the mouseClick method at the beginning something
as follows:

if (SwingUtilities.isRightMouseButton(e)) {
   return;
   
}

I wonder if that would work?  I am not sure if I was having problems on linux or
mac for the order of the mouse clicks but at one time there was a problem.  I
know for sure there was a problem with e.isPopupTrigger().  We will have to test
that.  Marc has a mac to test with so he can give us an ok or not.

Patrick how is the debugging going?


Here is the code in the emulator which is close to yours except for the
mouseReleased method.  


  addMouseListener(new MouseAdapter() {
 public void mousePressed(MouseEvent e) {
/** @todo check for popup trigger on linux
 *
 */
//if (e.isPopupTrigger()) {
// using SwingUtilities because popuptrigger does not work on linux
if (SwingUtilities.isRightMouseButton(e)) {
   actionPopup(e);
}

 }
 public void mouseReleased(MouseEvent e) {
//System.out.println("Mouse Released");

 }

 public void mouseClicked(MouseEvent e) {

   if (e.getClickCount() == 2 & doubleClick) {

  screen.sendKeys("[enter]");
   }
   else {
int pos = bi.getPosFromView(e.getX(), e.getY());
  if (log.isDebugEnabled()) {
 log.debug((screen.getRow(pos)) + "," + 
(screen.getCol(pos)));
 log.debug(e.getX() + "," + e.getY() + "," + bi.columnWidth
+ ","
   + bi.rowHeight);
  }

  boolean moved = screen.moveCursor(e, pos);
  // this is a note to not execute this 
code here when we
// implement the remain after edit function 
option.
  if (moved) {
 if (rubberband.isAreaSelected()) {
rubberband.reset();
 }
 screen.repaintScreen();
  }
  getFocusForMe();
   }
 }

  });



Quoting [EMAIL PROTECTED]:

> This is how we always popup menu's. 
> 
> 
> public class PopupListener extends MouseAdapter{
>   private JPopupMenu popupMenu;
> 
>   public PopupListener(JPopupMenu popupMenu) {
> this.popupMenu = popupMenu;
>   }
> 
>   public PopupListener(PopupTrigger popupTrigger) {
> this.popupMenu = popupTrigger.getPopupMenu();
>   }
> 
>   public void mousePressed(MouseEvent e) {
>   maybeShowPopup(e);
>   }
> 
>   public void mouseReleased(MouseEvent e) {
>   maybeShowPopup(e);
>   }
> 
>   private void maybeShowPopup(MouseEvent e) {
>   if (e.isPopupTrigger()){
> Component invoker = (Component)e.getSource();
> 
> updatePopup(invoker);
> 
> Component oldInvoker = popupMenu.getInvoker();
> 
> popupMenu.show(invoker, e.getX(), e.getY());
> 
> if (oldInvoker != null)
>   popupMenu.setInvoker(oldInvoker);
>   }
>   }
> 
>   /**
>* This method is called just before the popup is shown to change the
>* state of the popup; maybe disable some actions.
>*
>* @param invoker the component the PopupListener is added to.
>*/
>   public void updatePopup(Component invoker){
>   }
> }






---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


RE: [Tn5250j-general] TN5250j and JRE 5.0 (more info)

2005-06-08 Thread Wim . Van . Leuven

This is how we always popup menu's.



public class PopupListener extends MouseAdapter{
  private JPopupMenu popupMenu;

  public PopupListener(JPopupMenu
popupMenu) {
    this.popupMenu = popupMenu;
  }

  public PopupListener(PopupTrigger
popupTrigger) {
    this.popupMenu = popupTrigger.getPopupMenu();
  }

  public void mousePressed(MouseEvent
e) {
      maybeShowPopup(e);
  }

  public void mouseReleased(MouseEvent
e) {
      maybeShowPopup(e);
  }

  private void maybeShowPopup(MouseEvent
e) {
      if (e.isPopupTrigger()){
        Component
invoker = (Component)e.getSource();

        updatePopup(invoker);

        Component
oldInvoker = popupMenu.getInvoker();

        popupMenu.show(invoker,
e.getX(), e.getY());

        if (oldInvoker
!= null)
          popupMenu.setInvoker(oldInvoker);
      }
  }

  /**
   * This method is called
just before the popup is shown to change the
   * state of the popup; maybe
disable some actions.
   *
   * @param invoker the component
the PopupListener is added to.
   */
  public void updatePopup(Component
invoker){
  }
}

RE: [Tn5250j-general] TN5250j and JRE 5.0 (more info)

2005-06-08 Thread Kenneth Pouncey
Patrick

Same modules as mentioned before.

Quoting Patrick Bielen <[EMAIL PROTECTED]>:

> Hi Kenneth,
>  
> > 1.  First a mousePress event is generated on a button press.  
> > Here is where I check if it is a right button press or not and do the
> popup. 
> 
> This always works, so that is not the problem, the menu always appears.
> 
> > Within the popup it will collect the information from from the 
> > selection area thus the columns and rows displaying on the popup.
> 
> This also always works, so that's ok !
> 
> > 2. Second a mouseRelease event is generated on a release of the button.
> > I do nothing in this method.
> 
> Are you sure about that ? Cause the rubberband disapears
> mostly after the button is released.

Yep.  The release is what causes the click.  Press-Release in quick succession.

> 
> > 3.  mouseClick is generated if a mouse button is clicked.
> > For me a click is fast press and release of the button and 
> > I think controlled by the operating system as whether to 
> > generate a click event or not.  How java handles this am 
> > not sure.
> > Also in the mouseClick method is where I do a reposition 
> > of the cursor and checking for hot spot hits.
> 
> Ah so we have to look somewhere in this part, cause it threads
> the right-click of the mouse as a left click... and do you also
> know which module has the mouse-click event ?
> 
> > Thus generating a mouseClick in 5.0 as well.
> 
> Indeed, because you do not handle the release event it treats
> it as a mouse click, but it sometimes refuses to see it is a
> right click and triggers the left click, so somewhere the code
> gets confused after the click.

No need to handle releases in my opinion.

> 
> > This would explain what Patrick is seeing.  
> > I could be wrong though.
> 
> I think you're getting very close, but now we have to know
> in which module to start debugging.

Same modules.

> 
> > Stick some System.out.println's in there to see what 
> > events are being generating for when and what order.
> 
> Good argument, will do that.
> 
> > If there is a mouseClick being generated then am pretty 
> > sure that is the problem.  
> 
> Indeed.
> 
> > Stick a break point in there on those methods to 
> > check it after drawing the rectangle and before 
> > hitting the right mouse button.
> 
> Yeah now i only have to find which module and where
> to start, then i will start debugging and get this
> crap fixed.

Same modules.

Regards

Kenneth
> 
> Met vriendelijke groeten,
> Best Regards,
>  
> Patrick Bielen
>  
> System-Administrator Stafa Holland BV
> Microsoft Certified Professional
> Sun Certified Java Programmer
> 
> 
> 
> 
> 
> ---
> This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you
> shotput
> a projector? How fast can you ride your desk chair down the office luge
> track?
> If you want to score the big prize, get to know the little guy.  
> Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
> ___
> Tn5250j-general mailing list
> Tn5250j-general@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/tn5250j-general
> 






---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


RE: [Tn5250j-general] TN5250j and JRE 5.0 (more info)

2005-06-08 Thread Patrick Bielen
Hi Kenneth,
 
> 1.  First a mousePress event is generated on a button press.  
> Here is where I check if it is a right button press or not and do the
popup. 

This always works, so that is not the problem, the menu always appears.

> Within the popup it will collect the information from from the 
> selection area thus the columns and rows displaying on the popup.

This also always works, so that's ok !

> 2. Second a mouseRelease event is generated on a release of the button.
> I do nothing in this method.

Are you sure about that ? Cause the rubberband disapears
mostly after the button is released.

> 3.  mouseClick is generated if a mouse button is clicked.
> For me a click is fast press and release of the button and 
> I think controlled by the operating system as whether to 
> generate a click event or not.  How java handles this am 
> not sure.
> Also in the mouseClick method is where I do a reposition 
> of the cursor and checking for hot spot hits.

Ah so we have to look somewhere in this part, cause it threads
the right-click of the mouse as a left click... and do you also
know which module has the mouse-click event ?

> Thus generating a mouseClick in 5.0 as well.

Indeed, because you do not handle the release event it treats
it as a mouse click, but it sometimes refuses to see it is a
right click and triggers the left click, so somewhere the code
gets confused after the click.

> This would explain what Patrick is seeing.  
> I could be wrong though.

I think you're getting very close, but now we have to know
in which module to start debugging.

> Stick some System.out.println's in there to see what 
> events are being generating for when and what order.

Good argument, will do that.

> If there is a mouseClick being generated then am pretty 
> sure that is the problem.  

Indeed.

> Stick a break point in there on those methods to 
> check it after drawing the rectangle and before 
> hitting the right mouse button.

Yeah now i only have to find which module and where
to start, then i will start debugging and get this
crap fixed.

Met vriendelijke groeten,
Best Regards,
 
Patrick Bielen
 
System-Administrator Stafa Holland BV
Microsoft Certified Professional
Sun Certified Java Programmer





---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


RE: [Tn5250j-general] TN5250j and JRE 5.0 (more info)

2005-06-08 Thread Kenneth Pouncey

Here is what I remember of the mouse event generation.

1.  First a mousePress event is generated on a button press.  

Here is where I check if it is a right button press or not and do the popup. 
Within the popup it will collect the information from from the selection area
thus the columns and rows displaying on the popup.

2. Second a mouseRelease event is generated on a release of the button.

I do nothing in this method.

3.  mouseClick is generated if a mouse button is clicked.

For me a click is fast press and release of the button and I think controlled by
the operating system as whether to generate a click event or not.  How java
handles this am not sure.

Also in the mouseClick method is where I do a reposition of the cursor and
checking for hot spot hits.

Now in swing they check for press and release of a graphic button but since we
really do not have real buttons but pseudo buttons I did not do it that way.

It seems to me that it is in the mouse handler because it does not disappear
until after the button is released as Marc was reporting.  Thus generating a
mouseClick in 5.0 as well.

This would explain what Patrick is seeing.  I could be wrong though.

If I were debugging this that is where I would start.  Stick some
System.out.println's in there to see what events are being generating for when
and what order.

If there is a mouseClick being generated then am pretty sure that is the
problem.  Stick a break point in there on those methods to check it after
drawing the rectangle and before hitting the right mouse button.

This is only my opinion and could be totally off.

Kenneth


Quoting Patrick Bielen <[EMAIL PROTECTED]>:

> Hi Wim,
>  
> > just did some tests with the selection rectangle on a 1.5 installation. 
> > The right click seems to be OK most of the times. Sometimes however 
> > the right-click repositions the cursor. In that case the rectangle 
> > disappears as it should. I can not however reproduce when the cursor 
> > reposition on right-click. It just sometimes does so. 
>  
> Indeed, same thing here.
> And indeed, when cursor moves, the rubber band disapears.
> While a right-click should not move the cursor.
>  
> Met vriendelijke groeten,
> Best Regards,
>  
> Patrick Bielen
>  
> System-Administrator Stafa Holland BV
> Microsoft Certified Professional
> Sun Certified Java Programmer
> 
> 






---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


RE: [Tn5250j-general] TN5250j and JRE 5.0 (more info)

2005-06-08 Thread Patrick Bielen



Hi Wim,
 
> just did some tests with the selection 
rectangle on a 1.5 installation. 
> The right click seems to be OK most of the 
times. Sometimes however 
> the right-click repositions the cursor. In 
that case the rectangle 
> disappears as it should. I can 
not however reproduce when the cursor 

> reposition on right-click. It 
just sometimes does so. 
 
Indeed, same thing here.
And indeed, when cursor moves, the rubber band 
disapears.
While a right-click should not move the cursor.
 
Met vriendelijke groeten,Best 
Regards,
 
Patrick Bielen
 
System-Administrator Stafa Holland 
BVMicrosoft Certified ProfessionalSun Certified Java 
Programmer


RE: [Tn5250j-general] TN5250j and JRE 5.0 (more info, second run)

2005-06-08 Thread Patrick Bielen
Hi All,

It's even getting some weirder...

I did the test at the left side of the screen,
but now i tested the right side of the screen,
and behaviour became different, now the rubber
band always disapears... so there is a big
but in the selection and the area that is 
selected somewhere. 

But i still think it has nothing to do with the
mouse listener cause that one works correctly,
and even if the rubberband disapears, the menu
that pops up (due to the right click) displays
the correctly selected rows and columns, but
when the rubber band disapears, then the copy
command (of the menu) copies the whole screen
instead of the selection (as mentioned in the
menu as the selected rows and columns). 

So this is not just one bug, but two to be 
specific. One for the disapearing of the
rubberband and one for the calculation of 
the selected area that the mouse listens to.

Well at least we're getting closer.

Met vriendelijke groeten,
Best Regards,
 
Patrick Bielen
 
System-Administrator Stafa Holland BV
Microsoft Certified Professional
Sun Certified Java Programmer





---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


Re: [Tn5250j-general] TN5250j and JRE 5.0 (more info)

2005-06-08 Thread Wim . Van . Leuven

Hello all, 

just did some tests with the selection
rectangle on a 1.5 installation. The right click seems to be OK most of
the times. Sometimes however the right-click repositions the cursor. In
that case the rectangle disappears as it should. I can not however reproduce
when the cursor reposition on right-click. It just sometimes does so. 

Wim.





"Patrick Bielen"
<[EMAIL PROTECTED]> 
Sent by: [EMAIL PROTECTED]
08/06/2005 10:52



Please respond to
tn5250j-general@lists.sourceforge.net





To



cc



Subject
[Tn5250j-general] TN5250j
and JRE 5.0 (more info)








Hi guys, 

Did some further testing and i think this all
has nothing to do with the mouse listener.

Can all ppl that use Tiger test this...

Select an area, and instead of just (right)clicking
somewhere in the area rightclick on the left upper
hand of the area... the rubberband will remain.
This area is about to act that way until you move
to much to the right bottom of the area, then on
one time the rubberband will disapear.

So it has nothing to do with the mouselistener, 
but merely somewhere within he calculation of
the selected area. 

As far as i can test... and you should devide the
area into 4 separate blocks... for example...

|-|--|
|         |          |
|    1    |     2    |
|         |          |
|-|--|
|         |          |
|    3    |     4    |
|         |          |
|-|--|

this is the complete selection... 
devided into 4 areas to make it some clearer.

so when you right-click the selection somewhere
in area 1 or 2 the selection remains... but if you
reach area 3 or 4 then it disapears, so this has
nothing to do with the mouselistener, but merely
with the calculation of the size of the selected
area. This test is done with the compiled code
from CVS (so not with the sources i get from
Kenneth nor the binary he distributed).

Anyway, any idea which module we should debug ?
Let me know and i'll start debugging.

Met vriendelijke groeten,
Best Regards,
 
Patrick Bielen
 
System-Administrator Stafa Holland BV
Microsoft Certified Professional
Sun Certified Java Programmer





---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can
you shotput
a projector? How fast can you ride your desk chair down the office luge
track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general



[Tn5250j-general] TN5250j and JRE 5.0 (more info)

2005-06-08 Thread Patrick Bielen
Hi guys, 

Did some further testing and i think this all
has nothing to do with the mouse listener.

Can all ppl that use Tiger test this...

Select an area, and instead of just (right)clicking
somewhere in the area rightclick on the left upper
hand of the area... the rubberband will remain.
This area is about to act that way until you move
to much to the right bottom of the area, then on
one time the rubberband will disapear.

So it has nothing to do with the mouselistener, 
but merely somewhere within he calculation of
the selected area. 

As far as i can test... and you should devide the
area into 4 separate blocks... for example...

|-|--|
| |  |
|1| 2|
| |  |
|-|--|
| |  |
|3| 4|
| |  |
|-|--|

this is the complete selection... 
devided into 4 areas to make it some clearer.

so when you right-click the selection somewhere
in area 1 or 2 the selection remains... but if you
reach area 3 or 4 then it disapears, so this has
nothing to do with the mouselistener, but merely
with the calculation of the size of the selected
area. This test is done with the compiled code
from CVS (so not with the sources i get from
Kenneth nor the binary he distributed).

Anyway, any idea which module we should debug ?
Let me know and i'll start debugging.

Met vriendelijke groeten,
Best Regards,
 
Patrick Bielen
 
System-Administrator Stafa Holland BV
Microsoft Certified Professional
Sun Certified Java Programmer





---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


RE: [Tn5250j-general] TN5250j and JRE 5.0

2005-06-08 Thread Kenneth Pouncey

Thanks

Quoting Patrick Bielen <[EMAIL PROTECTED]>:

> Hi Kenneth,
>  
> > Did they change the way mouse events were issued?  
> 
> Not that i know.
> I'm now wading through the 
> Java 1.5 Tiger : A developers notebook
> but no comment about events or mouse-listeners changed.
> 
> But the weird part is... the retreangle (selection)
> indeed only disapears when you release the mouse-button.
> If you keep it pressed and then select copy then all
> goes fine.
> 
> > If they did then maybe the code is not catching 
> > something that is sent differently.
> 
> I'm not sure about this at all, but i can be a threading
> problem ? 
> 
> > Patrick or anybody with a 5.0 environment could you debug this issue?  
> 
> I'm busy with it, but now changements in events or
> mouselisteners as far as i know.
> 
> > You should be able to catch the problem in the following modules:
> > Screen5250.java - method moveCursor
> > Gui5250.java - actionPopup() or in the jbInit() 
>   method where it adds the mouse listener.
> 
> Ok, will try to debug from there.
> 
> Met vriendelijke groeten,
> Best Regards,
>  
> Patrick Bielen
>  
> System-Administrator Stafa Holland BV
> Microsoft Certified Professional
> Sun Certified Java Programmer
> 
> 
> 
> 
> 
> ---
> This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you
> shotput
> a projector? How fast can you ride your desk chair down the office luge
> track?
> If you want to score the big prize, get to know the little guy.  
> Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
> ___
> Tn5250j-general mailing list
> Tn5250j-general@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/tn5250j-general
> 






---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


RE: [Tn5250j-general] TN5250j and JRE 5.0

2005-06-08 Thread Patrick Bielen
Hi Kenneth,
 
> Did they change the way mouse events were issued?  

Not that i know.
I'm now wading through the 
Java 1.5 Tiger : A developers notebook
but no comment about events or mouse-listeners changed.

But the weird part is... the retreangle (selection)
indeed only disapears when you release the mouse-button.
If you keep it pressed and then select copy then all
goes fine.

> If they did then maybe the code is not catching 
> something that is sent differently.

I'm not sure about this at all, but i can be a threading
problem ? 

> Patrick or anybody with a 5.0 environment could you debug this issue?  

I'm busy with it, but now changements in events or
mouselisteners as far as i know.

> You should be able to catch the problem in the following modules:
> Screen5250.java - method moveCursor
> Gui5250.java - actionPopup() or in the jbInit() 
  method where it adds the mouse listener.

Ok, will try to debug from there.

Met vriendelijke groeten,
Best Regards,
 
Patrick Bielen
 
System-Administrator Stafa Holland BV
Microsoft Certified Professional
Sun Certified Java Programmer





---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tn5250j-general


Re: [Tn5250j-general] TN5250j and JRE 5.0

2005-06-08 Thread Kenneth Pouncey
Hello

General question about 5.0 here.

Did they change the way mouse events were issued?  Am not that familiar with 5.0
as have not had time to get into it.  I know a lot of things were changed but
can not remember if mouse events were changed or the event generation in general
like they did from 1.3 to 1.4 for swing.

If they did then maybe the code is not catching something that is sent 
differently.

Patrick or anybody with a 5.0 environment could you debug this issue?  

You should be able to catch the problem in the following modules:

Screen5250.java - method moveCursor
Gui5250.java - actionPopup() or in the jbInit() method where it adds the mouse
listener.

After looking at the code I wonder if the events are sent in a different order
or more events are being sent than before.

Hummm maybe there needs to be a consume for the mouse event now.  Not sure 

I remember having a problem with 1.3 when there was a consume of the mouse event
in one of the methods.  Also problems with using SwingUtilities for identifying
the popup trigger on linux boxes.

Any help would be appreciated.

Regards

Kenneth




Quoting Kenneth Pouncey <[EMAIL PROTECTED]>:

> Wim
> 
> [EMAIL PROTECTED] wrote:
> 
> >
> > Hello all,
> >
> > just noticed in my configuration. I'm running the emulator for several 
> > months now using Java Web start using my own JNLP file. In there I've 
> > stated that the emulator must run on JRE 1.4+. Now as the latest JRE 
> > installed on my (windows) PC is 1.5.0_01, I've been running the 
> > emulator on 1.5.0 for weeks now.
> >
> > Untill now I haven't had any problem except for the fact that the 
> > selection rectangle gets corrupted once and a while.  In the emulator 
> > we have integrated in our ERP applcitions (which run on JRE 1.4.2_03 
> > btw), we have corrected this issue by always resetting the rectangle 
> > location on start-drag-gesture of the mouse. 
> 
> The rectangle was going to work like client access.  I can not remember 
> which emulator I was taking the rectangle functionality from as an 
> example.  I think it was only client access where an option was given to 
> keep the rectangle through screen navigations.  There was going to be an 
> option to keep the rectangle on the screen even after copy or not.
> 
> For example:
> You have a subfile and you wanted to copy three pages of subfile data to 
> be pasted in a document.  On almost all emulators you would have to 
> select the table data, copy and then page down, select the data again, 
> copy and then page down, etc... until you were finished.  What I was 
> trying to do was keep the selection active until you were finished and 
> that way you would not have to keep selecting the area. 
> 
> Now I ran into a problem of how to implement this because that means it 
> would always be on the screen so implemented the removal of the 
> selection rectangle if the screen was clicked with the mouse and the 
> cursor was moved (like client access).  Well that worked great but what 
> about those times when all you wanted was one time copy and the 
> selection triangle should disappear?  You would have to go back to 
> options and select the option of not keep the selection rectangle.  Then 
> continue.  I think that is the way client access implements it and do 
> not really like it all that much. 
> 
> Any ideas on how to do this without all the option changing crap?
> 
> Off the top of my head, now that I am thinking about it, would be to 
> keep the normal way of doing things and when a copy takes place remove 
> the rectangle afterwards.  If you want to keep the rectangle selection 
> then we could use a modifying key like  and that 
> would keep the rectangle until dismissed but a cursor movement with 
> mouse.  That would only work with mouse though and not with keyboard 
> selection navigation.
> 
> > This fixes the problem for us, but makes us loos the functionality 
> > that you can stretch the existing selection rectangle with the mouse. 
> > We could implemetn this functionality like client access: shift arrows 
> > start and stretch the selection rectangle, ctrl arrows move the 
> > selection rectangle.
> 
> 
> This was going to be the ending functionality like client access.
> 
> Anybody out there willing to take on this enhancement?
> 
> >
> > Anyways, to me the emulator seems to be working on 1.5(.0_01)
> 
> If the corrupted selection rectangle is the only problem with 5.0 then I 
> am very happy.
> 
> > Regards,
> > Wim. 
> 
> 






---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
___
Tn5250j-general mailing list
Tn5250j-general@lists.sourceforge.net
https://lists.sourc

Re: [Tn5250j-general] TN5250j and JRE 5.0

2005-06-07 Thread Kenneth Pouncey




Wim

[EMAIL PROTECTED] wrote:

  Hello all, 
  
  
  just noticed in my configuration.
I'm
running the emulator for several months now using Java Web start using
my own JNLP file. In there I've stated that the emulator must run on
JRE
1.4+. Now as the latest JRE installed on my (windows) PC is 1.5.0_01,
I've
been running the emulator on 1.5.0 for weeks now. 
  
  
  Untill now I haven't had any problem
except for the fact that the selection rectangle gets corrupted once
and
a while.  In the emulator we have integrated in our ERP applcitions
(which run on JRE 1.4.2_03 btw), we have corrected this issue by always
resetting the rectangle location on start-drag-gesture of the mouse. 
The rectangle was going to work like client access.  I can not remember
which emulator I was taking the rectangle functionality from as an
example.  I think it was only client access where an option was given
to keep the rectangle through screen navigations.  There was going to
be an option to keep the rectangle on the screen even after copy or not.

For example:
You have a subfile and you wanted to copy three pages of subfile data
to be pasted in a document.  On almost all emulators you would have to
select the table data, copy and then page down, select the data again,
copy and then page down, etc... until you were finished.  What I was
trying to do was keep the selection active until you were finished and
that way you would not have to keep selecting the area.  

Now I ran into a problem of how to implement this because that means it
would always be on the screen so implemented the removal of the
selection rectangle if the screen was clicked with the mouse and the
cursor was moved (like client access).  Well that worked great but what
about those times
when all you wanted was one time copy and the selection triangle should
disappear?  You would have to go back to options and select the option
of not keep the selection rectangle.  Then continue.  I think that is
the way client access implements it and do not really like it all that
much.  

Any ideas on how to do this without all the option changing crap?

Off the top of my head, now that I am thinking about it, would be to
keep
the normal way of doing things and when a copy takes place remove the
rectangle afterwards.  If you want to keep the rectangle selection then
we could use a modifying key like  and that
would keep
the rectangle until dismissed but a cursor movement with mouse.  That
would only work with mouse though and not with keyboard selection
navigation.

This
fixes the problem for us, but makes us loos the functionality that you
can stretch the existing selection rectangle with the mouse. We could
implemetn
this functionality like client access: shift arrows start and stretch
the
selection rectangle, ctrl arrows move the selection rectangle.
  


This was going to be the ending functionality like client access.

Anybody out there willing to take on this enhancement? 


  Anyways, to me the emulator seems to
be working on 1.5(.0_01)
  

If the corrupted selection rectangle is the only problem with 5.0 then
I am very happy.

Regards,
  
  Wim.





[Tn5250j-general] TN5250j and JRE 5.0

2005-06-07 Thread Wim . Van . Leuven

Hello all, 

just noticed in my configuration. I'm
running the emulator for several months now using Java Web start using
my own JNLP file. In there I've stated that the emulator must run on JRE
1.4+. Now as the latest JRE installed on my (windows) PC is 1.5.0_01, I've
been running the emulator on 1.5.0 for weeks now. 

Untill now I haven't had any problem
except for the fact that the selection rectangle gets corrupted once and
a while.  In the emulator we have integrated in our ERP applcitions
(which run on JRE 1.4.2_03 btw), we have corrected this issue by always
resetting the rectangle location on start-drag-gesture of the mouse. This
fixes the problem for us, but makes us loos the functionality that you
can stretch the existing selection rectangle with the mouse. We could implemetn
this functionality like client access: shift arrows start and stretch the
selection rectangle, ctrl arrows move the selection rectangle.

Anyways, to me the emulator seems to
be working on 1.5(.0_01)
Regards,
Wim.

Re: [Tn5250j-general] [ tn5250j-Bugs-1161363 ] Slovenian (SVN) support for TN5250j

2005-06-07 Thread Marko Daris
On Mon, 2005-06-06 at 17:54 +0200, Kenneth Pouncey wrote:
> Marko
> 
> No problem.  I am leaving soon and we can pick it back up tomorrow.
Busy day today - need to wait for system to become available. 

> 
> Now that is going to be interesting to see what the characters are for both 
> ways
> of doing the mapping.
> 
> Tomorrow then.
> 
> Regards
> 
> Kenneth
> 
> Quoting Marko Daris <[EMAIL PROTECTED]>:
> 
> > On Mon, 2005-06-06 at 17:24 +0200, Kenneth Pouncey wrote:
> > > Marko
> > > 
> > > You will need to unzip the file and use the jt400.jar file from the zip
> > archive.
> > > 
> > > java -classpath .:..:path_to_jt400.jar tn5250j.jar
> > > 
> > > That should do it.
> > > 
> > > If you received the new .jar file I sent you we may not have to do that
> > right
> > > now.  If it works that is :-)
> > With the new version I get both the cp852 AND the Java Toolbox checkbox
> > (without using CLASSPATH and jtopen)... I tested both: see attachments.
> > All the characters are trash (I can't login either) because in the
> > meantime we changed the logon language from Slovenian to English... 
> > 
> > So I need to change the default language back to Slovenian. I'll have to
> > ask our IBM guy to help me with that. Please be patient (or if you know
> > how to change it...).
> > 
> > Marko
> > 
> > > 
> > > Use the new .jar and see if the option shows up.  That might not be there
> > in the
> > > version from the site.  Can not remember as it has been to long.
> > > 
> > > Kenneth
> > > 
> > > Quoting Marko Daris <[EMAIL PROTECTED]>:
> > > 
> > > > On Mon, 2005-06-06 at 16:51 +0200, Kenneth Pouncey wrote:
> > > > > Marko
> > > > > 
> > > > > Are you also using the jt400 toolbox?  If you are we can test the 
> > > > > cp852
> > by
> > > > using
> > > > > that option.
> > > > Will need help with this: I just downloaded jtopen_4_7-1.zip from IBM. 
> > > > How do I install this? Where must this be installed on Linux or on
> > > > AS400? I followed the instructions but had no luck (using CLASSPATH)...
> > > > 
> > > > 
> > > > > 
> > > > > On the properties page you can select the AS/400 Toolbox checkbox and
> > it
> > > > will
> > > > Properties where? The ones from the main tn5250j menu?
> > > > 
> > > > > load the code pages from the jt400 packages instead.  At least that
> > will
> > > > help us
> > > > > do a test.
> > > > > 
> > > > > Forgot all about that.
> > > > > 
> > > > > Regards
> > > > > 
> > > > > Kenneth
> > > > > 
> > > > > 
> > > > > Quoting Marko Daris <[EMAIL PROTECTED]>:
> > > > > 
> > > > > > On Mon, 2005-06-06 at 16:29 +0200, Kenneth Pouncey wrote:
> > > > > > > Marko
> > > > > > > 
> > > > > > > Crap. 
> > > > > > > 
> > > > > > > > Recoding is too complex for a mere table
> > > > > > > 
> > > > > > > That is a message that is obtained with the newer versions of
> > recode. 
> > > > I
> > > > > > had to
> > > > > > > downgrade to 3.5 to generate the tables.  I am assuming you have
> > 3.6
> > > > or
> > > > > > higher.
> > > > > > >  Wow now what to do.
> > > > > > Will try to downgrade recode to 3.5.
> > > > > > I checked some old machines that SHOULD have old versions - but
> > Murphy's
> > > > > > law is in action...
> > > > > > 
> > > > > > > 
> > > > > > > No you can not select those others because I do not have them in
> > the
> > > > > > emulator
> > > > > > > yet.  If you could have sent me a text file from recode then we
> > could
> > > > have
> > > > > > put
> > > > > > > it in.
> > > > > > > 
> > > > > > > The version you will be testing with will be the one I send you. 
> > Will
> > > > have
> > > > > > to
> > > > > > > change the code to implement it, recompile and then send you a new
> > > > binary
> > > > > > to
> > > > > > > test with.
> > > > > > > 
> > > > > > > Huu  what to do now?
> > > > > > Just wait that I get an old version of recode and build it...
> > > > > > 
> > > > > > > 
> > > > > > > Anybody else have any success with this?
> > > > > > > 
> > > > > > > Regards
> > > > > > > 
> > > > > > > Kenneth
> > > > > > > 
> > > > > > > Quoting Marko Daris <[EMAIL PROTECTED]>:
> > > > > > > 
> > > > > > > > On Mon, 2005-06-06 at 15:25 +0200, Kenneth Pouncey wrote:
> > > > > > > > > Hummm will have to think about this one.  Am pretty sure if I
> > put
> > > > the
> > > > > > 1250
> > > > > > > > in
> > > > > > > > > there it will not work or will have to do a recode of 852.  No
> > > > linux
> > > > > > > > machine
> > > > > > > > > right now either.
> > > > > > > > > 
> > > > > > > > > Marko can you do a recode and place the mappings in a text 
> > > > > > > > > file
> > for
> > > > me.
> > > > > > 
> > > > > > > > For
> > > > > > > > > example:
> > > > > > > > > 
> > > > > > > > > recode -v -h  cp852 > ebcdic852.txt
> > > > > > > > 
> > > > > > > > [EMAIL PROTECTED] markod]$ recode -v -h  cp852
> > > > > > > > Request: IBM852..ISO-10646-UCS-2..:libiconv:..CHAR
> > > > > > > > Shrunk to: IBM852..ISO-10646-UCS-2..CHAR
> > > > > > > > Recoding is too complex for a mere tab

[Tn5250j-general] Tn5250J updates

2005-06-06 Thread Richard Houston
Kenneth,

Here is the updated file for https hotspots.

Hope it helps someone else beside just us. ;)


Regards,
+--+
| Richard Houston  .^. |
| R.L.H.  Consulting   /V\ |
| E-Mail  <[EMAIL PROTECTED]>/(   )\   |
| WWW   ^^-^^|
+--+/**
 * Title: ScreenPlanes.java
 * Copyright:   Copyright (c) 2001
 * Company:
 * @author  Kenneth J. Pouncey
 * @version 0.5
 *
 * Description:
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2, or (at your option)
 * any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this software; see the file COPYING.  If not, write to
 * the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
 * Boston, MA 02111-1307 USA
 *
 */
package org.tn5250j.framework.tn5250;

import org.tn5250j.TN5250jConstants;

public class ScreenPlanes implements TN5250jConstants {

   Screen5250 scr;
   int screenSize;
   int numRows;
   int numCols;
   int errorLineNum;

   private char char0 = 0;
   private static final int initAttr = 32;
   private static final char initChar = 0;

   protected char[] screen;   // text plane
   protected char[] screenAttr;   // attribute plane
   protected char[] screenGUI;   // gui plane
   protected char[] screenIsAttr;
   protected char[] fieldExtended;
   protected char[] screenField;
   protected char[] screenColor;   // color plane
   protected char[] screenExtended;   // extended plane
   protected char[] screenIsChanged;

   protected char[] initArray;

   protected char[] errorLine;
   protected char[] errorLineAttr;
   protected char[] errorLineIsAttr;

   public ScreenPlanes(Screen5250 s5250, int size) {

  scr = s5250;
  setSize(size);
   }

   protected void setSize(int newSize) {

  int oldRows = numRows;
  screenSize = newSize;

  numCols = 80;
  switch (newSize) {
 case 24:
numRows = 24;
break;
 case 27:
numRows = 27;
numCols = 132;
 break;

  }

  // this is used here when size changes
  setErrorLine(numRows);

  screenSize = numRows * numCols;
  screen = new char[screenSize];
  screenAttr = new char[screenSize];
  screenIsAttr = new char[screenSize];
  screenGUI = new char[screenSize];
  screenColor = new char[screenSize];
  screenExtended = new char[screenSize];
  fieldExtended = new char[screenSize];
  screenIsChanged = new char[screenSize];
  screenField = new char[screenSize];

  initArray = new char[screenSize];

  initalizePlanes();
   }

   protected void setErrorLine (int line) {

  // * NOTE * for developers I have changed the send qry to pass different
  //parameters to the host so check setsize for setting error line as well.
  //
  if (line == 0 || line > numRows)
 errorLineNum = numRows;
  else
 errorLineNum = line;
   }

	/**
	 * Returns the current error line number
	 *
	 * @return current error line number
	 */
	protected int getErrorLine() {
		return errorLineNum;
	}

   protected void saveErrorLine() {

  // if there is already an error line saved then do not save it again
  //  This signifies that there was a previous error and the original error
  //  line was not restored yet.
  if (errorLine == null) {
 errorLine = new char[numCols];
 errorLineAttr = new char[numCols];
 errorLineIsAttr = new char[numCols];

 int r = scr.getPos(errorLineNum-1,0);

 for (int x = 0;x < numCols; x++) {
errorLine[x] = screen[r+x];
errorLineAttr[x] = screenAttr[r+x];
errorLineIsAttr[x] = screenIsAttr[r+x];
 }
  }
   }

	/**
	 * Restores the error line characters from the save buffer.
	 *
	 * @see #saveErrorLine()
	 */
	protected void restoreErrorLine() {

		if (errorLine != null) {
			int r = scr.getPos(errorLineNum - 1, 0);

			for (int x = 0; x < numCols - 1; x++) {
setScreenCharAndAttr(r+x,errorLine[x],errorLineAttr[x],
  	(errorLineIsAttr[x] == '1' ? true : false));
			}
			errorLine = null;
			errorLineAttr = null;
 errorLineIsAttr = null;
		}
	}

   protected boolean isErrorLineSaved() {
  return errorLine == null ? false : true;
   }

   protected void setScreenCharAndAttr(int pos, char c, int attr, boolean isAttr) {

  screen[pos] = c;
  screenAttr[pos] = (char)attr;
  disperseAttribute(pos,attr);
  screenIsAttr[pos] 

Re: [Tn5250j-general] [ tn5250j-Bugs-1161363 ] Slovenian (SVN) support for TN5250j

2005-06-06 Thread Kenneth Pouncey

Marko

No problem.  I am leaving soon and we can pick it back up tomorrow.

Now that is going to be interesting to see what the characters are for both ways
of doing the mapping.

Tomorrow then.

Regards

Kenneth

Quoting Marko Daris <[EMAIL PROTECTED]>:

> On Mon, 2005-06-06 at 17:24 +0200, Kenneth Pouncey wrote:
> > Marko
> > 
> > You will need to unzip the file and use the jt400.jar file from the zip
> archive.
> > 
> > java -classpath .:..:path_to_jt400.jar tn5250j.jar
> > 
> > That should do it.
> > 
> > If you received the new .jar file I sent you we may not have to do that
> right
> > now.  If it works that is :-)
> With the new version I get both the cp852 AND the Java Toolbox checkbox
> (without using CLASSPATH and jtopen)... I tested both: see attachments.
> All the characters are trash (I can't login either) because in the
> meantime we changed the logon language from Slovenian to English... 
> 
> So I need to change the default language back to Slovenian. I'll have to
> ask our IBM guy to help me with that. Please be patient (or if you know
> how to change it...).
> 
> Marko
> 
> > 
> > Use the new .jar and see if the option shows up.  That might not be there
> in the
> > version from the site.  Can not remember as it has been to long.
> > 
> > Kenneth
> > 
> > Quoting Marko Daris <[EMAIL PROTECTED]>:
> > 
> > > On Mon, 2005-06-06 at 16:51 +0200, Kenneth Pouncey wrote:
> > > > Marko
> > > > 
> > > > Are you also using the jt400 toolbox?  If you are we can test the cp852
> by
> > > using
> > > > that option.
> > > Will need help with this: I just downloaded jtopen_4_7-1.zip from IBM. 
> > > How do I install this? Where must this be installed on Linux or on
> > > AS400? I followed the instructions but had no luck (using CLASSPATH)...
> > > 
> > > 
> > > > 
> > > > On the properties page you can select the AS/400 Toolbox checkbox and
> it
> > > will
> > > Properties where? The ones from the main tn5250j menu?
> > > 
> > > > load the code pages from the jt400 packages instead.  At least that
> will
> > > help us
> > > > do a test.
> > > > 
> > > > Forgot all about that.
> > > > 
> > > > Regards
> > > > 
> > > > Kenneth
> > > > 
> > > > 
> > > > Quoting Marko Daris <[EMAIL PROTECTED]>:
> > > > 
> > > > > On Mon, 2005-06-06 at 16:29 +0200, Kenneth Pouncey wrote:
> > > > > > Marko
> > > > > > 
> > > > > > Crap. 
> > > > > > 
> > > > > > > Recoding is too complex for a mere table
> > > > > > 
> > > > > > That is a message that is obtained with the newer versions of
> recode. 
> > > I
> > > > > had to
> > > > > > downgrade to 3.5 to generate the tables.  I am assuming you have
> 3.6
> > > or
> > > > > higher.
> > > > > >  Wow now what to do.
> > > > > Will try to downgrade recode to 3.5.
> > > > > I checked some old machines that SHOULD have old versions - but
> Murphy's
> > > > > law is in action...
> > > > > 
> > > > > > 
> > > > > > No you can not select those others because I do not have them in
> the
> > > > > emulator
> > > > > > yet.  If you could have sent me a text file from recode then we
> could
> > > have
> > > > > put
> > > > > > it in.
> > > > > > 
> > > > > > The version you will be testing with will be the one I send you. 
> Will
> > > have
> > > > > to
> > > > > > change the code to implement it, recompile and then send you a new
> > > binary
> > > > > to
> > > > > > test with.
> > > > > > 
> > > > > > Huu  what to do now?
> > > > > Just wait that I get an old version of recode and build it...
> > > > > 
> > > > > > 
> > > > > > Anybody else have any success with this?
> > > > > > 
> > > > > > Regards
> > > > > > 
> > > > > > Kenneth
> > > > > > 
> > > > > > Quoting Marko Daris <[EMAIL PROTECTED]>:
> > > > > > 
> > > > > > > On Mon, 2005-06-06 at 15:25 +0200, Kenneth Pouncey wrote:
> > > > > > > > Hummm will have to think about this one.  Am pretty sure if I
> put
> > > the
> > > > > 1250
> > > > > > > in
> > > > > > > > there it will not work or will have to do a recode of 852.  No
> > > linux
> > > > > > > machine
> > > > > > > > right now either.
> > > > > > > > 
> > > > > > > > Marko can you do a recode and place the mappings in a text file
> for
> > > me.
> > > > > 
> > > > > > > For
> > > > > > > > example:
> > > > > > > > 
> > > > > > > > recode -v -h  cp852 > ebcdic852.txt
> > > > > > > 
> > > > > > > [EMAIL PROTECTED] markod]$ recode -v -h  cp852
> > > > > > > Request: IBM852..ISO-10646-UCS-2..:libiconv:..CHAR
> > > > > > > Shrunk to: IBM852..ISO-10646-UCS-2..CHAR
> > > > > > > Recoding is too complex for a mere table
> > > > > > > 
> > > > > > > > 
> > > > > > > > you can get a list of these by doing a 'recode -l'.
> > > > > > > > 
> > > > > > > I guess we need: 
> > > > > > > IBM852/CR-LF 852/CR-LF CP852/CR-LF pcl2 pclatin2
> > > > > > > ISO-8859-2 912/CR-LF CP912/CR-LF csISOLatin2 IBM912/CR-LF
> ISO8859-2
> > > iso-
> > > > > > > ir-101 ISO_8859-2 ISO_8859-2:1987 l2 latin2
> > > > > > > 
> > > > > > > 
> > > > > > > [EMAIL PROTECTED] markod]$ recode -v -h IBM852
> > > >

Re: [Tn5250j-general] [ tn5250j-Bugs-1161363 ] Slovenian (SVN) support for TN5250j

2005-06-06 Thread Kenneth Pouncey

Marko

You will need to unzip the file and use the jt400.jar file from the zip archive.

java -classpath .:..:path_to_jt400.jar tn5250j.jar

That should do it.

If you received the new .jar file I sent you we may not have to do that right
now.  If it works that is :-)

Use the new .jar and see if the option shows up.  That might not be there in the
version from the site.  Can not remember as it has been to long.

Kenneth

Quoting Marko Daris <[EMAIL PROTECTED]>:

> On Mon, 2005-06-06 at 16:51 +0200, Kenneth Pouncey wrote:
> > Marko
> > 
> > Are you also using the jt400 toolbox?  If you are we can test the cp852 by
> using
> > that option.
> Will need help with this: I just downloaded jtopen_4_7-1.zip from IBM. 
> How do I install this? Where must this be installed on Linux or on
> AS400? I followed the instructions but had no luck (using CLASSPATH)...
> 
> 
> > 
> > On the properties page you can select the AS/400 Toolbox checkbox and it
> will
> Properties where? The ones from the main tn5250j menu?
> 
> > load the code pages from the jt400 packages instead.  At least that will
> help us
> > do a test.
> > 
> > Forgot all about that.
> > 
> > Regards
> > 
> > Kenneth
> > 
> > 
> > Quoting Marko Daris <[EMAIL PROTECTED]>:
> > 
> > > On Mon, 2005-06-06 at 16:29 +0200, Kenneth Pouncey wrote:
> > > > Marko
> > > > 
> > > > Crap. 
> > > > 
> > > > > Recoding is too complex for a mere table
> > > > 
> > > > That is a message that is obtained with the newer versions of recode. 
> I
> > > had to
> > > > downgrade to 3.5 to generate the tables.  I am assuming you have 3.6
> or
> > > higher.
> > > >  Wow now what to do.
> > > Will try to downgrade recode to 3.5.
> > > I checked some old machines that SHOULD have old versions - but Murphy's
> > > law is in action...
> > > 
> > > > 
> > > > No you can not select those others because I do not have them in the
> > > emulator
> > > > yet.  If you could have sent me a text file from recode then we could
> have
> > > put
> > > > it in.
> > > > 
> > > > The version you will be testing with will be the one I send you.  Will
> have
> > > to
> > > > change the code to implement it, recompile and then send you a new
> binary
> > > to
> > > > test with.
> > > > 
> > > > Huu  what to do now?
> > > Just wait that I get an old version of recode and build it...
> > > 
> > > > 
> > > > Anybody else have any success with this?
> > > > 
> > > > Regards
> > > > 
> > > > Kenneth
> > > > 
> > > > Quoting Marko Daris <[EMAIL PROTECTED]>:
> > > > 
> > > > > On Mon, 2005-06-06 at 15:25 +0200, Kenneth Pouncey wrote:
> > > > > > Hummm will have to think about this one.  Am pretty sure if I put
> the
> > > 1250
> > > > > in
> > > > > > there it will not work or will have to do a recode of 852.  No
> linux
> > > > > machine
> > > > > > right now either.
> > > > > > 
> > > > > > Marko can you do a recode and place the mappings in a text file for
> me.
> > > 
> > > > > For
> > > > > > example:
> > > > > > 
> > > > > > recode -v -h  cp852 > ebcdic852.txt
> > > > > 
> > > > > [EMAIL PROTECTED] markod]$ recode -v -h  cp852
> > > > > Request: IBM852..ISO-10646-UCS-2..:libiconv:..CHAR
> > > > > Shrunk to: IBM852..ISO-10646-UCS-2..CHAR
> > > > > Recoding is too complex for a mere table
> > > > > 
> > > > > > 
> > > > > > you can get a list of these by doing a 'recode -l'.
> > > > > > 
> > > > > I guess we need: 
> > > > > IBM852/CR-LF 852/CR-LF CP852/CR-LF pcl2 pclatin2
> > > > > ISO-8859-2 912/CR-LF CP912/CR-LF csISOLatin2 IBM912/CR-LF ISO8859-2
> iso-
> > > > > ir-101 ISO_8859-2 ISO_8859-2:1987 l2 latin2
> > > > > 
> > > > > 
> > > > > [EMAIL PROTECTED] markod]$ recode -v -h IBM852
> > > > > Request: IBM852..ISO-10646-UCS-2..:libiconv:..CHAR
> > > > > Shrunk to: IBM852..ISO-10646-UCS-2..CHAR
> > > > > Recoding is too complex for a mere table
> > > > > 
> > > > > [EMAIL PROTECTED] markod]$ recode -v -h ISO-8859-2
> > > > > Request: ISO-8859-2..:libiconv:..CHAR
> > > > > Shrunk to: ISO-8859-2..CHAR
> > > > > Recoding is too complex for a mere table
> > > > > 
> > > > > What is this "Recoding is too complex.." msg? Am I missing
> something?
> > > > > 
> > > > > FYI: in the version of tn5250j I have in the Change Session -> Code
> Page
> > > > > I can't select 852 nor 1250 (they are not listed)...
> > > > > 
> > > > > Please advise which version of JRE and TN5250j should be used for
> > > > > testing - so we can eliminte problems caused by using wrong
> > > > > versions/builds. 
> > > > > 
> > > > > > >From the list select what you think are the ones you need and put
> them
> > > in
> > > > > > separate .txt files and send them to me.
> > > > > > 
> > > > > > Let's see if this will work.
> > > > > > 
> > > > > > Regards
> > > > > > 
> > > > > > Kenneth
> > > > > > 
> > > > > > Quoting Marko Daris <[EMAIL PROTECTED]>:
> > > > > > 
> > > > > > > On Mon, 2005-06-06 at 13:49 +0200, Kenneth Pouncey wrote:
> > > > > > > > Marko
> > > > > > > > 
> > > > > > > > Could you tell me what codepage to use.  The 

Re: [Tn5250j-general] [ tn5250j-Bugs-1161363 ] Slovenian (SVN) support for TN5250j

2005-06-06 Thread Marko Daris
On Mon, 2005-06-06 at 16:51 +0200, Kenneth Pouncey wrote:
> Marko
> 
> Are you also using the jt400 toolbox?  If you are we can test the cp852 by 
> using
> that option.
Will need help with this: I just downloaded jtopen_4_7-1.zip from IBM. 
How do I install this? Where must this be installed on Linux or on
AS400? I followed the instructions but had no luck (using CLASSPATH)...


> 
> On the properties page you can select the AS/400 Toolbox checkbox and it will
Properties where? The ones from the main tn5250j menu?

> load the code pages from the jt400 packages instead.  At least that will help 
> us
> do a test.
> 
> Forgot all about that.
> 
> Regards
> 
> Kenneth
> 
> 
> Quoting Marko Daris <[EMAIL PROTECTED]>:
> 
> > On Mon, 2005-06-06 at 16:29 +0200, Kenneth Pouncey wrote:
> > > Marko
> > > 
> > > Crap. 
> > > 
> > > > Recoding is too complex for a mere table
> > > 
> > > That is a message that is obtained with the newer versions of recode.  I
> > had to
> > > downgrade to 3.5 to generate the tables.  I am assuming you have 3.6 or
> > higher.
> > >  Wow now what to do.
> > Will try to downgrade recode to 3.5.
> > I checked some old machines that SHOULD have old versions - but Murphy's
> > law is in action...
> > 
> > > 
> > > No you can not select those others because I do not have them in the
> > emulator
> > > yet.  If you could have sent me a text file from recode then we could have
> > put
> > > it in.
> > > 
> > > The version you will be testing with will be the one I send you.  Will 
> > > have
> > to
> > > change the code to implement it, recompile and then send you a new binary
> > to
> > > test with.
> > > 
> > > Huu  what to do now?
> > Just wait that I get an old version of recode and build it...
> > 
> > > 
> > > Anybody else have any success with this?
> > > 
> > > Regards
> > > 
> > > Kenneth
> > > 
> > > Quoting Marko Daris <[EMAIL PROTECTED]>:
> > > 
> > > > On Mon, 2005-06-06 at 15:25 +0200, Kenneth Pouncey wrote:
> > > > > Hummm will have to think about this one.  Am pretty sure if I put the
> > 1250
> > > > in
> > > > > there it will not work or will have to do a recode of 852.  No linux
> > > > machine
> > > > > right now either.
> > > > > 
> > > > > Marko can you do a recode and place the mappings in a text file for 
> > > > > me.
> > 
> > > > For
> > > > > example:
> > > > > 
> > > > > recode -v -h  cp852 > ebcdic852.txt
> > > > 
> > > > [EMAIL PROTECTED] markod]$ recode -v -h  cp852
> > > > Request: IBM852..ISO-10646-UCS-2..:libiconv:..CHAR
> > > > Shrunk to: IBM852..ISO-10646-UCS-2..CHAR
> > > > Recoding is too complex for a mere table
> > > > 
> > > > > 
> > > > > you can get a list of these by doing a 'recode -l'.
> > > > > 
> > > > I guess we need: 
> > > > IBM852/CR-LF 852/CR-LF CP852/CR-LF pcl2 pclatin2
> > > > ISO-8859-2 912/CR-LF CP912/CR-LF csISOLatin2 IBM912/CR-LF ISO8859-2 iso-
> > > > ir-101 ISO_8859-2 ISO_8859-2:1987 l2 latin2
> > > > 
> > > > 
> > > > [EMAIL PROTECTED] markod]$ recode -v -h IBM852
> > > > Request: IBM852..ISO-10646-UCS-2..:libiconv:..CHAR
> > > > Shrunk to: IBM852..ISO-10646-UCS-2..CHAR
> > > > Recoding is too complex for a mere table
> > > > 
> > > > [EMAIL PROTECTED] markod]$ recode -v -h ISO-8859-2
> > > > Request: ISO-8859-2..:libiconv:..CHAR
> > > > Shrunk to: ISO-8859-2..CHAR
> > > > Recoding is too complex for a mere table
> > > > 
> > > > What is this "Recoding is too complex.." msg? Am I missing something?
> > > > 
> > > > FYI: in the version of tn5250j I have in the Change Session -> Code Page
> > > > I can't select 852 nor 1250 (they are not listed)...
> > > > 
> > > > Please advise which version of JRE and TN5250j should be used for
> > > > testing - so we can eliminte problems caused by using wrong
> > > > versions/builds. 
> > > > 
> > > > > >From the list select what you think are the ones you need and put 
> > > > > >them
> > in
> > > > > separate .txt files and send them to me.
> > > > > 
> > > > > Let's see if this will work.
> > > > > 
> > > > > Regards
> > > > > 
> > > > > Kenneth
> > > > > 
> > > > > Quoting Marko Daris <[EMAIL PROTECTED]>:
> > > > > 
> > > > > > On Mon, 2005-06-06 at 13:49 +0200, Kenneth Pouncey wrote:
> > > > > > > Marko
> > > > > > > 
> > > > > > > Could you tell me what codepage to use.  The character set as well
> > for
> > > > > > windows
> > > > > > > would be good as well.
> > > > > > 
> > > > > > Here's a link from M$: 
> > > > > > 
> > > > > > http://www.microsoft.com/globaldev/nlsweb/default.asp?submitted=424
> > > > > > 
> > > > > > The codepage (ANSI) is 1250 (Win). OEM is 852 / LCID 424 (DOS). I
> > don't
> > > > > > know which value you need - I guess the ANSI is the correct one for
> > > > > > Windows.
> > > > > > 
> > > > > > Font (Linux):
> > > > > > http://nl.ijs.si/gnusl/cee/iso8859-2.html
> > > > > > 
> > > > > > Should be iso8859-2. Note: is the Right-Click menu Settings / Fonts
> > > > > > there is no way to select iso8859-2 - only the font name can be
> > > > > > selected. 
> > > > >

Re: [Tn5250j-general] [ tn5250j-Bugs-1161363 ] Slovenian (SVN) support for TN5250j

2005-06-06 Thread Kenneth Pouncey

Marko

Took the file you sent me and put it within the emulator.  You should be
receiving an e-mail with a new .jar attachment where you can now select the 852
code page.

Regards

Kenneth

Quoting Marko Daris <[EMAIL PROTECTED]>:

> On Mon, 2005-06-06 at 16:51 +0200, Kenneth Pouncey wrote:
> > Marko
> > 
> > Are you also using the jt400 toolbox?  If you are we can test the cp852 by
> using
> > that option.
> Downloading from IBM... will let you know.
> 
> > 
> > On the properties page you can select the AS/400 Toolbox checkbox and it
> will
> > load the code pages from the jt400 packages instead.  At least that will
> help us
> > do a test.
> Will check.
> 
> > 
> > Forgot all about that.
> > 
> > Regards
> > 
> > Kenneth
> > 
> > 
> > Quoting Marko Daris <[EMAIL PROTECTED]>:
> > 
> > > On Mon, 2005-06-06 at 16:29 +0200, Kenneth Pouncey wrote:
> > > > Marko
> > > > 
> > > > Crap. 
> > > > 
> > > > > Recoding is too complex for a mere table
> > > > 
> > > > That is a message that is obtained with the newer versions of recode. 
> I
> > > had to
> > > > downgrade to 3.5 to generate the tables.  I am assuming you have 3.6
> or
> > > higher.
> > > >  Wow now what to do.
> > > Will try to downgrade recode to 3.5.
> > > I checked some old machines that SHOULD have old versions - but Murphy's
> > > law is in action...
> > > 
> > > > 
> > > > No you can not select those others because I do not have them in the
> > > emulator
> > > > yet.  If you could have sent me a text file from recode then we could
> have
> > > put
> > > > it in.
> > > > 
> > > > The version you will be testing with will be the one I send you.  Will
> have
> > > to
> > > > change the code to implement it, recompile and then send you a new
> binary
> > > to
> > > > test with.
> > > > 
> > > > Huu  what to do now?
> > > Just wait that I get an old version of recode and build it...
> > > 
> > > > 
> > > > Anybody else have any success with this?
> > > > 
> > > > Regards
> > > > 
> > > > Kenneth
> > > > 
> > > > Quoting Marko Daris <[EMAIL PROTECTED]>:
> > > > 
> > > > > On Mon, 2005-06-06 at 15:25 +0200, Kenneth Pouncey wrote:
> > > > > > Hummm will have to think about this one.  Am pretty sure if I put
> the
> > > 1250
> > > > > in
> > > > > > there it will not work or will have to do a recode of 852.  No
> linux
> > > > > machine
> > > > > > right now either.
> > > > > > 
> > > > > > Marko can you do a recode and place the mappings in a text file for
> me.
> > > 
> > > > > For
> > > > > > example:
> > > > > > 
> > > > > > recode -v -h  cp852 > ebcdic852.txt
> > > > > 
> > > > > [EMAIL PROTECTED] markod]$ recode -v -h  cp852
> > > > > Request: IBM852..ISO-10646-UCS-2..:libiconv:..CHAR
> > > > > Shrunk to: IBM852..ISO-10646-UCS-2..CHAR
> > > > > Recoding is too complex for a mere table
> > > > > 
> > > > > > 
> > > > > > you can get a list of these by doing a 'recode -l'.
> > > > > > 
> > > > > I guess we need: 
> > > > > IBM852/CR-LF 852/CR-LF CP852/CR-LF pcl2 pclatin2
> > > > > ISO-8859-2 912/CR-LF CP912/CR-LF csISOLatin2 IBM912/CR-LF ISO8859-2
> iso-
> > > > > ir-101 ISO_8859-2 ISO_8859-2:1987 l2 latin2
> > > > > 
> > > > > 
> > > > > [EMAIL PROTECTED] markod]$ recode -v -h IBM852
> > > > > Request: IBM852..ISO-10646-UCS-2..:libiconv:..CHAR
> > > > > Shrunk to: IBM852..ISO-10646-UCS-2..CHAR
> > > > > Recoding is too complex for a mere table
> > > > > 
> > > > > [EMAIL PROTECTED] markod]$ recode -v -h ISO-8859-2
> > > > > Request: ISO-8859-2..:libiconv:..CHAR
> > > > > Shrunk to: ISO-8859-2..CHAR
> > > > > Recoding is too complex for a mere table
> > > > > 
> > > > > What is this "Recoding is too complex.." msg? Am I missing
> something?
> > > > > 
> > > > > FYI: in the version of tn5250j I have in the Change Session -> Code
> Page
> > > > > I can't select 852 nor 1250 (they are not listed)...
> > > > > 
> > > > > Please advise which version of JRE and TN5250j should be used for
> > > > > testing - so we can eliminte problems caused by using wrong
> > > > > versions/builds. 
> > > > > 
> > > > > > >From the list select what you think are the ones you need and put
> them
> > > in
> > > > > > separate .txt files and send them to me.
> > > > > > 
> > > > > > Let's see if this will work.
> > > > > > 
> > > > > > Regards
> > > > > > 
> > > > > > Kenneth
> > > > > > 
> > > > > > Quoting Marko Daris <[EMAIL PROTECTED]>:
> > > > > > 
> > > > > > > On Mon, 2005-06-06 at 13:49 +0200, Kenneth Pouncey wrote:
> > > > > > > > Marko
> > > > > > > > 
> > > > > > > > Could you tell me what codepage to use.  The character set as
> well
> > > for
> > > > > > > windows
> > > > > > > > would be good as well.
> > > > > > > 
> > > > > > > Here's a link from M$: 
> > > > > > > 
> > > > > > >
> http://www.microsoft.com/globaldev/nlsweb/default.asp?submitted=424
> > > > > > > 
> > > > > > > The codepage (ANSI) is 1250 (Win). OEM is 852 / LCID 424 (DOS).
> I
> > > don't
> > > > > > > know which value you need - I guess the ANSI is the correct one
> for
> > > > > > > 

Re: [Tn5250j-general] [ tn5250j-Bugs-1161363 ] Slovenian (SVN) support for TN5250j

2005-06-06 Thread Marko Daris
On Mon, 2005-06-06 at 16:51 +0200, Kenneth Pouncey wrote:
> Marko
> 
> Are you also using the jt400 toolbox?  If you are we can test the cp852 by 
> using
> that option.
Downloading from IBM... will let you know.

> 
> On the properties page you can select the AS/400 Toolbox checkbox and it will
> load the code pages from the jt400 packages instead.  At least that will help 
> us
> do a test.
Will check.

> 
> Forgot all about that.
> 
> Regards
> 
> Kenneth
> 
> 
> Quoting Marko Daris <[EMAIL PROTECTED]>:
> 
> > On Mon, 2005-06-06 at 16:29 +0200, Kenneth Pouncey wrote:
> > > Marko
> > > 
> > > Crap. 
> > > 
> > > > Recoding is too complex for a mere table
> > > 
> > > That is a message that is obtained with the newer versions of recode.  I
> > had to
> > > downgrade to 3.5 to generate the tables.  I am assuming you have 3.6 or
> > higher.
> > >  Wow now what to do.
> > Will try to downgrade recode to 3.5.
> > I checked some old machines that SHOULD have old versions - but Murphy's
> > law is in action...
> > 
> > > 
> > > No you can not select those others because I do not have them in the
> > emulator
> > > yet.  If you could have sent me a text file from recode then we could have
> > put
> > > it in.
> > > 
> > > The version you will be testing with will be the one I send you.  Will 
> > > have
> > to
> > > change the code to implement it, recompile and then send you a new binary
> > to
> > > test with.
> > > 
> > > Huu  what to do now?
> > Just wait that I get an old version of recode and build it...
> > 
> > > 
> > > Anybody else have any success with this?
> > > 
> > > Regards
> > > 
> > > Kenneth
> > > 
> > > Quoting Marko Daris <[EMAIL PROTECTED]>:
> > > 
> > > > On Mon, 2005-06-06 at 15:25 +0200, Kenneth Pouncey wrote:
> > > > > Hummm will have to think about this one.  Am pretty sure if I put the
> > 1250
> > > > in
> > > > > there it will not work or will have to do a recode of 852.  No linux
> > > > machine
> > > > > right now either.
> > > > > 
> > > > > Marko can you do a recode and place the mappings in a text file for 
> > > > > me.
> > 
> > > > For
> > > > > example:
> > > > > 
> > > > > recode -v -h  cp852 > ebcdic852.txt
> > > > 
> > > > [EMAIL PROTECTED] markod]$ recode -v -h  cp852
> > > > Request: IBM852..ISO-10646-UCS-2..:libiconv:..CHAR
> > > > Shrunk to: IBM852..ISO-10646-UCS-2..CHAR
> > > > Recoding is too complex for a mere table
> > > > 
> > > > > 
> > > > > you can get a list of these by doing a 'recode -l'.
> > > > > 
> > > > I guess we need: 
> > > > IBM852/CR-LF 852/CR-LF CP852/CR-LF pcl2 pclatin2
> > > > ISO-8859-2 912/CR-LF CP912/CR-LF csISOLatin2 IBM912/CR-LF ISO8859-2 iso-
> > > > ir-101 ISO_8859-2 ISO_8859-2:1987 l2 latin2
> > > > 
> > > > 
> > > > [EMAIL PROTECTED] markod]$ recode -v -h IBM852
> > > > Request: IBM852..ISO-10646-UCS-2..:libiconv:..CHAR
> > > > Shrunk to: IBM852..ISO-10646-UCS-2..CHAR
> > > > Recoding is too complex for a mere table
> > > > 
> > > > [EMAIL PROTECTED] markod]$ recode -v -h ISO-8859-2
> > > > Request: ISO-8859-2..:libiconv:..CHAR
> > > > Shrunk to: ISO-8859-2..CHAR
> > > > Recoding is too complex for a mere table
> > > > 
> > > > What is this "Recoding is too complex.." msg? Am I missing something?
> > > > 
> > > > FYI: in the version of tn5250j I have in the Change Session -> Code Page
> > > > I can't select 852 nor 1250 (they are not listed)...
> > > > 
> > > > Please advise which version of JRE and TN5250j should be used for
> > > > testing - so we can eliminte problems caused by using wrong
> > > > versions/builds. 
> > > > 
> > > > > >From the list select what you think are the ones you need and put 
> > > > > >them
> > in
> > > > > separate .txt files and send them to me.
> > > > > 
> > > > > Let's see if this will work.
> > > > > 
> > > > > Regards
> > > > > 
> > > > > Kenneth
> > > > > 
> > > > > Quoting Marko Daris <[EMAIL PROTECTED]>:
> > > > > 
> > > > > > On Mon, 2005-06-06 at 13:49 +0200, Kenneth Pouncey wrote:
> > > > > > > Marko
> > > > > > > 
> > > > > > > Could you tell me what codepage to use.  The character set as well
> > for
> > > > > > windows
> > > > > > > would be good as well.
> > > > > > 
> > > > > > Here's a link from M$: 
> > > > > > 
> > > > > > http://www.microsoft.com/globaldev/nlsweb/default.asp?submitted=424
> > > > > > 
> > > > > > The codepage (ANSI) is 1250 (Win). OEM is 852 / LCID 424 (DOS). I
> > don't
> > > > > > know which value you need - I guess the ANSI is the correct one for
> > > > > > Windows.
> > > > > > 
> > > > > > Font (Linux):
> > > > > > http://nl.ijs.si/gnusl/cee/iso8859-2.html
> > > > > > 
> > > > > > Should be iso8859-2. Note: is the Right-Click menu Settings / Fonts
> > > > > > there is no way to select iso8859-2 - only the font name can be
> > > > > > selected. 
> > > > > > 
> > > > > > xlsfonts | grep iso9959-2
> > > > > > 
> > > > > > -b&h-lucidabright-demibold-i-normal--0-0-0-0-p-0-iso8859-2
> > > > > > -b&h-lucidabright-demibold-r-normal--0-0-0-0-p-0-iso8859-2
> > > > > > -b&

Re: [Tn5250j-general] [ tn5250j-Bugs-1161363 ] Slovenian (SVN) support for TN5250j

2005-06-06 Thread Marko Daris
On Mon, 2005-06-06 at 16:43 +0200, Kenneth Pouncey wrote:
> Cooolll  Marko will wait.
Ok got a recode for RH 6.2... recode 3.5c... samo errors when installing
but I managed to run the binary (I hope it works ok)... I got something
that resembles a C struct... 

[EMAIL PROTECTED] Desktop]# recode --version
Free recode 3.5c

Copyright (C) 1990, 92, 93, 94, 96, 97, 99 Free Software Foundation,
Inc.
This is free software; see the source for copying conditions.  There is
NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.

Written by Franc,ois Pinard <[EMAIL PROTECTED]>.


I managed to do a recode for cp862 and IBM852 (are the same, I guess)
but not for ISO-8859-2 - I still get the "too complex" msg I
attached the files.


> Thanks
> 
> 
> Quoting Marko Daris <[EMAIL PROTECTED]>:
> 
> > On Mon, 2005-06-06 at 16:29 +0200, Kenneth Pouncey wrote:
> > > Marko
> > > 
> > > Crap. 
> > > 
> > > > Recoding is too complex for a mere table
> > > 
> > > That is a message that is obtained with the newer versions of recode.  I
> > had to
> > > downgrade to 3.5 to generate the tables.  I am assuming you have 3.6 or
> > higher.
> > >  Wow now what to do.
> > Will try to downgrade recode to 3.5.
> > I checked some old machines that SHOULD have old versions - but Murphy's
> > law is in action...
> > 
> > > 
> > > No you can not select those others because I do not have them in the
> > emulator
> > > yet.  If you could have sent me a text file from recode then we could have
> > put
> > > it in.
> > > 
> > > The version you will be testing with will be the one I send you.  Will 
> > > have
> > to
> > > change the code to implement it, recompile and then send you a new binary
> > to
> > > test with.
> > > 
> > > Huu  what to do now?
> > Just wait that I get an old version of recode and build it...
> > 
> > > 
> > > Anybody else have any success with this?
> > > 
> > > Regards
> > > 
> > > Kenneth
> > > 
> > > Quoting Marko Daris <[EMAIL PROTECTED]>:
> > > 
> > > > On Mon, 2005-06-06 at 15:25 +0200, Kenneth Pouncey wrote:
> > > > > Hummm will have to think about this one.  Am pretty sure if I put the
> > 1250
> > > > in
> > > > > there it will not work or will have to do a recode of 852.  No linux
> > > > machine
> > > > > right now either.
> > > > > 
> > > > > Marko can you do a recode and place the mappings in a text file for 
> > > > > me.
> > 
> > > > For
> > > > > example:
> > > > > 
> > > > > recode -v -h  cp852 > ebcdic852.txt
> > > > 
> > > > [EMAIL PROTECTED] markod]$ recode -v -h  cp852
> > > > Request: IBM852..ISO-10646-UCS-2..:libiconv:..CHAR
> > > > Shrunk to: IBM852..ISO-10646-UCS-2..CHAR
> > > > Recoding is too complex for a mere table
> > > > 
> > > > > 
> > > > > you can get a list of these by doing a 'recode -l'.
> > > > > 
> > > > I guess we need: 
> > > > IBM852/CR-LF 852/CR-LF CP852/CR-LF pcl2 pclatin2
> > > > ISO-8859-2 912/CR-LF CP912/CR-LF csISOLatin2 IBM912/CR-LF ISO8859-2 iso-
> > > > ir-101 ISO_8859-2 ISO_8859-2:1987 l2 latin2
> > > > 
> > > > 
> > > > [EMAIL PROTECTED] markod]$ recode -v -h IBM852
> > > > Request: IBM852..ISO-10646-UCS-2..:libiconv:..CHAR
> > > > Shrunk to: IBM852..ISO-10646-UCS-2..CHAR
> > > > Recoding is too complex for a mere table
> > > > 
> > > > [EMAIL PROTECTED] markod]$ recode -v -h ISO-8859-2
> > > > Request: ISO-8859-2..:libiconv:..CHAR
> > > > Shrunk to: ISO-8859-2..CHAR
> > > > Recoding is too complex for a mere table
> > > > 
> > > > What is this "Recoding is too complex.." msg? Am I missing something?
> > > > 
> > > > FYI: in the version of tn5250j I have in the Change Session -> Code Page
> > > > I can't select 852 nor 1250 (they are not listed)...
> > > > 
> > > > Please advise which version of JRE and TN5250j should be used for
> > > > testing - so we can eliminte problems caused by using wrong
> > > > versions/builds. 
> > > > 
> > > > > >From the list select what you think are the ones you need and put 
> > > > > >them
> > in
> > > > > separate .txt files and send them to me.
> > > > > 
> > > > > Let's see if this will work.
> > > > > 
> > > > > Regards
> > > > > 
> > > > > Kenneth
> > > > > 
> > > > > Quoting Marko Daris <[EMAIL PROTECTED]>:
> > > > > 
> > > > > > On Mon, 2005-06-06 at 13:49 +0200, Kenneth Pouncey wrote:
> > > > > > > Marko
> > > > > > > 
> > > > > > > Could you tell me what codepage to use.  The character set as well
> > for
> > > > > > windows
> > > > > > > would be good as well.
> > > > > > 
> > > > > > Here's a link from M$: 
> > > > > > 
> > > > > > http://www.microsoft.com/globaldev/nlsweb/default.asp?submitted=424
> > > > > > 
> > > > > > The codepage (ANSI) is 1250 (Win). OEM is 852 / LCID 424 (DOS). I
> > don't
> > > > > > know which value you need - I guess the ANSI is the correct one for
> > > > > > Windows.
> > > > > > 
> > > > > > Font (Linux):
> > > > > > http://nl.ijs.si/gnusl/cee/iso8859-2.html
> > > > > > 
> > > > > > Should be iso8859-2. Note: is the Right-Click menu Settings / Fonts
> > > > > > the

Re: [Tn5250j-general] [ tn5250j-Bugs-1161363 ] Slovenian (SVN) support for TN5250j

2005-06-06 Thread Kenneth Pouncey

Marko

Are you also using the jt400 toolbox?  If you are we can test the cp852 by using
that option.

On the properties page you can select the AS/400 Toolbox checkbox and it will
load the code pages from the jt400 packages instead.  At least that will help us
do a test.

Forgot all about that.

Regards

Kenneth


Quoting Marko Daris <[EMAIL PROTECTED]>:

> On Mon, 2005-06-06 at 16:29 +0200, Kenneth Pouncey wrote:
> > Marko
> > 
> > Crap. 
> > 
> > > Recoding is too complex for a mere table
> > 
> > That is a message that is obtained with the newer versions of recode.  I
> had to
> > downgrade to 3.5 to generate the tables.  I am assuming you have 3.6 or
> higher.
> >  Wow now what to do.
> Will try to downgrade recode to 3.5.
> I checked some old machines that SHOULD have old versions - but Murphy's
> law is in action...
> 
> > 
> > No you can not select those others because I do not have them in the
> emulator
> > yet.  If you could have sent me a text file from recode then we could have
> put
> > it in.
> > 
> > The version you will be testing with will be the one I send you.  Will have
> to
> > change the code to implement it, recompile and then send you a new binary
> to
> > test with.
> > 
> > Huu  what to do now?
> Just wait that I get an old version of recode and build it...
> 
> > 
> > Anybody else have any success with this?
> > 
> > Regards
> > 
> > Kenneth
> > 
> > Quoting Marko Daris <[EMAIL PROTECTED]>:
> > 
> > > On Mon, 2005-06-06 at 15:25 +0200, Kenneth Pouncey wrote:
> > > > Hummm will have to think about this one.  Am pretty sure if I put the
> 1250
> > > in
> > > > there it will not work or will have to do a recode of 852.  No linux
> > > machine
> > > > right now either.
> > > > 
> > > > Marko can you do a recode and place the mappings in a text file for me.
> 
> > > For
> > > > example:
> > > > 
> > > > recode -v -h  cp852 > ebcdic852.txt
> > > 
> > > [EMAIL PROTECTED] markod]$ recode -v -h  cp852
> > > Request: IBM852..ISO-10646-UCS-2..:libiconv:..CHAR
> > > Shrunk to: IBM852..ISO-10646-UCS-2..CHAR
> > > Recoding is too complex for a mere table
> > > 
> > > > 
> > > > you can get a list of these by doing a 'recode -l'.
> > > > 
> > > I guess we need: 
> > > IBM852/CR-LF 852/CR-LF CP852/CR-LF pcl2 pclatin2
> > > ISO-8859-2 912/CR-LF CP912/CR-LF csISOLatin2 IBM912/CR-LF ISO8859-2 iso-
> > > ir-101 ISO_8859-2 ISO_8859-2:1987 l2 latin2
> > > 
> > > 
> > > [EMAIL PROTECTED] markod]$ recode -v -h IBM852
> > > Request: IBM852..ISO-10646-UCS-2..:libiconv:..CHAR
> > > Shrunk to: IBM852..ISO-10646-UCS-2..CHAR
> > > Recoding is too complex for a mere table
> > > 
> > > [EMAIL PROTECTED] markod]$ recode -v -h ISO-8859-2
> > > Request: ISO-8859-2..:libiconv:..CHAR
> > > Shrunk to: ISO-8859-2..CHAR
> > > Recoding is too complex for a mere table
> > > 
> > > What is this "Recoding is too complex.." msg? Am I missing something?
> > > 
> > > FYI: in the version of tn5250j I have in the Change Session -> Code Page
> > > I can't select 852 nor 1250 (they are not listed)...
> > > 
> > > Please advise which version of JRE and TN5250j should be used for
> > > testing - so we can eliminte problems caused by using wrong
> > > versions/builds. 
> > > 
> > > > >From the list select what you think are the ones you need and put them
> in
> > > > separate .txt files and send them to me.
> > > > 
> > > > Let's see if this will work.
> > > > 
> > > > Regards
> > > > 
> > > > Kenneth
> > > > 
> > > > Quoting Marko Daris <[EMAIL PROTECTED]>:
> > > > 
> > > > > On Mon, 2005-06-06 at 13:49 +0200, Kenneth Pouncey wrote:
> > > > > > Marko
> > > > > > 
> > > > > > Could you tell me what codepage to use.  The character set as well
> for
> > > > > windows
> > > > > > would be good as well.
> > > > > 
> > > > > Here's a link from M$: 
> > > > > 
> > > > > http://www.microsoft.com/globaldev/nlsweb/default.asp?submitted=424
> > > > > 
> > > > > The codepage (ANSI) is 1250 (Win). OEM is 852 / LCID 424 (DOS). I
> don't
> > > > > know which value you need - I guess the ANSI is the correct one for
> > > > > Windows.
> > > > > 
> > > > > Font (Linux):
> > > > > http://nl.ijs.si/gnusl/cee/iso8859-2.html
> > > > > 
> > > > > Should be iso8859-2. Note: is the Right-Click menu Settings / Fonts
> > > > > there is no way to select iso8859-2 - only the font name can be
> > > > > selected. 
> > > > > 
> > > > > xlsfonts | grep iso9959-2
> > > > > 
> > > > > -b&h-lucidabright-demibold-i-normal--0-0-0-0-p-0-iso8859-2
> > > > > -b&h-lucidabright-demibold-r-normal--0-0-0-0-p-0-iso8859-2
> > > > > -b&h-lucidabright-medium-i-normal--0-0-0-0-p-0-iso8859-2
> > > > > -b&h-lucidabright-medium-r-normal--0-0-0-0-p-0-iso8859-2
> > > > > ...
> > > > > 
> > > > > Here's another link (look for: Slovenian) that summarizes the
> different
> > > > > codepages per OS: 
> > > > > http://www.slovo.info/eurocp.htm
> > > > > 
> > > > > Marko
> > > > > 
> > > > > 
> > > > > > 
> > > > > > Quoting Marko Daris <[EMAIL PROTECTED]>:
> > > > > > 
> > > > > > > Ke

Re: [Tn5250j-general] [ tn5250j-Bugs-1161363 ] Slovenian (SVN) support for TN5250j

2005-06-06 Thread Wim . Van . Leuven

Why not try the Java Toolbox codepages
first?







Kenneth Pouncey <[EMAIL PROTECTED]>

Sent by: [EMAIL PROTECTED]
06/06/2005 16:22



Please respond to
tn5250j-general@lists.sourceforge.net





To
tn5250j-general@lists.sourceforge.net


cc



Subject
Re: [Tn5250j-general] [ tn5250j-Bugs-1161363
] Slovenian (SVN) support for TN5250j









Did you try the recode command I sent?  I no longer have access to
that on a
linux machine.

If anybody else out there has a linux based machine with recode loaded
you could
send that file to us.

Regards

Kenneth

Quoting Marko Daris <[EMAIL PROTECTED]>:

> On Mon, 2005-06-06 at 15:37 +0200, Kenneth Pouncey wrote:
> > Also as for the font names, the one that is defined in the fonts
list will
> be
> > the one selected on linux.  So if that is the only lucidabrigh-xxx
> font
> > defined in the system fonts then that one will be loaded.
> The fonts on Linux are separated by encoding. For example: 
> -b&h-lucidabright-demibold-i-normal--0-0-0-0-p-0-iso8859-1
> -b&h-lucidabright-demibold-i-normal--0-0-0-0-p-0-iso8859-2
> -b&h-lucidabright-demibold-i-normal--0-0-0-0-p-0-iso8859-4
> -b&h-lucidabright-demibold-i-normal--0-0-0-0-p-0-iso8859-5
> -b&h-lucidabright-demibold-i-normal--0-0-0-0-p-0-iso8859-7
> -b&h-lucidabright-demibold-i-normal--0-0-0-0-p-0-iso8859-9
> 
> So only the font name is not enough.. I mean I don't know how you
get
> the list of fonts in Setting->Fonts. If you specify somewhere (some
API)
> that is it iso8859-2 than those fonts should be ok.
> 
> > 
> > I know a long while back there was a problem with the JDK and
loading the
> > correct font but that should have been fixed a long time ago
for 1.3
> versions.  
> I'm using: 
> /usr/java/j2re1.4.2_05/bin/java -jar /usr/local/tn5250j/tn5250j.jar
> 
> [EMAIL PROTECTED] markod]$ /usr/java/j2re1.4.2_05/bin/java -version
> java version "1.4.2_05"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-b04)
> Java HotSpot(TM) Client VM (build 1.4.2_05-b04, mixed mode)
> 
> > 
> > Make sure you are using the international versions of the JRE
or JDK as
> well or
> > you will not get the correct font displayed either.  That
has been on the
> list a
> > number of times and I always forget about it when someone reports
a
> display
> > problem for code pages.
> Can you tell from -version above if this is the international one?
> 
> Marko
> 
> 
> > 
> > Regards
> > 
> > Kenneth
> > 
> > Quoting Marko Daris <[EMAIL PROTECTED]>:
> > 
> > > On Mon, 2005-06-06 at 13:49 +0200, Kenneth Pouncey wrote:
> > > > Marko
> > > > 
> > > > Could you tell me what codepage to use.  The character
set as well for
> > > windows
> > > > would be good as well.
> > > 
> > > Here's a link from M$: 
> > > 
> > > http://www.microsoft.com/globaldev/nlsweb/default.asp?submitted=424
> > > 
> > > The codepage (ANSI) is 1250 (Win). OEM is 852 / LCID 424
(DOS). I don't
> > > know which value you need - I guess the ANSI is the correct
one for
> > > Windows.
> > > 
> > > Font (Linux):
> > > http://nl.ijs.si/gnusl/cee/iso8859-2.html
> > > 
> > > Should be iso8859-2. Note: is the Right-Click menu Settings
/ Fonts
> > > there is no way to select iso8859-2 - only the font name
can be
> > > selected. 
> > > 
> > > xlsfonts | grep iso9959-2
> > > 
> > > -b&h-lucidabright-demibold-i-normal--0-0-0-0-p-0-iso8859-2
> > > -b&h-lucidabright-demibold-r-normal--0-0-0-0-p-0-iso8859-2
> > > -b&h-lucidabright-medium-i-normal--0-0-0-0-p-0-iso8859-2
> > > -b&h-lucidabright-medium-r-normal--0-0-0-0-p-0-iso8859-2
> > > ...
> > > 
> > > Here's another link (look for: Slovenian) that summarizes
the different
> > > codepages per OS: 
> > > http://www.slovo.info/eurocp.htm
> > > 
> > > Marko
> > > 
> > > 
> > > > 
> > > > Quoting Marko Daris <[EMAIL PROTECTED]>:
> > > > 
> > > > > Kenneth,
> > > > > 
> > > > > registered with tn5250j-general like you requested...

> > > > > 
> > > > > regarding Slovenian support for tn5250j:
> > > > > please let me know how to proceed. 
> > > > > 
> > > > > Marko
> > > > > 
> > > > > 
> > > > > 
> > > > > ---
> &g

Re: [Tn5250j-general] [ tn5250j-Bugs-1161363 ] Slovenian (SVN) support for TN5250j

2005-06-06 Thread Kenneth Pouncey

Cooolll  Marko will wait.

Thanks


Quoting Marko Daris <[EMAIL PROTECTED]>:

> On Mon, 2005-06-06 at 16:29 +0200, Kenneth Pouncey wrote:
> > Marko
> > 
> > Crap. 
> > 
> > > Recoding is too complex for a mere table
> > 
> > That is a message that is obtained with the newer versions of recode.  I
> had to
> > downgrade to 3.5 to generate the tables.  I am assuming you have 3.6 or
> higher.
> >  Wow now what to do.
> Will try to downgrade recode to 3.5.
> I checked some old machines that SHOULD have old versions - but Murphy's
> law is in action...
> 
> > 
> > No you can not select those others because I do not have them in the
> emulator
> > yet.  If you could have sent me a text file from recode then we could have
> put
> > it in.
> > 
> > The version you will be testing with will be the one I send you.  Will have
> to
> > change the code to implement it, recompile and then send you a new binary
> to
> > test with.
> > 
> > Huu  what to do now?
> Just wait that I get an old version of recode and build it...
> 
> > 
> > Anybody else have any success with this?
> > 
> > Regards
> > 
> > Kenneth
> > 
> > Quoting Marko Daris <[EMAIL PROTECTED]>:
> > 
> > > On Mon, 2005-06-06 at 15:25 +0200, Kenneth Pouncey wrote:
> > > > Hummm will have to think about this one.  Am pretty sure if I put the
> 1250
> > > in
> > > > there it will not work or will have to do a recode of 852.  No linux
> > > machine
> > > > right now either.
> > > > 
> > > > Marko can you do a recode and place the mappings in a text file for me.
> 
> > > For
> > > > example:
> > > > 
> > > > recode -v -h  cp852 > ebcdic852.txt
> > > 
> > > [EMAIL PROTECTED] markod]$ recode -v -h  cp852
> > > Request: IBM852..ISO-10646-UCS-2..:libiconv:..CHAR
> > > Shrunk to: IBM852..ISO-10646-UCS-2..CHAR
> > > Recoding is too complex for a mere table
> > > 
> > > > 
> > > > you can get a list of these by doing a 'recode -l'.
> > > > 
> > > I guess we need: 
> > > IBM852/CR-LF 852/CR-LF CP852/CR-LF pcl2 pclatin2
> > > ISO-8859-2 912/CR-LF CP912/CR-LF csISOLatin2 IBM912/CR-LF ISO8859-2 iso-
> > > ir-101 ISO_8859-2 ISO_8859-2:1987 l2 latin2
> > > 
> > > 
> > > [EMAIL PROTECTED] markod]$ recode -v -h IBM852
> > > Request: IBM852..ISO-10646-UCS-2..:libiconv:..CHAR
> > > Shrunk to: IBM852..ISO-10646-UCS-2..CHAR
> > > Recoding is too complex for a mere table
> > > 
> > > [EMAIL PROTECTED] markod]$ recode -v -h ISO-8859-2
> > > Request: ISO-8859-2..:libiconv:..CHAR
> > > Shrunk to: ISO-8859-2..CHAR
> > > Recoding is too complex for a mere table
> > > 
> > > What is this "Recoding is too complex.." msg? Am I missing something?
> > > 
> > > FYI: in the version of tn5250j I have in the Change Session -> Code Page
> > > I can't select 852 nor 1250 (they are not listed)...
> > > 
> > > Please advise which version of JRE and TN5250j should be used for
> > > testing - so we can eliminte problems caused by using wrong
> > > versions/builds. 
> > > 
> > > > >From the list select what you think are the ones you need and put them
> in
> > > > separate .txt files and send them to me.
> > > > 
> > > > Let's see if this will work.
> > > > 
> > > > Regards
> > > > 
> > > > Kenneth
> > > > 
> > > > Quoting Marko Daris <[EMAIL PROTECTED]>:
> > > > 
> > > > > On Mon, 2005-06-06 at 13:49 +0200, Kenneth Pouncey wrote:
> > > > > > Marko
> > > > > > 
> > > > > > Could you tell me what codepage to use.  The character set as well
> for
> > > > > windows
> > > > > > would be good as well.
> > > > > 
> > > > > Here's a link from M$: 
> > > > > 
> > > > > http://www.microsoft.com/globaldev/nlsweb/default.asp?submitted=424
> > > > > 
> > > > > The codepage (ANSI) is 1250 (Win). OEM is 852 / LCID 424 (DOS). I
> don't
> > > > > know which value you need - I guess the ANSI is the correct one for
> > > > > Windows.
> > > > > 
> > > > > Font (Linux):
> > > > > http://nl.ijs.si/gnusl/cee/iso8859-2.html
> > > > > 
> > > > > Should be iso8859-2. Note: is the Right-Click menu Settings / Fonts
> > > > > there is no way to select iso8859-2 - only the font name can be
> > > > > selected. 
> > > > > 
> > > > > xlsfonts | grep iso9959-2
> > > > > 
> > > > > -b&h-lucidabright-demibold-i-normal--0-0-0-0-p-0-iso8859-2
> > > > > -b&h-lucidabright-demibold-r-normal--0-0-0-0-p-0-iso8859-2
> > > > > -b&h-lucidabright-medium-i-normal--0-0-0-0-p-0-iso8859-2
> > > > > -b&h-lucidabright-medium-r-normal--0-0-0-0-p-0-iso8859-2
> > > > > ...
> > > > > 
> > > > > Here's another link (look for: Slovenian) that summarizes the
> different
> > > > > codepages per OS: 
> > > > > http://www.slovo.info/eurocp.htm
> > > > > 
> > > > > Marko
> > > > > 
> > > > > 
> > > > > > 
> > > > > > Quoting Marko Daris <[EMAIL PROTECTED]>:
> > > > > > 
> > > > > > > Kenneth,
> > > > > > > 
> > > > > > > registered with tn5250j-general like you requested... 
> > > > > > > 
> > > > > > > regarding Slovenian support for tn5250j:
> > > > > > > please let me know how to proceed. 
> > > > > > > 
> > > > > > > Marko
> > > > > > > 
> > > > > > > 
> > 

Re: [Tn5250j-general] [ tn5250j-Bugs-1161363 ] Slovenian (SVN) support for TN5250j

2005-06-06 Thread Marko Daris
On Mon, 2005-06-06 at 16:29 +0200, Kenneth Pouncey wrote:
> Marko
> 
> Crap. 
> 
> > Recoding is too complex for a mere table
> 
> That is a message that is obtained with the newer versions of recode.  I had 
> to
> downgrade to 3.5 to generate the tables.  I am assuming you have 3.6 or 
> higher.
>  Wow now what to do.
Will try to downgrade recode to 3.5.
I checked some old machines that SHOULD have old versions - but Murphy's
law is in action...

> 
> No you can not select those others because I do not have them in the emulator
> yet.  If you could have sent me a text file from recode then we could have put
> it in.
> 
> The version you will be testing with will be the one I send you.  Will have to
> change the code to implement it, recompile and then send you a new binary to
> test with.
> 
> Huu  what to do now?
Just wait that I get an old version of recode and build it...

> 
> Anybody else have any success with this?
> 
> Regards
> 
> Kenneth
> 
> Quoting Marko Daris <[EMAIL PROTECTED]>:
> 
> > On Mon, 2005-06-06 at 15:25 +0200, Kenneth Pouncey wrote:
> > > Hummm will have to think about this one.  Am pretty sure if I put the 1250
> > in
> > > there it will not work or will have to do a recode of 852.  No linux
> > machine
> > > right now either.
> > > 
> > > Marko can you do a recode and place the mappings in a text file for me. 
> > For
> > > example:
> > > 
> > > recode -v -h  cp852 > ebcdic852.txt
> > 
> > [EMAIL PROTECTED] markod]$ recode -v -h  cp852
> > Request: IBM852..ISO-10646-UCS-2..:libiconv:..CHAR
> > Shrunk to: IBM852..ISO-10646-UCS-2..CHAR
> > Recoding is too complex for a mere table
> > 
> > > 
> > > you can get a list of these by doing a 'recode -l'.
> > > 
> > I guess we need: 
> > IBM852/CR-LF 852/CR-LF CP852/CR-LF pcl2 pclatin2
> > ISO-8859-2 912/CR-LF CP912/CR-LF csISOLatin2 IBM912/CR-LF ISO8859-2 iso-
> > ir-101 ISO_8859-2 ISO_8859-2:1987 l2 latin2
> > 
> > 
> > [EMAIL PROTECTED] markod]$ recode -v -h IBM852
> > Request: IBM852..ISO-10646-UCS-2..:libiconv:..CHAR
> > Shrunk to: IBM852..ISO-10646-UCS-2..CHAR
> > Recoding is too complex for a mere table
> > 
> > [EMAIL PROTECTED] markod]$ recode -v -h ISO-8859-2
> > Request: ISO-8859-2..:libiconv:..CHAR
> > Shrunk to: ISO-8859-2..CHAR
> > Recoding is too complex for a mere table
> > 
> > What is this "Recoding is too complex.." msg? Am I missing something?
> > 
> > FYI: in the version of tn5250j I have in the Change Session -> Code Page
> > I can't select 852 nor 1250 (they are not listed)...
> > 
> > Please advise which version of JRE and TN5250j should be used for
> > testing - so we can eliminte problems caused by using wrong
> > versions/builds. 
> > 
> > > >From the list select what you think are the ones you need and put them in
> > > separate .txt files and send them to me.
> > > 
> > > Let's see if this will work.
> > > 
> > > Regards
> > > 
> > > Kenneth
> > > 
> > > Quoting Marko Daris <[EMAIL PROTECTED]>:
> > > 
> > > > On Mon, 2005-06-06 at 13:49 +0200, Kenneth Pouncey wrote:
> > > > > Marko
> > > > > 
> > > > > Could you tell me what codepage to use.  The character set as well for
> > > > windows
> > > > > would be good as well.
> > > > 
> > > > Here's a link from M$: 
> > > > 
> > > > http://www.microsoft.com/globaldev/nlsweb/default.asp?submitted=424
> > > > 
> > > > The codepage (ANSI) is 1250 (Win). OEM is 852 / LCID 424 (DOS). I don't
> > > > know which value you need - I guess the ANSI is the correct one for
> > > > Windows.
> > > > 
> > > > Font (Linux):
> > > > http://nl.ijs.si/gnusl/cee/iso8859-2.html
> > > > 
> > > > Should be iso8859-2. Note: is the Right-Click menu Settings / Fonts
> > > > there is no way to select iso8859-2 - only the font name can be
> > > > selected. 
> > > > 
> > > > xlsfonts | grep iso9959-2
> > > > 
> > > > -b&h-lucidabright-demibold-i-normal--0-0-0-0-p-0-iso8859-2
> > > > -b&h-lucidabright-demibold-r-normal--0-0-0-0-p-0-iso8859-2
> > > > -b&h-lucidabright-medium-i-normal--0-0-0-0-p-0-iso8859-2
> > > > -b&h-lucidabright-medium-r-normal--0-0-0-0-p-0-iso8859-2
> > > > ...
> > > > 
> > > > Here's another link (look for: Slovenian) that summarizes the different
> > > > codepages per OS: 
> > > > http://www.slovo.info/eurocp.htm
> > > > 
> > > > Marko
> > > > 
> > > > 
> > > > > 
> > > > > Quoting Marko Daris <[EMAIL PROTECTED]>:
> > > > > 
> > > > > > Kenneth,
> > > > > > 
> > > > > > registered with tn5250j-general like you requested... 
> > > > > > 
> > > > > > regarding Slovenian support for tn5250j:
> > > > > > please let me know how to proceed. 
> > > > > > 
> > > > > > Marko
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > ---
> > > > > > This SF.Net email is sponsored by: NEC IT Guy Games.  How far can
> > you
> > > > > > shotput
> > > > > > a projector? How fast can you ride your desk chair down the office
> > luge
> > > > > > track?
> > > > > > If you want to score the big prize, get to know the little guy.  
> > > > > > P

Re: [Tn5250j-general] [ tn5250j-Bugs-1161363 ] Slovenian (SVN) support for TN5250j

2005-06-06 Thread Kenneth Pouncey

Oh and the version of the JDK is fine.

Quoting Marko Daris <[EMAIL PROTECTED]>:

> On Mon, 2005-06-06 at 15:25 +0200, Kenneth Pouncey wrote:
> > Hummm will have to think about this one.  Am pretty sure if I put the 1250
> in
> > there it will not work or will have to do a recode of 852.  No linux
> machine
> > right now either.
> > 
> > Marko can you do a recode and place the mappings in a text file for me. 
> For
> > example:
> > 
> > recode -v -h  cp852 > ebcdic852.txt
> 
> [EMAIL PROTECTED] markod]$ recode -v -h  cp852
> Request: IBM852..ISO-10646-UCS-2..:libiconv:..CHAR
> Shrunk to: IBM852..ISO-10646-UCS-2..CHAR
> Recoding is too complex for a mere table
> 
> > 
> > you can get a list of these by doing a 'recode -l'.
> > 
> I guess we need: 
> IBM852/CR-LF 852/CR-LF CP852/CR-LF pcl2 pclatin2
> ISO-8859-2 912/CR-LF CP912/CR-LF csISOLatin2 IBM912/CR-LF ISO8859-2 iso-
> ir-101 ISO_8859-2 ISO_8859-2:1987 l2 latin2
> 
> 
> [EMAIL PROTECTED] markod]$ recode -v -h IBM852
> Request: IBM852..ISO-10646-UCS-2..:libiconv:..CHAR
> Shrunk to: IBM852..ISO-10646-UCS-2..CHAR
> Recoding is too complex for a mere table
> 
> [EMAIL PROTECTED] markod]$ recode -v -h ISO-8859-2
> Request: ISO-8859-2..:libiconv:..CHAR
> Shrunk to: ISO-8859-2..CHAR
> Recoding is too complex for a mere table
> 
> What is this "Recoding is too complex.." msg? Am I missing something?
> 
> FYI: in the version of tn5250j I have in the Change Session -> Code Page
> I can't select 852 nor 1250 (they are not listed)...
> 
> Please advise which version of JRE and TN5250j should be used for
> testing - so we can eliminte problems caused by using wrong
> versions/builds. 
> 
> > >From the list select what you think are the ones you need and put them in
> > separate .txt files and send them to me.
> > 
> > Let's see if this will work.
> > 
> > Regards
> > 
> > Kenneth
> > 
> > Quoting Marko Daris <[EMAIL PROTECTED]>:
> > 
> > > On Mon, 2005-06-06 at 13:49 +0200, Kenneth Pouncey wrote:
> > > > Marko
> > > > 
> > > > Could you tell me what codepage to use.  The character set as well for
> > > windows
> > > > would be good as well.
> > > 
> > > Here's a link from M$: 
> > > 
> > > http://www.microsoft.com/globaldev/nlsweb/default.asp?submitted=424
> > > 
> > > The codepage (ANSI) is 1250 (Win). OEM is 852 / LCID 424 (DOS). I don't
> > > know which value you need - I guess the ANSI is the correct one for
> > > Windows.
> > > 
> > > Font (Linux):
> > > http://nl.ijs.si/gnusl/cee/iso8859-2.html
> > > 
> > > Should be iso8859-2. Note: is the Right-Click menu Settings / Fonts
> > > there is no way to select iso8859-2 - only the font name can be
> > > selected. 
> > > 
> > > xlsfonts | grep iso9959-2
> > > 
> > > -b&h-lucidabright-demibold-i-normal--0-0-0-0-p-0-iso8859-2
> > > -b&h-lucidabright-demibold-r-normal--0-0-0-0-p-0-iso8859-2
> > > -b&h-lucidabright-medium-i-normal--0-0-0-0-p-0-iso8859-2
> > > -b&h-lucidabright-medium-r-normal--0-0-0-0-p-0-iso8859-2
> > > ...
> > > 
> > > Here's another link (look for: Slovenian) that summarizes the different
> > > codepages per OS: 
> > > http://www.slovo.info/eurocp.htm
> > > 
> > > Marko
> > > 
> > > 
> > > > 
> > > > Quoting Marko Daris <[EMAIL PROTECTED]>:
> > > > 
> > > > > Kenneth,
> > > > > 
> > > > > registered with tn5250j-general like you requested... 
> > > > > 
> > > > > regarding Slovenian support for tn5250j:
> > > > > please let me know how to proceed. 
> > > > > 
> > > > > Marko
> > > > > 
> > > > > 
> > > > > 
> > > > > ---
> > > > > This SF.Net email is sponsored by: NEC IT Guy Games.  How far can
> you
> > > > > shotput
> > > > > a projector? How fast can you ride your desk chair down the office
> luge
> > > > > track?
> > > > > If you want to score the big prize, get to know the little guy.  
> > > > > Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
> > > > > ___
> > > > > Tn5250j-general mailing list
> > > > > Tn5250j-general@lists.sourceforge.net
> > > > > https://lists.sourceforge.net/lists/listinfo/tn5250j-general
> > > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > > ---
> > > > This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you
> > > shotput
> > > > a projector? How fast can you ride your desk chair down the office
> luge
> > > track?
> > > > If you want to score the big prize, get to know the little guy.  
> > > > Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
> > > > ___
> > > > Tn5250j-general mailing list
> > > > Tn5250j-general@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinfo/tn5250j-general
> > > 
> > > 
> > > ---
> > > This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you
> > > shotput
> > > a projector? How fast can you ride y

Re: [Tn5250j-general] [ tn5250j-Bugs-1161363 ] Slovenian (SVN) support for TN5250j

2005-06-06 Thread Kenneth Pouncey

Marko

Crap. 

> Recoding is too complex for a mere table

That is a message that is obtained with the newer versions of recode.  I had to
downgrade to 3.5 to generate the tables.  I am assuming you have 3.6 or higher.
 Wow now what to do.

No you can not select those others because I do not have them in the emulator
yet.  If you could have sent me a text file from recode then we could have put
it in.

The version you will be testing with will be the one I send you.  Will have to
change the code to implement it, recompile and then send you a new binary to
test with.

Huu  what to do now?

Anybody else have any success with this?

Regards

Kenneth

Quoting Marko Daris <[EMAIL PROTECTED]>:

> On Mon, 2005-06-06 at 15:25 +0200, Kenneth Pouncey wrote:
> > Hummm will have to think about this one.  Am pretty sure if I put the 1250
> in
> > there it will not work or will have to do a recode of 852.  No linux
> machine
> > right now either.
> > 
> > Marko can you do a recode and place the mappings in a text file for me. 
> For
> > example:
> > 
> > recode -v -h  cp852 > ebcdic852.txt
> 
> [EMAIL PROTECTED] markod]$ recode -v -h  cp852
> Request: IBM852..ISO-10646-UCS-2..:libiconv:..CHAR
> Shrunk to: IBM852..ISO-10646-UCS-2..CHAR
> Recoding is too complex for a mere table
> 
> > 
> > you can get a list of these by doing a 'recode -l'.
> > 
> I guess we need: 
> IBM852/CR-LF 852/CR-LF CP852/CR-LF pcl2 pclatin2
> ISO-8859-2 912/CR-LF CP912/CR-LF csISOLatin2 IBM912/CR-LF ISO8859-2 iso-
> ir-101 ISO_8859-2 ISO_8859-2:1987 l2 latin2
> 
> 
> [EMAIL PROTECTED] markod]$ recode -v -h IBM852
> Request: IBM852..ISO-10646-UCS-2..:libiconv:..CHAR
> Shrunk to: IBM852..ISO-10646-UCS-2..CHAR
> Recoding is too complex for a mere table
> 
> [EMAIL PROTECTED] markod]$ recode -v -h ISO-8859-2
> Request: ISO-8859-2..:libiconv:..CHAR
> Shrunk to: ISO-8859-2..CHAR
> Recoding is too complex for a mere table
> 
> What is this "Recoding is too complex.." msg? Am I missing something?
> 
> FYI: in the version of tn5250j I have in the Change Session -> Code Page
> I can't select 852 nor 1250 (they are not listed)...
> 
> Please advise which version of JRE and TN5250j should be used for
> testing - so we can eliminte problems caused by using wrong
> versions/builds. 
> 
> > >From the list select what you think are the ones you need and put them in
> > separate .txt files and send them to me.
> > 
> > Let's see if this will work.
> > 
> > Regards
> > 
> > Kenneth
> > 
> > Quoting Marko Daris <[EMAIL PROTECTED]>:
> > 
> > > On Mon, 2005-06-06 at 13:49 +0200, Kenneth Pouncey wrote:
> > > > Marko
> > > > 
> > > > Could you tell me what codepage to use.  The character set as well for
> > > windows
> > > > would be good as well.
> > > 
> > > Here's a link from M$: 
> > > 
> > > http://www.microsoft.com/globaldev/nlsweb/default.asp?submitted=424
> > > 
> > > The codepage (ANSI) is 1250 (Win). OEM is 852 / LCID 424 (DOS). I don't
> > > know which value you need - I guess the ANSI is the correct one for
> > > Windows.
> > > 
> > > Font (Linux):
> > > http://nl.ijs.si/gnusl/cee/iso8859-2.html
> > > 
> > > Should be iso8859-2. Note: is the Right-Click menu Settings / Fonts
> > > there is no way to select iso8859-2 - only the font name can be
> > > selected. 
> > > 
> > > xlsfonts | grep iso9959-2
> > > 
> > > -b&h-lucidabright-demibold-i-normal--0-0-0-0-p-0-iso8859-2
> > > -b&h-lucidabright-demibold-r-normal--0-0-0-0-p-0-iso8859-2
> > > -b&h-lucidabright-medium-i-normal--0-0-0-0-p-0-iso8859-2
> > > -b&h-lucidabright-medium-r-normal--0-0-0-0-p-0-iso8859-2
> > > ...
> > > 
> > > Here's another link (look for: Slovenian) that summarizes the different
> > > codepages per OS: 
> > > http://www.slovo.info/eurocp.htm
> > > 
> > > Marko
> > > 
> > > 
> > > > 
> > > > Quoting Marko Daris <[EMAIL PROTECTED]>:
> > > > 
> > > > > Kenneth,
> > > > > 
> > > > > registered with tn5250j-general like you requested... 
> > > > > 
> > > > > regarding Slovenian support for tn5250j:
> > > > > please let me know how to proceed. 
> > > > > 
> > > > > Marko
> > > > > 
> > > > > 
> > > > > 
> > > > > ---
> > > > > This SF.Net email is sponsored by: NEC IT Guy Games.  How far can
> you
> > > > > shotput
> > > > > a projector? How fast can you ride your desk chair down the office
> luge
> > > > > track?
> > > > > If you want to score the big prize, get to know the little guy.  
> > > > > Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
> > > > > ___
> > > > > Tn5250j-general mailing list
> > > > > Tn5250j-general@lists.sourceforge.net
> > > > > https://lists.sourceforge.net/lists/listinfo/tn5250j-general
> > > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > > ---
> > > > This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you
> > > shotput
> > > > a projector? How fast can you ride

Re: [Tn5250j-general] [ tn5250j-Bugs-1161363 ] Slovenian (SVN) support for TN5250j

2005-06-06 Thread Kenneth Pouncey

Did you try the recode command I sent?  I no longer have access to that on a
linux machine.

If anybody else out there has a linux based machine with recode loaded you could
send that file to us.

Regards

Kenneth

Quoting Marko Daris <[EMAIL PROTECTED]>:

> On Mon, 2005-06-06 at 15:37 +0200, Kenneth Pouncey wrote:
> > Also as for the font names, the one that is defined in the fonts list will
> be
> > the one selected on linux.  So if that is the only lucidabrigh-xxx
> font
> > defined in the system fonts then that one will be loaded.
> The fonts on Linux are separated by encoding. For example: 
> -b&h-lucidabright-demibold-i-normal--0-0-0-0-p-0-iso8859-1
> -b&h-lucidabright-demibold-i-normal--0-0-0-0-p-0-iso8859-2
> -b&h-lucidabright-demibold-i-normal--0-0-0-0-p-0-iso8859-4
> -b&h-lucidabright-demibold-i-normal--0-0-0-0-p-0-iso8859-5
> -b&h-lucidabright-demibold-i-normal--0-0-0-0-p-0-iso8859-7
> -b&h-lucidabright-demibold-i-normal--0-0-0-0-p-0-iso8859-9
> 
> So only the font name is not enough.. I mean I don't know how you get
> the list of fonts in Setting->Fonts. If you specify somewhere (some API)
> that is it iso8859-2 than those fonts should be ok.
> 
> > 
> > I know a long while back there was a problem with the JDK and loading the
> > correct font but that should have been fixed a long time ago for 1.3
> versions.  
> I'm using: 
> /usr/java/j2re1.4.2_05/bin/java -jar /usr/local/tn5250j/tn5250j.jar
> 
> [EMAIL PROTECTED] markod]$ /usr/java/j2re1.4.2_05/bin/java -version
> java version "1.4.2_05"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-b04)
> Java HotSpot(TM) Client VM (build 1.4.2_05-b04, mixed mode)
> 
> > 
> > Make sure you are using the international versions of the JRE or JDK as
> well or
> > you will not get the correct font displayed either.  That has been on the
> list a
> > number of times and I always forget about it when someone reports a
> display
> > problem for code pages.
> Can you tell from -version above if this is the international one?
> 
> Marko
> 
> 
> > 
> > Regards
> > 
> > Kenneth
> > 
> > Quoting Marko Daris <[EMAIL PROTECTED]>:
> > 
> > > On Mon, 2005-06-06 at 13:49 +0200, Kenneth Pouncey wrote:
> > > > Marko
> > > > 
> > > > Could you tell me what codepage to use.  The character set as well for
> > > windows
> > > > would be good as well.
> > > 
> > > Here's a link from M$: 
> > > 
> > > http://www.microsoft.com/globaldev/nlsweb/default.asp?submitted=424
> > > 
> > > The codepage (ANSI) is 1250 (Win). OEM is 852 / LCID 424 (DOS). I don't
> > > know which value you need - I guess the ANSI is the correct one for
> > > Windows.
> > > 
> > > Font (Linux):
> > > http://nl.ijs.si/gnusl/cee/iso8859-2.html
> > > 
> > > Should be iso8859-2. Note: is the Right-Click menu Settings / Fonts
> > > there is no way to select iso8859-2 - only the font name can be
> > > selected. 
> > > 
> > > xlsfonts | grep iso9959-2
> > > 
> > > -b&h-lucidabright-demibold-i-normal--0-0-0-0-p-0-iso8859-2
> > > -b&h-lucidabright-demibold-r-normal--0-0-0-0-p-0-iso8859-2
> > > -b&h-lucidabright-medium-i-normal--0-0-0-0-p-0-iso8859-2
> > > -b&h-lucidabright-medium-r-normal--0-0-0-0-p-0-iso8859-2
> > > ...
> > > 
> > > Here's another link (look for: Slovenian) that summarizes the different
> > > codepages per OS: 
> > > http://www.slovo.info/eurocp.htm
> > > 
> > > Marko
> > > 
> > > 
> > > > 
> > > > Quoting Marko Daris <[EMAIL PROTECTED]>:
> > > > 
> > > > > Kenneth,
> > > > > 
> > > > > registered with tn5250j-general like you requested... 
> > > > > 
> > > > > regarding Slovenian support for tn5250j:
> > > > > please let me know how to proceed. 
> > > > > 
> > > > > Marko
> > > > > 
> > > > > 
> > > > > 
> > > > > ---
> > > > > This SF.Net email is sponsored by: NEC IT Guy Games.  How far can
> you
> > > > > shotput
> > > > > a projector? How fast can you ride your desk chair down the office
> luge
> > > > > track?
> > > > > If you want to score the big prize, get to know the little guy.  
> > > > > Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
> > > > > ___
> > > > > Tn5250j-general mailing list
> > > > > Tn5250j-general@lists.sourceforge.net
> > > > > https://lists.sourceforge.net/lists/listinfo/tn5250j-general
> > > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > > ---
> > > > This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you
> > > shotput
> > > > a projector? How fast can you ride your desk chair down the office
> luge
> > > track?
> > > > If you want to score the big prize, get to know the little guy.  
> > > > Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
> > > > ___
> > > > Tn5250j-general mailing list
> > > > Tn5250j-general@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinf

Re: [Tn5250j-general] [ tn5250j-Bugs-1161363 ] Slovenian (SVN) support for TN5250j

2005-06-06 Thread Marko Daris
On Mon, 2005-06-06 at 15:25 +0200, Kenneth Pouncey wrote:
> Hummm will have to think about this one.  Am pretty sure if I put the 1250 in
> there it will not work or will have to do a recode of 852.  No linux machine
> right now either.
> 
> Marko can you do a recode and place the mappings in a text file for me.  For
> example:
> 
> recode -v -h  cp852 > ebcdic852.txt

[EMAIL PROTECTED] markod]$ recode -v -h  cp852
Request: IBM852..ISO-10646-UCS-2..:libiconv:..CHAR
Shrunk to: IBM852..ISO-10646-UCS-2..CHAR
Recoding is too complex for a mere table

> 
> you can get a list of these by doing a 'recode -l'.
> 
I guess we need: 
IBM852/CR-LF 852/CR-LF CP852/CR-LF pcl2 pclatin2
ISO-8859-2 912/CR-LF CP912/CR-LF csISOLatin2 IBM912/CR-LF ISO8859-2 iso-
ir-101 ISO_8859-2 ISO_8859-2:1987 l2 latin2


[EMAIL PROTECTED] markod]$ recode -v -h IBM852
Request: IBM852..ISO-10646-UCS-2..:libiconv:..CHAR
Shrunk to: IBM852..ISO-10646-UCS-2..CHAR
Recoding is too complex for a mere table

[EMAIL PROTECTED] markod]$ recode -v -h ISO-8859-2
Request: ISO-8859-2..:libiconv:..CHAR
Shrunk to: ISO-8859-2..CHAR
Recoding is too complex for a mere table

What is this "Recoding is too complex.." msg? Am I missing something?

FYI: in the version of tn5250j I have in the Change Session -> Code Page
I can't select 852 nor 1250 (they are not listed)...

Please advise which version of JRE and TN5250j should be used for
testing - so we can eliminte problems caused by using wrong
versions/builds. 

> >From the list select what you think are the ones you need and put them in
> separate .txt files and send them to me.
> 
> Let's see if this will work.
> 
> Regards
> 
> Kenneth
> 
> Quoting Marko Daris <[EMAIL PROTECTED]>:
> 
> > On Mon, 2005-06-06 at 13:49 +0200, Kenneth Pouncey wrote:
> > > Marko
> > > 
> > > Could you tell me what codepage to use.  The character set as well for
> > windows
> > > would be good as well.
> > 
> > Here's a link from M$: 
> > 
> > http://www.microsoft.com/globaldev/nlsweb/default.asp?submitted=424
> > 
> > The codepage (ANSI) is 1250 (Win). OEM is 852 / LCID 424 (DOS). I don't
> > know which value you need - I guess the ANSI is the correct one for
> > Windows.
> > 
> > Font (Linux):
> > http://nl.ijs.si/gnusl/cee/iso8859-2.html
> > 
> > Should be iso8859-2. Note: is the Right-Click menu Settings / Fonts
> > there is no way to select iso8859-2 - only the font name can be
> > selected. 
> > 
> > xlsfonts | grep iso9959-2
> > 
> > -b&h-lucidabright-demibold-i-normal--0-0-0-0-p-0-iso8859-2
> > -b&h-lucidabright-demibold-r-normal--0-0-0-0-p-0-iso8859-2
> > -b&h-lucidabright-medium-i-normal--0-0-0-0-p-0-iso8859-2
> > -b&h-lucidabright-medium-r-normal--0-0-0-0-p-0-iso8859-2
> > ...
> > 
> > Here's another link (look for: Slovenian) that summarizes the different
> > codepages per OS: 
> > http://www.slovo.info/eurocp.htm
> > 
> > Marko
> > 
> > 
> > > 
> > > Quoting Marko Daris <[EMAIL PROTECTED]>:
> > > 
> > > > Kenneth,
> > > > 
> > > > registered with tn5250j-general like you requested... 
> > > > 
> > > > regarding Slovenian support for tn5250j:
> > > > please let me know how to proceed. 
> > > > 
> > > > Marko
> > > > 
> > > > 
> > > > 
> > > > ---
> > > > This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you
> > > > shotput
> > > > a projector? How fast can you ride your desk chair down the office luge
> > > > track?
> > > > If you want to score the big prize, get to know the little guy.  
> > > > Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
> > > > ___
> > > > Tn5250j-general mailing list
> > > > Tn5250j-general@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinfo/tn5250j-general
> > > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > > ---
> > > This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you
> > shotput
> > > a projector? How fast can you ride your desk chair down the office luge
> > track?
> > > If you want to score the big prize, get to know the little guy.  
> > > Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
> > > ___
> > > Tn5250j-general mailing list
> > > Tn5250j-general@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/tn5250j-general
> > 
> > 
> > ---
> > This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you
> > shotput
> > a projector? How fast can you ride your desk chair down the office luge
> > track?
> > If you want to score the big prize, get to know the little guy.  
> > Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
> > ___
> > Tn5250j-general mailing list
> > Tn5250j-general@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/tn5250j-g

  1   2   >