Search found 114 matches: inherits

Return to advanced search

Re: Assigning lUseHaruPdf when TPrinter is sub-classed

... message   Error description: Error BASE/1005  Message not found: FWPDF:_LUNDERLINEHEADER :lUnderlineHeader is a data in my xprinter class that inherits from tprinter. Where did I go wrong? You have used a DATA that is not in FWPDF class. If you inherit from TPrinter, you should know how to ...
by nageswaragunupudi
Mon Jul 31, 2023 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Assigning lUseHaruPdf when TPrinter is sub-classed
Replies: 18
Views: 894

Re: Assigning lUseHaruPdf when TPrinter is sub-classed

I get this error message
Code: Select all  Expand view
  Error description: Error BASE/1005  Message not found: FWPDF:_LUNDERLINEHEADER


:lUnderlineHeader is a data in my xprinter class that inherits from tprinter.

Where did I go wrong?
by hua
Mon Jul 31, 2023 4:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Assigning lUseHaruPdf when TPrinter is sub-classed
Replies: 18
Views: 894

Re: FW Preview user style

Here is a simple example of overriding a method in a class with a new class that inherits from the parent class. /*Purpose  : Simple example showing inheritance and overriding           a method from the parent classProgram  : Inheritance.prgAuthor   : James Bott, ...
by James Bott
Fri May 13, 2022 4:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW Preview user style
Replies: 24
Views: 1701

Re: FW Preview user style

Hello Marc, >But the inherits stuff... That's interesting and not into my skills at this time... That's exactly what I mean. You have a wonderful idea but it's too complicated to implement. There are very few developers working on ...
by Otto
Wed May 11, 2022 8:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW Preview user style
Replies: 24
Views: 1701

Re: FW Preview user style

I highly recommend NOT modifying the FW source. I recommend creating a new class that inherits from the FW class and create a method (with the same name) in that new class that contains the modification needed. This way when a new FW version comes out you won't have ...
by Marc Venken
Wed May 11, 2022 7:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW Preview user style
Replies: 24
Views: 1701

Re: FW Preview user style

I highly recommend NOT modifying the FW source. I recommend creating a new class that inherits from the FW class and create a method (with the same name) in that new class that contains the modification needed. This way when a new FW version comes out you won't have ...
by James Bott
Wed May 11, 2022 1:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW Preview user style
Replies: 24
Views: 1701

Re: Windows 11 Fluent Design

... that it easier to figure out why the standard Windows 11 shadow is not showing automatically for panels (since panels inherit from TControl which inherits from TWindow. I suspect that there is something in the TPanel:Paint() method that is either different or missing which is preventing the shadow ...
by James Bott
Tue Nov 09, 2021 6:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 11 Fluent Design
Replies: 43
Views: 9403

Re: Windows 11 Fluent Design

... the window may vary along it's length to blend better. Now I am wondering if there is any way to inherit the shadowing of the window class so it inherits the sophisticated shadowing? Otherwise I think it is going to be a very difficult task to get the shadowing to work the same. Alternately, ...
by James Bott
Sun Oct 03, 2021 4:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 11 Fluent Design
Replies: 43
Views: 9403

Re: Windows 11 Fluent Design

... easy. However, panels do not have shadows--at least FW panels don't. I found there was a shadow method in the TWindow class and the TPanel class inherits from TControl which inherits from TWindow, so I thought they might work if I just called the shadow method for a panel object. Well that didn't ...
by James Bott
Tue Jul 13, 2021 5:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 11 Fluent Design
Replies: 43
Views: 9403

How to change SAY background color on transparent DIALOG

Hi all!

If a DIALG is TRANSPARENT the SAY background color inherits that of the DIALOG. Is it possible to set a different background color to REDEFINE SAY in this case?

Thanks in advance!
by ariston.ap
Sat Apr 03, 2021 6:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to change SAY background color on transparent DIALOG
Replies: 2
Views: 543

Re: galería de imágenes

Thanks Enrico. I need that TAlbum class inherits from TControl because I need to put it in a dialog. It's very difficult for me to control the application flow with 2 windows, so I need to create a dialog and inside it the talbum class. I have ...
by José Luis Sánchez
Sat Jan 23, 2021 8:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: galería de imágenes
Replies: 52
Views: 17035

Re: galería de imágenes

Thanks Enrico. I need that TAlbum class inherits from TControl because I need to put it in a dialog. It's very difficult for me to control the application flow with 2 windows, so I need to create a dialog and inside it the talbum class. I have ...
by nageswaragunupudi
Fri Jan 22, 2021 5:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: galería de imágenes
Replies: 52
Views: 17035

Re: galería de imágenes

Thanks Enrico. I need that TAlbum class inherits from TControl because I need to put it in a dialog. It's very difficult for me to control the application flow with 2 windows, so I need to create a dialog and inside it the talbum class. I have ...
by José Luis Sánchez
Fri Jan 22, 2021 5:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: galería de imágenes
Replies: 52
Views: 17035

Re: galería de imágenes

... WINDOW into ACTIVATE DIALOG Class TWindow implements Method Center( oWndParent ) so that message can be sent to any object whose class is or inherits from TWindow
by Antonio Linares
Fri Jan 15, 2021 5:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: galería de imágenes
Replies: 52
Views: 17035

Re: To James Bott - Error Using TData

... you have procured many making me waste time and making me fight with everyone I will never use TDATA of this I am sure, I am convinced that TData inherits from TDatabase and spoils what is good in TDatabase THANKS ANYWAY STOP HERE FOR ME
by Silvio.Falconi
Wed May 29, 2019 4:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5133
Next

Return to advanced search