View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006526 | JEDI VCL | 00 JVCL Components | public | 2016-09-14 18:06 | 2020-05-19 10:07 |
| Reporter | leonardo_pmascarenhas | Assigned To | obones | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | suspended | ||
| Product Version | 3.48 | ||||
| Target Version | Fixed in Version | ||||
| Summary | 0006526: JvNavigationPane doen't repaint it's items when using the splitter | ||||
| Description | When adding JvNavPanelPage dynamically to the JvNavigationPane it not render properly the component and it's also impossible to do it manually. JvNavigationPane.Refresh or JvNavigationPane.Repaint | ||||
| Additional Information | l_PluginBarPanel := TJvNavPanelPage.Create(Self); l_PluginBarPanel.Parent := nvpPlugins; //TJvNavigationPane l_PluginBarPanel.PageList := nvpPlugins; | ||||
| Tags | No tags attached. | ||||
|
2016-09-14 18:19
|
|
|
|
Step by Step: - Insert manually a new TJvNavigationPane - Insert manually more than one TJvNavPanelPage - Inside one of TJvNavPanelPage, create a TListView and put some content on it - In runtime select the one that you put the TListView - Try to use the splitter You should see problems in the render Even trying to repaint / refresh using the event OnResize, doen't fix it Delphi 10 Seattle |
|
|
A workaround to this issue is change the ActivePageIndex on the OnResize event of JvNavigationPane. It seams that an internal refresh helps someway NavigationPane.ActivePageIndex := 1; NavigationPane.ActivePageIndex := 0; |
|
|
Sorry, the event that I mean was OnSlitterPaint not OnResize as I said |
|
|
Could you check if the issue is still present in the latest GIT content? If yes, please provide the zipped sources of an application showing this. |
|
|
No reply in a timely manner, suspending the issue |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2016-09-14 18:06 | leonardo_pmascarenhas | New Issue | |
| 2016-09-14 18:19 | leonardo_pmascarenhas | File Added: Capture.PNG | |
| 2016-09-14 18:22 | leonardo_pmascarenhas | Note Added: 0021397 | |
| 2016-09-14 20:27 | leonardo_pmascarenhas | Note Added: 0021398 | |
| 2016-09-14 20:34 | leonardo_pmascarenhas | Note Added: 0021399 | |
| 2018-07-18 15:45 | obones | Note Added: 0021498 | |
| 2018-07-18 15:45 | obones | Status | new => feedback |
| 2020-05-19 10:07 | obones | Assigned To | => obones |
| 2020-05-19 10:07 | obones | Status | feedback => resolved |
| 2020-05-19 10:07 | obones | Resolution | open => suspended |
| 2020-05-19 10:07 | obones | Note Added: 0021900 |