rule EqualTo

Hi,
I am experimenting with latest development version 4.0.0.3 (download link is saying 4.0.0.5, but installer says 4.0.0.3).
In your demo (unit CGJQEditFeatures) I added new edit on frame and included this code (I found it as your suggestion in one forum post):
As you see on video bellow, rule EqualTo doesn't work... After values are equal it still reports error...

Regards
I am experimenting with latest development version 4.0.0.3 (download link is saying 4.0.0.5, but installer says 4.0.0.3).
In your demo (unit CGJQEditFeatures) I added new edit on frame and included this code (I found it as your suggestion in one forum post):
- Code: Select all
procedure TCGJQEditFeaturesFrame.IWCGJQFrameCreate(Sender: TObject);
begin
IWCGJQNewEdit.JQValidateOptions.Enable:= True;
with IWCGJQNewEdit.JQValidateOptions.Rules.Add do
begin
Rule := jqvorvEqualTo;
Value := '#' + IWCGJQEdit7.JQHTMLName;
end;
end;
As you see on video bellow, rule EqualTo doesn't work... After values are equal it still reports error...

Regards