Page 1 of 1

[Done] PureBasic 6.10 beta 6 - ListIconGadget - EventType

Posted: Sat Feb 17, 2024 10:22 am
by DayDreamer
When showing help for ListIconGadget with sub-section EventType, the following is shown:
@pb_eventtype_columnclick: a column title has been clicked. Use @getgadgetattributewith #PB_ListIcon_ClickedColumn to know which one has been clicked.
I think the use of the
@
is an error. I think line is intended to be:
#PB_EventType_ColumnClick: a column title has been clicked. Use GetGadgetAttribute with #PB_ListIcon_ClickedColumn to know which one has been clicked.

Re: PureBasic 6.10 beta 6 - ListIconGadget - EventType

Posted: Sat Mar 02, 2024 7:59 pm
by Andre
There is an error in the DocMaker when using the @Command link inside a @FixedFont block.
The related line was changed into using "...GetGadgetAttribute()..." (without link to related command) to workaround this error.
So fixed :)