Re: [Tn5250j-general] STRPCCMD

2007-12-20 Thread Richard Houston
Hey all, Just a quick update that the STRPCCMD function works great on Linux. So far we have tested CentOS 4 with Java 1.5 and Ubuntu 7.10 with Java 1.6 both run fine. TN with Java 1.6 seem to have some bugs but the STRPCCMD works fine and the boss is really jazzed about using it. Thanks all!!!

Re: [Tn5250j-general] STRPCCMD

2007-12-19 Thread Pete Helgren
Windows (XP) and occasionally, Suse Linux. Some of my development tools are Windows-bound so I spend more time in Windows than I want. Pete Richard Houston wrote: Hey Pete, Are you using windows or Linux? Just wondering as we us TN on both platforms. Thanks! Rich +---

Re: [Tn5250j-general] STRPCCMD

2007-12-19 Thread Richard Houston
Hey Pete, Are you using windows or Linux? Just wondering as we us TN on both platforms. Thanks! Rich ++ Best regards, -Richard Houston -R.L.H. Consulting -E-Mail [EMAIL PROTECTED] -WWW http://www.rlhc.net -Bloghttp://www.rlhc.net/blog/ > Sweet!

Re: [Tn5250j-general] STRPCCMD

2007-12-14 Thread Pete Helgren
Sweet! Compiled and works like a charm! Thanks Pete Helgren Christian Geisert wrote: Richard Houston schrieb: Thanks Christian, I am having issues patching the file I get a malformed patch error. Would you consider just sending me your tnvt.java file? Sure .. .attached. Here

Re: [Tn5250j-general] STRPCCMD

2007-12-13 Thread Pete Helgren
I am going to second that. I looked at my source and most of those lines in the patch were already in there. After manually updating the file I can't get it to run because of a class cast exception. A complete tnvt.java file might be the most expedient way to get this tested. Pete Richard

Re: [Tn5250j-general] STRPCCMD

2007-12-13 Thread Richard Houston
Thanks Christian, I am having issues patching the file I get a malformed patch error. Would you consider just sending me your tnvt.java file? Here is the error: [EMAIL PROTECTED]:~/tn5250j$ patch src/org/tn5250j/framework/tn5250/tnvt.java /home/rich/Desktop/tn5250j.diff patching file src/org/tn5

Re: [Tn5250j-general] STRPCCMD

2007-12-10 Thread Christian Geisert
Christian Geisert schrieb: > Richard Houston schrieb: >> Hey Everyone, Just wondering if there was anything I could do to help the >> debugging of the STRPCCMD code. My client is looking forward to putting >> another nail in the client accesses coffin in there environment and this >> function would

Re: [Tn5250j-general] STRPCCMD

2007-11-29 Thread Pete Helgren
Christian, Thanks. Richard has been patient and I haven't been able to get to it (I'm swamped). I need to review outstanding bugs as well. It would be nice to release a "Final" sometime since we have been at 0.6.1 Beta 1 forever. I'd also like to make this an Eclipse plugin so that I can

Re: [Tn5250j-general] STRPCCMD

2007-11-28 Thread Christian Geisert
Richard Houston schrieb: > Hey Everyone, Just wondering if there was anything I could do to help the > debugging of the STRPCCMD code. My client is looking forward to putting > another nail in the client accesses coffin in there environment and this > function would do that. Please let me know if t

Re: [Tn5250j-general] STRPCCMD

2007-11-19 Thread Richard Houston
Hey Everyone, Just wondering if there was anything I could do to help the debugging of the STRPCCMD code. My client is looking forward to putting another nail in the client accesses coffin in there environment and this function would do that. Please let me know if there is anything I can do to help

Re: [Tn5250j-general] STRPCCMD

2007-10-29 Thread Richard Houston
Hey All, Thanks for looking into this for me. I really appreciate it. This would be a serous feather in TN5250J cap as it will allow us to eliminate 2 systems that require CA. We want to run TN as much as possible. On a side note, I complied CVS with Java 1.6 and it seems to work OK. It also work

Re: [Tn5250j-general] STRPCCMD

2007-10-29 Thread Pete Helgren
Interestingly, when I looked at the code this weekend, it had the code that implemented the STRPCCMD in it already. I compared it against CVS and it looks like what I have is current. I need to debug the code, since it isn't working, but that may take a while for me to get to. Pete Christia

Re: [Tn5250j-general] STRPCCMD

