Author Topic: Checkboxes in a listbox  (Read 5901 times)

AnonymousPostings

  • Newbie
  • *
  • Posts: 49
Checkboxes in a listbox
« on: July 01, 2010, 11:24:34 AM »
Is there a way to put checkboxes into a listbox?
« Last Edit: January 01, 1970, 01:00:00 AM by Guest »

Malkom

  • Administrator
  • Newbie
  • *****
  • Posts: 461
  • Here to help you
Re: Checkboxes in a listbox
« Reply #1 on: July 01, 2010, 11:25:31 AM »
Yes, they can have checkboxes, see the built-in HyperNext Guide - it shows the listbox commands/functions.
There is also some info in the Language Reference PDF.

The command ListboxSetCellCheck sets whether the checkbox is there or not.

The function ListboxEventFN can be used to see whether the checkbox was changed.
It should be placed in the listbox’s script
« Last Edit: January 01, 1970, 01:00:00 AM by Guest »
I am sorry but I do not have time to answer questions by PM or email.
If you post your questions in this forum then it might help others.

 

anything