Hi, I need to display when overing with mouse on a Wt::Chart::WCartesianChart point some extra info about the point itself. I have added to the model points this way:
.... myModel->setData(i, j, boost::any(myDuration), Wt::DisplayRole); myModel->setData(i, j, boost::any(myExtraInfo), Wt::ToolTipRole); .... the graph works correctly but when overing with the mouse over a point the tooltip doesn't appear. am I missing something else to do? Regards Gaetano Mendola -- cpp-today.blogspot.com ------------------------------------------------------------------------------ Centralized Desktop Delivery: Dell and VMware Reference Architecture Simplifying enterprise desktop deployment and management using Dell EqualLogic storage and VMware View: A highly scalable, end-to-end client virtualization framework. Read more! http://p.sf.net/sfu/dell-eql-dev2dev _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
