The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => Topic started by: KetilO on July 17, 2009, 01:56:43 PM

Title: ResEd 2.2.0.3 bugtest
Post by: KetilO on July 17, 2009, 01:56:43 PM
ResEd

2.2.0.3 - 2009-07-29
--------------------
o Accelerator table and string table now has an edit combo in its name column.
  The combo items are names from menues. This might save you some typing.
o Added PBS_MARQUEE progress bar style.
o Updated help file.
o Fixed bug with custom styles.
o Fixed bug with duplicate #define
o Fixed bug with sizing while caption is changed.
o Fixed bug with parsing versioninfo using { and } instead of BEGIN and END.

KetilO

2009.07.21 17 dl, New upload
2009.07.30 19 dl, New upload
2009.08.18 31 dl. Attachment deleted. Released at http://radasm.cherrytree.at/
Title: Re: ResEd 2.2.0.3 bugtest
Post by: Ficko on July 17, 2009, 07:55:14 PM
Thanks KetilO!

Nice  :bg

Quote
Updated help file.

You forgot to include the "Help" file. :lol
Title: Re: ResEd 2.2.0.3 bugtest
Post by: KetilO on July 18, 2009, 05:11:18 AM
The help file is too big to be uploaded here.
You can get it at sourceforge:
https://fbedit.svn.sourceforge.net/svnroot/fbedit/ResEd22/Help/ResEd.chm

KetilO
Title: Re: ResEd 2.2.0.3 bugtest
Post by: Loaden on July 18, 2009, 05:49:07 AM
OK! the question is gone.
Thanks!
Now, it's work fine.
Title: Re: ResEd 2.2.0.3 bugtest
Post by: KetilO on July 21, 2009, 09:15:15 AM
Hi all

New upload.

2.2.0.3 -2009-07-21
-------------------
o Accelerator table and string table now has an edit combo in its name column.
  The combo items are names from menues. This might save you some typing.

KetilO
Title: Re: ResEd 2.2.0.3 bugtest
Post by: feicong on July 21, 2009, 12:46:28 PM
 thands KetilO
  the 2.2.0.2 version had two bugs i feeled .
  1. can't  use openwith to open rc file on my vista system.
  2.to use mouse change the edit control's width or height.it will not work very will.
  now ,the two problem seems to no longer exists.
Title: Re: ResEd 2.2.0.3 bugtest
Post by: ramguru on July 24, 2009, 10:35:15 AM
There is an annoying bug in ResEd:
If I add, let's say, static control to a dialog, then I select it, so that 8 grippers appear, then I edit caption of that static control & after I add some text I try to re-size the static control before I've pressed enter (to accept text change), I will be resizing the dialog instead of the static control.
Title: Re: ResEd 2.2.0.3 bugtest
Post by: KetilO on July 30, 2009, 06:31:28 AM
Thanks ramguru

New upload:
----------------------
o Fixed bug with sizing while caption is changed.
o Fixed bug with parsing versioninfo using { and } instead of BEGIN and END.

KetilO
Title: Re: ResEd 2.2.0.3 bugtest
Post by: feicong on August 05, 2009, 01:58:15 AM
NOW  The ResEd has BS_SPLITBUTTON, BS_DEFSPLITBUTTON, BS_COMMANDLINK and BS_DEFCOMMANDLINK button styles,
but it can't works when i give the style to button ,could you give an example! my system is vista sp1
Title: Re: ResEd 2.2.0.3 bugtest
Post by: KetilO on August 05, 2009, 11:10:36 AM
Hi feicong

What exactly is the problem? Design or with your application?

It works as it shold here on Vista SP2.

KetilO
Title: Re: ResEd 2.2.0.3 bugtest
Post by: feicong on August 05, 2009, 02:53:35 PM
  hi KetilO ,thanks!
the program is ok now !
i have get answer on the page:http://msdn.microsoft.com/zh-cn/magazine/cc163384.aspx
here is the project:


[attachment deleted by admin]
Title: Re: ResEd 2.2.0.3 bugtest
Post by: Sevag.K on August 29, 2009, 04:14:48 AM
Under some circumstances, such as after having removed a menu item,  multiple symbols are being generated in HLA symbols output.  The menu symbol data was repeated as much as 3 times in the output.
Title: Re: ResEd 2.2.0.3 bugtest
Post by: KetilO on September 01, 2009, 07:44:40 AM
Thanks Sevag.K

You can get a fix here.

KetilO
Title: Re: ResEd 2.2.0.3 bugtest
Post by: Sevag.K on September 02, 2009, 05:13:49 AM
thanks