https://issues.apache.org/ooo/show_bug.cgi?id=125700
Issue ID: 125700
Issue Type: DEFECT
Summary: OOooo user dialog editor - element "listbox" -
"execute act" trigers only on mouse
Product: App Dev
Version: 4.1.1
Hardware: All
OS: Windows XP
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: api
Assignee: [email protected]
Reporter: [email protected]
Meow
In OpenOffice Basic tool in OpenOffice 4.1.1 is one strange thing.
In user dialog, window element called "listbox".
If you attach function or sub to event "execute an act", then.....
This attached procedure (sub) will be executed only on double click mouse on
item from this list.
If this listbox is trigered by pressing Enter key on selected item, nothing
happend.
I had to use event "key released", for this listbox, and condition keycode (I
thing 1280 for Enter key), for triger this sub.
I suspect, there is a bug. A verrrrry old bug. Maybe few years old bug.
Ponny
--
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.