Hi Frank,
WJ-7647 is fixed.
Thanks and have a nice weekend.
Robin,
it´s fixed in the latest build (1.2.70).
Thanks again
Frank
Thanks to our customers feedback we have just released a new update (1.2.70):
| Item | Type | Priority | Severity | Title | Resolution |
| WJ-7665 | Regression | High | Major | Changing the font of the form when AutoScaleMode = Font collapses the form to 0,0. |
Complete |
| WJ-7666 | Regression | High | Major | When droppoing an IFramePanel or AspNetPanel on a form at design time they generate “scrollbarY” “undefined” value is not allowed error. |
Complete |
| WJ-7664 | Bug | Medium | Major | Wisej may fail to validate the client fingerprint on Azure or other cloud platforms. | Complete |
| WJ-7659 | Bug | High | Show Stopper | When an embedded image in a Label cannot be loaded, Wisej may enter a never-ending loop trying to load the image blocking the browser. |
Complete |
| WJ-7660 | Regression | Medium | Show Stopper | Using the flowlayoutpanel at design time causes a null reference exception. | Complete |
Hi Robin,
thanks for your bug report.
We have logged WJ-7666 for it and will update the beta build again shortly.
Best regards
Frank
You can change the loader simply by placing a file named “loader.gif” in your project in the root folder (same level as web.config).
I have attached the previous loader.
Hi Washington,
thanks for your report.
We have logged that bug as WJ-7660 and it is fixed in the latest beta build (1.2.69).
Best regards
Frank
Hi Alex,
WJ-7654 is also included in build 1.2.68.
Best regards
Frank
Y is relative to the node – it should be relative to the TreeView. It’s logged as WJ-7654.
Hi Corvin,
issue was logged as WJ-7646 and is included in build 1.2.68
Best regards
Frank
Hi Cris,
WJ-7647 is included in build 1.2.68
Best regards
Frank
Hi Alex,
enhancement WJ-7643 is added in the latest build (1.2.68)
Best regards
Frank
Hi Alex,
sorry it was a typo, the issue number is WJ-7623 and it is included in the latest build (1.2.68)
Best regards
Frank
We have released a new beta update (1.2.68):
| Item | Type | Priority | Severity | Title | Resolution |
| WJ-7623 | Enhancement | Low | Trivial | Provide a more generic way to handle context menu in a DGV | Complete |
| WJ-7658 | Bug | Low | Trivial | When a DGV regains the focus through a click on a row header, it may reset the focus cell to the previous one. |
Complete |
| WJ-7643 | Enhancement | Low | Trivial | Make available TreeView.NodeFont property values (font size, style). | Complete |
| WJ-7646 | Bug | Low | Trivial | TableLayoutPanel doesn’t grow when AutoSize=true. | Complete |
| WJ-7647 | Bug | Medium | Minor | Panels with AutoSize=true don’t grow vertically when inside a FlowLayoutPanel. |
Complete |
| WJ-7648 | Bug | Medium | Major | Deleting multiple rows from a DGV removes the wrong rows on the client. | Complete |
| WJ-7650 | Bug | Medium | Trivial | Right clicking on a DGV clears the selection on the server but not on the client while it should leave the selection unchanged. |
Complete |
| WJ-7652 | Bug | Medium | Major | Editing a TreeNode reduces the size of the node while editing. | Complete |
| WJ-7653 | Bug | Medium | Major | Collapsed panels don’t update their size when docked/anchored while collapsed. | Complete |
| WJ-7654 | Bug | Low | Trivial | Mouse events on a TreeNode carry the relative position to the node instead of the relative position to the TreeView. |
Complete |
| WJ-7656 | Bug | Medium | Major | Cannot tab into fields in a groupbox or panel. | Complete |
| WJ-7657 | Bug | Low | Trivial | Cannot change the font of the menu bar. | Complete |
| WJ-7649 | Bug | Medium | Major | TreeNodes added to a TreeView dynamically always show the tooltip. | Complete |
| WJ-7645 | Bug | Low | Trivial | TreeView node editing causes the node to shrink few pixels while editing. | Complete |
Hi Luca,
#4 is now fixed in 1.2.68.0
Thanks.
Hi Luca,
Got it working now. I created a new theme from the built-in theme. Maybe, I was using an old theme file.
Thanks for your patience.
Best.
See below, the screenshot and theme snippet:

"table":
{
"components":
{
"tools":
{
"states":
{
"default":
{
"properties":
{
"padding": [5, 2, 5, 2],
"textColor": "white"
},
"styles":
{
"backgroundColor": "green",
"widthBottom": 3,
"colorBottom": "yellow"
}
}
}
}
}
}
Hi Luca,
I did try at the same node before but didn’t work. So, I looked for “border” item in styles/properties. Please see images of what I got after adding “colorBottom” and “widthBottom”. At runtime, it’s totally invisible.
Is there something wrong on my side?
Thanks.
I see you have fixed this in 1.2.68.
Thanks so much!
Robin
I can’t reproduce 4 with my build hopefully it’s fixed and was related to the grid clearing the selection on the server and not updating the client when changing the focused cell.
/Luca
Hi Andreas,
You can achieve the same without a splitter, by setting the ResizableEdge property of the left (or top) docked controls. You can also use the line control as a splitter. In Winforms the Splitter control was deprecated very quickly and it was simply a docked control and the splitting functionality was achieved through the simple docking layout.
I can also send you a Splitter class that achieves the same sometime next week.
Best,
Luca
