I've found the problem :
*overriding* * procedure Paint_Event* * (Self : not null access Q_Widget_Director;* * Event : not null access Qt4.Paint_Events.Q_Paint_Event'Class);* * * should be : * * *overriding* * procedure Paint_Event* * (Self : not null access Render_Areas;* * Event : not null access Qt4.Paint_Events.Q_Paint_Event'Class);* * * and placed in private block. it's available at the examples supplied by Vadim Godunko, thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://box347.bluehost.com/pipermail/qtada-users_lists.qtada.com/attachments/20110502/1d456ddc/attachment.html> _______________________________________________ qtada-users mailing list [email protected] http://box347.bluehost.com/mailman/listinfo/qtada-users_lists.qtada.com
