Hi
Take a look at the image, the buttons are not correctly displayed.
Eric
object edtHantekening: TIWCGJQHTMLEditor
Left = 24
Top = 190
Width = 816
Height = 271
TabOrder = 5
Font.Enabled = True
Font.FontName = 'Arial'
Font.FontFamily = 'Arial, Sans-Serif, Verdana'
Version = '1.0'
ZIndex = 3000
JQHTMLEditorOptions.AllowSource = False
JQHTMLEditorOptions.Lang = 'nl'
JQHTMLEditorOptions.Height = 271
JQHTMLEditorOptions.Width = 816
JQHTMLEditorOptions.ToolBar = jqhetCustom
JQHTMLEditorOptions.AutoPluginInit = False
JQHTMLEditorOptions.Resizable = False
JQHTMLEditorOptions.CustomButtons.CopyPaste = [tbbcpCopy, tbbcpCut, tbbcpPaste, tbbcpPasteText]
JQHTMLEditorOptions.CustomButtons.UndoRedo = [tbburUndo, tbburRedo]
JQHTMLEditorOptions.CustomButtons.Style = [tbbstBold, tbbstItalic, tbbstUnderline]
JQHTMLEditorOptions.CustomButtons.Colors = [tbbcForeColor, tbbcHiliteColor]
JQHTMLEditorOptions.CustomButtons.Alignment = [tbbaJustifyLeft, tbbaJustifyCenter, tbbaJustifyRight, tbbaJustifyFull]
JQHTMLEditorOptions.CustomButtons.Indent = [tbbiOutdent, tbbiIndent]
JQHTMLEditorOptions.CustomButtons.Format = [tbbfFontSize, tbbfFontName]
JQHTMLEditorOptions.CustomButtons.Elements = [tbbeHorizontalRule]
JQHTMLEditorOptions.CustomButtons.Links = [tbbliLink, tbbliUnlink]
JQHTMLEditorOptions.CustomButtons.Media = [tbbmImage]
end
procedure TFrmSendEmail.IWFrameRegionJQDialogOptionsOpen(Sender: TObject;
AParams: TStringList);
begin
edtHantekening.PluginInitialization;
end;