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

2005-10-27 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-27 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 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=detailatid=376973aid=1333978group_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 andyou 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-25 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 andyou 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 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.



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 www.rlhc.net  ^^-^^|
+--+


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 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 www.rlhc.net  ^^-^^|
+--+


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