-
Notifications
You must be signed in to change notification settings - Fork 1
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
Error popups and default X range when no timestamps #27
Conversation
// hdf5::types::TypeDescriptor::Enum(_) => todo!(), | ||
// hdf5::types::TypeDescriptor::Compound(_) => todo!(), | ||
// hdf5::types::TypeDescriptor::FixedArray(_, _) => todo!(), | ||
// hdf5::types::TypeDescriptor::FixedAscii(_) => todo!(), | ||
// hdf5::types::TypeDescriptor::FixedUnicode(_) => todo!(), | ||
// hdf5::types::TypeDescriptor::VarLenArray(_) => todo!(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good idea, we can delete them
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, with this change the BBP NWBs are supported!
The two-way slider and the separation of the theme section are also very nice.
One question: didn't following the reference to another dataset work?
One more feedback: when we resize the popup to be veeery big. Then we cannot resize it back to the small size because the resize icon moves out of the program. Maybe making it non-resizable will be better. |
I just noticed said something wrong yesterday. Below is the link that Rajnish uses and it works fine. 👍
|
Good catch for the size of the popup, I made it non-resizable :) |
Actually following the references work already. When I use
The dataset we could not display is of this type (
|
Ah yeah ok, each element of this dataset is a tuple of 3 elements (2 ints and one ref). |
One more weird thing: when I move a plot window of a group that is referenced by another one, there is a weird message appearing in red at the bottom left of the window:
(or other ID, depending on the window) EDIT: It happens only when the 2 groups are expanded in the tree. |
The entity manager of the GUI library stores the Windows using their title names as IDs. |
Hmmm yeah ok, And we set the dataset names as titles, which is probably the same because of the reference. We should probably use the actual dataset path instead of the name to fix this. |
The whole path can be very long to be displayed on the title though. Maybe the actual dataset path can go to this
|
Ah maybe indeed |
No description provided.