`
Icetips Products: PowerToolbar and Icetips previewer with mouse wheel support 2006-04-20 -- Arnor Baldvinsson In Icetips Previewer version 2.2 we introduced mouse wheel support. We have discovered
that it will clash with PowerToolbar causing the program to GPF when the previewer window
is closed.
What is needed is to move the initialization of the ITPreviewer class in the WindowManager.Init method. In order to do so, you have to omit part of the generated code and move it to a higher priority.
Right click on the previewer procedure and select "Source" to enter the embeditor. Then
search for "ITPreviewWindow {Prop:Maximize} = True" without the double quotes. This
should find a location that should look something like this:
Then you need to change this to look like this screenshot:
Then you need to add the code that was omitted at priority 8180 or there about so that the
code should now look like this:
This problem will of course be fixed in next release:) Printed November 21, 2024, 10:40 am This article has been viewed/printed 35230 times. Google search has resulted in 7 hits on this article since January 25, 2004. |