Hey Guy, 2009/11/7 Guy Deleeuw <[email protected]>: > Hello, > > This function : > model->removeRows(index_.row(), 1); > give me this error in the apache2 log : > Warning (error?): illegal id in WTreeView::onItemEvent() > > All work fine, it is important ?
It is probably because you call this method from within a (click?) event handler on that particular row ? Then you can safely ignore it. Regards, koen ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
