DBTreeTableView and Column Headers in WC

the best would be if you create a case in our support system
with a sample of what does not work well with the latest bean

333407

Could this bean (TreeView.jar) potentially be moved to forge?

it is planned to be moved to forge in the near future

Hello Gabi,

This is good to know.

On another note, the issue with column headers not painting when the treeview bean is also in use is resolved w/ your recent build, however I still have the issue of cell border lines not painting. Could there possibly be something else that is clashing in the two codebases as well?

jbader:
Hello Gabi,

This is good to know.

On another note, the issue with column headers not painting when the treeview bean is also in use is resolved w/ your recent build, however I still have the issue of cell border lines not painting. Could there possibly be something else that is clashing in the two codebases as well?

hi,
this is because of the css from treeview conflicting with dbtreetable;
the latest treeview bean, from https://www.servoyforge.net/projects/servoy-treeview, already have the fix for this

regards

Hi Gabi,

Thanks a lot for getting the source into a public repo. I think that will help to get some of these issues resolved. Question though…which version did you upload? I assume the newest? The trouble for me is that I can’t use that version because it does not work in SC on the Mac. Without the code for the version I am using, I can’t utilize any of the code you have uploaded.

Can I get the source for the older version?

jbader:
Hi Gabi,

Thanks a lot for getting the source into a public repo. I think that will help to get some of these issues resolved. Question though…which version did you upload? I assume the newest? The trouble for me is that I can’t use that version because it does not work in SC on the Mac. Without the code for the version I am using, I can’t utilize any of the code you have uploaded.

Can I get the source for the older version?

hi,
I will have a look asap why the SC does not work with the latest on the Mac, then you will be able to use the (latest) version from servoyforge

regards

Thanks for all the excellent support Gabi!

I will have a look asap why the SC does not work with the latest on the Mac, then you will be able to use the (latest) version from servoyforge

Any luck with this?

jbader:

I will have a look asap why the SC does not work with the latest on the Mac, then you will be able to use the (latest) version from servoyforge

Any luck with this?

have a look on the latest build on servoyforge

Gabi,

With the revalidate and repaint that you added, can’t I lose my currently-focused node? That is what I am seeing now. I am intermittently losing the focus on the selected node after expanding or collapsing. That means sometimes I have to single click while other times I have to double click…one click focuses, the second runs the event.

jbader:
Gabi,

With the revalidate and repaint that you added, can’t I lose my currently-focused node? That is what I am seeing now. I am intermittently losing the focus on the selected node after expanding or collapsing. That means sometimes I have to single click while other times I have to double click…one click focuses, the second runs the event.

it do works with one click for me (on linux with metal L&F);
on what configuration do you see this behavior ?

I’m on the Mac, default LAF. And the node arrows themselves do work with one click, however the icons may require one or two intermittently.

Hi Gabi,

Was this issue ever resolved?