Amiga.org

Operating System Specific Discussions => Amiga OS => Amiga OS -- Development => Topic started by: iamaboringperson on July 05, 2003, 05:03:27 AM

Title: Images under GadTools
Post by: iamaboringperson on July 05, 2003, 05:03:27 AM
im just wondering if there is a way to get image gadgets under GadTools?
i think there is a way using straight BOOPSI, however gadtools seems to only support text based buttons

i dont want to go and code my own... and dont tell me to use reaction or mui!
Title: Re: Images under GadTools
Post by: mauma on July 05, 2003, 08:35:19 AM
I had the same problem.
The only way I have found to do this is with the gadget-structure of intuition.
It's a bit more difficult than gadtools, but it works.
Title: Re: Images under GadTools
Post by: itix on July 05, 2003, 12:47:45 PM
Quote

The only way I have found to do this is with the gadget-structure of intuition.
It's a bit more difficult than gadtools, but it works.


It is not recommended. It works but images are limited to 256 colors and gfx must be always in planar format. Users with gfx boards suffer a lot!
Title: Re: Images under GadTools
Post by: iamaboringperson on July 05, 2003, 05:32:29 PM
dont worry guys... ive decided to switch to BOOPSI! its much easier that way...