1. Vladimir K.
  2. PowerBuilder
  3. Monday, 4 May 2020 21:08 PM UTC

Hi All.

Please see attached.

Basically, i have datawindow on the left and handful datawindows on the right with visible property set to false.

Rowfocuschanged on the left one, using hide() and show() to display needed and hide not needed datawindows.

Works perfectly fine in R1.

With R2, it look like it does hide and show datawindows, but ignoring scrollbars.

The way around that looks like it works is:

if i want to hide them:

dw_1.hide()

dw_2.hide()

dw_1.vscrollbar = false

dw_2.vscrollbar = false

 

and if i want to show them:

dw_1.show()

dw_2.show()

dw_1.vscrollbar = true

dw_2.vscrollbar = true

 

Is it a bug or from now on i need to code this around, or there is something else i don't know?

help will be greatly appreciated.

Thank you

Sincerely

Vlad

 

Attachments (1)
Accepted Answer
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Monday, 4 May 2020 21:18 PM UTC
  2. PowerBuilder
  3. # Permalink

Hi Vlad;

  This looks like a "bug". Please open a Support Ticket for this issue.

Regards ... Chris

Comment
  1. Vladimir K.
  2. Monday, 4 May 2020 21:23 PM UTC
Hi Chris.

Ok, i will.

Thank you.

Sincerely

Vlad
  1. Helpful
There are no comments made yet.


There are replies in this question but you are not allowed to view the replies from this question.