View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004361 | NoesisGUI | Studio | public | 2025-08-29 18:46 | 2025-11-19 17:33 |
| Reporter | garygao13 | Assigned To | sfernandez | ||
| Priority | normal | Severity | tweak | ||
| Status | feedback | Resolution | open | ||
| Product Version | Studio_Beta | ||||
| Target Version | Studio_Beta | ||||
| Summary | 0004361: Default Text Size/Color is hard to notice | ||||
| Description | Default text size is too small and makes it hard for users to see where the text is. This is especially challenging UX when dragging a TextBlock onto an empty canvas. SInce it is small and the color is black, it completely blends into the background making it impossible to see. | ||||
| Attached Files | |||||
| Platform | Any | ||||
|
Our IntegrationAPI.h exposes a function to define the default properties for text elements:
This is what TextBlock properties use as defaults when no local value is set or inherited from a Control container. If you change these settings in your editor, you should call it in the runtime too so the result is the same. Changing the default Foreground color is not a trivial task though. The appropriate color would depend on the background of the container. And it is a property that is not usually set but inherited from the Control container. For example, you would set the Foreground in the Button, but not in a TextBlock placed inside its template. |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2025-08-29 18:46 | garygao13 | New Issue | |
| 2025-08-29 18:46 | garygao13 | File Added: Text hard to see.png | |
| 2025-09-08 13:40 | jsantos | Assigned To | => sfernandez |
| 2025-09-08 13:40 | jsantos | Status | new => assigned |
| 2025-09-08 13:40 | jsantos | Target Version | => Studio_Beta |
| 2025-11-19 17:33 | sfernandez | Status | assigned => feedback |
| 2025-11-19 17:33 | sfernandez | Note Added: 0011430 |