NetAdvantage Current Version: 10.2
Currently, I have a FormattedTextEditor in use as the editor for cells in a child band column of an UltraWinGrid. This editor is used to display colored/formatted text and embedded images.
Under Windows Server 2003 the context menu displays several options which include insert image, font, create hyperlink, insert hyperlink. When the same application was installed in a Windows 7 machine all of these options have disappeared from the context menu ( except Line Alignment).
Is there some Windows 7 specific setting I need to be aware of or some other reason these menu options do not display?
thanks for any help with this.
Same answer. Neither editor shows a context menu like the one you described. You must be doing it without realizing it.
And the version is actually 9.2 of NetAdvantage not 10.2. Sorry about the mix up.
Sorry, I misspoke with respect to the editor type. It is actually a FormattedLinkEditor not a FormattedTextEditor.
The FormattedLinkEditor's context menu items are set to "ALL". The functionality I mentioned is missing when I install it on a WIndows 7 machine but is present in Windows 2003 and XP.
Any Ideas?
To the best of my knowledge the formatted text editor does not display a custom context menu, it shows a basic cut/copy/paste menu. My guess is that your application code is displaying it, and possibly doing something differently based on the operating system.