The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: ragdog on June 26, 2010, 05:37:02 PM

Title: Radasm color theme
Post by: ragdog on June 26, 2010, 05:37:02 PM
Hi

I use RadASM 2.2.2.0 ,and i have make a new color theme
who is this theme settings saved?

If i install a new Radasm ,how i can add my theme to this radasm ?

I have copy this radasm.ini and install a fresh copy of Radasm
now start i this and my old theme is allready installed why?


And If i change the Api color change also Hwnd,IDC_FILTER, and all Data and data? function to this color
invoke SendDlgItemMessage,hWnd,IDC_FILTER,CB_GETCURSEL,0, 0 

Can i change this to a different?

Soory my many question  :bg
Title: Re: Radasm color theme
Post by: KetilO on June 28, 2010, 06:55:25 AM
Hi ragdog

Themes are saved in RadASM.ini
Themes from RadASM 2.x are incompatible.
Types=Group#12
Structures=Group#13
Constants and words=Group#14
Api calls=group#15

KetilO
Title: Re: Radasm color theme
Post by: ragdog on July 02, 2010, 07:16:34 PM
I mean for Radasm 2.x I wait for 3.x if bugtest finish
By 2.x have i not Group#13,Group#14,Group#15

Thanks
Title: Re: Radasm color theme
Post by: Gunner on July 02, 2010, 08:59:49 PM
In Radasm.ini the colors are under [Color] and in your assembler.ini under [Color] also...
Title: Re: Radasm color theme
Post by: ragdog on July 02, 2010, 09:47:36 PM
Hi gunner

Thanks i have this already solved
i have only the problem with this

QuoteAnd If i change the Api color change also Hwnd,IDC_FILTER, and all Data and data? function to this color
invoke SendDlgItemMessage,hWnd,IDC_FILTER,CB_GETCURSEL,0, 0

Can i change this to a different?
Title: Re: Radasm color theme
Post by: Gunner on July 02, 2010, 10:48:31 PM
I think I understand your questions.  RadASM is very customizable... in the colors & keywords dialog, at the bottom of the "groups" list are 3 items: Constants, API's, and Structures.  Change those colors...