TBtnBmp and bClrGrad [Solved]

Post Reply
User avatar
Enrico Maria Giordano
Posts: 7355
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

TBtnBmp and bClrGrad [Solved]

Post by Enrico Maria Giordano »

This is a sample:

Code: Select all

#include "Fivewin.ch"


FUNCTION MAIN()

    LOCAL oDlg

    DEFINE DIALOG oDlg

    @ 1, 1 BTNBMP OF oDlg

    ACTIVATE DIALOG oDlg;
             CENTER

    RETURN NIL
Error:
Error description: Error BASE/1004 Message not found: TDIALOG:BCLRGRAD

Stack Calls
===========
Called from: source\rtl\tobject.prg => TDIALOG:ERROR(0)
Called from: source\rtl\tobject.prg => TDIALOG:MSGNOTFOUND(0)
Called from: source\rtl\tobject.prg => TDIALOG:BCLRGRAD(0)
Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:NEW(0)
Called from: BUG6.prg => MAIN(10)
The problem seems to be missing DATA bClrGrad in TWindow.

EMG
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Enrico,

We keep track of all your reports and we are working to provide those fixes asap,

Thanks for your feedback and cooperation
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Enrico,

Fixed. Please download a new FWH.exe setup in just some few minutes, thanks
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply