RE: [Tn5250j-general] CVS update

2005-06-10 Thread Kenneth Pouncey

Patrick

Thanks for the offer but it is already done.  It should all be there now.

Kenneth

Quoting Patrick Bielen [EMAIL PROTECTED]:

 Hi Kenneth,
  
  Oh man am not looking forward 
  to updating cvs at all.
 
 I know how you feel :-)
 
  I would like to extend an open offer to anybody 
  with cvs update access to help me out or anybody 
  that would like to have cvs access.  I can send 
  them the sources and we can take parts and update 
  them to cvs.  That will go faster and that way 
  we have a couple of people to help out.  
 
 Sure, i'll help, it'll be a bitch to handle anyway,
 cause almost every frigging file is different.
 
  I have to prepare my machine and a development 
  environment before I can do this myself.
 
 I understand.
 
  Any takers?
 
 Sure, send me the sources again so that i'm completely
 up-to-date with the source that should be in CVS.
 
 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] CVS update

2005-06-10 Thread Patrick Bielen
Hi Kenneth,
 
 Thanks for the offer but it is already done.  
 It should all be there now.

:-) Hence i had a day off yesterday.

Okay, so i just can checkout from CVS 
and recompile, and all should be ok ?

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] New problems arise after build from cvs

2005-06-10 Thread Kenneth Pouncey
Patrick

Try using a fresh check out instead of a refresh.

After compileing do an 

ant run

And see if it works that way.


Quoting Patrick Bielen [EMAIL PROTECTED]:

 Hi All,
  
 Just refreshed and builded tn5250j from CVS.
 When i run tn5250j from netbeans then all is ok (run the my5250.class)
 but when i build with ant, and then copy the tn5250j.jar from the
 build to the production dir (which is C:\tn5250j on all the windows-boxes
 here) and then run tn5250j then i get the next error.
  
 C:\tn5250jjava -jar tn5250j.jar
 No other instances of tn5250j running.
 Exception in thread main java.lang.NullPointerException
 at javax.swing.ImageIcon.init(Unknown Source)
 at org.tn5250j.tools.GUIGraphicsUtils.createImageIcon(Unknown
 Source)
 at org.tn5250j.gui.TN5250jSplashScreen.init(Unknown Source)
 at org.tn5250j.My5250.init(Unknown Source)
 at org.tn5250j.My5250.main(Unknown Source)
  
 So seems there is something wrong with the classpath after the build of the
 jar.
  
 Anyway, gonna track the problem now, but keep in mind that when you
 distribute the jar to new users that problems can arise...
  
 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] New problems arise after build from cvs

2005-06-10 Thread Patrick Bielen
Hi Kenneth,
 
 Try using a fresh check out instead of a refresh.

Yep did that and now all works fine.

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] Selection rectangle

2005-06-10 Thread Marc Vos
Hi Kenneth,


I noticed that the selection rectangle behaves different when you select a
portion of the screen with the mouse or by holding down the shift key and
moving with the arrow keys.

Selecting a portion with keys in this order:
---
- Pressing RESET: rectangle remains visible, selection remains active.
- Pressing ENTER: rectangle dissappears, selection remains active
- Pressing ENTER again: rectangle remains invisible, selection remains
active.
- Call a program: rectangle remains invisible, selection remains active.

So there's no way to get the rectangle to appear again.

Selecting a portion with the mouse in this order:
--
- Pressing RESET: rectangle dissappears, selection remains active.
- Pressing ENTER: rectangle re-appears, selection remains active
- Pressing ENTER again: rectangle still visible, selection remains active.
- Call a program: rectangle still visible, selection remains active.


Regards,

-Marc Vos




---
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] Selection rectangle

2005-06-10 Thread Kenneth Pouncey

Marc

never noticed that before but it does happen the way you say.  Will look at it.

Kenneth

Quoting Marc Vos [EMAIL PROTECTED]:

 Hi Kenneth,
 
 
 I noticed that the selection rectangle behaves different when you select a
 portion of the screen with the mouse or by holding down the shift key and
 moving with the arrow keys.
 
 Selecting a portion with keys in this order:
 ---
 - Pressing RESET: rectangle remains visible, selection remains active.
 - Pressing ENTER: rectangle dissappears, selection remains active
 - Pressing ENTER again: rectangle remains invisible, selection remains
 active.
 - Call a program: rectangle remains invisible, selection remains active.
 
 So there's no way to get the rectangle to appear again.
 
 Selecting a portion with the mouse in this order:
 --
 - Pressing RESET: rectangle dissappears, selection remains active.
 - Pressing ENTER: rectangle re-appears, selection remains active
 - Pressing ENTER again: rectangle still visible, selection remains active.
 - Call a program: rectangle still visible, selection remains active.
 
 
 Regards,
 
 -Marc Vos
 
 
 
 
 ---
 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] Selection rectangle

2005-06-10 Thread Kenneth Pouncey

Marc

Well I thought it might be easy to fix but really do not feel like digging into
the painting code right now.  Will put this on the back burner for now.  

If it was not for the utmost importance to have a copy paste I swear I would rip
that darn bounding rectangle out :-/

Kenneth

