Class: Yast::PopupClass
- Inherits:
-
Module
- Object
- Module
- Yast::PopupClass
- Defined in:
- ../../library/general/src/modules/Popup.rb
Instance Method Summary (collapse)
-
- (Object) AnyMessage(headline, message)
Generic message popup.
-
- (Object) anyMessageDetailsInternal(headline, message, details)
Internal function - wrapper for anyMessageDetailsInternalType call.
-
- (Object) anyMessageDetailsInternalType(headline, message, details, richtext, width, height)
Generic message popup with Details button - internal.
-
- (Object) anyMessageInternal(headline, message)
Internal function - wrapper for anyMessageInternal call.
-
- (Object) anyMessageInternalRich(headline, message, width, height)
Internal function - wrapper for anyMessageInternal call.
-
- (Object) anyMessageInternalType(headline, message, richtext, width, height)
Generic message popup - internal.
-
- (Object) AnyQuestion(headline, message, yes_button_message, no_button_message, focus)
Generic question popup with two buttons.
-
- (Object) AnyQuestion3(headline, message, yes_button_message, no_button_message, retry_button_message, focus)
Generic question popup with three buttons.
-
- (Yast::Term) AnyQuestionButtonBox(yes_button_message, no_button_message, focus)
Button box for the AnyQuestion Dialog (internal function).
-
- (Object) AnyQuestionRichText(headline, richtext, hdim, vdim, yes_button_message, no_button_message, focus)
Show a question that might need scrolling.
-
- (Object) anyRichMessageInternal(headline, message, width, height)
Generic message popup - internal.
-
- (void) AnyTimedMessage(headline, message, timeout)
Generic message popup.
-
- (Object) anyTimedMessageInternal(headline, message, timeout)
Internal function - wrapper for anyTimedMessageTypeInternal call.
-
- (void) anyTimedMessageTypeInternal(headline, message, timeout, richtext, width, height)
Internal version of AnyTimedMessage.
- - (Object) AnyTimedRichMessage(headline, message, timeout)
-
- (Object) anyTimedRichMessageInternal(headline, message, timeout, width, height)
Internal function - wrapper for anyTimedMessageTypeInternal call.
-
- (void) ClearFeedback
Clear feedback message.
-
- (Boolean) ConfirmAbort(severity)
Confirmation for “Abort” button during installation.
-
- (Boolean) ContinueCancel(message)
Dialog which displays the “message” and has a Continue and a Cancel button.
-
- (Boolean) ContinueCancelHeadline(headline, message)
Dialog which displays the “message” and has a Continue and a Cancel button.
-
- (Object) Error(message)
Show an error message and wait until user clicked “OK”.
-
- (Object) ErrorAnyQuestion(headline, message, yes_button_message, no_button_message, focus)
Generic error question popup with two buttons.
-
- (Object) ErrorDetails(message, details)
Show an error message with Details button and wait until user clicked “OK”.
-
- (Object) Feedback(headline, message, &block)
Run the block with a feeback popup The popup is automatically closed at the end (even when an exception is raised).
-
- (Object) LongError(message)
Show a long error and wait until user clicked “OK”.
-
- (Object) LongErrorGeometry(message, width, height)
Show a long error message and wait until user clicked “OK”.
-
- (Object) LongMessage(message)
Show a long message and wait until user clicked “OK”.
-
- (Object) LongMessageGeometry(message, width, height)
Show a long message and wait until user clicked “OK”.
-
- (Object) LongNotify(message)
Show a long notify message and wait until user clicked “OK”.
-
- (Object) LongNotifyGeometry(message, width, height)
Show a long notify message and wait until user clicked “OK”.
-
- (Object) LongText(headline, richtext, hdim, vdim)
Show a long text that might need scrolling.
-
- (Object) LongWarning(message)
Show a long warning and wait until user clicked “OK”.
-
- (Object) LongWarningGeometry(message, width, height)
Show a long warning and wait until user clicked “OK”.
- - (Object) main
-
- (Object) Message(message)
Show a simple message and wait until user clicked “OK”.
-
- (Object) MessageDetails(message, details)
Show a message with Details button and wait until user clicked “OK”.
-
- (Symbol) ModuleError(text)
Special error popup for YCP modules that don't work.
-
- (Object) NoHeadline
Indicator for empty headline for popups that can optionally have one.
-
- (Object) Notify(message)
Show a notification message and wait until user clicked “OK”.
-
- (Object) NotifyDetails(message, details)
Show a notify message with Details button and wait until user clicked “OK”.
-
- (Object) popupLayoutInternal(headline, message, button_box)
Internal function - wrapper for popupLayoutInternalTypeWithLabel call.
-
- (Object) popupLayoutInternalRich(headline, message, button_box, width, height)
Internal function - wrapper for popupLayoutInternalTypeWithLabel call.
-
- (Yast::Term) popupLayoutInternalTypeWithLabel(headline, message, button_box, label, richtext, width, height)
Internal function that returns a popup dialog with an additional label.
-
- (Object) ReallyAbort(have_changes)
Confirmation popup when user clicked “Abort”.
-
- (void) ShowFeedback(headline, message)
Show popup with a headline and a message for feedback.
-
- (Object) ShowFile(headline, filename)
Show the contents of an entire file in a popup.
-
- (Object) ShowText(headline, text)
Show the contents of an entire file in a popup.
-
- (Object) ShowTextTimed(headline, text, timeout)
Show the contents of an entire file in a popup.
-
- (Boolean) TimedAnyQuestion(headline, message, yes_button_message, no_button_message, focus, timeout_seconds)
Timed question popup with two buttons and time display.
-
- (void) TimedError(message, timeout_seconds)
Show an error message and wait specified amount of time or until user clicked “OK”.
-
- (Boolean) TimedErrorAnyQuestion(headline, message, yes_button_message, no_button_message, focus, timeout_seconds)
Timed error question popup with two buttons and time display.
-
- (Object) TimedLongError(message, timeout_seconds)
Show a long error message and wait until user clicked “OK” or time is out.
-
- (Object) TimedLongErrorGeometry(message, timeout_seconds, width, height)
Show a long error message and wait until user clicked “OK” or time is out.
-
- (Object) TimedLongMessage(message, timeout_seconds)
Show a long message and wait until user clicked “OK” or time is out.
-
- (Object) TimedLongMessageGeometry(message, timeout_seconds, width, height)
Show a long message and wait until user clicked “OK” or time is out.
-
- (Object) TimedLongNotify(message, timeout_seconds)
Show a long error message and wait until user clicked “OK” or time is out.
-
- (Object) TimedLongNotifyGeometry(message, timeout_seconds, width, height)
Show a long notify message and wait until user clicked “OK” or time is out.
-
- (Object) TimedLongWarning(message, timeout_seconds)
Show a long warning message and wait until user clicked “OK” or time is out.
-
- (Object) TimedLongWarningGeometry(message, timeout_seconds, width, height)
Show a long warning and wait until user clicked “OK” or time is out.
-
- (Object) TimedMessage(message, timeout_seconds)
Show a message and wait until user clicked “OK” or time is out.
-
- (Object) TimedNotify(message, timeout_seconds)
Show a long notify message and wait until user clicked “OK” or the time is out.
-
- (Object) TimedOKCancel(message, timeout_seconds)
Display a message with a timeout.
-
- (void) TimedWarning(message, timeout_seconds)
Show a warning message and wait specified amount of time or until user clicked “OK”.
-
- (Object) Warning(message)
Show a warning message and wait until user clicked “OK”.
-
- (Object) WarningDetails(message, details)
Show a warning with Details button and wait until user clicked “OK”.
-
- (Boolean) YesNo(message)
Display a yes/no question and wait for answer.
-
- (Boolean) YesNoHeadline(headline, message)
This dialog displays “message” (a question) and has a Yes and a No button.
Instance Method Details
- (Object) AnyMessage(headline, message)
Generic message popup
Show a message with optional headline above and wait until user clicked “OK”.
1034 1035 1036 1037 1038 |
# File '../../library/general/src/modules/Popup.rb', line 1034 def AnyMessage(headline, ) anyMessageInternal(headline, ) nil end |
- (Object) anyMessageDetailsInternal(headline, message, details)
Internal function - wrapper for anyMessageDetailsInternalType call
982 983 984 985 986 987 988 989 990 991 992 993 |
# File '../../library/general/src/modules/Popup.rb', line 982 def anyMessageDetailsInternal(headline, , details) anyMessageDetailsInternalType( headline, , details, false, 0, 0 ) nil end |
- (Object) anyMessageDetailsInternalType(headline, message, details, richtext, width, height)
Generic message popup with Details button - internal
Show a message with optional headline above and wait until user clicked “OK” or “Details”. On “Details”, show window with detailed information.
862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 |
# File '../../library/general/src/modules/Popup.rb', line 862 def anyMessageDetailsInternalType(headline, , details, richtext, width, height) = ButtonBox( PushButton(Id(:ok_msg), Opt(:default, :okButton), Label.OKButton), # FIXME: BNC #422612, Use `opt(`noSanityCheck) later # button label PushButton(Id(:details), Opt(:cancelButton), _("&Details...")) ) success = UI.OpenDialog( Opt(:decorated), if richtext popupLayoutInternalRich( headline, , , width, height ) else popupLayoutInternal(headline, , ) end ) UI.SetFocus(Id(:ok_msg)) loop do ret = UI.UserInput if ret == :details success2 = UI.OpenDialog( Opt(:decorated), HBox( VSpacing(@default_height), VBox( HSpacing(@default_width), VSpacing(0.5), RichText( Builtins.mergestring( Builtins.splitstring(String.EscapeTags(details), "\n"), "<br>" ) ), VSpacing(), ButtonBox( PushButton( Id(:ok), Opt(:default, :key_F10, :okButton), Label.OKButton ) ) ) ) ) if success2 == true UI.UserInput UI.CloseDialog end else break end end UI.CloseDialog if success == true nil end |
- (Object) anyMessageInternal(headline, message)
Internal function - wrapper for anyMessageInternal call
968 969 970 971 972 |
# File '../../library/general/src/modules/Popup.rb', line 968 def anyMessageInternal(headline, ) anyMessageInternalType(headline, , false, 0, 0) nil end |
- (Object) anyMessageInternalRich(headline, message, width, height)
Internal function - wrapper for anyMessageInternal call
975 976 977 978 979 |
# File '../../library/general/src/modules/Popup.rb', line 975 def anyMessageInternalRich(headline, , width, height) anyMessageInternalType(headline, , true, width, height) nil end |
- (Object) anyMessageInternalType(headline, message, richtext, width, height)
Generic message popup - internal
Show a message with optional headline above and wait until user clicked “OK”.
934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 |
# File '../../library/general/src/modules/Popup.rb', line 934 def anyMessageInternalType(headline, , richtext, width, height) = ButtonBox( PushButton( Id(:ok_msg), Opt(:default, :key_F10, :okButton), Label.OKButton ) ) success = UI.OpenDialog( Opt(:decorated), if richtext popupLayoutInternalRich( headline, , , width, height ) else popupLayoutInternal(headline, , ) end ) if success == true UI.SetFocus(Id(:ok_msg)) UI.UserInput UI.CloseDialog end nil end |
- (Object) AnyQuestion(headline, message, yes_button_message, no_button_message, focus)
Generic question popup with two buttons.
Style guide hint: The first button has to have the semantics of “yes”, “OK”, “continue” etc., the second its opposite (“no”, “cancel”, …). NEVER use this generic question popup to simply exchange the order of yes/no, continue/cancel or ok/cancel buttons!
312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 |
# File '../../library/general/src/modules/Popup.rb', line 312 def AnyQuestion(headline, , , , focus) = AnyQuestionButtonBox( , , focus ) success = UI.OpenDialog( Opt(:decorated), popupLayoutInternal( headline, , ) ) ret = nil if success == true ret = UI.UserInput UI.CloseDialog end ret == :yes end |
- (Object) AnyQuestion3(headline, message, yes_button_message, no_button_message, retry_button_message, focus)
Generic question popup with three buttons.
1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 |
# File '../../library/general/src/modules/Popup.rb', line 1636 def AnyQuestion3(headline, , , , , focus) = Empty() = Empty() = Empty() if focus == :focus_no = PushButton( Id(:yes), Opt(:key_F10, :okButton), ) = PushButton( Id(:no), Opt(:default, :key_F9, :cancelButton), ) = PushButton( Id(:retry), Opt(:key_F6, :customButton), ) elsif focus == :focus_yes = PushButton( Id(:yes), Opt(:default, :key_F10, :okButton), ) = PushButton( Id(:no), Opt(:key_F9, :cancelButton), ) = PushButton( Id(:retry), Opt(:key_F6, :customButton), ) else = PushButton( Id(:yes), Opt(:key_F10, :okButton), ) = PushButton( Id(:no), Opt(:key_F9, :cancelButton), ) = PushButton( Id(:retry), Opt(:default, :key_F6, :customButton), ) end = ButtonBox(, , ) success = UI.OpenDialog( Opt(:decorated), popupLayoutInternal( headline, , ) ) ret = nil if success == true ret = Convert.to_symbol(UI.UserInput) UI.CloseDialog end ret end |
- (Yast::Term) AnyQuestionButtonBox(yes_button_message, no_button_message, focus)
Button box for the AnyQuestion Dialog (internal function).
263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 |
# File '../../library/general/src/modules/Popup.rb', line 263 def AnyQuestionButtonBox(, , focus) = Empty() = Empty() if focus == :focus_no = PushButton(Id(:yes), Opt(:okButton), ) = PushButton( Id(:no_button), Opt(:default, :cancelButton), ) else = PushButton( Id(:yes), Opt(:default, :okButton), ) = PushButton( Id(:no_button), Opt(:cancelButton), ) end = ButtonBox(, ) deep_copy() end |
- (Object) AnyQuestionRichText(headline, richtext, hdim, vdim, yes_button_message, no_button_message, focus)
Show a question that might need scrolling.
681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 |
# File '../../library/general/src/modules/Popup.rb', line 681 def AnyQuestionRichText(headline, richtext, hdim, vdim, , , focus) = PushButton( Id(:ok), if focus == :focus_yes Opt(:default, :key_F10, :okButton) else Opt(:key_F10, :okButton) end, ) = PushButton( Id(:cancel), focus == :focus_no ? Opt(:default, :key_F9) : Opt(:key_F9), ) d = HBox( VSpacing(vdim), VBox( HSpacing(hdim), if Ops.greater_than(Builtins.size(headline), 0) Left(Heading(headline)) else Empty() end, VSpacing(0.2), RichText(richtext), ButtonBox(, ) ) ) success = UI.OpenDialog(Opt(:decorated), d) ui = nil if success == true ui = UI.UserInput UI.CloseDialog end ui == :ok end |
- (Object) anyRichMessageInternal(headline, message, width, height)
Generic message popup - internal
Show a message with optional headline above and wait until user clicked “OK”.
1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 |
# File '../../library/general/src/modules/Popup.rb', line 1002 def anyRichMessageInternal(headline, , width, height) = ButtonBox( PushButton(Id(:ok_msg), Opt(:default, :key_F10), Label.OKButton) ) success = UI.OpenDialog( Opt(:decorated), popupLayoutInternalRich( headline, , , width, height ) ) if success == true UI.SetFocus(Id(:ok_msg)) UI.UserInput UI.CloseDialog end nil end |
- (void) AnyTimedMessage(headline, message, timeout)
This method returns an undefined value.
Generic message popup
Show a message with optional headline above and wait until user clicked “OK” or until a timeout runs out.
1778 1779 1780 1781 1782 |
# File '../../library/general/src/modules/Popup.rb', line 1778 def AnyTimedMessage(headline, , timeout) anyTimedMessageInternal(headline, , nil, timeout) nil end |
- (Object) anyTimedMessageInternal(headline, message, timeout)
Internal function - wrapper for anyTimedMessageTypeInternal call
219 220 221 222 223 224 225 226 227 228 229 230 |
# File '../../library/general/src/modules/Popup.rb', line 219 def anyTimedMessageInternal(headline, , timeout) anyTimedMessageTypeInternal( headline, , timeout, false, 0, 0 ) nil end |
- (void) anyTimedMessageTypeInternal(headline, message, timeout, richtext, width, height)
This method returns an undefined value.
Internal version of AnyTimedMessage
Show a message with optional headline above and wait until user clicked “OK” or until a timeout runs out.
172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 |
# File '../../library/general/src/modules/Popup.rb', line 172 def anyTimedMessageTypeInternal(headline, , timeout, richtext, width, height) = ButtonBox( # FIXME: BNC #422612, Use `opt(`noSanityCheck) later PushButton(Id(:stop), Opt(:cancelButton), Label.StopButton), PushButton(Id(:ok_msg), Opt(:default, :okButton), Label.OKButton) ) success = UI.OpenDialog( Opt(:decorated), popupLayoutInternalTypeWithLabel( headline, , , Builtins.sformat("%1", timeout), richtext, width, height ) ) UI.SetFocus(Id(:ok_msg)) if success == true = nil while Ops.greater_than(timeout, 0) && != :ok_msg = Convert.to_symbol(UI.TimeoutUserInput(1000)) if == :stop while UI.UserInput != :ok_msg end break end timeout = Ops.subtract(timeout, 1) if success == true UI.ChangeWidget(Id(:label), :Value, Builtins.sformat("%1", timeout)) end end UI.CloseDialog if success == true nil end |
- (Object) AnyTimedRichMessage(headline, message, timeout)
1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 |
# File '../../library/general/src/modules/Popup.rb', line 1784 def AnyTimedRichMessage(headline, , timeout) anyTimedRichMessageInternal( headline, , nil, timeout, @default_width, @default_height ) nil end |
- (Object) anyTimedRichMessageInternal(headline, message, timeout, width, height)
Internal function - wrapper for anyTimedMessageTypeInternal call
233 234 235 236 237 238 239 240 241 242 243 244 |
# File '../../library/general/src/modules/Popup.rb', line 233 def anyTimedRichMessageInternal(headline, , timeout, width, height) anyTimedMessageTypeInternal( headline, , timeout, true, width, height ) nil end |
- (void) ClearFeedback
This method returns an undefined value.
Clear feedback message
1042 1043 1044 1045 1046 1047 |
# File '../../library/general/src/modules/Popup.rb', line 1042 def ClearFeedback UI.CloseDialog if @feedback_open @feedback_open = false nil end |
- (Boolean) ConfirmAbort(severity)
Confirmation for “Abort” button during installation.
According to the “severity” parameter an appropriate text will be displayed indicating what the user has to expect when he really aborts now.
736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 |
# File '../../library/general/src/modules/Popup.rb', line 736 def ConfirmAbort(severity) what_will_happen = "" # Confirm user request to abort installation abort_label = _("Really abort the installation?") # Button that will really abort the installation = _("&Abort Installation") # Button that will continue with the installation = _("&Continue Installation") if severity == :painless if Mode.repair # Confirm user request to abort System Repair abort_label = _("Really abort YaST System Repair?") # Button that will really abort the repair = _("Abort System Repair") # Button that will continue with the repair = _("&Continue System Repair") else # Warning text for aborting an installation before anything is installed what_will_happen = _( "If you abort the installation now,\n" \ "Linux will not be installed.\n" \ "Your hard disk will remain untouched." ) end elsif severity == :incomplete # Warning text for aborting an installation during the install process # - After some installation steps have been performed - e.g. # disks formatted / some packages already installed what_will_happen = _( "If you abort the installation now, you will\n" \ "have an incomplete Linux system\n" \ "that might or might not be usable.\n" \ "You might need to reinstall.\n" ) elsif severity == :unusable # Warning text for aborting an installation during the install process # right in the middle of some critical process (e.g. formatting) what_will_happen = _( "If you abort the installation now,\n" \ "Linux will be unusable.\n" \ "You will need to reinstall." ) else Builtins.y2error("Unknown symbol for ConfirmAbort") end = Ops.add(Ops.add(abort_label, "\n\n"), what_will_happen) = AnyQuestionButtonBox( , , :focus_no ) success = UI.OpenDialog( Opt(:decorated), popupLayoutInternal( NoHeadline(), , ) ) user_ret = nil if success == true user_ret = UI.UserInput UI.CloseDialog end ret = user_ret == :yes Builtins.y2debug("ConfirmAbort returned: %1", ret) ret end |
- (Boolean) ContinueCancel(message)
Dialog which displays the “message” and has a Continue and a Cancel button.
This popup should be used to confirm possibly dangerous actions. The default button is Continue. Returns true if Continue is clicked.
559 560 561 562 563 564 |
# File '../../library/general/src/modules/Popup.rb', line 559 def ContinueCancel() ret = ContinueCancelHeadline(NoHeadline(), ) Builtins.y2debug("ContinueCancel returned: %1", ret) ret end |
- (Boolean) ContinueCancelHeadline(headline, message)
Dialog which displays the “message” and has a Continue and a Cancel button.
This popup should be used to confirm possibly dangerous actions and if it's useful to display a short headline (without headline Popup::ContinueCancel() can be used). The default button is Continue.
Returns true if Continue is clicked.
530 531 532 533 534 535 536 537 538 539 540 541 542 |
# File '../../library/general/src/modules/Popup.rb', line 530 def ContinueCancelHeadline(headline, ) ret = AnyQuestion( headline, , Label.ContinueButton, Label.CancelButton, :focus_yes ) Builtins.y2debug("ContinueCancelHeadline returned: %1", ret) ret end |
- (Object) Error(message)
Show an error message and wait until user clicked “OK”.
1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 |
# File '../../library/general/src/modules/Popup.rb', line 1328 def Error() lines = Builtins.splitstring(, "\n") if @switch_to_richtext && Ops.greater_than(Builtins.size(lines), @too_many_lines) anyMessageInternalRich( Label.ErrorMsg, , @default_width, @default_height ) else anyMessageInternal(Label.ErrorMsg, ) end nil end |
- (Object) ErrorAnyQuestion(headline, message, yes_button_message, no_button_message, focus)
Generic error question popup with two buttons.
Style guide hint: The first button has to have the semantics of “yes”, “OK”, “continue” etc., the second its opposite (“no”, “cancel”, …). NEVER use this generic question popup to simply exchange the order of yes/no, continue/cancel or ok/cancel buttons!
358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 |
# File '../../library/general/src/modules/Popup.rb', line 358 def ErrorAnyQuestion(headline, , , , focus) = AnyQuestionButtonBox( , , focus ) success = UI.OpenDialog( Opt(:decorated), popupLayoutInternal( headline, , ) ) ret = nil if success == true ret = UI.UserInput UI.CloseDialog end ret == :yes end |
- (Object) ErrorDetails(message, details)
Show an error message with Details button and wait until user clicked “OK”.
1436 1437 1438 1439 1440 1441 1442 1443 1444 |
# File '../../library/general/src/modules/Popup.rb', line 1436 def ErrorDetails(, details) anyMessageDetailsInternal( Label.ErrorMsg, , details ) nil end |
- (Object) Feedback(headline, message, &block)
Run the block with a feeback popup The popup is automatically closed at the end (even when an exception is raised)
1078 1079 1080 1081 1082 1083 |
# File '../../library/general/src/modules/Popup.rb', line 1078 def Feedback(headline, , &block) ShowFeedback(headline, ) block.call ensure ClearFeedback() end |
- (Object) LongError(message)
Show a long error and wait until user clicked “OK”.
1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 |
# File '../../library/general/src/modules/Popup.rb', line 1348 def LongError() anyMessageInternalRich( Label.ErrorMsg, , @default_width, @default_height ) nil end |
- (Object) LongErrorGeometry(message, width, height)
Show a long error message and wait until user clicked “OK”. Size of the popup window is adjustable.
1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 |
# File '../../library/general/src/modules/Popup.rb', line 1364 def LongErrorGeometry(, width, height) anyMessageInternalRich( Label.ErrorMsg, , width, height ) nil end |
- (Object) LongMessage(message)
Show a long message and wait until user clicked “OK”.
1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 |
# File '../../library/general/src/modules/Popup.rb', line 1106 def LongMessage() anyMessageInternalRich( NoHeadline(), , @default_width, @default_height ) nil end |
- (Object) LongMessageGeometry(message, width, height)
Show a long message and wait until user clicked “OK”. Size of the popup window is adjustable.
1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 |
# File '../../library/general/src/modules/Popup.rb', line 1122 def LongMessageGeometry(, width, height) anyMessageInternalRich( NoHeadline(), , width, height ) nil end |
- (Object) LongNotify(message)
Show a long notify message and wait until user clicked “OK”.
1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 |
# File '../../library/general/src/modules/Popup.rb', line 1465 def LongNotify() anyMessageInternalRich( NoHeadline(), , @default_width, @default_height ) nil end |
- (Object) LongNotifyGeometry(message, width, height)
Show a long notify message and wait until user clicked “OK”. Size of the popup window is adjustable.
1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 |
# File '../../library/general/src/modules/Popup.rb', line 1481 def LongNotifyGeometry(, width, height) anyMessageInternalRich( NoHeadline(), , width, height ) nil end |
- (Object) LongText(headline, richtext, hdim, vdim)
Show a long text that might need scrolling.
Pass a RichText widget with the parameters appropriate for your text - i.e.
without special parameters for HTML-like text or with
opt(
plainText) for plain ASCII text without HTML tags.
640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 |
# File '../../library/general/src/modules/Popup.rb', line 640 def LongText(headline, richtext, hdim, vdim) richtext = deep_copy(richtext) success = UI.OpenDialog( Opt(:decorated), HBox( VSpacing(vdim), VBox( HSpacing(hdim), Left(Heading(headline)), VSpacing(0.2), richtext, # scrolled text ButtonBox( PushButton( Id(:ok), Opt(:default, :key_F10, :okButton), Label.OKButton ) ) ) ) ) if success == true UI.SetFocus(Id(:ok)) UI.UserInput UI.CloseDialog end nil end |
- (Object) LongWarning(message)
Show a long warning and wait until user clicked “OK”.
1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 |
# File '../../library/general/src/modules/Popup.rb', line 1219 def LongWarning() anyMessageInternalRich( Label.WarningMsg, , @default_width, @default_height ) nil end |
- (Object) LongWarningGeometry(message, width, height)
Show a long warning and wait until user clicked “OK”. Size of the popup window is adjustable
1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 |
# File '../../library/general/src/modules/Popup.rb', line 1235 def LongWarningGeometry(, width, height) anyMessageInternalRich( Label.WarningMsg, , width, height ) nil end |
- (Object) main
42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 |
# File '../../library/general/src/modules/Popup.rb', line 42 def main Yast.import "UI" textdomain "base" Yast.import "Label" Yast.import "Mode" Yast.import "Directory" Yast.import "String" @feedback_open = false # default size of the richtext widget in richtext popups @default_width = 60 @default_height = 10 # if error message is too long, show LongError instead of Error Popup @switch_to_richtext = true # lines of message text which force usage of RichText @too_many_lines = 20 end |
- (Object) Message(message)
Show a simple message and wait until user clicked “OK”.
1097 1098 1099 1100 1101 |
# File '../../library/general/src/modules/Popup.rb', line 1097 def Message() anyMessageInternal(NoHeadline(), ) nil end |
- (Object) MessageDetails(message, details)
Show a message with Details button and wait until user clicked “OK”.
1188 1189 1190 1191 1192 1193 1194 1195 1196 |
# File '../../library/general/src/modules/Popup.rb', line 1188 def MessageDetails(, details) anyMessageDetailsInternal( NoHeadline(), , details ) nil end |
- (Symbol) ModuleError(text)
Special error popup for YCP modules that don't work.
The user can choose one of: - “back” - go back to the previous module - “next” - skip this faulty module and directly go to the next one - “again” - try it again (after fixing something in the code, of course) - “cancel” - exit program
1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 |
# File '../../library/general/src/modules/Popup.rb', line 1726 def ModuleError(text) success = UI.OpenDialog( Opt(:decorated, :warncolor), HBox( HSpacing(1), VBox( VSpacing(0.2), Heading(text), ButtonBox( PushButton( Id(:back), Opt(:key_F8, :customButton), Label.BackButton ), PushButton( Id(:again), Opt(:key_F6, :customButton), Label.RetryButton ), PushButton( Id(:cancel), Opt(:key_F9, :cancelButton), Label.QuitButton ), PushButton(Id(:next), Opt(:key_F10, :okButton), Label.NextButton) ), VSpacing(0.2) ), HSpacing(1) ) ) ret = nil if success == true ret = Convert.to_symbol(UI.UserInput) UI.CloseDialog end ret end |
- (Object) NoHeadline
Indicator for empty headline for popups that can optionally have one
This is really just an alias for the empty string “”, but it is slightly better readable.
252 253 254 |
# File '../../library/general/src/modules/Popup.rb', line 252 def NoHeadline "" end |
- (Object) Notify(message)
Show a notification message and wait until user clicked “OK”.
1456 1457 1458 1459 1460 |
# File '../../library/general/src/modules/Popup.rb', line 1456 def Notify() anyMessageInternal("", ) nil end |
- (Object) NotifyDetails(message, details)
Show a notify message with Details button and wait until user clicked “OK”.
1546 1547 1548 1549 1550 1551 1552 1553 1554 |
# File '../../library/general/src/modules/Popup.rb', line 1546 def NotifyDetails(, details) anyMessageDetailsInternal( NoHeadline(), , details ) nil end |
- (Object) popupLayoutInternal(headline, message, button_box)
Internal function - wrapper for popupLayoutInternalTypeWithLabel call
134 135 136 137 138 139 140 141 142 143 144 145 |
# File '../../library/general/src/modules/Popup.rb', line 134 def popupLayoutInternal(headline, , ) = deep_copy() popupLayoutInternalTypeWithLabel( headline, , , nil, false, 0, 0 ) end |
- (Object) popupLayoutInternalRich(headline, message, button_box, width, height)
Internal function - wrapper for popupLayoutInternalTypeWithLabel call
148 149 150 151 152 153 154 155 156 157 158 159 |
# File '../../library/general/src/modules/Popup.rb', line 148 def popupLayoutInternalRich(headline, , , width, height) = deep_copy() popupLayoutInternalTypeWithLabel( headline, , , nil, true, width, height ) end |
- (Yast::Term) popupLayoutInternalTypeWithLabel(headline, message, button_box, label, richtext, width, height)
Internal function that returns a popup dialog with an additional label.
73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 |
# File '../../library/general/src/modules/Popup.rb', line 73 def popupLayoutInternalTypeWithLabel(headline, , , label, richtext, width, height) = deep_copy() content = Empty() rt = VWeight( 1, VBox( HSpacing(width), HBox( VSpacing(height), # display the message in the widget "as is": # escape all tags, replace new lines by <br> tag RichText( Builtins.mergestring( Builtins.splitstring(String.EscapeTags(), "\n"), "<br>" ) ) ) ) ) if Ops.greater_than(Builtins.size(headline), 0) content = VBox( VSpacing(0.4), VBox( Left(Heading(headline)), VSpacing(0.2), richtext ? rt : Left(Label()), VSpacing(0.2), !label.nil? && label != "" ? Label(Id(:label), label) : Empty() ) ) # no headline else content = VBox( VSpacing(0.4), VBox( richtext ? rt : VCenter(Label()), VSpacing(0.2), !label.nil? && label != "" ? Label(Id(:label), label) : Empty() ) ) end dialog = HBox( HSpacing(1), VBox( VSpacing(0.2), content, richtext ? Empty() : VStretch(), , richtext ? Empty() : VStretch(), VSpacing(0.2) ), HSpacing(1) ) deep_copy(dialog) end |
- (Object) ReallyAbort(have_changes)
Confirmation popup when user clicked “Abort”.
Set “have changes” to “true” when there are changes that will be lost. Note: If there are none, it is good policy to ask for confirmation anyway, but of course with “have_changes” set to “false” so the user isn't warned about changes that might be lost.
825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 |
# File '../../library/general/src/modules/Popup.rb', line 825 def ReallyAbort(have_changes) focus = :focus_yes # Confirm aborting the program = _("Really abort?") if have_changes focus = :focus_no # Additional hint when trying to abort program in spite of changes = Ops.add( Ops.add(, "\n"), _("All changes will be lost!") ) end ret = AnyQuestion( NoHeadline(), , Label.YesButton, Label.NoButton, focus ) Builtins.y2debug("ReallyAbort returned: %1", ret) ret end |
- (void) ShowFeedback(headline, message)
This method returns an undefined value.
Show popup with a headline and a message for feedback
1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 |
# File '../../library/general/src/modules/Popup.rb', line 1053 def ShowFeedback(headline, ) UI.CloseDialog if @feedback_open = Empty() UI.BusyCursor UI.OpenDialog( Opt(:decorated), popupLayoutInternal( headline, , ) ) @feedback_open = true nil end |
- (Object) ShowFile(headline, filename)
Show the contents of an entire file in a popup.
Notice: This is a WFM function, NOT an UI function!
1908 1909 1910 1911 1912 1913 1914 |
# File '../../library/general/src/modules/Popup.rb', line 1908 def ShowFile(headline, filename) text = Convert.to_string(SCR.Read(path(".target.string"), filename)) ShowText(headline, text) nil end |
- (Object) ShowText(headline, text)
Show the contents of an entire file in a popup.
1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 |
# File '../../library/general/src/modules/Popup.rb', line 1861 def ShowText(headline, text) heading = Empty() if Builtins.size(headline) == 0 heading = VSpacing(0.2) else heading = Heading(headline) end success = UI.OpenDialog( Opt(:decorated), VBox( HSpacing(70), # force width heading, VWeight( 1, HBox( VSpacing(18), # force height HSpacing(0.7), RichText(Id(:text), Opt(:plainText), text), HSpacing(0.7) ) ), VSpacing(0.3), ButtonBox( PushButton(Opt(:default, :key_F10, :okButton), Label.OKButton) ), VSpacing(0.3) ) ) if success == true UI.UserInput UI.CloseDialog end nil end |
- (Object) ShowTextTimed(headline, text, timeout)
Show the contents of an entire file in a popup.
1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 |
# File '../../library/general/src/modules/Popup.rb', line 1806 def ShowTextTimed(headline, text, timeout) if Builtins.size(headline) == 0 heading = VSpacing(0.2) else heading = Heading(headline) end success = UI.OpenDialog( Opt(:decorated), VBox( HSpacing(70), # force width heading, VWeight( 1, HBox( VSpacing(18), # force height HSpacing(0.7), RichText(Id(:text), Opt(:plainText), text), HSpacing(0.7) ) ), VSpacing(0.3), Label(Id(:label), Builtins.sformat("%1", timeout)), VSpacing(0.2), ButtonBox( PushButton( Id(:ok_msg), Opt(:default, :key_F10, :okButton), Label.OKButton ) ), VSpacing(0.3) ) ) = nil while Ops.greater_than(timeout, 0) && != :ok_msg = Convert.to_symbol(UI.TimeoutUserInput(1000)) timeout = Ops.subtract(timeout, 1) UI.ChangeWidget(Id(:label), :Value, Builtins.sformat("%1", timeout)) end UI.CloseDialog if success == true nil end |
- (Boolean) TimedAnyQuestion(headline, message, yes_button_message, no_button_message, focus, timeout_seconds)
Timed question popup with two buttons and time display
393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 |
# File '../../library/general/src/modules/Popup.rb', line 393 def TimedAnyQuestion(headline, , , , focus, timeout_seconds) = AnyQuestionButtonBox( , , focus ) timed = ReplacePoint( Id(:replace_buttons), VBox( HCenter(Label(Id(:remaining_time), Ops.add("", timeout_seconds))), ButtonBox( # FIXME: BNC #422612, Use `opt(`noSanityCheck) later PushButton(Id(:timed_stop), Opt(:cancelButton), Label.StopButton), PushButton( Id(:timed_ok), Opt(:default, :key_F10, :okButton), Label.OKButton ) ), VSpacing(0.2) ) ) success = UI.OpenDialog( Opt(:decorated), popupLayoutInternal(headline, , timed) ) while Ops.greater_than(timeout_seconds, 0) which_input = UI.TimeoutUserInput(1000) break if which_input == :timed_ok if which_input == :timed_stop UI.ReplaceWidget(Id(:replace_buttons), ) which_input = UI.UserInput while which_input == :timed_stop break end timeout_seconds = Ops.subtract(timeout_seconds, 1) next unless success UI.ChangeWidget( Id(:remaining_time), :Value, Ops.add("", timeout_seconds) ) end UI.CloseDialog if success == true which_input == :yes end |
- (void) TimedError(message, timeout_seconds)
This method returns an undefined value.
Show an error message and wait specified amount of time or until user clicked “OK”.
1385 1386 1387 1388 1389 1390 1391 1392 1393 |
# File '../../library/general/src/modules/Popup.rb', line 1385 def TimedError(, timeout_seconds) anyTimedMessageInternal( Label.ErrorMsg, , timeout_seconds ) nil end |
- (Boolean) TimedErrorAnyQuestion(headline, message, yes_button_message, no_button_message, focus, timeout_seconds)
Timed error question popup with two buttons and time display
456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 |
# File '../../library/general/src/modules/Popup.rb', line 456 def TimedErrorAnyQuestion(headline, , , , focus, timeout_seconds) = AnyQuestionButtonBox( , , focus ) timed = ReplacePoint( Id(:replace_buttons), VBox( HCenter(Label(Id(:remaining_time), Ops.add("", timeout_seconds))), ButtonBox( # FIXME: BNC #422612, Use `opt(`noSanityCheck) later PushButton(Id(:timed_stop), Opt(:cancelButton), Label.StopButton), PushButton( Id(:timed_ok), Opt(:default, :key_F10, :okButton), Label.OKButton ) ), VSpacing(0.2) ) ) success = UI.OpenDialog( Opt(:decorated), popupLayoutInternal(headline, , timed) ) while Ops.greater_than(timeout_seconds, 0) which_input = UI.TimeoutUserInput(1000) break if which_input == :timed_ok if which_input == :timed_stop UI.ReplaceWidget(Id(:replace_buttons), ) which_input = UI.UserInput while which_input == :timed_stop break end timeout_seconds = Ops.subtract(timeout_seconds, 1) next unless success UI.ChangeWidget( Id(:remaining_time), :Value, Ops.add("", timeout_seconds) ) end UI.CloseDialog if success == true which_input == :yes end |
- (Object) TimedLongError(message, timeout_seconds)
Show a long error message and wait until user clicked “OK” or time is out.
1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 |
# File '../../library/general/src/modules/Popup.rb', line 1399 def TimedLongError(, timeout_seconds) anyTimedRichMessageInternal( Label.ErrorMsg, , timeout_seconds, @default_width, @default_height ) nil end |
- (Object) TimedLongErrorGeometry(message, timeout_seconds, width, height)
Show a long error message and wait until user clicked “OK” or time is out. Size of the popup window is adjustable.
1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 |
# File '../../library/general/src/modules/Popup.rb', line 1417 def TimedLongErrorGeometry(, timeout_seconds, width, height) anyTimedRichMessageInternal( Label.ErrorMsg, , timeout_seconds, width, height ) nil end |
- (Object) TimedLongMessage(message, timeout_seconds)
Show a long message and wait until user clicked “OK” or time is out.
1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 |
# File '../../library/general/src/modules/Popup.rb', line 1151 def TimedLongMessage(, timeout_seconds) anyTimedRichMessageInternal( NoHeadline(), , timeout_seconds, @default_width, @default_height ) nil end |
- (Object) TimedLongMessageGeometry(message, timeout_seconds, width, height)
Show a long message and wait until user clicked “OK” or time is out. Size of the popup window is adjustable.
1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 |
# File '../../library/general/src/modules/Popup.rb', line 1169 def TimedLongMessageGeometry(, timeout_seconds, width, height) anyTimedRichMessageInternal( NoHeadline(), , timeout_seconds, width, height ) nil end |
- (Object) TimedLongNotify(message, timeout_seconds)
Show a long error message and wait until user clicked “OK” or time is out.
1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 |
# File '../../library/general/src/modules/Popup.rb', line 1510 def TimedLongNotify(, timeout_seconds) anyTimedRichMessageInternal( NoHeadline(), , timeout_seconds, @default_width, @default_height ) nil end |
- (Object) TimedLongNotifyGeometry(message, timeout_seconds, width, height)
Show a long notify message and wait until user clicked “OK” or time is out. Size of the popup window is adjustable.
1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 |
# File '../../library/general/src/modules/Popup.rb', line 1528 def TimedLongNotifyGeometry(, timeout_seconds, width, height) anyTimedRichMessageInternal( NoHeadline(), , timeout_seconds, width, height ) nil end |
- (Object) TimedLongWarning(message, timeout_seconds)
Show a long warning message and wait until user clicked “OK” or time is out.
1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 |
# File '../../library/general/src/modules/Popup.rb', line 1270 def TimedLongWarning(, timeout_seconds) anyTimedRichMessageInternal( Label.WarningMsg, , timeout_seconds, @default_width, @default_height ) nil end |
- (Object) TimedLongWarningGeometry(message, timeout_seconds, width, height)
Show a long warning and wait until user clicked “OK” or time is out. Size of the popup window is adjustable.
1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 |
# File '../../library/general/src/modules/Popup.rb', line 1288 def TimedLongWarningGeometry(, timeout_seconds, width, height) anyTimedRichMessageInternal( Label.WarningMsg, , timeout_seconds, width, height ) nil end |
- (Object) TimedMessage(message, timeout_seconds)
Show a message and wait until user clicked “OK” or time is out
1137 1138 1139 1140 1141 1142 1143 1144 1145 |
# File '../../library/general/src/modules/Popup.rb', line 1137 def TimedMessage(, timeout_seconds) anyTimedMessageInternal( NoHeadline(), , timeout_seconds ) nil end |
- (Object) TimedNotify(message, timeout_seconds)
Show a long notify message and wait until user clicked “OK” or the time is out.
1496 1497 1498 1499 1500 1501 1502 1503 1504 |
# File '../../library/general/src/modules/Popup.rb', line 1496 def TimedNotify(, timeout_seconds) anyTimedMessageInternal( NoHeadline(), , timeout_seconds ) nil end |
- (Object) TimedOKCancel(message, timeout_seconds)
Display a message with a timeout
Display a message with a timeout and return when the user clicks “OK”, “Cancel” or when the timeout expires (“OK” is assumed then).
There is also a “stop” button that will stop the countdown. If the user clicks that, the popup will wait forever (or until “OK” or “Cancel” is clicked, of course).
1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 |
# File '../../library/general/src/modules/Popup.rb', line 1572 def TimedOKCancel(, timeout_seconds) success = UI.OpenDialog( Opt(:decorated), HBox( HSpacing(1), VBox( VSpacing(0.2), Label(), HCenter(Label(Id(:remaining_time), Ops.add("", timeout_seconds))), ButtonBox( PushButton(Id(:timed_stop), Opt(:customButton), Label.StopButton), PushButton( Id(:timed_ok), Opt(:default, :key_F10, :okButton), Label.OKButton ), PushButton( Id(:timed_cancel), Opt(:key_F9, :cancelButton), Label.CancelButton ) ), VSpacing(0.2) ) ) ) while Ops.greater_than(timeout_seconds, 0) which_input = UI.TimeoutUserInput(1000) break if which_input == :timed_ok break if which_input == :timed_cancel if which_input == :timed_stop which_input = UI.UserInput while which_input == :timed_stop break end timeout_seconds = Ops.subtract(timeout_seconds, 1) UI.ChangeWidget( Id(:remaining_time), :Value, Ops.add("", timeout_seconds) ) end UI.CloseDialog if success == true which_input != :timed_cancel end |
- (void) TimedWarning(message, timeout_seconds)
This method returns an undefined value.
Show a warning message and wait specified amount of time or until user clicked “OK”.
1256 1257 1258 1259 1260 1261 1262 1263 1264 |
# File '../../library/general/src/modules/Popup.rb', line 1256 def TimedWarning(, timeout_seconds) anyTimedMessageInternal( Label.WarningMsg, , timeout_seconds ) nil end |
- (Object) Warning(message)
Show a warning message and wait until user clicked “OK”.
1210 1211 1212 1213 1214 |
# File '../../library/general/src/modules/Popup.rb', line 1210 def Warning() anyMessageInternal(Label.WarningMsg, ) nil end |
- (Object) WarningDetails(message, details)
Show a warning with Details button and wait until user clicked “OK”.
1307 1308 1309 1310 1311 1312 1313 1314 1315 |
# File '../../library/general/src/modules/Popup.rb', line 1307 def WarningDetails(, details) anyMessageDetailsInternal( Label.WarningMsg, , details ) nil end |
- (Boolean) YesNo(message)
Display a yes/no question and wait for answer.
Should be used for decisions about two about equivalent paths, not for simple confirmation - use “Popup::ContinueCancel()” for those. The default button is Yes. Returns true if Yes is clicked.
618 619 620 621 622 623 624 |
# File '../../library/general/src/modules/Popup.rb', line 618 def YesNo() ret = YesNoHeadline(NoHeadline(), ) Builtins.y2debug("YesNo returned: %1", ret) ret end |
- (Boolean) YesNoHeadline(headline, message)
This dialog displays “message” (a question) and has a Yes and a No button.
It should be used for decisions about two about equivalent paths, not for simple confirmation - use “Popup::ContinueCancel()” for those. A short headline can be displayed (without headline you can use Popup::YesNo()).
The default button is Yes.
Returns true if Yes is clicked.
587 588 589 590 591 592 593 594 595 596 597 598 599 |
# File '../../library/general/src/modules/Popup.rb', line 587 def YesNoHeadline(headline, ) ret = AnyQuestion( headline, , Label.YesButton, Label.NoButton, :focus_yes ) Builtins.y2debug("YesNoHeadline returned: %1", ret) ret end |