Showing posts with label FMD. Show all posts
Showing posts with label FMD. Show all posts

Thursday, November 6, 2014

Note when BUILDING FMD


QUESTION:

@Nurcholif
hey there sir, thanks for wonderful unofficial build. But I'm getting error when tried to build with the source of fmd 0.8.3.13.

forms\frmMain.pas(586,33) Error: identifier idents no member "Glyph"

using:

    lazarus 1.0.12
    fpc 2.6.2
    win7

Thanks for your time.

ANSWER FROM NURCHOLIF
Are those from ExceptionLogger package?
My bad. I changed Tbutton on ExceptionForm to Tbitbtn.
You can change by yourself. Open ExceptionForm > select button > change class > TBitBtn
Or just mark comment those lines. It's not important. Just to added icon to those button.

RESULT: 
Thanks for your time @nurcholif
its worked like charm.


For those who may be get same problem.This is what I did:

    update to lazarus 1.2.4 ( in lazarus 1.0.12, you may need modified upacker.pas )

First:

    comment those line ( problem solve )

Second.
still not satisfied , I changing button class in package UExceptionForm.pas
Open ExceptionForm > select button > change class > TBitBtn

#NOTE
Worked like charm. :D
note

I dont know why but in all TVirtualStringTree have black colour.
if you have same problem like I did, just change the color to clwhite

sorry for english, its not my native language