View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002014 | NoesisGUI | C# SDK | public | 2021-05-10 19:25 | 2021-05-25 14:40 |
| Reporter | KeldorKatarn | Assigned To | sfernandez | ||
| Priority | normal | Severity | feature | ||
| Status | assigned | Resolution | open | ||
| Product Version | 3.0.12 | ||||
| Summary | 0002014: WPF Inconsistency: PresentationSource missing | ||||
| Description | The class PresentationSource is missing | ||||
| Platform | Any | ||||
| child of | 0001038 | assigned | sfernandez | Caliburn.Micro metaticket |
|
What part do you need from PresentationSource? In Noesis that event is part of the View that holds the UI tree. You can do: someControl.View.Rendering += (s, e) => { // do something }; |
|
|
Actually I'm doing this:
#if UNITY_5_5_OR_NEWER
#endif |
|
|
Actually, I just saw since Framework 4.6.2 this has been added Is that implemented in Noesis? If it is, I'm not going to need this I think |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2021-05-10 19:25 | KeldorKatarn | New Issue | |
| 2021-05-10 19:40 | sfernandez | Assigned To | => sfernandez |
| 2021-05-10 19:40 | sfernandez | Status | new => feedback |
| 2021-05-10 19:40 | sfernandez | Note Added: 0007239 | |
| 2021-05-10 20:19 | KeldorKatarn | Note Added: 0007241 | |
| 2021-05-10 20:19 | KeldorKatarn | Status | feedback => assigned |
| 2021-05-25 06:13 | KeldorKatarn | Note Added: 0007257 | |
| 2021-05-25 14:40 | KeldorKatarn | Relationship added | child of 0001038 |