The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: KetilO on March 16, 2006, 11:17:42 AM

Title: RadASM style manager addin
Post by: KetilO on March 16, 2006, 11:17:42 AM
Hi all

I have tried to get the sources for X05's stylemanager without success.
So this is an attempt to make a replacement for the stylemanager.

See the included StyleMana.txt on how to install.

KetilO

03-20-2006, Fixed minor bug where position was not saved. Removed duplicate styles. Added several style groups.
03-22-2006, Added textbox to edit style as hex.
04-23-2006. Made it ready for language translations. Added SS_CENTERIMAGE style.


[attachment deleted by admin]
Title: Re: RadASM style manager addin
Post by: Shantanu Gadgil on March 16, 2006, 11:40:36 AM
Yay! Got it first !!!

I have to say...this is truly amazing work, especially the way the actual control updates as one selects/deselects the style values :thumbu :thumbu :thumbu

Not tested it very thoroughly, but did not face (notice?) any immediate problems !!! :cheekygreen:

Any plans of integrating this feature into ResEd ?
Title: Re: RadASM style manager addin
Post by: KetilO on March 16, 2006, 10:50:11 PM
Thanks

Yes that was my initial plan. It is designed to be easily implemented into ResEd.

KetilO
Title: Re: RadASM style manager addin
Post by: KetilO on March 20, 2006, 09:38:20 AM
New upload:

o Fixed minor bug where position was not saved.
o Removed duplicate styles.
o Added several style groups.

KetilO
Title: Re: RadASM style manager addin
Post by: KetilO on March 22, 2006, 08:18:08 AM
Hi all

New upload:

o Added textbox to edit style as hex.

KetilO
Title: Re: RadASM style manager addin
Post by: Shantanu Gadgil on March 22, 2006, 09:53:48 AM
Cool! Amazing! :U

How about the BS_FLAT style for button?
#define BS_FLAT             0x00008000L //winuser.h

How about if you can start a "sticky" where users (we  :bg) can keep posting missing equates etc, might make your job much easier!!!
Title: Re: RadASM style manager addin
Post by: KetilO on March 22, 2006, 12:10:10 PM
Thanks

BS_FLAT will be added.

KetilO
Title: Re: RadASM style manager addin
Post by: lamer on March 23, 2006, 08:13:36 PM
Great work, Ketil! Thank you!
:U :U :U
Title: SS_CENTERIMAGE
Post by: PhM on April 22, 2006, 09:58:57 PM
Hi Ketil and thanks for RadASM, a great IDE :U

I often use SS_CENTERIMAGE as a static control style in VC, it is very useful for statics or bitmaps.
I added this to The StylesManager AddIn in Styles.inc at line 584 and it works fine !
dd SS_CENTERIMAGE
dd 200h
db 'SS_CENTERIMAGE',0
I hope it helps.
Sincerly,
Philippe Marechal
Title: Re: RadASM style manager addin
Post by: KetilO on April 23, 2006, 01:07:59 PM
Thanks Philippe

New upload at the top.

KetilO
Title: Re: RadASM style manager addin
Post by: siegfried on June 21, 2006, 08:02:07 PM
Dear Philippe,

En fait je ne comprend pas du tout ce que tu dis  :green :cheekygreen: :green2

Ca ressemble a de l'assembleur (j'en ai fait sur Motorola), mais c'est un language compliqué pour un pauvre profane comme moi.

Bises !