Displaying 1 result from an estimated 1 matches for "rebar_movechildwindows".
2011 May 09
1
Child window error in Stone's summasummarum
...ng Stone's Summa Summarum for accounting (Danish Program)
This program makes regularly use of child windows.
Now for 2nd time there is an error occurring. Certain child windows have stopped appearing. When starting the program from terminal the following error message appears:
Code:
err:rebar:REBAR_MoveChildWindows EndDeferWindowPos returned NULL
A successful opening of a childwindow (or any window) returns somthing like the following.
Code:
fixme:win:LockWindowUpdate (0x20030), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
Reinstalling the Windows program does NOT help, so I reckon th...