Hi Everyone!
Thanks for a very nice software!
Good functionality and an excellent way of adding plugins.
The GetChartDatabaseEntryXML is very useful. Then all you only need to know
is what index(s) are currently visible.
Something like
int GetIndexOfVisibleDatabaseEntryXML( int *indexArray, int size, bool flag );
// indexArray: Array of index values of curently visible open charts in quilt mode.
// size: len of indexArray
// flag: Sort by cursor position .....??
// return: Number of entries in indexArray
First entry in 'indexArray' would be the one under the cursor.
If you then add a context menu item from a plugin you can easyly get all the chart info by a right click.
Maybe some
flags are need.
PS. Looking forward for the upcoming 3.1 and if I see an opportunity to contribute I will.
/Thanks!