Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

tabsheet problem with listview destroy

$
0
0

hi  gut  i have little proble

i have created  a script   with  2 tabsheet .

in first tabsheet  i  have created  a  list view , when i clik one button i want destroy list view and  recreate  i  use  this  code

_GUICtrlListView_Destroy($List1AC) $List1AC = GUICtrlCreateListView("Nome o Ditta|Mail|Telefono|Cell|Indirizzo|Città|Fax|Cod.DB", 501, 76, 545, 409,  $LVS_EX_GRIDLINES)     _GUICtrlListView_SetExtendedListViewStyle($List1AC, BitOR($LVS_EX_FULLROWSELECT, $LVS_EX_GRIDLINES,$LVS_EX_CHECKBOXES, $LVS_EX_SUBITEMIMAGES)) ; questa stringa fa la griglia stile excel     GUICtrlSendMsg(-1, $LVM_SETCOLUMNWIDTH, 0, 100) ; nome ditta     GUICtrlSendMsg(-1, $LVM_SETCOLUMNWIDTH, 1, 100) ; mail     GUICtrlSendMsg(-1, $LVM_SETCOLUMNWIDTH, 2, 80) ; telefono     GUICtrlSendMsg(-1, $LVM_SETCOLUMNWIDTH, 3, 80) ; cell     GUICtrlSendMsg(-1, $LVM_SETCOLUMNWIDTH, 4, 100) ; indirizzo     GUICtrlSendMsg(-1, $LVM_SETCOLUMNWIDTH, 5, 80) ; citta     GUICtrlSendMsg(-1, $LVM_SETCOLUMNWIDTH, 6, 80) ; fax     GUICtrlSendMsg(-1, $LVM_SETCOLUMNWIDTH, 7, 30) ; cod.db

and  do  perfect  but  if   i after clik over  tabsheet2  the listview appear  also in tabsheet 2  is  possible tell at  listview only in tabsheet 1  you must appear?? :)

 


Viewing all articles
Browse latest Browse all 12506

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>