Page 1 of 1

To Antonio :dlgfind

PostPosted: Wed May 11, 2016 11:27 am
by Silvio.Falconi
ad dlg find how I can make to have also the dialog replace native of windows ?
I saw there is hb_regexReplace

Re: To Antonio :dlgfind

PostPosted: Wed May 11, 2016 11:40 am
by Antonio Linares
Silvio,

It seems as it is the same resource as we use in source\winapi\findtext.c

#define FINDMSGSTRING L"commdlg_FindReplace"

Re: To Antonio :dlgfind

PostPosted: Wed May 11, 2016 11:46 am
by Silvio.Falconi
but the dialog findreplace must have another parameter .. ctext ..ctextoreplace

Re: To Antonio :dlgfind

PostPosted: Wed May 11, 2016 11:52 am
by Silvio.Falconi
or U can add a method or parameter on Tdlgfind to call FINDREPLACE()

local oDlg := TDlgFind():New( cText, oWnd, bSearch ,lreplace,ctexxtreplace)

just an idea...

Re: To Antonio :dlgfind

PostPosted: Thu May 12, 2016 7:48 am
by Antonio Linares
Silvio,

We are focused on publishing FWH 16.04

Once it gets published I will try to help you with your requirement