Quote:


I just downloaded your package today, and the files are dated around July 2010.

Am I using the correct link? - Did I miss an update somewhere?


I'm also using this package.

Doubt:

Code:
LBG_LISTITEM* item_folow = LBG_rightclick_add_option(_lbgrightclick1,1,"Seguir",LIF_SHOW,NULL);
//Its work, the item is created


Once created an item in a LBG_RIGHTCLICK* I can not make it invisible.

Sample:
Code:
reset(item_folow,LIF_SHOW); //no WORK
//or
item_folow.flags &= ~LIF_SHOW); //no WORK



Why? how can I do this?


Please! Use easy words to be translated. because my English is not very good! Grateful.
_______________________________________________________