Hi Ketil
I coding a new Addin for Radasm3 and i use the RaEdit control all works fine
But with set the color to this control have i little problems.
mov ebx,lpHandles
invoke SendDlgItemMessage,hWin,IDC_RAECODE,REM_SETFONT,0, addr (ADDINHANDLES ptr[ebx]).racf
mov ebx,lpData
invoke SendDlgItemMessage,hWin,IDC_RAECODE,REM_SETCOLOR,0,addr (ADDINDATA ptr[ebx]).radcolor.racol
Greets,
Have a other a idea?
here is the project
is the same code like
fbedit-code-2994\RadASM30\RadASM30\Sniplets.asm
or
fbedit-code-2994\RadASM\Edit\Sniplets.asm
Hi ragdog
Unfortunatly the current version of RadASM does not create a global class for RAEdit.
This makes it cumbersome to inherit keywords from RadASM.
Included in the zip is a version of RadASM that creates a global class.
KetilO
Hi Thanks
Ahh ok
Quote
Unfortunatly the current version of RadASM does not create a global class for RAEdit.
I must use "invoke InstallRAEdit,hInstance,FALSE" ? ?
Nice it support now in the new version on your Svn
Regards,