change "SymbolPalettes" name
Hi,
I created palettes with the Symbol Designer and i want to use them in the Diagram Builder.
How can change the title of "Symbol Palettes" to another name.
See attachment.
Please advice.
Thanks.
Method1_519a2d19.zip
I created palettes with the Symbol Designer and i want to use them in the Diagram Builder.
How can change the title of "Symbol Palettes" to another name.
See attachment.
Please advice.
Thanks.
Method1_519a2d19.zip
SIGN IN To post a reply.
8 Replies
J.
J.Nagarajan
Syncfusion Team
July 25, 2008 09:50 AM UTC
Hi Shimon ,
You can use DockLabel property of PaletteGroupBar to change the docking caption. Please select the PaletteGroupBar and you can change the caption throught the property grid.
Please let me know if this helps.
Thanks,
Nagaraj
You can use DockLabel property of PaletteGroupBar to change the docking caption. Please select the PaletteGroupBar and you can change the caption throught the property grid.
Please let me know if this helps.
Thanks,
Nagaraj
AD
Administrator
Syncfusion Team
July 27, 2008 09:53 AM UTC
Hi,
Thanks for your quick reply.
I set the DockLabel property of PaletteGroupBar to "Toolbox".
It did'nt help.When i ran the program,the title was still "symbol pallets".See attachments.
I use Syncfusion version 5.1.1.19 (and i must stay with this version).
BTW : Setting the DockLabel property of the document explorer to different value,also did not affect the document explorer title.
Please advice.
Thanks.
SymbolPalletsPics_42aa1b42.zip
Thanks for your quick reply.
I set the DockLabel property of PaletteGroupBar to "Toolbox".
It did'nt help.When i ran the program,the title was still "symbol pallets".See attachments.
I use Syncfusion version 5.1.1.19 (and i must stay with this version).
BTW : Setting the DockLabel property of the document explorer to different value,also did not affect the document explorer title.
Please advice.
Thanks.
SymbolPalletsPics_42aa1b42.zip
J.
J.Nagarajan
Syncfusion Team
July 28, 2008 04:56 AM UTC
Hi Shimon ,
Sorry for the inconvenience caused. Could you please use the below code snippet after the InitializeComponent() in MainForm to change the caption of the PaletteGroupBar.
this.dockingManager.SetDockLabel(this.symbolPaletteGroupBar, "ToolBox");
Please let me know if this helps.
Thanks,
Nagaraj
Sorry for the inconvenience caused. Could you please use the below code snippet after the InitializeComponent() in MainForm to change the caption of the PaletteGroupBar.
this.dockingManager.SetDockLabel(this.symbolPaletteGroupBar, "ToolBox");
Please let me know if this helps.
Thanks,
Nagaraj
AD
Administrator
Syncfusion Team
July 29, 2008 11:02 AM UTC
Hi,
Thanks but it did not help.
Any other suggestions?
Thanks but it did not help.
Any other suggestions?
J.
J.Nagarajan
Syncfusion Team
July 29, 2008 12:51 PM UTC
Hi Shimon ,
I am afraid, this code works fine in v5.1.1.19. Please refer to the attached sample that shows the dock caption of PaletteGroupBar as "ToolBox".
Here is the sample:
http://websamples.syncfusion.com/samples/Diagram.Windows/F75405/main.htm
Please refer to the attached screen shot.
http://www.syncfusion.com/Product/uploads/Image_ab7ec46c.zip
Please let me know if you have any problem in this sample.
Thanks,
Nagaraj
I am afraid, this code works fine in v5.1.1.19. Please refer to the attached sample that shows the dock caption of PaletteGroupBar as "ToolBox".
Here is the sample:
http://websamples.syncfusion.com/samples/Diagram.Windows/F75405/main.htm
Please refer to the attached screen shot.
http://www.syncfusion.com/Product/uploads/Image_ab7ec46c.zip
Please let me know if you have any problem in this sample.
Thanks,
Nagaraj
AD
Administrator
Syncfusion Team
July 29, 2008 02:29 PM UTC
I do not why,but now it works.
But when i want to change again the label-
I face the same problem.
Maybe there is some caching mechansism that remembers the previous label's value?
But when i want to change again the label-
I face the same problem.
Maybe there is some caching mechansism that remembers the previous label's value?
J.
J.Nagarajan
Syncfusion Team
July 30, 2008 11:46 AM UTC
Hi Shimon ,
Please refer to the attached sample in which the caption of PaletteGroupBar gets changed dynamically.
http://websamples.syncfusion.com/samples/Diagram.Windows/F75405_7.30.2008/main.htm
In this sample when you checked the RadioButtons, the caption gets changed. Please refer to the attached video clip for more details.
http://www.syncfusion.com/Product/uploads/Video_44de8b5.zip
Please let me know if this helps.
Thanks,
Nagaraj
Please refer to the attached sample in which the caption of PaletteGroupBar gets changed dynamically.
http://websamples.syncfusion.com/samples/Diagram.Windows/F75405_7.30.2008/main.htm
In this sample when you checked the RadioButtons, the caption gets changed. Please refer to the attached video clip for more details.
http://www.syncfusion.com/Product/uploads/Video_44de8b5.zip
Please let me know if this helps.
Thanks,
Nagaraj
AD
Administrator
Syncfusion Team
August 7, 2008 12:04 PM UTC
Thanks a lot.It helped me solve the problem.
SIGN IN To post a reply.
- 8 Replies
- 2 Participants
-
AD Administrator
- Jul 24, 2008 02:15 PM UTC
- Aug 7, 2008 12:04 PM UTC