Refreshing a Dialog list box

Ideas for new features & functions

Moderators: Dorian (MJT support), JRL

Post Reply
kpassaur
Automation Wizard
Posts: 696
Joined: Wed Jul 07, 2004 1:55 pm

Refreshing a Dialog list box

Post by kpassaur » Thu Nov 13, 2008 10:12 pm

I have a list box that the user selects one item from. The script does its work and redisplays the list. The work caused the list to be updated.

It updates properly; however when the user selects an item again, it displays the same item.

It looks like it is updating the list but not the item index.

At the end of the subroutine are the lines

Let>Dialog1.mslistbox1.items.text=%variablelist%
ResetDialogAction>Dialog1
Show>Dialog1

Is there a command that needs to be sent to update the index and the text?

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts