Hello everyone, good morning!
I would like to know if it is possible to add a method to an existing class. Ex.: Add the ChangeText method to the TBtnBmp class.
If so, would there be any practical example?
I need to add some information to an object and I would like not to touch the Fivewin ...
Search found 126 matches
- Sat Jan 25, 2025 11:06 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Extend a Fivewin class
- Replies: 1
- Views: 36
- Wed Apr 24, 2024 8:27 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Brush
- Replies: 10
- Views: 1433
Re: Brush
Olá,
Obrigado pelas possibilidades. Vou testar e retorno aqui.
Att.,
Oliveiros Junior
Obrigado pelas possibilidades. Vou testar e retorno aqui.
Att.,
Oliveiros Junior
- Fri Apr 19, 2024 1:42 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Brush
- Replies: 10
- Views: 1433
Re: Brush
Good morning!
I'm going to post here the two codes I made as an example (the second is used here on the forum), in the first the background image is the way I need it, taking up 3/4 of the screen, but the second image is not transparent. In the second, the image occupies the entire screen and the ...
I'm going to post here the two codes I made as an example (the second is used here on the forum), in the first the background image is the way I need it, taking up 3/4 of the screen, but the second image is not transparent. In the second, the image occupies the entire screen and the ...
- Thu Apr 18, 2024 6:06 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Brush
- Replies: 10
- Views: 1433
Brush
Good afternoon everybody,
I would like to know if it is possible to define the size of the Brush on a dialog? I saw examples here with DrawImage. However, I need to place other images over the background image. I did a test by placing a background with DrawImage and other images on top, but the ...
I would like to know if it is possible to define the size of the Brush on a dialog? I saw examples here with DrawImage. However, I need to place other images over the background image. I did a test by placing a background with DrawImage and other images on top, but the ...
- Thu Jan 11, 2024 7:40 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: XBrowser - Merger vertical
- Replies: 2
- Views: 894
Re: XBrowser - Merger vertical
Thanks Mr Rao.
- Fri Jan 05, 2024 1:13 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: XBrowser - Merger vertical
- Replies: 2
- Views: 894
XBrowser - Merger vertical
Mr Rao,
Is it possible to do a horizontal merger (line)?
Att.,
Oliveiros Junior
Is it possible to do a horizontal merger (line)?
Att.,
Oliveiros Junior
- Thu Dec 21, 2023 5:50 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowser
- Replies: 8
- Views: 1879
Re: xBrowser
thanks mister Rao
- Thu Dec 21, 2023 5:03 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowser
- Replies: 8
- Views: 1879
Re: xBrowser
Mr Rao,
Yes it works. Showed the 7 columns.
Att.,
Oliveiros Junior
Yes it works. Showed the 7 columns.
Att.,
Oliveiros Junior
- Thu Dec 21, 2023 5:00 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowser
- Replies: 8
- Views: 1879
Re: xBrowser
Olá Adhemar,
Obrigado pela orientação. Vou segui-la na próxima postagem.
Att.,
Oliveiros Junior
Obrigado pela orientação. Vou segui-la na próxima postagem.
Att.,
Oliveiros Junior
- Wed Dec 20, 2023 9:22 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowser
- Replies: 8
- Views: 1879
Re: xBrowser
Mr Rao, Goodnight!
In the following example, although we have 7 columns, when placing the 7th element in the array the program does not execute. That's why there are 6 elements in the array.
I think the color change occurs when the content becomes larger than the space defined for the column ...
In the following example, although we have 7 columns, when placing the 7th element in the array the program does not execute. That's why there are 6 elements in the array.
I think the color change occurs when the content becomes larger than the space defined for the column ...
- Wed Dec 20, 2023 1:16 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowser
- Replies: 8
- Views: 1879
xBrowser
Guys, good morning!
I have two situations in xBrowser and I wanted to know if you have already experienced this and if you were able to resolve it:
a) when using a larger font, for example: "Arial" -20, xBrowser starts showing the line, columns with different colors;
b) when setting the size of ...
I have two situations in xBrowser and I wanted to know if you have already experienced this and if you were able to resolve it:
a) when using a larger font, for example: "Arial" -20, xBrowser starts showing the line, columns with different colors;
b) when setting the size of ...
- Wed Dec 13, 2023 12:33 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: SetArray xBrowser
- Replies: 2
- Views: 435
Re: SetArray xBrowser
Thanks Mr Rao.
- Tue Dec 12, 2023 8:49 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: SetArray xBrowser
- Replies: 5
- Views: 814
Re: SetArray xBrowser
Obrigado Karinha. Ajudou bastante.
- Tue Dec 12, 2023 5:04 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: SetArray xBrowser
- Replies: 5
- Views: 814
Re: SetArray xBrowser
José Álvares,
Lo probé pero no funcionó. Gracias por la respuesta.
Att.,
Oliveiros Junior
Lo probé pero no funcionó. Gracias por la respuesta.
Att.,
Oliveiros Junior
- Tue Dec 12, 2023 3:16 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: SetArray xBrowser
- Replies: 2
- Views: 435
SetArray xBrowser
Mr Rao,
I need to do a search in a Browser like the xBrimag3.prg example, but built with Array. When searching the database, I build a new array, and then empty the array - oBrowser:aArrayData := {}, try to reload the array by giving a SetArray - oBrowser:SetArray( aArray ), and then renew obrowser ...
I need to do a search in a Browser like the xBrimag3.prg example, but built with Array. When searching the database, I build a new array, and then empty the array - oBrowser:aArrayData := {}, try to reload the array by giving a SetArray - oBrowser:SetArray( aArray ), and then renew obrowser ...