Page 1 of 1

How to remove the border?

PostPosted: 28 Dec 2016 11:50
by etwoss
Hi

How to remove the border from the memo?

Eric

Re: How to remove the border?

PostPosted: 29 Dec 2016 10:42
by Alexander Bulei
Hi,

You can add the style in IWCGJQMemoEx1.MemoStyle:

Code: Select all
border: 0


Best Regards.

Re: How to remove the border?

PostPosted: 31 Dec 2016 09:37
by etwoss
Hi

Do you mean this:

Still shows border

Eric

Re: How to remove the border?

PostPosted: 02 Jan 2017 10:38
by Alexander Bulei
Hi,

Do you mean this:


Yes..in MemoStyle (not Style).

Best Regards.

Re: How to remove the border?

PostPosted: 07 Jan 2017 09:19
by etwoss
Hi

I had that:
Code: Select all
          object mmoContact: TIWCGJQMemoEx
            Left = 24
            Top = 310
            Width = 250
            Height = 213
            TabOrder = 38
            Css = ''
            Version = '1.0'
            BorderOptions.NumericWidth = 10
            ZIndex = 0
            JQMemoExOptions.TabReplacement.Use = False
            JQMemoExOptions.DisplayRemaining.Use = False
            BGColor = clNone
            Editable = True
            Required = False
            SubmitOnAsyncEvent = True
            MemoStyle.Strings = (
              'Border:0')
          end



But still:

Re: How to remove the border?

PostPosted: 09 Jan 2017 15:02
by Alexander Bulei
Hi Eric,

Since you're use custom theme, you must investigate it there...

Best Regards.