Re: Automatically advancing through a plug-in pane
Re: Automatically advancing through a plug-in pane
- Subject: Re: Automatically advancing through a plug-in pane
- From: Fred Priese <email@hidden>
- Date: Fri, 31 Oct 2008 16:39:44 -0500
- Acceptlanguage: en-US
- Thread-topic: Automatically advancing through a plug-in pane
Title: Re: Automatically advancing through a plug-in pane
Thanks Michael,
As soon as I saw the method, I realized I missed the most obvious place to look! Thanks!
Fred
--
On 10/31/08 4:36 PM, "Michael Wu" <email@hidden> wrote:
You may want to do the following:
- (void)willEnterPane:(InstallerSectionDirection)dir
{
// This called just before enter your plugin.
// Do check to see if there are notice.
// If not
[yourpluginView setHidden:YES];
[self gotoNextPane]; // This will skip your plugin
// else
// Do your plugin
}
On Oct 31, 2008, at 4:14 PM, Fred Priese wrote:
I have a plug-in for my installer which will display 1 or more notices for
the user. I want to bypass this plug-in when there are no notices to
display. My research is failing to find anything.
Thanks for any guidance. I'll keep looking and post back if I find
anything.
Fred
--
The information contained in this e-mail, including any files attached to it, is intended only for the personal use of the designated recipient and may contain PRIVILEGED and CONFIDENTIAL information and is exempt from disclosure under applicable law. If the reader of this e-mail and attachments is not the intended recipient, you are notified that any dissemination, disclosure, distribution, printing, copying or the taking of any action in reliance on this information is strictly prohibited. If you have received this e-mail in error, please notify the sender immediately by responding to this email or by calling our office at (314) 590-0900.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Installer-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Installer-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden