Hi,
Is it possible to mark some of the items programmatically before showing it to user.
Its like To-Do list where some of the items are 'Done',
Cheers
Type: Posts; User: disamant; Keyword(s):
Hi,
Is it possible to mark some of the items programmatically before showing it to user.
Its like To-Do list where some of the items are 'Done',
Cheers
You can use pyed (Python edito) written in python. Should be available in same forum.
How do we create multi selection list box using List Box.
I need to this to develop an application like list management. Like TODO list , shopping list etc
Change style='checkmark' to style='checkbox'
Cheers
Actually what happens is when you press 'Ok' , the list marks the item where your cursor is and hence returns that item. So Cancel is the way you would return back without selecting anything.
Hi,
How do i create multiselection list box (as a Todo list) in Python?
Dinesh
Hi,
How can we have multi selection list box in Python on series 60. The current list box does not allow multiple selections.
TIA