Hello,
I tried to set TitleBarText on Palette, it doesn't work , do nothing ;D
But return T ....
Redraw do nothing ...
Thanks ;)
This is a bug in the Autodesk palette implementation that causes it to ignore any changes after the palette is initially created. The only solution is to close and redisplay the palette after the title bar text is changed.
Quote from: owenwengerd on August 25, 2009, 06:08:42 AM
This is a bug in the Autodesk palette implementation that causes it to ignore any changes after the palette is initially created. The only solution is to close and redisplay the palette after the title bar text is changed.
So, i will change the title of my post ;)
Thanks
I have a solution for anyone who knows the new titlebar text already before showing the palette. Since the VarName already exist after loading the project file you can set the new titlebartext before (dcl_form_show ...). For me it's important because we use the same palette for different products. In this main palette the product name shall be added in the titlebar of the palette. Setting the titlebar text before showing the form can solve this.
Fred
Thanks for your post !, it's work fine.
But i let this post to unsolved , because cannot change title after displayed palette.
Best regards.