Code center > Bugs and fixes

"Toggle Video Display" bug

(1/2) > >>

Anonomous Guest Person:
When you have the video display turned off, and you start a new simulation, it'll turn back on.
But the button'll look as though it was still off.
It's mostly just, however, a graphical glitch. Nothing too major.

Numsgil:
I'll get on it....

Sometime anyway.

PurpleYouko:
Too late Num. I already fixed this in the last update of MDIForm1 that I sent you last week

 :D  PY  :D

Numsgil:
Are you sure?  The version I have still has this bug.  Maybe the version I have is old somehow.

PurpleYouko:
Should be in MDIForm1 under ButtonClick procedure. Look for the entry immediately after "Flickermode"

The code should read

--- Code: ---Case "novideo"
      visualize = Not visualize
      If visualize Then
        Button.value = tbrUnpressed
        Form1.Label1.Visible = False
      Else
        Button.value = tbrPressed
        Form1.Label1.Visible = True
      End If
--- End code ---

Admittedly I haven't fully tested it but this should set the button status to the same as the "visualize" boolean status.

 :huh:  PY  :huh:

Navigation

[0] Message Index

[#] Next page

Go to full version