View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002668 | NoesisGUI | C++ SDK | public | 2023-08-17 11:56 | 2023-08-23 18:46 |
Reporter | ulisesBB | Assigned To | sfernandez | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.2 | ||||
Target Version | 3.2.2 | Fixed in Version | 3.2.2 | ||
Summary | 0002668: UIElement doesn't have TranslatePoint implemented | ||||
Description | If you need to translate one point from one Visual local coordinates to another Visual local coordinates, in XAML you can use the method TranslatePoint. public System.Windows.Point TranslatePoint (System.Windows.Point point, System.Windows.UIElement relativeTo); But in the C++ SDK this is not implemented. | ||||
Tags | C++ | ||||
Platform | Any | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2023-08-17 11:56 | ulisesBB | New Issue | |
2023-08-17 11:56 | ulisesBB | Tag Attached: C++ | |
2023-08-18 10:33 | sfernandez | Assigned To | => sfernandez |
2023-08-18 10:33 | sfernandez | Status | new => assigned |
2023-08-18 10:33 | sfernandez | Target Version | => 3.2.2 |
2023-08-23 18:46 | sfernandez | Status | assigned => resolved |
2023-08-23 18:46 | sfernandez | Resolution | open => fixed |
2023-08-23 18:46 | sfernandez | Fixed in Version | => 3.2.2 |