Message 1 of 2
Updating htmlFileURL in Palette at Runtime
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm currently adding a palette using palettes->add() and providing the htmlFileURL during initialization.
Now, I would like to update the htmlFileURL dynamically at runtime within the same palette.
At the moment, I'm deleting the existing palette and creating a new one with the updated URL.
However, this approach is not user-friendly, as it causes the palette to visibly close and reopen.
Is there a better way to update the htmlFileURL without recreating the palette?