Search found 389 matches: tsay

Return to advanced search

Re: WebView resize

Hello friends, I tried to map the FiveWin components Splitter, TEXplorerBar, Buttons, Panels, and TSay, Memo to a WebView2 embedded application: Best regards, Otto SPLITTER: While there's no direct HTML equivalent for a splitter, you can create a resizable split view using ...
by Otto
Thu Mar 21, 2024 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 314

Re: Parpadeo de un SAY

Maestro Antonio Lineares, a la tSay le falta el efecto parpadeo, para usarlo de manera nativa,

solo es una sugerencia, :D

saludos.
by sysctrl2
Mon Mar 04, 2024 9:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Parpadeo de un SAY
Replies: 18
Views: 425

Re: 1st FWH + [x]Harbour 2017 international conference

... ERROR 2 HBCLASS 3 HBOBJECT 4 TFONT 5 WIN_OLEAUTO 6 TOLEAUTO 7 TWINDOW 8 TDIALOG 9 TBRUSH 10 TCONTROL 11 TICON 12 TMULTIGET 13 TBUTTON 14 TRECT 15 TSAY 16 TGET 17 GET 18 TCLIPGET 19 TREG32 20 TCURSOR 21 TBITMAP 22 TMDIFRAME 23 TMENU 24 TMENUITEM 25 TMDICLIENT 26 TBAR 27 TBTNBMP 28 TMSGBAR 29 TMSGITEM ...
by sirotoca
Wed Nov 15, 2023 9:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 1st FWH + [x]Harbour 2017 international conference
Replies: 68
Views: 252701

Re: Xbrowse : oBrw:ToArray (How to do it)

... ERROR 2 HBCLASS 3 HBOBJECT 4 TFONT 5 WIN_OLEAUTO 6 TOLEAUTO 7 TWINDOW 8 TDIALOG 9 TBRUSH 10 TCONTROL 11 TICON 12 TMULTIGET 13 TBUTTON 14 TRECT 15 TSAY 16 TGET 17 GET 18 TCLIPGET 19 TREG32 20 TCURSOR 21 TBITMAP 22 TMDIFRAME 23 TMENU 24 TMENUITEM 25 TMDICLIENT 26 TBAR 27 TBTNBMP 28 TMSGBAR 29 TMSGITEM ...
by sirotoca
Wed Nov 15, 2023 8:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : oBrw:ToArray (How to do it)
Replies: 13
Views: 809

Re: Fwh 23.10 TGet another problem

... := 1but My Get problem is still continue. What we are looking for? I do not any problem with displaying turkish characters (for examle TSay()) I have pressing Turkish characters in TGet() class. I do not use unicode, so there is FW_SetUnicode(.f.) at first lines of my application. I ...
by Horizon
Wed Nov 15, 2023 6:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 52344

Re: Tget /tsay disable/enable

Dera Silvio, mira \samples\KARINHA.PRG si ayuda.

Regards, saludos.
by karinha
Thu Nov 09, 2023 11:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tget /tsay disable/enable
Replies: 5
Views: 318

Re: Tget /tsay disable/enable

If you want to paint on the dialog then you must use the hDC of the dialog, don't use the hDC of the control Function MakeBox(oControl,oDlgEdit)   local oBox   local aRect := GetClientRect(oControl:hWnd )   local hDC :=oDlgEdit:GetDC()  &nb...
by Silvio.Falconi
Thu Nov 09, 2023 10:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tget /tsay disable/enable
Replies: 5
Views: 318

Re: Tget /tsay disable/enable

If you want to paint on the dialog then you must use the hDC of the dialog, don't use the hDC of the control
by Antonio Linares
Thu Nov 09, 2023 10:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tget /tsay disable/enable
Replies: 5
Views: 318

Re: Tget /tsay disable/enable

Antonio Linares wrote:Dear Silvio,

Must the rectangle be painted above the control as per your sample ?

Where are you calling your code from ?


yes the rectangle must be painted over the control
in the image example I use a btnbmp and it run on only on btnbmp

for the test I added the code above
by Silvio.Falconi
Thu Nov 09, 2023 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tget /tsay disable/enable
Replies: 5
Views: 318

Re: Tget /tsay disable/enable

Dear Silvio,

Must the rectangle be painted above the control as per your sample ?

Where are you calling your code from ?
by Antonio Linares
Thu Nov 09, 2023 8:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tget /tsay disable/enable
Replies: 5
Views: 318

Tget /tsay disable/enable

Is it possible to transform a Tsay or Tget control when it is disabled and create a rectangle with the dimensions of the control and fill it with a custom color or brush? sample https://i.postimg.cc/SKJ77PDD/uu.png I tried ...
by Silvio.Falconi
Thu Nov 09, 2023 7:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tget /tsay disable/enable
Replies: 5
Views: 318

Change Text on ButtonBar!

Hi, I have a Text on ButtonBar via TSay class. I need to change it with pressing "Change It" button. Any help? Thanks. #include "fivewin.ch"function Main()   local oWnd, oBar, oBold, oFont1, oSay11    DEFINE FONT ...
by Horizon
Mon Jun 26, 2023 12:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change Text on ButtonBar!
Replies: 3
Views: 330

Re: Select a text

It's sad that this is not possible with TSAY. :( Thank you, Antonio !
by Natter
Mon Jun 26, 2023 9:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Select a text
Replies: 2
Views: 385

Re: Select a text

Dear Yuri,

You may use a TGet instead of a TSay, as TSay does not support text selection.

Build the GET without border and read only
by Antonio Linares
Mon Jun 26, 2023 7:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Select a text
Replies: 2
Views: 385

Select a text

Hi,

Is it possible to select a text fragment with the mouse on TSAY ?
by Natter
Mon Jun 26, 2023 4:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Select a text
Replies: 2
Views: 385
Next

Return to advanced search