chipDE Posted August 1, 2010 Share Posted August 1, 2010 Hi, first an example: $maintree = GUICtrlCreateTreeView(32, 48, 217, 361, BitOR($TVS_HASBUTTONS, $TVS_HASLINES, $TVS_LINESATROOT, $TVS_DISABLEDRAGDROP, $TVS_SHOWSELALWAYS, $TVS_CHECKBOXES, $WS_GROUP, $WS_TABSTOP)) $point = GUICtrlCreateTreeViewItem("first point",$maintree) $belowpoint = GUICtrlCreateTreeViewItem("below point",$point) In this example a checkbox are at "first point" and at "below point. Now i only want a checkbox at the "below point" not at the "first point". Link to comment Share on other sites More sharing options...
picaxe Posted August 1, 2010 Share Posted August 1, 2010 See this post by Holger Link to comment Share on other sites More sharing options...
chipDE Posted August 1, 2010 Author Share Posted August 1, 2010 Don't work only errors: ERROR: $TVIF_STATE previously declared as a 'Const' Global Const $TVIF_STATE = 0x0008 RROR: $TVIS_STATEIMAGEMASK previously declared as a 'Const' Global Const $TVIS_STATEIMAGEMASK = 0xF000 $TV_FIRST previously declared as a 'Const' Global Const $TV_FIRST = 0x1100 Link to comment Share on other sites More sharing options...
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