Quoting Kenneth Pouncey [EMAIL PROTECTED]:

 
 Marc
 
 never noticed that before but it does happen the way you say.  Will look at
 it.
 
 Kenneth
 
 Quoting Marc Vos [EMAIL PROTECTED]:
 
  Hi Kenneth,
  
  
  I noticed that the selection rectangle behaves different when you select a
  portion of the screen with the mouse or by holding down the shift key and
  moving with the arrow keys.
  
  Selecting a portion with keys in this order:
  ---
  - Pressing RESET: rectangle remains visible, selection remains active.
  - Pressing ENTER: rectangle dissappears, selection remains active
  - Pressing ENTER again: rectangle remains invisible, selection remains
  active.
  - Call a program: rectangle remains invisible, selection remains active.
  
  So there's no way to get the rectangle to appear again.
  
  Selecting a portion with the mouse in this order:
  --
  - Pressing RESET: rectangle dissappears, selection remains active.
  - Pressing ENTER: rectangle re-appears, selection remains active
  - Pressing ENTER again: rectangle still visible, selection remains active.
  - Call a program: rectangle still visible, selection remains active.
  
  
  Regards,
  
  -Marc Vos
  
  
  
  
  ---
  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-general


Re: [Tn5250j-general] Selection rectangle

2005-06-10 Thread Marc Vos
OK.

-Marc


On 10-06-2005 15:31, Kenneth Pouncey [EMAIL PROTECTED] wrote:

 
 Marc
 
 Well I thought it might be easy to fix but really do not feel like digging
 into
 the painting code right now.  Will put this on the back burner for now.
 
 If it was not for the utmost importance to have a copy paste I swear I would
 rip
 that darn bounding rectangle out :-/
 
 Kenneth
 
 Quoting Kenneth Pouncey [EMAIL PROTECTED]:
 
 
 Marc
 
 never noticed that before but it does happen the way you say.  Will look at
 it.
 
 Kenneth
 
 Quoting Marc Vos [EMAIL PROTECTED]:
 
 Hi Kenneth,
 
 
 I noticed that the selection rectangle behaves different when you select a
 portion of the screen with the mouse or by holding down the shift key and
 moving with the arrow keys.
 
 Selecting a portion with keys in this order:
 ---
 - Pressing RESET: rectangle remains visible, selection remains active.
 - Pressing ENTER: rectangle dissappears, selection remains active
 - Pressing ENTER again: rectangle remains invisible, selection remains
 active.
 - Call a program: rectangle remains invisible, selection remains active.
 
 So there's no way to get the rectangle to appear again.
 
 Selecting a portion with the mouse in this order:
 --
 - Pressing RESET: rectangle dissappears, selection remains active.
 - Pressing ENTER: rectangle re-appears, selection remains active
 - Pressing ENTER again: rectangle still visible, selection remains active.
 - Call a program: rectangle still visible, selection remains active.
 
 
 Regards,
 
 -Marc Vos
 
 
 
 
 ---
 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-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


[Tn5250j-general] EDTWRD

2005-06-10 Thread Marc Vos
Hi Kenneth,

I was really surprised to notice that you honour the EDTWRD's separators,
while typing! I always thought from other emulators that could only be done
when you hae some special hardware terminal controller. Cool!

There's only one thing: TN5250j knows where the separators stand, but it
doesn't show them when a record format is displayed for the first time and
the field contains no data. It's bit weird to see the cursor jump over
spaces while typing data into the field.


Regards and have a nice weekend,

-Marc Vos




---
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] Web5250

2005-06-10 Thread Pete Helgren




Should have said:

so if
you press enter the entire screen lights up with errors because all the
characters are off by 5 (in position 1 instead of position 6)

Pete


Pete Helgren wrote:

  
How do you do that? I wish I knew more about the inter workings of
tn5250j. One of these days I'll roll up may sleeves and get my hands
dirty and muck around in the code base for a few weeks.
  
That took care of the ability to edit the code, however, there appears
to be an alignment issue with the data as it appears in SEU. SEU must
have a field that tells it how to align the data on the screen because
the Type entry in SEU normally aligns to position 6 (at least in an RPG
OPM program) and in this case the type field aligns to position 1 so if
you press enter the entire screen lights up with errors because all the
characters are off by 1. If you could point out where to look for this,
I could take a shot at it. The field itself, in debug, does not have
the leading blanks and I can't tell how SEU "knows" to align the data
since tn5250j DOES align the data.
  
I'll also add a properties file that will hold the IP address so we
don't have to keep changing IP addresses if we fully update the code.
I'll also investigate the "cursor movement" issues.
  
Final question: How do we want to handle the CVS access on this? This
is a pretty small piece of code so far. We could:
  
1. Create a sub project of tn5250j and make the code available there.
2. Create a new SF project .
3. I could get you set up with CVS access on our CVS server. I might
be able to get anonymous access set up for folks to check out the
source but I am really not in a good position to set up multiple
committers and such.
  
Your call. I know that Richard is interested in the code and I expect,
if I post to a few other lists that I participate in , that we could
get some volume of interest on this. I just don't want to announce it
being available until we are ready for folks to access the code. What
do you think? I'll do the legwork on the SF project or our company CVS
if you think that is the best way to go. As admin on tn5250j, you'd
have to set up the sub-project (however that is done).
  
Pete
  
  





[Tn5250j-general] Hotspot issue with http and https

2005-06-10 Thread Richard Houston
Hey all,

Just wanted to let you know we have been testing 0.5.8 Alpha2 all day and
all seams good with the exception of one issue. It seem that the http and
https based hotspots are broken. :0

If I single or double click on a https link nothing happens. The XSystem
in the bottom left corner flashes quickly bit nothing happens after that.

Now if I click on a http link nothing happens but if I double click on the
http link it is like I hit the F3 key an it exits the screen.

Very strange. Anything I can do to help debug? This is on Linux and JDK
1.4.2_06

Thanks!



Regards,
+--+
| Richard Houston  .^. |
| R.L.H.  Consulting   /V\ |
| E-Mail  [EMAIL PROTECTED]/(   )\   |
| WWW www.rlhc.net  ^^-^^|
+--+




---
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