From 86afe5ae5760387d5b816145783ed993afa153ce Mon Sep 17 00:00:00 2001 From: PySimpleGUI Date: Thu, 23 Feb 2023 11:56:20 -0500 Subject: [PATCH] Changed Output Element in call reference. Previously was steering users away from Output Element and to use Multiline instead. Now that the Output element is based directly on Multiline, this recommendation is no longer needed. --- docs/call reference.md | 6 +++--- readme_creator/markdown input files/5_call_reference.md | 6 +++--- readme_creator/output/call reference.md | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/call reference.md b/docs/call reference.md index 181d9c76..654561b7 100644 --- a/docs/call reference.md +++ b/docs/call reference.md @@ -7208,11 +7208,11 @@ Parameter Descriptions: --------- -## Output Element (No longer recommended - USE `Multiline` instead) +## Output Element -Rather than use the `Output` element, it's recommended that you use the `Multiline` element instead. The reason for this is that more controls have been added to the Multiline and in the future you can expect more features will be added to the Multiline while the `Output` element has stopped being enhanced. +Output Element - a multi-lined text area to where stdout, stderr, cprint are rerouted. -You can control which Multiline Element receives your stdout output as well as use the color-print (`cprint`) with a Multiline. +Now based on the `Multiline` element Output Element - a multi-lined text area to where stdout, stderr, cprint are rerouted. diff --git a/readme_creator/markdown input files/5_call_reference.md b/readme_creator/markdown input files/5_call_reference.md index dceca671..04b093c4 100644 --- a/readme_creator/markdown input files/5_call_reference.md +++ b/readme_creator/markdown input files/5_call_reference.md @@ -1557,11 +1557,11 @@ The following methods are here for backwards compatibility reference. You will --------- -## Output Element (No longer recommended - USE `Multiline` instead) +## Output Element -Rather than use the `Output` element, it's recommended that you use the `Multiline` element instead. The reason for this is that more controls have been added to the Multiline and in the future you can expect more features will be added to the Multiline while the `Output` element has stopped being enhanced. +Output Element - a multi-lined text area to where stdout, stderr, cprint are rerouted. -You can control which Multiline Element receives your stdout output as well as use the color-print (`cprint`) with a Multiline. +Now based on the `Multiline` element diff --git a/readme_creator/output/call reference.md b/readme_creator/output/call reference.md index 181d9c76..654561b7 100644 --- a/readme_creator/output/call reference.md +++ b/readme_creator/output/call reference.md @@ -7208,11 +7208,11 @@ Parameter Descriptions: --------- -## Output Element (No longer recommended - USE `Multiline` instead) +## Output Element -Rather than use the `Output` element, it's recommended that you use the `Multiline` element instead. The reason for this is that more controls have been added to the Multiline and in the future you can expect more features will be added to the Multiline while the `Output` element has stopped being enhanced. +Output Element - a multi-lined text area to where stdout, stderr, cprint are rerouted. -You can control which Multiline Element receives your stdout output as well as use the color-print (`cprint`) with a Multiline. +Now based on the `Multiline` element Output Element - a multi-lined text area to where stdout, stderr, cprint are rerouted.