MadSc13ntist Posted March 3, 2005 Posted March 3, 2005 Does anyone know how to populate a GUI List?I attempted the following:$currentlist = GUICtrlRead($List_8)GUICtrlSetData($List_8, $currentlist & '|' & $ip)but this clearly didn't work... the last entry writes over the previous one in the first line of the list box...Does anyone know how to do this?Thanks in advance...
CyberSlug Posted March 3, 2005 Posted March 3, 2005 According to the docs, you should try the following if you want to add items without overwriting the previous list: GUICtrlSetData($List_8, $ip) Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
MadSc13ntist Posted March 3, 2005 Author Posted March 3, 2005 I will go over my code again and find the problem.... I had tried that before but it still made one entry at a time.... I will go over my code again and post back if i find the prob.. Thanks again guys!
MadSc13ntist Posted March 7, 2005 Author Posted March 7, 2005 Yep... I had a line before it that WAS CLEARING IT! *slaps own forehead* Thanks anyway guys... Thank You CyberSlug!!! You Rock my Au3 World!
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