Jump to content

Problem with Checkboxlist - with a short video to show you


FaridAgl
 Share

Recommended Posts

as you will see in video i'm using a skin that i think yasheid made it. i have some unusual problem with checkboxlist (tree view in fact), item's will not be visible unless click on them.

My code to make treeview checkboxlist:

$TreeView_GarenaFeatures = GUICtrlCreateTreeView(200, 144, 315, 150, BitOR($TVS_DISABLEDRAGDROP,$TVS_CHECKBOXES))
$No5SecondsDelay = GUICtrlCreateTreeViewItem("No 5 Seconds Delay", $TreeView_GarenaFeatures)
$NoFullRoomMessage = GUICtrlCreateTreeViewItem("No Full Room Message", $TreeView_GarenaFeatures)
$ExactPingView = GUICtrlCreateTreeViewItem("Exact Ping View", $TreeView_GarenaFeatures)
$HideAllAdds = GUICtrlCreateTreeViewItem("Hide All Adds", $TreeView_GarenaFeatures)
$FloodinChat = GUICtrlCreateTreeViewItem("Flood in Chat", $TreeView_GarenaFeatures)
$RemoveDelayinClanNudge = GUICtrlCreateTreeViewItem("Remove Delay in Clan Nudge", $TreeView_GarenaFeatures)
$LeaveRoomwhilePlaying = GUICtrlCreateTreeViewItem("Leave Room while Playing", $TreeView_GarenaFeatures)
$TraceLocation = GUICtrlCreateTreeViewItem("Trace Location", $TreeView_GarenaFeatures)
$DonotDetectMH = GUICtrlCreateTreeViewItem("Do not Detect MH", $TreeView_GarenaFeatures)
$DisableCrashSender = GUICtrlCreateTreeViewItem("Disable Crash Sender", $TreeView_GarenaFeatures)
$NoServerOfflineMessage = GUICtrlCreateTreeViewItem("No Server Offline Message", $TreeView_GarenaFeatures)

http://www.mediafire.com/?283x71ju8l4hftv

it;s my video's link, tnx to your help.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...