Re: [Fractint] 2017-09-10 update to SDL version
13 Sep
2017
13 Sep
'17
1:37 a.m.
> ...you really do want to be able to stop [the disk's potentially long initialization process] if you decide you have made a mistake. That makes sense. > The code should send you back to the video mode selection screen, but doesn't. Right. It would really be "convenient" to have that happen as intended... > It is not that the text is too small. The logic mistakenly thinks it has a graphics screen instead of a text screen. I see. Oops. If the truth were to be known, I once had "mistaken logic." - Hal Lane ######################## # hallane@earthlink.net ######################## -----Original Message----- From: Jonathan Osuch [mailto:osuchj@mediacombb.net] Sent: Tuesday, September 12, 2017 8:58 PM To: Harold Lane <hallane@earthlink.net> Subject: Re: [Fractint] 2017-09-10 update to SDL version > > Hal, > > I have yet to make it do anything sensible if the initialization is > > interrupted. > A couple of ideas re that: > - What does the DOS Fractint do in that situation? I will have to look. > - Could that section be made non-interruptible? If RAM is being used, it is. But, the RAM initialization is so fast, you don't notice it. For using the hard disk, you really do want to be able to stop it if you decide you have made a mistake. > - Would it be reasonable to have the initialization started again > from its beginning. (I've no idea if this is practical.) Ideally, yes. But currently what happens is that the image starts to generate. The code should send you back to the video mode selection screen, but doesn't. > > There are still some screen issues with switching disk video modes > Is this referring to the smaller screen sizes/video modes showing the > text almost too small to read? It is not that the text is too small. The logic mistakenly thinks it has a graphics screen instead of a text screen. Jonathan --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
2991
Age (days ago)
2991
Last active (days ago)
0 comments
1 participants
participants (1)
-
Harold Lane