Hi Ketil,
Just checked over the 2027 files before installing and the new elements are missing from the RadASM.inc file.
ADDINDATA.lpPrpCboItems
ADDINPROCS.lpSetPropertyCbo
Just checked over the 2027 files before installing and the new elements are missing from the RadASM.inc file.
ADDINDATA.lpPrpCboItems
ADDINPROCS.lpSetPropertyCbo
Hi donkey
I will do some changes to how the properties combo is updated.
What I have in mind is changing the PrpCboItems list from:
.code,.const,.data,macro,messages,struct
to:
.code,0,.const,1,.data,2,macro,3,messages,4,struct,5
You would have to add:
,YourItem,0
KetilO
I will do some changes to how the properties combo is updated.
What I have in mind is changing the PrpCboItems list from:
.code,.const,.data,macro,messages,struct
to:
.code,0,.const,1,.data,2,macro,3,messages,4,struct,5
You would have to add:
,YourItem,0
KetilO
Hi donkey
New upload.
- Fixed RadASM.inc
- Changed PrpCboItems list to: '.code,0,.const,1,.data,2,macro,3,messages,4,struct,5'
KetilO
New upload.
- Fixed RadASM.inc
- Changed PrpCboItems list to: '.code,0,.const,1,.data,2,macro,3,messages,4,struct,5'
KetilO
Sorry, but link error not connection
Ketil,
Whenever I play around with the Menu in RadAsm it writes Separators as MENUITEM "" , maybe this works in other Rc.exe's but mine doesn't... I always have to go back and do a replace on all those and overwrite them with MENUITEM SEPARATOR to get it to compile... Could you please do a check on the "" and replace them with SEPARATOR if possible?
Thanks,
Jimmy
Whenever I play around with the Menu in RadAsm it writes Separators as MENUITEM "" , maybe this works in other Rc.exe's but mine doesn't... I always have to go back and do a replace on all those and overwrite them with MENUITEM SEPARATOR to get it to compile... Could you please do a check on the "" and replace them with SEPARATOR if possible?
Thanks,
Jimmy
Hi JimmyClif
When designing the menu, use a '-' (minus) as caption instead of just blank.
KetilO
When designing the menu, use a '-' (minus) as caption instead of just blank.
KetilO
Good to know... Thanks :alright:
When I create new dialog in RadAsm, it sets default values for Dlg ID and start of controls IDs.
Can the default values be changed (not after creating it, of course -)?
So that when I create new dialog it would be created, for example, with Dlg ID =1 and Stard ID =10?
Can the default values be changed (not after creating it, of course -)?
So that when I create new dialog it would be created, for example, with Dlg ID =1 and Stard ID =10?
Hi The Svin
Guess I need to add an option for this.
KetilO
Guess I need to add an option for this.
KetilO
Hi all
RadASM 2.0.2.7 is uploaded to my website.
Whats new:
2.0.2.7
- Option to auto open last project.
- Assembler errors are now bookmarked and line with error is hilited.
From edit menu you can goto next error and clear all errors.
See RadASMini.rtf section for options.
- From Format menu you can now hide selected lines.
KetilO
RadASM 2.0.2.7 is uploaded to my website.
Whats new:
2.0.2.7
- Option to auto open last project.
- Assembler errors are now bookmarked and line with error is hilited.
From edit menu you can goto next error and clear all errors.
See RadASMini.rtf section for options.
- From Format menu you can now hide selected lines.
KetilO
Thanks for all KetilO,
And I will suggest one more thing. Under the caret or cursor include file may open from context menu.
Regards
And I will suggest one more thing. Under the caret or cursor include file may open from context menu.
Regards
Hi,
the "Go all" (make menu) isn't working anymore with an open
project (not activated). But without an open project its activated!
I think it's a bug, or not? (inversed something).
If it's not a bug, please tell me how to use "Go all" (ALT-F5) with
an open project...
Best regards,
BoostMan
the "Go all" (make menu) isn't working anymore with an open
project (not activated). But without an open project its activated!
I think it's a bug, or not? (inversed something).
If it's not a bug, please tell me how to use "Go all" (ALT-F5) with
an open project...
Best regards,
BoostMan
Hi BoostMan
If you updated masm.ini file then just use Project / Project Options.
KetilO
If you updated masm.ini file then just use Project / Project Options.
KetilO
Hi Ketil,
Single Instance is no longer saved. It is always unchecked after a restart.
Single Instance is no longer saved. It is always unchecked after a restart.
Assemble Modules no longer works, the checkmark to enable it does not stay checked and it remains disabled. (with the updated assembler.ini file)
Thanks donkey
I will fix it soon.
KetilO
I will fix it soon.
KetilO
Hi all
RadASM 2.0.2.8 is uploaded (with previous 2.0.2.8 bugs fixed.
Whats new:
2.0.2.8
- Options to set default dialog ID and controls start ID.
- You can now Run with debug from the make menu.
Note: You must update the assembler.ini files to get this feature.
- Several minor bugs fixed.
KetilO
RadASM 2.0.2.8 is uploaded (with previous 2.0.2.8 bugs fixed.
Whats new:
2.0.2.8
- Options to set default dialog ID and controls start ID.
- You can now Run with debug from the make menu.
Note: You must update the assembler.ini files to get this feature.
- Several minor bugs fixed.
KetilO
Hi KetilO,
Where can I fin this new release?.
http://radasm.visualassembler.com is broken.
Thank you
ipadilla
Where can I fin this new release?.
http://radasm.visualassembler.com is broken.
Thank you
ipadilla
Hi KetilO,
Does Make Menu should has 10 items? Because menu flags has 10 items
Regards
Does Make Menu should has 10 items? Because menu flags has 10 items
MenuMake=1,1,1,1,1,1,1,1,0,0
Regards