Join The Works program to have access to the most current content, and to be able to ask questions and get answers from Revelation staff and the Revelation community

At 15 MAR 2022 11:35:41PM cmeyer wrote:

I was trying to fix a display issue on one of the forms where a radio button would display both options being selected at the same time. Then when you hover over the radio button the display would correct itself.

I inserted a "REDRAW" statement in the read event. That did not fix the problem but it slowed the read function greatly. Then I realised that there was already a "REDRAW" on the primary commuter module (commuter_Events routine).

Moral of the story is, when you have:

Set_Property(@Window, "REDRAW", false$)

Call subroutine

In that subroutine

Set_Property(@Window, "REDRAW", false$)

.

.

Set_Property(@Window, "REDRAW", True$)

Return

.

.

Set_Property(@Window, "REDRAW", True$)

I realise is is an coding error but wanted to point out that the error has a profound impact on the read event.

Chris

View this thread on the Works forum...

  • third_party_content/community/commentary/forums_works/d39af24441ed0842aa521bd50433e97f.txt
  • Last modified: 2023/12/30 11:57
  • by 127.0.0.1