DanWBR / dwsim

DWSIM is a Steady-State and Dynamic Sequential Modular Chemical Process Simulator for Windows, Linux and macOS.
https://dwsim.org
GNU General Public License v3.0
291 stars 92 forks source link

Issue: Wrong height of notebox and overlap with Solution Inspector Message #18

Closed kookma closed 3 years ago

kookma commented 4 years ago

Describe the bug This issue has been reported before (see https://github.com/DanWBR/dwsim6/issues/13), but seems still not solved!

Description Look at the below screenshots

Image 1: Notes in Object Editor is not visible with full height Image-015

Image 2: Solution Inspector wrongly covers part of Notes in Object Editor

Image-016

Expected behavior

  1. Visible Notes with full height
  2. Move Solution Inspector message strip to proper position or show it as docked window!

Desktop (please complete the following information):

kookma commented 4 years ago

@DanWBR When the Solution Inspector is active it can displays an icon/message on General Info in Object Editor under Status! I think this is a better place

DanWBR commented 4 years ago

@kookma I've solved the solution inspector bar for the material stream editor only. It is a hell of a work to fix this because each object has its own editor window, with controls manually arranged one by one. I've tried to add the bar programmatically without interfering with the other controls but it wasn't possible. please be patient as this takes a lot of time to be fixed!

kookma commented 4 years ago

Hi Daniel, Sure, no problem at all. Please prioritize these issues as you like. I am sure you have a midterm plan for DWSIM and you may have more important objectives to put your time for them. I may recommend to label this and if you think it worth to be resolved just keep them open!

I am reading the code and it takes to learn how your VB.NET code works, later on I may be able to submit PR and this will help you just review and accept/reject. So, it will save your time.

Thank you for all your efforts

DanWBR commented 4 years ago

Thanks @kookma, I have a lot to do indeed but be sure that I'm also working on fixing the bugs you're reporting, thank you very much.