Esempio n. 1
0
        private void ThirdHelpPopupNext()
        {
            helpPopup.NextEvent -= ThirdHelpPopupNext;
            helpPopup.BackEvent  = SecondHelpPopupNext;

            helpPopup.Text = "Try adding a field into FRONTSIDE by pressing on its content area then press on the \"{{...}}\" button.\n (To change font size and family, a physical keyboard is required.)";
            AddFieldClick += TutorialAddFieldClick;
            helpPopup.ShowWithBackAndClose();
        }
Esempio n. 2
0
        private void ThirdAddDeckAndNoteNext()
        {
            helpPopup.BackEvent  = SecondAddDeckAndNoteNext;
            helpPopup.NextEvent -= SecondAddDeckAndNoteNext;

            helpPopup.Title = "Note";
            helpPopup.Text  = "To resue an old note type for a new deck, please leave note type name blank. To change how your cards will display contents from notes, please view \"Note Types & Templates\". To extract sub-decks please view \"Custom Study\".";
            helpPopup.ShowWithBackAndClose();
        }