Gadget Attributes Question
Posted: Sun Jul 26, 2020 2:19 am
Hello folks,
I'm new and looking for indications that the things I'm used to in VB6 can be done in PureBasic. I've looked through the help files and I'm still in the dark.
** In gadgets like Combo Boxes and list boxes, can the displayed data be sorted (like setting a 'sorted' attribute in VB6) or does the data need to be 'fed in' from a pre-sorted list?
** In gadgets like Combo Boxes and list boxes, can columns be added that are not necessarily displayed but hold data to be used when a main column' item is selected?
** can a combo or list box have its HEIGHT changed, so that the list can be longer vertically, (subject to screen height)
** In gadgets like Combo Boxes and list boxes when populated, can a user press a keyboard letter, e.g. "R" or whatever, to jump directly to the first listed item that starts with an "R"?
Much obliged,
AL
I'm new and looking for indications that the things I'm used to in VB6 can be done in PureBasic. I've looked through the help files and I'm still in the dark.
** In gadgets like Combo Boxes and list boxes, can the displayed data be sorted (like setting a 'sorted' attribute in VB6) or does the data need to be 'fed in' from a pre-sorted list?
** In gadgets like Combo Boxes and list boxes, can columns be added that are not necessarily displayed but hold data to be used when a main column' item is selected?
** can a combo or list box have its HEIGHT changed, so that the list can be longer vertically, (subject to screen height)
** In gadgets like Combo Boxes and list boxes when populated, can a user press a keyboard letter, e.g. "R" or whatever, to jump directly to the first listed item that starts with an "R"?
Much obliged,
AL