View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004470 | NoesisGUI | C++ SDK | public | 2025-10-30 16:30 | 2025-11-05 11:04 |
| Reporter | FrancoisRecisio | Assigned To | sfernandez | ||
| Priority | normal | Severity | feature | ||
| Status | resolved | Resolution | no change required | ||
| Product Version | 3.2.10 | ||||
| Summary | 0004470: Add target in BeginStoryboard | ||||
| Description | Hello! I just had a little idea, maybe it's not a good idea, but I wanted to share it with you. I think it would be useful to have a "Target" parameter in BeginStoryboard. This would allow us to have a Storyboard defined in a XAML file and be able to Begin it on multiple targets without having to specify the Target explicitly in the Storyboard. | ||||
| Platform | Any | ||||
|
something like |
|
|
Yes! That would be great. Sometimes I need to play the same animation on multiple target objects that have similar animated properties, but I'm forced to simply duplicate the Storyboard or the same keyframes in a single Storyboard and only change the target. It would also be useful to have this on ControlStoryboardAction. |
|
|
BeginStoryboard starts the Storyboard using the element where it is defined as target, so things like this already work:
Isn't this enough? |
|
|
I hadn't realised I could use it like that (I was already doing it in some places but without thinking about it). I think that might be enough, sorry and thanks! |
|
|
Great, closing this. |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2025-10-30 16:30 | FrancoisRecisio | New Issue | |
| 2025-10-30 16:32 | FrancoisRecisio | Note Added: 0011313 | |
| 2025-10-30 18:06 | Demond | Note Added: 0011314 | |
| 2025-11-04 13:04 | jsantos | Assigned To | => sfernandez |
| 2025-11-04 13:04 | jsantos | Status | new => assigned |
| 2025-11-04 13:17 | sfernandez | Status | assigned => feedback |
| 2025-11-04 13:17 | sfernandez | Note Added: 0011350 | |
| 2025-11-05 10:20 | FrancoisRecisio | Note Added: 0011357 | |
| 2025-11-05 10:20 | FrancoisRecisio | Status | feedback => assigned |
| 2025-11-05 11:04 | sfernandez | Status | assigned => resolved |
| 2025-11-05 11:04 | sfernandez | Resolution | open => no change required |
| 2025-11-05 11:04 | sfernandez | Note Added: 0011358 |