Page 2 of 2

Re: To Mister Nages - xBrowser

Posted: Wed Aug 19, 2020 1:52 pm
by karinha
Mister Nages, which version of fivewin has the function FW_SayTextHilite()?

Regards, saludos.

Re: To Mister Nages - xBrowser

Posted: Wed Aug 19, 2020 4:23 pm
by nageswaragunupudi
karinha wrote:Mister Nages, which version of fivewin has the function FW_SayTextHilite()?

Regards, saludos.
FWH1909

Re: To Mister Nages - xBrowser

Posted: Wed Aug 19, 2020 4:27 pm
by nageswaragunupudi
oliveiros junior wrote:Mister Nages,
Did not work.

Aadd (aHilite, {Upper (SubStr (cMessage, start), (endFinal - start) + 1)),;
oFonte_Botao, nil, nil})

Image
Att.,

Oliveiros Junior
Try putting

Code: Select all

SetBkMode( hDC, 1 )
 
before calling FW_SayTextHilite(...)

Re: To Mister Nages - xBrowser

Posted: Wed Aug 19, 2020 7:34 pm
by oliveiros junior
Dear Mr. Nages,

I put the SetBkMode (hDC, 1) straight into the function and it worked.

If nClrBack != NIL
nBkMode := SetBkMode( hDC, OPAQUE )
nOldClr := SetBkColor( hDC, nClrBack )
Else
SetBkMode( hDC, 1 )
EndIf

Thank you very much.

Att.,

Oliveiros Junior

Re: To Mister Nages - xBrowser

Posted: Wed Aug 19, 2020 10:45 pm
by oliveiros junior
Mr. Nages,

without wanting to abuse, could you guide me how to transform FW_SayTextHilite into multilines?

Sorry my english, I'm using a translator.

Att.,

Oliveiros Junior

Re: To Mister Nages - xBrowser

Posted: Wed Aug 19, 2020 11:50 pm
by nageswaragunupudi
oliveiros junior wrote:Mr. Nages,

without wanting to abuse, could you guide me how to transform FW_SayTextHilite into multilines?

Sorry my english, I'm using a translator.

Att.,

Oliveiros Junior
Please give me time.

Re: To Mister Nages - xBrowser

Posted: Thu Aug 20, 2020 11:37 am
by oliveiros junior
Of course Mr. Nages, Thank you.