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 07 NOV 2019 11:26:33AM Brad Haughn wrote:

Hi all,

I was wondering if anyone else ran into this issue and had a solution or workaround for now.

I'm working in OI10 and have found that if I have a quick event sending the "PAGE" event with "+", I move to the next page, but if I use "-" to go back a page, it instead crashes the system. This is happening on multiple screens.

I have also, in a separate test, launched a procedure in my create event where I call:

Call Send_Event(Window, "PAGE", 2)

Call Send_Event(Window, "PAGE", 1)

and this crashes when I go to page 1 after being on page 2.

Any suggestions on this for a solution?


At 11 NOV 2019 03:30PM Carl Pates wrote:

Brad,

I can't reproduce this, so we need to narrow down what else is happening during the paging. Is there anything else these windows with the problem have in common?

Does the problem happen if you use the CURRENTPAGE property directly, rather that the PAGE event?

 call set_Property( window, "CURRENTPAGE", pageNo )

(The PAGE event is a simple wrapper around the CURRENTPAGE property)

Can you reproduce and send me and RDK? (I assume you can create a new a simple with two pages and you don't see the error?)

Thanks

Carl Pates


At 12 NOV 2019 06:50AM Carl Pates wrote:

Also…

Just to add to this I fixed a bug several weeks ago with paging:

"Fixed a possible access violation bug when looking for the focus when setting the page"

This might be what you're seeing, so hopefully it will be fixed for 10.0.8

Carl Pates


At 15 NOV 2019 12:12PM Brad Haughn wrote:

I think this might be related to that bug then. We tried using the CURRENTPAGE property and get similar issues. If we move from page 1 to 2, its fine. But moving from page 1 to 9, or 2 to 1 will crash. If we change the page by setting the focus to the top control on any of these pages it works fine every time. We're going to use this as a workaround for now.

Do we know if 10.0.8 will be available in first quarter of 2020 so we can get this (and any other changes/updates)?

View this thread on the Works forum...

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