Andre <[EMAIL PROTECTED]> writes: > > > change > > watchListCtrl:InsertStringItem(watchListCtrl:GetItemCount(), "Expr") > watchListCtrl:InsertString(watchListCtrl:GetItemCount(), "Expr") > > Andre
oops should watchListCtrl:InsertStringItem(watchListCtrl:GetItemCount(), "Expr") watchListCtrl:InsertItem(watchListCtrl:GetItemCount(), "Expr") sorry debugging does not terminate any more watches do not seems to work could be me mind you Andre ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ wxlua-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wxlua-users
