faustf Posted December 19, 2011 Posted December 19, 2011 hi guy i have a problem , i dont find a clear example for understund how use treeview for ftp client-app i tryed whiy this code Func _Funzione_CreaAlberoFile($ID) Local $h_Handle $FFF=_FTP_FindFileFirst($conn,$Item[$ID][1]&"*.*",$h_Handle) Do $FFN=_FTP_FindFileNext($FFF) If @extended=1 Then $i=GUICtrlCreateTreeViewItem($FFN, $Item[$ID][0]) $Item[$i][0]=$i $Item[$i][1]=$Item[$ID][1]&$FFN&"/" _Funzione_CreaAlberoFile($i) ElseIf Not @error Then $i=GUICtrlCreateTreeViewItem($FFN, $Item[$ID][0]) $Item[$i][0]=$i $Item[$i][1]=$Item[$ID][1]&$FFN EndIf Until $FFN="" EndFunc but dont go what i mistake ??? ((( thanks
jaberwacky Posted December 19, 2011 Posted December 19, 2011 (edited) Out of control recursion that is out of control? No, that isn't the problem, nvm. Edited December 19, 2011 by LaCastiglione Helpful Posts and Websites: AutoIt Wiki | Can't find what you're looking for on the Forum? My scripts: Guiscape | Baroque AU3 Code Formatter | MouseHoverCalltips | SciTe Customization GUI | ActiveWindowTrack Toy | Monitor Configuration UDF
faustf Posted December 19, 2011 Author Posted December 19, 2011 sorry i dont understund the sene of yor frases you have some simple example of interact ftp and treeview ?? ?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now