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 17 MAR 2003 12:24:27PM S Botes wrote:

I originally posted this on the discussion database and am wondering if the response that I got is the only solution. That was response was to modify popup_sub

OI version 4.1.3

Don't know if this is specific to the current version but I have found a problem with init select popups. If my init select keys are the first 100 items then the init select works fine. As soon as the initselect goes over the 100 item it no longer can select them. If two items say the 95 and 96 are below 100 and the third item is 110 the initselect will only find the first two. I have checked the list of selected keys and I am not truncating them. Can someone duplicate this or maybe Rev can take a look.


At 17 MAR 2003 01:18PM Richard Hunt wrote:

The bug you found goes back to 3.7 at least. The following could be used as a patch until a "real" fix is done. I have modified my "POPUP_SUB" as follows…

1) Comment out lines 617 thru 631. That is the IF/THEN that starts with the statement "if Popup_Struct@ then".

2) Copy these lines to just before the "RETURN 0" statement at line 667.

3) Now add these lines just after the "IF…" statement.

CTRLLIST='

PROPLIST='

VALUELIST='

4) Add this line just before the "END" statement of the above "IF" statement.

PS_Set_Property(CtrlList, PropList, ValueList)

That will move the init select to after the whole popup is built.


At 18 MAR 2003 02:39PM S Botes wrote:

Thanks, I appreciate it. Why don't you email it to the boys at Rev. It should be easy enough for them to get it in…..


At 18 MAR 2003 03:48PM Richard Hunt wrote:

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