Hi all

Just a little test toy for now.
When I'm done it will be a RadASM custom control.

Suggestions and ideas welcome.

KetilO

09-02-2003, 11 dl, Fixed color problem in property window.
09-03-2003, 31 dl, Version 1.0.0.0 released.
09-04-2003, 36 dl, Several improvements. Included sources for the app.
09-05-2003, 38 dl, Several minor improvements. Included full sources.
09-08-2003, 50 dl, Fixed bring to front bug. Added custom control support.
10-17-2003, 203 dl, Sources for latest version uploaded to my website.

Note: Newer version uploaded at a later post.
Posted on 2003-09-02 08:05:55 by KetilO
Very nice, as usual with your programs !

Thanks !

A little thing: bgcolor of properties box when the color is not white:
Posted on 2003-09-02 08:49:39 by pelaillo
On WinXP SP1, when I place a control, I can't delete it with the delete key or the backspace key or the delete command from the menu.


Thanks,
_Shawn
Posted on 2003-09-02 11:08:49 by _Shawn
The menu functions doesn't work yet.
Posted on 2003-09-02 12:41:23 by Vortex
Very nice Kjetil!!! :cool: I look forward to a fully working release... ;) Could you make it possible to save the dialog as FASM-sources then - with use of macros (They are very flexible now and, as far as I know, fully capable with resource-scripts)?

Thanks once again!

Regards,
Tommy
Posted on 2003-09-02 15:11:57 by Tommy
looks nice
Posted on 2003-09-03 00:14:17 by Ranma_at
Hi all

Thanks for your feedback.

Version 1.0.0.0 released. Contains what is needed to create dialogs.

KetilO
Posted on 2003-09-03 07:49:19 by KetilO
Hi again Kjetil,

Very nice! I really like it!! :cool:

Two questions:
1) Are you going to release the sources for this program (as with the hex-editor and the simple masm-editor on your project page)?
2) Possibility to export to FASM-source?

Thanks!!!

Regards,
Tommy
Posted on 2003-09-03 08:24:30 by Tommy
Hi Tommy

1) Sources will be released as usual.
2) Have not found the time to look at the macros yet.

KetilO
Posted on 2003-09-03 08:55:37 by KetilO
:) That's good!
Don't worry about that... When the sources are released, I can take a look at it! ;)

Thanks again!

Regards,
Tommy
Posted on 2003-09-03 09:14:25 by Tommy
Hmmm nice work my friend. I was thinking of writing a standalone(apart from your IDE) but looks like you've got that covered :alright:
Posted on 2003-09-03 20:26:04 by Guy on ASM
Hi all

New upload at the top.

- Fixed richedit control did not work bug.
- Added accelerators.
- Added context menu.
- Added position shows in statusbar.
- Included sources for the application.

RAResEd.dll is a RadASM custom control.
Add this to section in RadASM.ini

x=RAResEd.dll,3

Where x is next free number. Copy RAResEd.dll to C:\RadASM and you are ready to start designing your own resource editor.

KetilO
Posted on 2003-09-04 08:33:59 by KetilO
a new toy :grin:
Posted on 2003-09-04 08:58:06 by Ranma_at
KetilO,

Very nice work :alright:
Posted on 2003-09-04 12:30:01 by Vortex
Cool! :cool:

A little question: Are you going to include the sources to the RAResEd control too???
Posted on 2003-09-04 15:04:38 by Tommy
Hi all

New upload at the top.

- Several minor improvements.
- Included full sources. (Not for the faint of hart)

KetilO
Posted on 2003-09-05 09:00:41 by KetilO
Hi,
How to convert *.dlg to *.rc ? or save as *.rc.

In VB, when I move the GroupBox, any objects inside GroupBox also move together. You don't need to rearrange the objects inside it again.

But here cannot. May be you should implement this.

Thanks
Posted on 2003-09-07 05:07:46 by QS_Ong
Hi Ketil

If one sends a control to back and then try to bring it to front again
ResEd will crash.
Posted on 2003-09-07 10:51:59 by peanut
Hi ASM

How to convert *.dlg to *.rc ? or save as *.rc.

File / Save RC does that.
In VB, when I move the GroupBox, any objects inside GroupBox also move together. You don't need to rearrange the objects inside it again.

Use multiselect (hold shift while drawing a rectangle) to select the groupbox and it's controls.

KetilO
Posted on 2003-09-08 02:20:41 by KetilO
Hi peanut

Thanks, I will fix it.

KetilO
Posted on 2003-09-08 02:21:37 by KetilO