Prod.: Engine, ver.: 6010, ID: 60000405, Wish : While the cmdSelect is running, the VDRAW_PREVIOUS_SELSET is empty

Wish : While the cmdSelect is running, the VDRAW_PREVIOUS_SELSET is empty

Article60000405
TypeWish
ProductEngine
Version6010
Date Added1/29/2008
FixedYes [1/29/2008]
Submitted byCreti Federico - SMRE
Keywords

Subject

While the cmdSelect is running, the VDRAW_PREVIOUS_SELSET is empty

Summary

While the cmdSelect is running, the VDRAW_PREVIOUS_SELSET is empty,in contrary to the vdraw 5.x versions that had the temporary selected items.

Solution


In version 6011 use must use "VDRAW_TEMPORARY_SELSET" instead of "VDRAW_PREVIOUS_SELSET if you have pass the "user" parameter for the CmdSelect,CmdMove and all commands which are waiting a user selection.

After the finish of the Command the "VDRAW_TEMPORARY_SELSET" is removed from the Selections collection.