Search found 10020 matches: sample

Return to advanced search

Re: Modify the title font of a MdiChild window

Hello Ari, Have you seen this sample? It is for WINDOWS, but maybe you can change it to a dialog as well. Best regards, Otto https://mybergland.com/fwforum/wndtit.png #include "FiveWin.ch"    #define CLR_MSPURPLE ...
by Otto
Fri Mar 15, 2024 1:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Modify the title font of a MdiChild window
Replies: 4
Views: 856

Re: Problemita al compilar con FWH24.02

Your file prsht.h is identical to mine. Can you send me a sample to replicate the error here, please?
by Enrico Maria Giordano
Tue Mar 12, 2024 9:07 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemita al compilar con FWH24.02
Replies: 4
Views: 786

Re: How to include hbCurl?

Otto, Thanks for the sample.

I got it working now to read with cUrl...

Now digging into the hard part of getting all elements :D
by Marc Venken
Sat Mar 09, 2024 8:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2951

Re: ButtonBmp problem with FWH2402

Trying to reproduce the problem here First sample from Source Code (not Resource) #include "fivewin.ch"function Main()   local oDlg, oBtn, oFont   FW_SetUnicode( .T. )   SetBalloon( .t. )   DEFINE FONT oFont NAME ...
by richard-service
Thu Mar 07, 2024 6:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp problem with FWH2402
Replies: 25
Views: 5269

Re: ButtonBmp problem with FWH2402

Trying to reproduce the problem here First sample from Source Code (not Resource) #include "fivewin.ch"function Main()   local oDlg, oBtn, oFont   FW_SetUnicode( .T. )   SetBalloon( .t. )   DEFINE FONT oFont NAME ...
by nageswaragunupudi
Thu Mar 07, 2024 5:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp problem with FWH2402
Replies: 25
Views: 5269

Re: Bug FWH2402 - Botones

carlos vargas wrote:Una pregunta, que resolución usa tu pantalla con las pruebas? HD, fhd, 2k o 4k.?

Did you try this sample with 2402?
Any feedback?
by nageswaragunupudi
Wed Mar 06, 2024 2:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Bug FWH2402 - Botones
Replies: 13
Views: 670

Re: Bug FWH2402 - Botones

... 110, 46, 42, 16} Reslut: https://imagizer.imageshack.com/v2/xq70/923/pWR1o5.png How can you provide us with a small sample and rc file to reproduce the problem you are experiencing? Hi Mr. Rao, I have the same problem. I could not compiled your sample. ************************************************************************ ...
by Horizon
Wed Mar 06, 2024 1:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Bug FWH2402 - Botones
Replies: 13
Views: 670

Re: Bug FWH2402 - Botones

... 110, 46, 42, 16} Reslut: https://imagizer.imageshack.com/v2/xq70/923/pWR1o5.png How can you provide us with a small sample and rc file to reproduce the problem you are experiencing?
by nageswaragunupudi
Wed Mar 06, 2024 12:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Bug FWH2402 - Botones
Replies: 13
Views: 670

Re: To Nageswrao Del Objs on TscrollPanel

... the problems are only on Manage buttons because when I delete a button not refresh good the panel scroll  for a sample If I delete some records  (1,3,4) I have on xbrowse  admin, procedure2 and procedure 5 but on Tpanel as you can see on this picture https://i.postimg.cc/yxvLBT2Q/test.jpg ...
by Silvio.Falconi
Wed Mar 06, 2024 10:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 670

Re: XIMAGE

Small sample #include "fivewin.ch"function Main()   local oDlg, oImage   DEFINE DIALOG oDlg SIZE 400,400 PIXEL TRUEPIXEL RESIZABLE ;   TITLE "XIMAGE"   @ 0,0 XIMAGE oImage SOURCE "" SIZE ...
by nageswaragunupudi
Tue Mar 05, 2024 9:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: XIMAGE
Replies: 10
Views: 398

Re: FWH 24.02 y Harbour con BCC7.7 y Select()

Carlos, we need a small and self-contained sample showing the problem.
by Enrico Maria Giordano
Tue Mar 05, 2024 9:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 24.02 y Harbour con BCC7.7 y Select()
Replies: 19
Views: 3625

Re: xbrowse No existe el metodo: LREADONLY

Mr Rao. It is difficult for us to support modified classes. Please try your sample with xbrowse as released by FWH without any modifications and see if you get any error. If you still get error, then please provide a small sample which we can test at our end. ...
by albeiroval
Sun Mar 03, 2024 7:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse No existe el metodo: LREADONLY
Replies: 16
Views: 472

Re: xbrowse No existe el metodo: LREADONLY

It is difficult for us to support modified classes.
Please try your sample with xbrowse as released by FWH without any modifications and see if you get any error.
If you still get error, then please provide a small sample which we can test at our end.
by nageswaragunupudi
Sun Mar 03, 2024 3:19 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse No existe el metodo: LREADONLY
Replies: 16
Views: 472

Re: xbrowse No existe el metodo: LREADONLY

... 13576 ) indicates that the object is NIL. Are you sure you are using XBrowse without any modifications? Is it possible to have simple reduced sample, which we can try at our end? Code: *** oBrw:SetArray( aArray) <------------ no volver a asignar oBrw:aArrayData = aArray <------------ ...
by nageswaragunupudi
Sat Mar 02, 2024 2:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse No existe el metodo: LREADONLY
Replies: 16
Views: 472

Re: Problem with alignment in SAY command

driessen wrote:In my resource builder, the field is defined with right alignment. But in my application, the right alignment is ignored. And I don't know why.


Have you tried my sample? Is it working for you?
by Enrico Maria Giordano
Fri Mar 01, 2024 10:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with alignment in SAY command
Replies: 18
Views: 842
PreviousNext

Return to advanced search