Moderator: Neosoft Support
sakismorGR wrote:It is a wizard that is based on HPW MyNewEmbeddedPlugin. It is free for all. Please test the program and send me message in this forum.
Read the instruction first.
Download
http://www.fire-union.gr/Wizard.zip
The move-buttons in the action page seems not all to work always.
Subsequent clicks does not move further.
I had to select a different first and then reselect the one I want.
Then it works.
hpwListBoxMoveItem "ComboList" "[ComboList_SelectedIndex]" "1"
hpwListBoxSelectItem "ComboList" "1"
SetVar "[SelectedMove]" "[ComboList_SelectedIndex]-1"
hpwListBoxMoveItem "ComboList" "[ComboList_SelectedIndex]" "[ComboList_SelectedIndex]-1"
hpwListBoxSelectItem "ComboList" "[SelectedMove]"
SetVar "[UnsavedProject]" "yes"
hpwListBoxMoveItem "ComboList" "[ComboList_SelectedIndex]" "1"
hpwListBoxSelectItem "ComboList" "2"
hpwListBoxSelectItem "ComboList" "1"
SetVar "[UnsavedProject]" "yes"
SetVar "[SelectedMove]" "[ComboList_SelectedIndex]-1"
hpwListBoxMoveItem "ComboList" "[ComboList_SelectedIndex]" "[ComboList_SelectedIndex]-1"
hpwListBoxSelectItem "ComboList" "[SelectedMove]+1"
hpwListBoxSelectItem "ComboList" "[SelectedMove]"
SetVar "[UnsavedProject]" "yes"
SetVar "[SelectedMove]" "[ComboList_SelectedIndex]+1"
hpwListBoxMoveItem "ComboList" "[ComboList_SelectedIndex]" "[ComboList_SelectedIndex]+1"
hpwListBoxSelectItem "ComboList" "[SelectedMove]-1"
hpwListBoxSelectItem "ComboList" "[SelectedMove]"
SetVar "[UnsavedProject]" "yes"
hpwListBoxMoveItem "ComboList" "[ComboList_SelectedIndex]" "[ComboList_ItemsCount]"
hpwListBoxSelectItem "ComboList" "[ComboList_ItemsCount]-1"
hpwListBoxSelectItem "ComboList" "[ComboList_ItemsCount]"
Users browsing this forum: No registered users and 1 guest