Setting Coordinates for Dynamic popup list

Login to reply to this topic.
Thu, 2005-02-17 07:07
Joined: 2005-02-09
Forum posts: 4
Hi
I am creating a dynamic popup list using the following code

   iGrid = new ( ELeave ) CAknGrid;

   CAknPopupList* popupList = CAknPopupList::NewL( iGrid,
       R_AVKON_SOFTKEYS_SELECT_BACK );
   CleanupStack::PushL( popupList );

   iGrid->ConstructL( popupList, CEikListBox::ELeftDownInViewRect );

but have not found any way to set its coordinates.As by default it takes some other values.
Do tried the functions given in CAknGrid and CAknPopupList classes but then too its not showing the result.

will be gratefull if anyone can help me out with this.
thanks in regards

Wed, 2005-09-28 07:46
Joined: 2004-12-31
Forum posts: 83
Re: Setting Coordinates for Dynamic popup list
i am facing the same problem.
did any got any solution to this.


warm regards

saurabh

  • Login to reply to this topic.