Hi!
The listbox is having a bug.
Disabled items cannot be selected with mouse.
Using keyboard you can!
Is there a known workaround?
I tried in interactivechange method:
if this.enabled = .F.
keyboard "{MOUSE}"
endif
but without result
my philosophy was :
if item is disabled than simulate a mouseclick ( keyboard "{MOUSE}") as with a real mouseclick it is not possible to select a disables item.
any suggestions?
-Bart
The listbox is having a bug.
Disabled items cannot be selected with mouse.
Using keyboard you can!
Is there a known workaround?
I tried in interactivechange method:
if this.enabled = .F.
keyboard "{MOUSE}"
endif
but without result
my philosophy was :
if item is disabled than simulate a mouseclick ( keyboard "{MOUSE}") as with a real mouseclick it is not possible to select a disables item.
any suggestions?
-Bart