The MASM Forum Archive 2004 to 2012

Specialised Projects => Custom Interface Components => Topic started by: Sevag.K on July 16, 2006, 07:56:53 PM

Title: RAEdit collapse/expand code
Post by: Sevag.K on July 16, 2006, 07:56:53 PM

Did anything change in the way this is done?  In my program, it works using v.1.0.7.1 of RAEdit.dll, but no longer works it I use v.1.1.0.3 (or 1.1.0.2).



Title: Re: RAEdit collapse/expand code
Post by: KetilO on July 17, 2006, 06:58:40 AM
Hi Savag.K

From RAEdit.txt

IMPORTANT:
Version 1.1.0.0 introduces collapse/expand blocks that are not backwards compatible.
- Use REM_ADDBLOCKDEF message or call SetBlockDef to set block definitions.
  A parameter of 0 resets the block definitions.
  There can be a maximum of 32 block definitions.
- REM_SETBLOCKS does not have any lpRABLOCKDEF parameter and needs only be called once
  for a newly opened file.
- REM_COLLAPSE and REM_COLLAPSEALL does not have any lpRABLOCKDEF parameter.

KetilO
Title: Re: RAEdit collapse/expand code
Post by: Sevag.K on July 17, 2006, 08:03:12 AM
Thanks, I hadn't downloaded SimEd in a while and missed that announcemnt.