[Done] SetGadgetItemColor don't work

Post bugreports for the Mac OSX version here
Lebostein
Addict
Addict
Posts: 807
Joined: Fri Jun 11, 2004 7:07 am

[Done] SetGadgetItemColor don't work

Post by Lebostein »

Try the example from help:
https://www.purebasic.com/documentation ... color.html

Supported OS: All
But works only with Windows....
IdeasVacuum
Always Here
Always Here
Posts: 6425
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: SetGadgetItemColor don't work

Post by IdeasVacuum »

It works on Windows OS, but not perfectly - the row colour does not fill the whole row, there is an ugly gap on the left side.
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
User avatar
Shardik
Addict
Addict
Posts: 1989
Joined: Thu Apr 21, 2005 2:38 pm
Location: Germany

Re: SetGadgetItemColor don't work

Post by Shardik »

German help for SetGadgetItemColor() wrote:Anmerkungen

Dieser Befehl wird von den folgenden Gadgets unterstützt:

- ListIconGadget()
- TreeGadget()

Hinweis: SetGadgetItemColor() wird auf MacOS X bei diesen zwei Gadgets nicht unterstützt.
English help for SetGadgetItemColor() wrote:Remarks

This function is supported by the following gadgets:

- ListIconGadget()
- TreeGadget()

Note: SetGadgetItemColor() isn't supported on MacOS X with these two gadgets.
But you may take a look into my workaround for the ListIconGadget which demonstrates how to implement the missing SetGadgetItemColor() for MacOS.
Fred
Administrator
Administrator
Posts: 16617
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: SetGadgetItemColor don't work

Post by Fred »

Fixed.
Post Reply