Issue 37465 - [RFE] need method getUserData for a listbox
Summary: [RFE] need method getUserData for a listbox
Status: CLOSED WONT_FIX
Alias: None
Product: QA
Classification: Unclassified
Component: testscripts (show other issues)
Version: current
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: marc.neumann
QA Contact: issues@qa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-19 14:55 UTC by marc.neumann
Modified: 2013-08-07 15:06 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description marc.neumann 2004-11-19 14:55:26 UTC
the vcl listbox support a method "getUserData" to get the user defined data
behind each item.  This funtion I also need for use it in testtool scripts.

For example: 
I have a listbox with translated entries. The developer has provide an
additional user data for each item to get an untranslated string. In my
testscript I want to use this untranslated string.
Comment 1 gregor.hartmann 2004-11-23 11:16:15 UTC
the UserData is a pointer to memory, the testtool knows nothing about the
structure of the memory, it can be a string or anything else.
Therefor it is impossible to access it in a safe manner.

Appart from this the method is called 'GetEntryData' just to keep things
different :-(
Comment 2 gregor.hartmann 2004-11-23 14:45:28 UTC
.
Comment 3 gregor.hartmann 2004-11-23 14:45:59 UTC
.
Comment 4 marc.neumann 2004-11-29 09:29:12 UTC
wontfix
Comment 5 marc.neumann 2004-11-29 09:29:25 UTC
close