[Tn5250j-general] CVS update

2005-06-08 Thread Kenneth Pouncey
Try out cvs to see how it works. You might have do a fresh checkout of the project if you are getting a lot of errors. Kenneth --- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ri

[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. Kenn

[Tn5250j-general] CVS update

2005-06-08 Thread Kenneth Pouncey
Hello all The following was suppose to be sent to the list. > Sounds good, not to be a pain but when do you figure that the CVS will be > updated with all these good changes we are seeing now? Nope no pain the pain is going to be getting CVS synced to what I have. It is to late to schedule m

Re: [Tn5250j-general] Selection bug on Tiger fixed !!!

2005-06-08 Thread Marc Vos
On 08-06-2005 15:53, "Patrick Bielen" <[EMAIL PROTECTED]> wrote: > Hi Kenneth, > >> I am pretty sure if you put >> if (SwingUtilities.isRightMouseButton(e)) { >> return; >> } >> at the beginning of the mouseClick() method >> this problem will go away. > > Indeed, problem fixed :-) > You now

RE: [Tn5250j-general] Selection bug on Tiger fixed !!!

2005-06-08 Thread Kenneth Pouncey
Patrick I sent him from my code base. It has some other fixes there that he needs for the field stuff. Thanks Patrick Kenneth Quoting Patrick Bielen <[EMAIL PROTECTED]>: > Hi Richard, > > > You guys ROCK!! Great work! > > :-) well we do the best we can. > > > Any idea when we will see

RE: [Tn5250j-general] Selection bug on Tiger fixed !!!

2005-06-08 Thread Patrick Bielen
Hi Richard, > You guys ROCK!! Great work! :-) well we do the best we can. > Any idea when we will see a source / bin dist > available with all the latest fixes so I can > test it out with my users? If running tiger, let me know, then i will send you the very latest fresh jar file. > Thanks

Re: [Tn5250j-general] Selection bug on Tiger fixed !!!

2005-06-08 Thread Richard Houston
You guys ROCK!! Great work! Any idea when we will see a source / bin dist available with all the latest fixes so I can test it out with my users? I know you guys just got it fixed but I figured I would Ask. Thanks again all Regards, +--+ | Richard

RE: [Tn5250j-general] Selection bug on Tiger fixed !!!

2005-06-08 Thread Patrick Bielen
Hi Kenneth, > Oh and Patrick go out to sf and close any > problems that are open with this. That > will get some of those open bugs down. Okay, will do. Met vriendelijke groeten, Best Regards, Patrick Bielen System-Administrator Stafa Holland BV Microsoft Certified Professional Sun Certif

Re: [Tn5250j-general] Selection bug on Tiger fixed !!!

2005-06-08 Thread Kenneth Pouncey
Oh and Patrick go out to sf and close any problems that are open with this. That will get some of those open bugs down. Quoting Patrick Bielen <[EMAIL PROTECTED]>: > Hi Kenneth, > > > I am pretty sure if you put > > if (SwingUtilities.isRightMouseButton(e)) { > > return; > > } > > at the

Re: [Tn5250j-general] Selection bug on Tiger fixed !!!

2005-06-08 Thread Kenneth Pouncey
Not me man. Thank Marc he is the one that gave the explanation of what was happening. Great. Now we are working under 1.5/5.0 with no problems. Yeah commit it and I will make the change in my code base here. Kenneth Quoting Patrick Bielen <[EMAIL PROTECTED]>: > Hi Kenneth, > > > I am pret

Re: [Fwd: [Tn5250j-general] Issue with naming macros]

2005-06-08 Thread Richard Houston
Done deal! Added on this morning. Regards, +--+ | Richard Houston .^. | | R.L.H. Consulting /V\ | | E-Mail <[EMAIL PROTECTED]>/( )\ | | WWW ^^-^^| +

[Tn5250j-general] Selection bug on Tiger fixed !!!

2005-06-08 Thread Patrick Bielen
Hi Kenneth, > I am pretty sure if you put > if (SwingUtilities.isRightMouseButton(e)) { > return; > } > at the beginning of the mouseClick() method > this problem will go away. Indeed, problem fixed :-) You now can even rightclick outside the selected area and it still works. I was thinki

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

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

Re: [Tn5250j-general] Pasting long text in long field (QCMD)

2005-06-08 Thread Marc Vos
Well, quite okay, I would say. -Marc On 08-06-2005 14:53, "Kenneth Pouncey" <[EMAIL PROTECTED]> wrote: > > :-)) > > How is the file transfer working for you? > > I do not hear much about it from other people so figured I would ask. > > Kenneth > > Quoting Marc Vos <[EMAIL PROTECTED]>: > >

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

Re: [Tn5250j-general] Pasting long text in long field (QCMD)

2005-06-08 Thread Kenneth Pouncey
:-)) How is the file transfer working for you? I do not hear much about it from other people so figured I would ask. Kenneth Quoting Marc Vos <[EMAIL PROTECTED]>: > Okay, okay... > > Special it is, Obiwan! > > That people still use this functionality to get things in a database. We all > us

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 a