2007-10-29 Thread Christian Geisert
Pete Helgren schrieb: > Richard, > > If you scan the archives for STRPCCMD you'll find some activity from > July, 2006, that indicated that the code for the feature hadn't been > committed yet. There was a patch submitted and a full jar containing > other items from Win van Leuven. The code h

Re: [Tn5250j-general] STRPCCMD

2007-10-27 Thread Pete Helgren
Richard, If you scan the archives for STRPCCMD you'll find some activity from July, 2006, that indicated that the code for the feature hadn't been committed yet. There was a patch submitted and a full jar containing other items from Win van Leuven. The code hasn't been committed by anyone, i

[Tn5250j-general] STRPCCMD

2007-10-26 Thread Richard Houston
Hey everyone, We have a need to use the STRPCCMD command on TN5250J on Linux. Does anyone have this working and or know if this can be done? We have tried it on Linux and Windows and both throw and error about PCO.exe not found on the system. Thanks all and any help on this would be greatly appr

Re: [Tn5250j-general] STRPCCMD

2006-07-25 Thread Christian Geisert
[EMAIL PROTECTED] schrieb: > The code you provide seems correct, but in the javac messages the > characters seem unicode escapes. Anybody any suggestions? I haven't found the time yet to have a closer look at STRPCCMD but in this string all non ASCII chars should be replaced with Unicode escape s

Re: [Tn5250j-general] STRPCCMD

2006-07-25 Thread Wim . Van . Leuven
eneral@lists.sourceforge.net To [EMAIL PROTECTED], tn5250j-general@lists.sourceforge.net cc Subject Re: [Tn5250j-general] STRPCCMD Hey Christian, I applied patch you provided and compiled the source but got the following errors: compile:    [javac] Compiling 2 source files to /home/ric

Re: [Tn5250j-general] STRPCCMD

2006-07-25 Thread Richard Houston
Hey Christian, I applied patch you provided and compiled the source but got the following errors: compile: [javac] Compiling 2 source files to /home/rich/temp/tn5250j/build [javac] /home/rich/temp/tn5250j/src/org/tn5250j/framework/tn5250/tnvt.java:2141: warning: unmappable character for e

Re: [Tn5250j-general] STRPCCMD

2006-07-19 Thread Richard Houston
> Richard Houston schrieb: > >> LOL, guess that is why not much change. Sorry about that. >> >> >> Can I use good old patch to do the patching or is there something >> different for Java stuff? > > Should be the same (patch -p0 < xyz.diff) in the tn5250j dir. Thanks for that. > > > I've done a q

Re: [Tn5250j-general] STRPCCMD

2006-07-19 Thread Wim . Van . Leuven
on <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 18/07/2006 22:04 Please respond to [EMAIL PROTECTED]; Please respond to tn5250j-general@lists.sourceforge.net To tn5250j-general@lists.sourceforge.net cc Subject Re: [Tn5250j-general] STRPCCMD Hi all, I am interest

Re: [Tn5250j-general] STRPCCMD

2006-07-19 Thread Christian Geisert
Richard Houston schrieb: > Hey all, > > I down loaded the latest CVS version as of 14:00 CST. > > Complied fine and fires up with no issues. > > When I enter strpccmd PCCMD('gftp') PAUSE(*NO) but I get: > operation not permitted at this time at the bottom of the screen. > When I pull up the info

Re: [Tn5250j-general] STRPCCMD

2006-07-19 Thread Wim . Van . Leuven
/07/2006 21:55 Please respond to [EMAIL PROTECTED]; Please respond to tn5250j-general@lists.sourceforge.net To tn5250j-general@lists.sourceforge.net cc Subject Re: [Tn5250j-general] STRPCCMD Hey all, I down loaded the latest CVS version as of 14:00 CST. Complied fine and fires

Re: [Tn5250j-general] STRPCCMD

2006-07-18 Thread Pete Helgren
espond to tn5250j-general@lists.sourceforge.net To tn5250j-general@lists.sourceforge.net cc Subject Re: [Tn5250j-general] STRPCCMD [EMAIL PROTECTED] schrieb: Did you try the STRPCCMD + F4 to display commandproperties and then fill

Re: [Tn5250j-general] STRPCCMD

2006-07-18 Thread Richard Houston
Thanks in advance, >> Wim >> >> >> >> >> >> >> >> >> *Richard Houston <[EMAIL PROTECTED]>* >> Sent by: [EMAIL PROTECTED] >> >> >> 14/07/2006 23:45 >> Please respond to >> [EMAIL PROTECTED]; Please

Re: [Tn5250j-general] STRPCCMD

