The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => Topic started by: KetilO on January 24, 2008, 10:46:41 AM

Title: ResEd 2.0 bugtest
Post by: KetilO on January 24, 2008, 10:46:41 AM
Whats new:

2.0.0.0 - 2008.24.01
--------------------
o RAResEd is now a single control. This makes it easier to use it in your own IDE.
o Added nicer toolbar and menu.
o Added Undo / Redo to dialog editor
  NOTE! Undo / Redo resets Send to Back / Bring to Front.
  The only way to avoid this problem is to properly set the tabindexes.
  Most important is that a GroupBox or Tab control should have a lower tabindex
  than all the controls it contain.
o Added support for IDOK / IDCANCEL to Button control.
o Added support for IDC_STATIC to Static, Image and Shape controls.
o Added better support for multiline captions (Edit, Static and Button controls).
  NOTE. Use Ctrl+Enter to insert a new line in the multiline text box.
o Added TOOLBAR resource.
o Fixed bugs with Image and Animate controls (name / id problems).
o Fixed bug with #include <windows.h>.
o Fixed bug with Add XP Manifest. #define MANIFEST 24 was not included.
  This caused the applicationt you crated to not run.

KetilO

New upload:
02-04-2008, 31 dl
02-08-2008, 31 dl
02-14-2008, 14 dl

[attachment deleted by admin]
Title: Re: ResEd 2.0 bugtest
Post by: hutch-- on January 24, 2008, 11:03:59 AM
Ketil,

This is looking good and is turning into a very good tool. I like the documented control styles, control group select with the mouse. I have one request if it is possible, like may my age my eyesight is not at its best any longer and while I can position controls reasonably accurately, I am used to doing fine adjustments with the arrow keys rather than trying to do final positioning with a mouse. Would this be all that difficult to implement ?
Title: Re: ResEd 2.0 bugtest
Post by: ramguru on January 24, 2008, 12:49:17 PM
Quote from: hutch-- on January 24, 2008, 11:03:59 AM
This is looking good and is turning into a very good tool.
It has turned into a very good tool ages ago :). Thanks for update KetilO

Quote from: hutch-- on January 24, 2008, 11:03:59 AM
I have one request if it is possible,...while I can position controls reasonably accurately, I am used to doing fine adjustments with the arrow keys rather than trying to do final positioning with a mouse. Would this be all that difficult to implement ?
I think it's already implemented, try: Ctrl+UP,Ctrl+DOWN,Ctrl+RIGHT,Ctrl+LEFT for positioning; Shift+UP/DOWN/RIGHT/LEFT for resizing
Title: Re: ResEd 2.0 bugtest
Post by: Vortex on January 24, 2008, 08:07:03 PM
Hi Ketil,

Very nice work :U
Title: Re: ResEd 2.0 bugtest
Post by: KetilO on February 04, 2008, 09:20:09 AM
New upload.

o Fixed bugs..
o Added Text mode to dialog editor.
o Added option to use standard menu.

KetilO
Title: Re: ResEd 2.0 bugtest
Post by: Shantanu Gadgil on February 06, 2008, 03:22:51 PM
The issue with the length of the "auto-export" filename persists:
http://www.masm32.com/board/index.php?topic=8283.0

The name is *still* being chopped off at 9 (nine) characters !!!

Regards,
Shantanu
Title: Re: ResEd 2.0 bugtest
Post by: KetilO on February 08, 2008, 07:46:55 AM
Thanks Shantanu Gadgil, forgot about that one.

New upload.

KetilO
Title: Re: ResEd 2.0 bugtest
Post by: KetilO on February 14, 2008, 11:09:29 AM
New upload

Dialogs with Visible set to False was not handled correctly.

KetilO