English Amiga Board


Go Back   English Amiga Board > Search Forums

Showing results 1 to 5 of 5
Search took 0.00 seconds.
Search: Posts Made By: a/b
Forum: Coders. System 25 November 2022, 02:04
Replies: 20
Views: 1,796
Posted By a/b
Use _LVOItemAddress() with a0 = menu strip and...

Use _LVOItemAddress() with a0 = menu strip and d0.w = im_Code from the message to locate the selected menu item. Or in C something like ItemAddress(menu_strip,msg->im_Code).
Number is im_Code, but...
Forum: Coders. System 24 November 2022, 23:10
Replies: 20
Views: 1,796
Posted By a/b
Uhm, it should work automagically? I typically...

Uhm, it should work automagically?
I typically want my stuff to look like WB so I use "defaults" and have no problems... DETAILPEN and BLOCKPEN as window pens, WFLG_NEWLOOKMENUS added to flags. I...
Forum: Coders. System 24 November 2022, 06:16
Replies: 20
Views: 1,796
Posted By a/b
That's a separator... Set menu item's mi_ItemFill...

That's a separator... Set menu item's mi_ItemFill to point to an Image struct instead of IntuiText, and set menu item's flags to HIGHNONE (meaning: gfx item, disabled, no highlight).
Image struct...
Forum: Coders. System 23 November 2022, 15:51
Replies: 20
Views: 1,796
Posted By a/b
Which detail/block pen and flags do you specify...

Which detail/block pen and flags do you specify for your window when you're creating it?

Also, forgot to mention you also have to use the NS_EXTENDED (screen) and WFLG_NW_EXTENDED (window) flag to...
Forum: Coders. System 23 November 2022, 01:01
Replies: 20
Views: 1,796
Posted By a/b
For a KS3.0+ 3D look you could also try setting...

For a KS3.0+ 3D look you could also try setting the pens tag (KS2.0+ but it will work in KS1.3 fine because it's ignored), at the end of ExtNewScreen (right after gadgets and custom bitmap) and...
Showing results 1 to 5 of 5

 
Forum Jump

All times are GMT +2. The time now is 17:24.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Page generated in 0.05340 seconds with 10 queries