[Done] PureBasic 6.10 beta 6 - ListIconGadget - EventType

Found an issue in the documentation ? Please report it here !

Moderator: Documentation Editors

DayDreamer
User
User
Posts: 29
Joined: Thu Aug 03, 2023 5:44 pm
Location: Off Planet

[Done] PureBasic 6.10 beta 6 - ListIconGadget - EventType

Post 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.
User avatar
Andre
PureBasic Team
PureBasic Team
Posts: 2137
Joined: Fri Apr 25, 2003 6:14 pm
Location: Germany (Saxony, Deutscheinsiedel)
Contact:

Re: PureBasic 6.10 beta 6 - ListIconGadget - EventType

Post 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 :)
Bye,
...André
(PureBasicTeam::Docs & Support - PureArea.net | Order:: PureBasic | PureVisionXP)
Post Reply