From: Rodrigo M. <rod...@te...> - 2004-06-16 22:57:21
|
Hi Alexander, The on click event does not work when used with @..tab. I have changed the samples/testtree.prg, like this: @ 2, 2 TAB oTab ITEMS {} SIZE 565,312 BEGIN PAGE 'test' OF oTab @ 10,20 TREE oTree OF oTab SIZE 200,260 ; EDITABLE ; BITMAP { "..\image\cl_fl.bmp","..\image\op_fl.bmp" } END PAGE OF oTab Have any ideas ? I think the problem could be the same that I found when used with Listview Control. Regards Rodrigo Moreno |