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

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

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 nee

Re: [Tn5250j-general] CVS update

2005-06-09 Thread Kenneth Pouncey
Oh by the way I do not know what has changed in this update from the cvs version. I am thinking you will not see much difference in the functionality. The last few user visable changes were: added code for https hotspots sent from Richard I think. added four new key options called: fast curs

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 forc

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

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 t

[Tn5250j-general] Paste of long text

2005-06-09 Thread Kenneth Pouncey
Marc You will be happy to know that I implemented the pasting of long text lines. It now works the way you would like and also works for me. I got to thinking about the problem and there really was no conflict in doing it. The only conflict was in my thinking :-) Well at least not so far. I

Re: [Tn5250j-general] Paste of long text

2005-06-09 Thread Marc Vos
Way cool! Sure I would lilke to play with it Many thanks, Kenneth. -Marc On 09-06-2005 12:22, "Kenneth Pouncey" <[EMAIL PROTECTED]> wrote: > > Marc > > You will be happy to know that I implemented the pasting of long text lines. > It > now works the way you would like and also works for

Re: [Tn5250j-general] Paste of long text

2005-06-09 Thread Kenneth Pouncey
OK let me know how it works. Quoting Marc Vos <[EMAIL PROTECTED]>: > Way cool! Sure I would lilke to play with it > > Many thanks, Kenneth. > > -Marc > > > > On 09-06-2005 12:22, "Kenneth Pouncey" <[EMAIL PROTECTED]> wrote: > > > > > Marc > > > > You will be happy to know that I imple

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

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 i

Re: [Tn5250j-general] Paste of long text

2005-06-09 Thread Marc Vos
Kenneth, Works great! And the selection rectangle works great too (with the mouse)! About the rectangle: --- It still dissapears (selection remains active) from the screen when I press RESET (left CTRL key). When I then press ENTER again, the rectangle reappears. Thanks, -

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 al

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

[Tn5250j-general] Web5250

2005-06-09 Thread Kenneth Pouncey
Pete Well just got through setting up and testing with the web5250. The keys work quite well. With all the extra lines in the .js file it does slow down just a tad. For me it is fast enough to be satified with it. Even the F4 help F3 and enter keys work. Really cool if you ask me. I just h

Re: [Tn5250j-general] Web5250

2005-06-09 Thread Pete Helgren
Cool! I tried as best I could to get the function keys working and also "hard coded" the control key as Enter (my preference). You'll find out pretty quickly that the complete set of key movements still needs to be handled. Try the cursor movement keys, for example. Or new line. Also, I h

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 b

Re: [Tn5250j-general] CVS update

2005-06-09 Thread Richard Houston
Sorry but I have to ask to be sure, this includes the field exit issue fix as well? Regards, +--+ | Richard Houston .^. | | R.L.H. Consulting /V\ | | E-Mail <[EMAIL PROTECTED]>/( )\ | | WWW ^^

Re: [Tn5250j-general] CVS update

2005-06-09 Thread Kenneth Pouncey
Richard I certainly hope so.  I did a mass update of everything I had.  Please give it a test and let me know as I may have missed some things. If your are getting errors do a fresh checkout of the sources and not an update. Regards Kenneth Richard Houston wrote: Sorry but I have to ask

Re: [Tn5250j-general] CVS update

2005-06-09 Thread Richard Houston
Will do, I will be on site tomorrow and let you know for sure. ;) Regards, +--+ | Richard Houston .^. | | R.L.H. Consulting /V\ | | E-Mail <[EMAIL PROTECTED]>/( )\ | | WWW ^^-^^| +

Re: [Tn5250j-general] CVS update

2005-06-09 Thread Richard Houston
On a rather petty point, has the cvs versions version number been updated from 0.5.8 Alpha1? Sorry to ask but I had to. ;) Regards, +--+ | Richard Houston .^. | | R.L.H. Consulting /V\ | | E-Mail <[EMAIL PROTECTED]

Re: [Tn5250j-general] CVS update

2005-06-09 Thread Kenneth Pouncey
Yeah when the emulator comes up it should say alpha 2.  I did that to make sure which verion is there.  I will move my personal to 3 so I know from which someone is testing. Richard Houston wrote: On a rather petty point, has the cvs versions version number been updated from 0.5.8 Alpha1? S

RE: [Tn5250j-general] CVS update

2005-06-09 Thread Patrick Bielen
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 u