phuzionz Posted June 5, 2007 Report Share Posted June 5, 2007 Dear users, How can i programmatically code to toggle itemsymbols when i press on a particular cell or row. Thus i want when i press on a row that the symbol appaers and that it disappaers on the previous position. Thanks Quote Link to comment
crelf Posted June 5, 2007 Report Share Posted June 5, 2007 You should be able to hack this example to do what you want: Quote Link to comment
Jeff Plotzke Posted June 5, 2007 Report Share Posted June 5, 2007 QUOTE(phuzionz @ Jun 4 2007, 11:20 AM) Dear users,How can i programmatically code to toggle itemsymbols when i press on a particular cell or row. Thus i want when i press on a row that the symbol appaers and that it disappaers on the previous position. Thanks You can use the 'ItemSyms' property to set the symbols programmatically. I've attached an example. Quote Link to comment
phuzionz Posted June 6, 2007 Author Report Share Posted June 6, 2007 I have a problem with my event structure, He gives me as old and new value an output array! In yours example is it an integer, or not? Thanks, Jeroen Quote Link to comment
Ton Plomp Posted June 6, 2007 Report Share Posted June 6, 2007 QUOTE(phuzionz @ Jun 5 2007, 11:01 AM) I have a problem with my event structure, He gives me as old and new value an output array! In yours example is it an integer, or not? Thanks, Jeroen Right click on you listbox and deselect 'allow multiple selections' Each element in your array represents one selection. If you need multiple selection you can XOR the old and new array to find the changed element. Ton Quote Link to comment
phuzionz Posted June 6, 2007 Author Report Share Posted June 6, 2007 You're right Ton, Thanks for the quik reply! But now i have made some different, now you can select both cells. Thanks all for the information Jeroen Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.