I can't seem to handle deleting an item from my HList very well. When I make a call to 
HList->delete('entrypath'), the row does get deleted.
However, HList still thinks that the entrypath ID
is still valid because when I try to add an item that would end up being in the same 
place in the list, I get a message that says Tk::Error: element "ID" already exists... 
(where ID is the row number). 

I get the same problem when I try using delete('all') and re-populating the list with 
a new array less the entry I deleted. The widget still complains about adding a new 
item if the new item ends up using the same ID as the one deleted.

Please help!!

Thanks,

John 
       
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to