Re: Startup with last view
Pete Helgren <[email protected]>
| Newsgroups | gmane.comp.java.tn5250j.general |
|---|---|
| Message-ID | <[email protected]> |
OK! I found a couple of things that might be causing the problem. Kenneth, you can check my assumptions before I update CVS with my changes. These two changes start at around line 348 in My5250.java 1. There is a startNewSession(); there even before we start to iterate through the specific sessions retrieved. I think that will just start a default session (not sure where it gets it from). 2. We start the sessions stored in the vector (os400_sessions) at 1 rather than 0. That skips the first session that was configured. I commented out the startNewSession() and then changed the for loop to start at 0 rather than 1. That took care of my problems. Do you want me to commit those changes? Pete Pete Helgren wrote: >Is this version from a clean check out of CVS today? > > > Not today. I pulled from CVS and built my jar before Kenneth had > finished the patch for the splash screen. I could rebuild again since > I updated last night but there is enough weirdness going on that I am > going to run in debug and see if I can figure this out on my own. > > I am pretty busy right now but I might get a chance to look at this > later today. > > Pete > > > > > Richard Houston wrote: > >>Pete, >> >>Is this version from a clean check out of CVS today? >>Just wondering. >> >> >> >> >>Best regards, >>+------------------------------------------+ >>| Richard Houston .^. | >>| R.L.H. Consulting /V\ | >>| E-Mail <[email protected]> /( )\ | >>| WWW <www.rlhc.net> ^^-^^ | >>+------------------------------------------+ >> >> >>On Thu, July 14, 2005 9:38 am, Pete wrote: >> >> >>>Originally this wasn't working for me but now it is. However, when one >>>of the sessions starts, it still shows the -s. For example: >>> >>> >>> >>>These are both active sessions but the system name on the first session >>>shows as -s. >>> >>>It may have something to do with how the sessions are initially saved. >>>Where is the information about the "last view" stored. I can clear that >>>info then re-test (or debug) the program. >>> >>>Pete >>> >>> >>> >>> >>> >> >> >> >> >>------------------------------------------------------- >>SF.Net email is sponsored by: Discover Easy Linux Migration Strategies >>from IBM. Find simple to follow Roadmaps, straightforward articles, >>informative Webcasts and more! Get everything you need to get up to >>speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click >>_______________________________________________ >>Tn5250j-general mailing list >>[email protected] >>https://lists.sourceforge.net/lists/listinfo/tn5250j-general >> >> >>