|
|
Classification: |
C++ |
Category: |
EIKON |
Created: |
04/09/2002 |
Modified: |
04/11/2002 |
Number: |
FAQ-0782 |
Platform: |
ER5, Symbian OS v6.0, Symbian OS v6.1 |
|
Question: I have added a new control to a compound control but it is not getting displayed. What might be wrong?
Answer: Check that you have increased the integer value returned by the CountComponentControls() method of the compound control to
reflect the existence of the extra control. If not, the new control will be ignored. This is a common source of error.
|
|
|