2006-07-18 Thread Richard Houston
t. >> >> >> Thanks in advance, >> Wim >> >> >> >> >> >> >> >> >> *Richard Houston <[EMAIL PROTECTED]>* >> Sent by: [EMAIL PROTECTED] >> >> >> 14/07/2006 23:45 >> Please respond to >&g

Re: [Tn5250j-general] STRPCCMD

2006-07-18 Thread Pete Helgren
cc Subject Re:

Re: [Tn5250j-general] STRPCCMD

2006-07-18 Thread Christian Geisert
[EMAIL PROTECTED] schrieb: > Hello guys, > > sorry to get back to you so lately. But been so busy here. In the > meantime, our company has been takenover. So you can imagine. ;-) > I have checked the changes and those are probably not commited to CVS. I'm > including our changes, as I don't h

Re: [Tn5250j-general] STRPCCMD

2006-07-14 Thread Pete Helgren
hat we have the code on our fixes path for the emulator. I'll verify this. Christian Geisert <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 05/07/2006 09:18 Please respond to tn5250j-general@lists.sourceforge.net To tn5250j-general@lists.sourceforge.net cc Subject Re: [Tn5250j-gener

Re: [Tn5250j-general] STRPCCMD

2006-07-14 Thread Richard Houston
ists.sourceforge.net > > > To > tn5250j-general@lists.sourceforge.net cc > > Subject > Re: [Tn5250j-general] STRPCCMD > > > > > > > > [EMAIL PROTECTED] schrieb: > >> Did you try the STRPCCMD + F4 to display commandproperties and then >>

Re: [Tn5250j-general] STRPCCMD

2006-07-05 Thread Wim . Van . Leuven
Subject Re: [Tn5250j-general] STRPCCMD [EMAIL PROTECTED] schrieb: > Did you try the STRPCCMD + F4 to display commandproperties and then fill > in the command on the screen? > > If you run /usr/bin/firefox from any shell, the browser opens? > > What version of the e

Re: [Tn5250j-general] STRPCCMD

2006-07-05 Thread Christian Geisert
[EMAIL PROTECTED] schrieb: > Did you try the STRPCCMD + F4 to display commandproperties and then fill > in the command on the screen? > > If you run /usr/bin/firefox from any shell, the browser opens? > > What version of the emulator are you running? > It might be you have to set a property to

Re: [Tn5250j-general] STRPCCMD

2006-07-04 Thread Oliver Schneider
EMAIL PROTECTED] > > 04/07/2006 14:03 > Please respond to > tn5250j-general@lists.sourceforge.net > > > > >To > tn5250j-general@lists.sourceforge.net >cc > > Subject > Re: > [Tn5250j-gen

Re: [Tn5250j-general] STRPCCMD

2006-07-04 Thread Oliver Schneider
AIL PROTECTED]> > Sent by: > [EMAIL PROTECTED] > > 04/07/2006 13:13 > Please respond to > tn5250j-general@lists.sourceforge.net > > > > >To > tn5250j-general@lists.sourceforge.net >cc > > Sub

Re: [Tn5250j-general] STRPCCMD

2006-07-04 Thread Oliver Schneider
Hello Wim, first I want to thank you for your help. One of my problems is, that it should run on a linux computer and not on windows. So the emulator tells me than, that pco.exe is not active. Why should it, it is on a linux-box. So is there no way to start a browser? It works on Ericom Power

Re: [Tn5250j-general] STRPCCMD

2006-07-04 Thread Wim . Van . Leuven
Schneider <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 04/07/2006 13:13 Please respond to tn5250j-general@lists.sourceforge.net To tn5250j-general@lists.sourceforge.net cc Subject Re: [Tn5250j-general] STRPCCMD Hello Wim, first I want to thank you for your help. One

Re: [Tn5250j-general] STRPCCMD

2006-07-04 Thread Wim . Van . Leuven
Oliver Schneider <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 04/07/2006 14:03 Please respond to tn5250j-general@lists.sourceforge.net To tn5250j-general@lists.sourceforge.net cc Subject Re: [Tn5250j-general] STRPCCMD Hi again, im afraid it doesn't work. here a

Re: [Tn5250j-general] STRPCCMD

2006-07-04 Thread Wim . Van . Leuven
er <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 03/07/2006 10:56 Please respond to tn5250j-general@lists.sourceforge.net To tn5250j-general@lists.sourceforge.net cc Subject [Tn5250j-general] STRPCCMD Hi, I have read an older thread about the 'STRPCCMD' command,

[Tn5250j-general] STRPCCMD

