News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

ResEd 2.0 bugtest

Started by KetilO, January 24, 2008, 10:46:41 AM

Previous topic - Next topic

KetilO

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]

hutch--

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 ?
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

ramguru

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

Vortex


KetilO

New upload.

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

KetilO

Shantanu Gadgil

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
To ret is human, to jmp divine!

KetilO

Thanks Shantanu Gadgil, forgot about that one.

New upload.

KetilO

KetilO

New upload

Dialogs with Visible set to False was not handled correctly.

KetilO