sallam-ahmed / Polynomial-Calculator

Data Structure 2015 Course Project
Apache License 2.0
0 stars 3 forks source link

Log panel enhancement #35

Closed sallam-ahmed closed 8 years ago

sallam-ahmed commented 8 years ago

What about removing the log panel and make the latest log message appear as a label in the status bar

When double clicking on the last message in the bar, a new form appears that contains the log, like the Unity 3D console.

khaledkee commented 8 years ago
sallam-ahmed commented 8 years ago

It will be removed from its position anyways, but loading previous polys. from the Trie in it. What’s the point of that?

Also the log panel is meant to keep track on everything happens in the app. When someone enters a past calculation we show it in the result panel, let’s not make the user confused and look for the result in two places!

khaledkee commented 8 years ago

I mistakenly wrote log. I meant the historyListBox. Sorry for inconvenience. I agree on removing log and replacing it with the status bar.

sallam-ahmed commented 8 years ago

Oh, now that's clear.. we agree on replacing the current history loading style by loading all the previous polynomials in it, and build the polynomial explorer control that contains the following:

  1. Polynomial in RTF
  2. References to all operations done on it
  3. Plotting graph of it. when clicking on any polynomial the explorer will popup as a form extender in the right of the form showing the desired information.