2006-07-03 Thread Oliver Schneider
Hi, I have read an older thread about the 'STRPCCMD' command, but I don't know if it has been solved... Is there a way to run it from linux. strpccmd 'firefox http://url' format. Is that possible? Thank you for your help. Oliver Schneider Using Tomcat but need to do more? Need to support w

Re: [Tn5250j-general] STRPCCMD - STRPCO uses?

2005-06-17 Thread Kenneth Pouncey
ng of next week? > > > > > > > > Kenneth Pouncey <[EMAIL PROTECTED]> > Sent by: [EMAIL PROTECTED] > 17/06/2005 16:34 > Please respond to > tn5250j-general@lists.sourceforge.net > > > To > tn5250j-general@lists.sourceforge.net > cc > > Subject >

Re: [Tn5250j-general] STRPCCMD - STRPCO uses?

2005-06-17 Thread Wim . Van . Leuven
ect Re: [Tn5250j-general] STRPCCMD - STRPCO uses? Wim Yep sure do.  That is how I do the hotspots for http/https and the such for launching the different browsers. Is there anyway for you to give it a go and finish up parsing the command?  I have to get studying and put out a release tomorrow.

Re: [Tn5250j-general] STRPCCMD - STRPCO uses?

2005-06-17 Thread Kenneth Pouncey
50j-general@lists.sourceforge.net > > > To > tn5250j-general@lists.sourceforge.net > cc > > Subject > Re: [Tn5250j-general] STRPCCMD - STRPCO uses? > > > > > > > > Wim > > Yes I found that out after running a sniffer on CA. I will bet it used

Re: [Tn5250j-general] STRPCCMD - STRPCO uses?

2005-06-17 Thread Wim . Van . Leuven
/2005 16:04 Please respond to tn5250j-general@lists.sourceforge.net To tn5250j-general@lists.sourceforge.net cc Subject Re: [Tn5250j-general] STRPCCMD - STRPCO uses? Wim Yes I found that out after running a sniffer on CA.  I will bet it used to though because it always says to run

Re: [Tn5250j-general] STRPCCMD - STRPCO uses?

2005-06-17 Thread Kenneth Pouncey
Pouncey <[EMAIL PROTECTED]> > Sent by: [EMAIL PROTECTED] > 17/06/2005 10:52 > Please respond to > tn5250j-general@lists.sourceforge.net > > > To > tn5250j-general@lists.sourceforge.net > cc > > Subject > Re: [Tn5250j-general] STRPCCMD - STRPCO uses? >

Re: [Tn5250j-general] STRPCCMD - STRPCO uses?

2005-06-17 Thread Wim . Van . Leuven
> Kenneth Pouncey <[EMAIL PROTECTED]> > Sent by: [EMAIL PROTECTED] > 17/06/2005 10:00 > Please respond to > tn5250j-general@lists.sourceforge.net > > > To > tn5250j-general@lists.sourceforge.net > cc > > Subject > Re: [Tn5250j-general] STRPCCMD - STRP

Re: [Tn5250j-general] STRPCCMD - STRPCO uses?

2005-06-17 Thread Kenneth Pouncey
TED]> > Sent by: [EMAIL PROTECTED] > 17/06/2005 10:00 > Please respond to > tn5250j-general@lists.sourceforge.net > > > To > tn5250j-general@lists.sourceforge.net > cc > > Subject > Re: [Tn5250j-general] STRPCCMD - STRPCO uses? > > > > > > >

Re: [Tn5250j-general] STRPCCMD - STRPCO uses?

2005-06-17 Thread Kenneth Pouncey
17/06/2005 09:36 > Please respond to > tn5250j-general@lists.sourceforge.net > > > To > tn5250j-general@lists.sourceforge.net > cc > > Subject > [Tn5250j-general] STRPCCMD - STRPCO uses? > > > > > > > > > Hello all > > I have seen a

Re: [Tn5250j-general] STRPCCMD - STRPCO uses?

2005-06-17 Thread Wim . Van . Leuven
50j-general@lists.sourceforge.net cc Subject [Tn5250j-general] STRPCCMD - STRPCO uses? Hello all I have seen a couple of people now trying to use this command.  Does anybody have any ideas on it's use or do they use it?  If so then how? The reason I ask is that I do beleive we can do

[Tn5250j-general] STRPCCMD - STRPCO uses?

2005-06-17 Thread Kenneth Pouncey
Hello all I have seen a couple of people now trying to use this command. Does anybody have any ideas on it's use or do they use it? If so then how? The reason I ask is that I do beleive we can do this within the emulator as well. That would work for linux environments as well :-)) If there