"Jump to screen" option

6 posts / 0 new
Last post
Massi
Massi's picture
Offline
Last seen: 3 years 10 months ago
Joined: 2012-03-28 17:16
"Jump to screen" option

Hello!

My Workbench application makes use of 2 "bitmap.image" objects with the BITMAP_Screen attribute initially set to the Workbench screen pointer.

What happens to them when jumping to a new public screen?
If I understand well it is not possible to change that BITMAP_Screen attribute via SetAttrs(), or? Perhaps this is handled internally by the "window.class" object?

Thanks, regards

trixie
trixie's picture
Offline
Last seen: 5 months 19 hours ago
Joined: 2011-02-03 13:58
Don't know about the

Don't know about the internals - all I can tell you that I use both bitmap.image objects and the screen jumping feature in WordNet, and everything works just fine. Despite the bitmaps being created against a particular BITMAP_Screen pointer, upon arriving on the new screen the image colours are just fine.

AmigaOne X5000-020 / 2GB RAM / Sapphire Pulse Radeon RX 560 / AmigaOS 4.1 Final Edition Update 2

thomas
thomas's picture
Offline
Last seen: 22 hours 13 min ago
Joined: 2011-05-16 14:23
upon arriving on the new

upon arriving on the new screen the image colours are just fine

Did you try this with a CLUT screen (<= 256 colors)?

trixie
trixie's picture
Offline
Last seen: 5 months 19 hours ago
Joined: 2011-02-03 13:58
@thomas Did you try this with

@thomas

Did you try this with a CLUT screen (<= 256 colors)?

No, I don't think I did. AFAIK the Window Class jump-to-screen feature documentation says nothing about the need to remap colours so I've never actually bothered.

AmigaOne X5000-020 / 2GB RAM / Sapphire Pulse Radeon RX 560 / AmigaOS 4.1 Final Edition Update 2

gazelle
gazelle's picture
Offline
Last seen: 1 year 1 month ago
Joined: 2011-04-13 12:52
I came across the same

I came across the same question using serveral "getcolor.gadgets" objects which also do have an Screen attribute.

What I've done is to put them all in one layout group and after the WM_CLOSE (or WM_ICONIFY) I remove (and dispose) the whole layout and than build and add it again with the new screen pointer before the WM_OPEN.

PJS
PJS's picture
Offline
Last seen: 4 years 2 months ago
Joined: 2012-12-09 18:38
Hey guys, Maybe you're

Hey guys,

Maybe you're already past this point, but Rigo did an
article on the pop-up window menu and the jump to screen
functionality:

http://www.os4coding.net/blog/rigo/boopsi-windowclass-and-new-popup-menu-functionality-part-one

Maybe there's something in there that might help?

Thanks,

PJS

Log in or register to post comments