Re: [Tn5250j-general] Pasting long text in long field (QCMD)

2005-06-08 Thread Marc Vos
Okay, okay... Special it is, Obiwan! That people still use this functionality to get things in a database. We all use MS Access or Excel or another SQL tool, like TN5250j's file transfer, to retrieve data from the iSeries. Oh well, who am i Regards, -Marc Vos On 08-06-2005 14:10, "Kenne

Re: [Tn5250j-general] Pasting long text in long field (QCMD)

2005-06-08 Thread Kenneth Pouncey
Another little something there that maybe not a lot of people know is that if you right click on a field and select copy it will copy just the field information to the clipboard. You do not have to select the whole field in a rectangle and then do a copy. It is a quick copy. Regards Kenneth

Re: [Tn5250j-general] Pasting long text in long field (QCMD)

2005-06-08 Thread Kenneth Pouncey
Hello all hahahaha Yeah eveyone would like to have something different for it. Here is what I have on the website for documentation: http://tn5250j.sourceforge.net/menus.html Actually this is one of the most used paste options for most of the people that I show it to and why it exists the way i

Re: [Tn5250j-general] Pasting long text in long field (QCMD)

2005-06-08 Thread Marc Vos
What I've seen is that it removes special characters like ( and * etc. I pasted REPLACE(*YES) and I got REPLACEYES ... I rather have it paste into a long input field... -Marc Vos On 08-06-2005 13:24, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > What does the paste special do more then the

Re: [Tn5250j-general] Pasting long text in long field (QCMD)

2005-06-08 Thread Wim . Van . Leuven
What does the paste special do more then the normal paste? Marc Vos <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 08/06/2005 13:07 Please respond to tn5250j-general@lists.sourceforge.net To cc Subject Re: [Tn5250j-general] Pasting long text in long field (QCMD) Ok, I

Re: [Tn5250j-general] Pasting long text in long field (QCMD)

2005-06-08 Thread Marc Vos
Ok, I've to live with that then. It's not so very often that I need it. -Marc On 08-06-2005 12:07, "Kenneth Pouncey" <[EMAIL PROTECTED]> wrote: > > Marc > > Quoting Marc Vos <[EMAIL PROTECTED]>: > >> Hi Kenneth, >> >> I've a question: if I copy a long command from Textedit or Notepad into th

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

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 th

Re: [Tn5250j-general] Pasting long text in long field (QCMD)

2005-06-08 Thread Kenneth Pouncey
Marc Quoting Marc Vos <[EMAIL PROTECTED]>: > Hi Kenneth, > > I've a question: if I copy a long command from Textedit or Notepad into the > command line of QCMD, TN5250j pastes beyond the screen instead of following > the input field (which is a few lines on screen). How can I paste so that it >

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

[Tn5250j-general] Pasting long text in long field (QCMD)

2005-06-08 Thread Marc Vos
Hi Kenneth, I've a question: if I copy a long command from Textedit or Notepad into the command line of QCMD, TN5250j pastes beyond the screen instead of following the input field (which is a few lines on screen). How can I paste so that it follows the input field? -Marc Vos

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 r

Re: [Fwd: [Tn5250j-general] Selection rectangle and insert mode and settings]

2005-06-08 Thread Marc Vos
Kenneth, --- Two things about this dissapearing rectangle which I found out: 1) There's a situation in which it dissapears from screen BUT the selection remains active. I.e. when you choose copy, the part you selected gets copied. 2) There's the situation the rectangle + selection dissapears and

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 cu

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

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 repositio

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

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 p

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 releas

Re: [Fwd: [Tn5250j-general] Selection rectangle and insert mode and settings]

2005-06-08 Thread Kenneth Pouncey
Marc Comments inside. Quoting Marc Vos <[EMAIL PROTECTED]>: > Hi Kenneth, > > > On 08-06-2005 05:50, "Kenneth Pouncey" <[EMAIL PROTECTED]> wrote: > > > > > Marc > > > >> > >> Hi Kenneth, > >> > >> > >> There's definitely something with that selection square. What happens is > >> this: >

Re: [Fwd: [Tn5250j-general] Selection rectangle and insert mode and settings]

2005-06-08 Thread Marc Vos
I understood that. -Marc On 08-06-2005 06:36, "Kenneth Pouncey" <[EMAIL PROTECTED]> wrote: > That was suppose to read "Nope you can NOT insert with one character > field." > --- This SF.Net email is sponsored by: NEC IT Guy Games. How far

Re: [Fwd: [Tn5250j-general] Selection rectangle and insert mode and settings]

2005-06-08 Thread Marc Vos
Hi Kenneth, On 08-06-2005 05:50, "Kenneth Pouncey" <[EMAIL PROTECTED]> wrote: > > Marc > >> >> Hi Kenneth, >> >> >> There's definitely something with that selection square. What happens is >> this: >> >> - draw a rectangle and RELEASE the mouse button. >> - with the right mouse button, cli

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