Page 1 of 1

Firefox buttons

PostPosted: 22 Nov 2015 10:12
by etwoss
Hi

Take a look at the image, the buttons are not correctly displayed.

Eric

Re: Firefox buttons

PostPosted: 23 Nov 2015 15:00
by Alexander Bulei
Hi Eric,

Are you following this way?

viewtopic.php?f=50&t=396

Best Regards.

Re: Firefox buttons

PostPosted: 24 Nov 2015 19:00
by etwoss
Hi

Yes

Code: Select all
    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


Code: Select all
procedure TFrmSendEmail.IWFrameRegionJQDialogOptionsOpen(Sender: TObject;
  AParams: TStringList);
begin
 edtHantekening.PluginInitialization;
end;


Still same result

Eric

Re: Firefox buttons

PostPosted: 30 Nov 2015 11:19
by etwoss
Hi

Any help please, customer is waiting for solution

Eric

Re: Firefox buttons

PostPosted: 30 Nov 2015 11:41
by Alexander Bulei
Hi Eric,

We can't reproduce this issue here...
Maybe you have the simple testcase?T.I.A

Best Regards.

Re: Firefox buttons

PostPosted: 30 Nov 2015 12:13
by etwoss
Hi

My code is ok?

Eric

Re: Firefox buttons

PostPosted: 01 Dec 2015 11:46
by etwoss
Hi

Example send.

Looks like it's going wrong whem using custom toolbar

Eric