Page 1 of 1

Disable "DisplayRemaining"

PostPosted: 19 Sep 2017 11:20
by Davide
Hello,

I'm using CG Suite 4.0.1.69 with Delphi 10.2 and IW 14.1.14.
Set "JQMemoExOptions->DisplayRemaining->Use" to false do not make the "nnn Remaining" label invisible under the memo control.
Is there some other properties I should set to avoid the "xxx Remeainig" label appear?

Thank you,
Davide

Re: Disable "DisplayRemaining"

PostPosted: 21 Sep 2017 18:12
by Alexander Bulei
Hi Davide,

The default value of DisplayRemaining.Use property is false.

Best Regards.

Re: Disable "DisplayRemaining"

PostPosted: 16 Apr 2018 21:22
by ScottWGast
DXE2/IW 14.2.6/CG 4.1.0.16

It doesn't matter if I set DisplayRemaining.Use to True or False, I continue to get the xxx Remaining label below the memo edit.

Also, I would like to be able to use the TAB key to exit from the memo field...

Re: Disable "DisplayRemaining"

PostPosted: 17 Apr 2018 14:36
by Jorge Sousa
Hi Scott

About

It doesn't matter if I set DisplayRemaining.Use to True or False, I continue to get the xxx Remaining label below the memo edit.


You need to call MemoEx.AjaxReRender at the end, (unless it's a full submit event)

Also, I would like to be able to use the TAB key to exit from the memo field...


I think there is a bug with this property MemoEx.TabReplacement.Use = False