Doesnt the ultraFormattedTextEditor display comes along with the formatters (eg : B, I, U, and other icons on top of the texteditor.)
Am using NetAdvantage 8.1 Win CLR 2x controls and am looking for a layout where a user is given both the texteditor as well as the options/icons for formatting the text just above it.
something similar to the "Write a New Post" message text box of this forum.
Cheers
Arif
Joe,
The source code for this UITypeEditor is in the Infragistics2.Win.SupportDialogs assembly, specifically the FormattedTextUIEditorForm. I'm not sure if this assembly has the source provided for it with the source code that is available for dowload, but if it is not, you should contact Developer Support and they will look into it.
-Matt
Would it be possible to get sample code that consists of, specifically, the Design-Time editor of the UltraFormattedTextEditor in Visual Studio?
It's a pop-up form when you choose to edit the value when you're designing your form. I understand that this is part of the codebase and not likely something that you would normally do, but it appears to be the basic functionality that we need.
(Using NetAdvantage v7.3)
It would be greatly appreciated.
Thanks in advance,
Joe Brockhaus.Net Developer
Hi manju,
Well, as said by Matt, i just studies the ribbon example and created a user conrtol for my application.
so as a usercontrol i can place it anywhere and use it.
my ID is meetarifmd@gmail.com, let me know if U need the resuable code, i can mail U the same.
cheers,
arif
Hello Arif,
I have a same situation, did you find the solution for the issue you mentioned ??
Thanks
-Manjusha
Though the editor supports this functionality there is not a toolbar built into the editor that provides icons to enabled them. You could look at the Ribbon with FormattedTextEditor sample that ships with NetAdvantage for a sample on how to create buttons that hook up with this editor, though instead of a ribbon you'd likely want to use a regular toolbar.