Also this was compiled with a 1.4 version of the JDK so maybe compiling with a
1.5 version is causing the problem.

Patrick can you try compiling with 1.4 version and running it with 5.0 and let's
see if that solves the issue.  If it does compile with 5.0 with 1.4 compat flag
as you mentioned yesterday and see what happens.

If it does not solve it then am not sure exactly what we can do about it.

Regards

Kenneth

Quoting Kenneth Pouncey <[EMAIL PROTECTED]>:

> 
> Hello all
> 
> Now isn't this funny.  I found a computer here with a 1.5 beta2-b51 on it
> and
> here is what I get.  It is working fine so it should be something that was
> changed between beta 2 and the release version.
> 
> Any thoughts?
> 
> Kenneth
> 
> Quoting Kenneth Pouncey <[EMAIL PROTECTED]>:
> 
> > Hell all
> > 
> > Quoting [EMAIL PROTECTED]:
> > 
> > > Hello Patrick,
> > > 
> > > I do understand your concern about this 5.0 issue. Normally an
> application
> > 
> > > written for 1.4 should run on 5.0. Maybe for some minor
> incompatibilities.
> > 
> > > The fact that the copy/paste function doesn't work on windows boxes
> should
> > 
> > > also be a minor problem as it's just a popup menu that gets used. 
> > 
> > Am thinking the same thing.
> > 
> > > 
> > > However your suggestion of starting a complete new project/source tree 
> > > just for the sake of having a version that is fully windows-compatible 
> > > with the latest JDK is a bad idea I think. 
> > 
> > I agree with Wim here.  If you feel that it is necassary go for it.  That
> is
> > the
> > idea behind open source.  I will tell you though that I will definately
> have
> > no
> > part in trying to keep them both up to date.  Hell I can not keep one up
> to
> > date :0)
> > 
> > >You'll soon get version 
> > > incompats etc. You are right however that developing for multi-platform 
> > > must be managed. But possible! The easiest way would be to separate OS 
> > > specific stuff in seperate classes and deploy them differently for 
> > > different OSs. That would be the easiest way!
> > 
> > I agree but really there have not been any need to do this so far.  There
> > have
> > been in the past a reason to do it with the Mac but with the updated
> releases
> > of
> > the jdk for mac that code has actually been taken out.  It was just a full
> > screen update all the time and was a known problem with the Mac jdk.  Thus
> > it
> > has been fixed.
> > 
> > There is a module out there called OperatingSystem.java that does specific
> > code
> > calculations for gui parts depending on the OS but other than specific OS
> > modules that has not been necassary so far.  Damn I hope we will not get
> to
> > that
> > point either.
> > 
> > > 
> > > Installers are also possible. A simple solution would already be in using
> 
> > > JavaWebStart which allows to generate an MSI package for windows. 
> > > Otherwise some installer product could be used. 
> > 
> > I went the open source route for that.  If anybody has a better solution
> > please
> > let  me know.
> > 
> > Kenneth
> > > 
> > > Wim Van Leuven.
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > > "Patrick Bielen" <[EMAIL PROTECTED]> 
> > > Sent by: [EMAIL PROTECTED]
> > > 07/06/2005 08:39
> > > Please respond to
> > > tn5250j-general@lists.sourceforge.net
> > > 
> > > 
> > > To
> > > <tn5250j-general@lists.sourceforge.net>
> > > cc
> > > 
> > > Subject
> > > RE: [Tn5250j-general] Two issues.....
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > > Hi Kenneth,
> > >  
> > > Related to the Selection Bug on 1.5.0
> > > 
> > > > Yes and not sure I can fix this for the 1.5. 
> > > > It will have to wait.
> > > 
> > > If you tell me where to look i can give it a try.
> > > But anyway, beside of the fact there are so many
> > > negative reactions on the 1.5.0 part, i again ask
> > > to some programmers to help me to get it stable 
> > > for 1.5.0 and release a new 1.5.0 compiled version
> > > on sourceforge for the ppl that DO want to be
> > > up-to-date and use the very last JDK or JRE.
> > > 
> > > I will manage this release if you want to, but
> > > i keep saying there SHOULD be a 1.5.0 compatible
> > > stable version, beside the fact you are up-to-date
> > > or not. I simply do not like to freeze because of
> > > OLD JDK or JRE (or even J2EE) versions. Or otherwise 
> > > a second separate windows-version always compiled 
> > > with the very last JDK should be released. In the 
> > > past we already used some tricks to make the puppy 
> > > compatible with the old 1.3 so why should we not 
> > > be able to do the same for 1.5.0 ???
> > > 
> > > I really don't care about the linux and/or mac
> > > versions, but here at Stafa (and a lot of other
> > > companies) we DO use the very last java version (and
> > > the very last windows), so it's never wrong to have
> > > a windows-version that runs perfect on the very last
> > > JDK. Or maybe i should start a new project on
> > > java.net or even on the BerliOS website (which is
> > > almost the same as sourceforge) and start a windows
> > > version (compiled with the very last STABLE JDK) there.
> > > I was thinking about a name like JTN5250W so that it
> > > is clear that this version is java based for Windows.
> > > 
> > > Let me know what you think.
> > > 
> > > Oh and by the way, before you guys are staring a new
> > > windows-linux-mac flame-war... I appreciate that some
> > > ppl swear by their linux or mac-box, but for the most
> > > ppl mac or linux are not interesting, so i hope you
> > > understand why i should like to have a windows-version
> > > of this great java-project, so we can clean up a lot
> > > of old code (the 1.3 compat part and the specially for
> > > mac-and-linux-parts). It's just my opinion. 
> > > 
> > > I simply still don't believe in the compile once run 
> > > everywhere fable. And be honest, we've seen this crap
> > > so many times... fix something for windows, and break
> > > linux, or fix something for linux and break the mac
> > > and vice versa, i simply get tired of that.
> > > 
> > > We still can be one big happy family together, but have
> > > separate projects for separate os'es to keep the code
> > > cleaner and faster, and on a separate mailing-list we
> > > could discus the changes (read enhancements) and add
> > > them to every project separate with minimal changes,
> > > instead of coding a bunch of code to make it compat
> > > with them all. How about that ?
> > > 
> > > Another advantage of this should be that we can write
> > > an installer in C# or VB so that new users can just
> > > run the installer instead of installing the project
> > > manually, or even a java version of an installer, but
> > > it will be a less more work to get it done, cause you
> > > do not have to worry about how mac or linux are doing
> > > it because the version is gonna to be installed on
> > > windows anyway. Or even a simple java-script should
> > > work to get tn5250j installed on a windows box, or
> > > a vbs-file (Visual Basic Script) to get it done.
> > > 
> > > Well that was it for now, i'm serious how many
> > > negative reactions i will get this time, or that it
> > > will be as previous times where my arguments will
> > > simply be completely ignored, and nobody reacts.
> > > 
> > > Time will tell, make my day :-)
> > > 
> > > 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
> > 
> 
> 
> 
> 






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

Reply via email to