-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make the right-hand pane on Schedules editable #286
Comments
I think this is a duplicate of #271, do you agree @LouYingli ? |
The values displayed in the right hand pane under edit on the schedules tab are the day schedule values that are editable in the main gui area. The values in the right hand pane are not editable because we would have to redraw the schedule view in the main gui every time one of those values changed. Also we would have to support adding and deleting values from the day schedule in the right hand pane. So those values are intentionally read only on that tab. |
Thank you for the clarification. I agree that the Schedule Type Limits Name, Interpolate to Timestop, Hour, Minute, and Value Until Time in the right-hand pane do not need to be editable. Because we can edit this information in the main gui area. But the Name of the ScheduleDay should be editable. For example, as shown in the following figure, the Name of the ScheduleDay is "Schedule Day 2". I want to modify the Name of the ScheduleDay as "Office Bldg Occ Sat Day". But I cannot modify it in the OS app. |
Oh ok, I see, thanks for clarifying. Yes, editing the name of the day schedule seems reasonable. Would it meet your needs if we just did that on the schedule editing tab and not in the edit/inspector? |
I see. It's a very good option. |
Enhancement Request
Make the right-hand pane on Schedules editable.
Detailed Description
The right-hand pane on Schedules cannot be edited. In some applications, such as large-scale simulations, users would need to edit them.
The text was updated successfully, but these errors were encountered: