Discussion Board
-
How do I hide the indicator (status) panel?
2002-05-29, 16:30
#1
Super Contributor
I'd like a full screen window but cannot figure out how to remove the indicator panel from the lhs of screen. Please help!
(c++ crystal sdk 9210)
Posted by Richard Wylie, richardwylie@hotmail.com
on January 26, 2002 at 07:57
-
RE: How do I hide the indicator (status) panel?
2002-05-29, 16:31
#2
Super Contributor
Posted by Nilesh Mahajan, nilesh@kalpadrum.com
on February 05, 2002 at 09:16
Hello,
You can do it by inserting following code in ConstructL() method of your AppUi class before you construct the application view.
iEikonEnv->AppUiFactory()->StatusPane()->MakeVisible(EFalse);
Regards,
Nilesh
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules