Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 874255f3b26b44feb57fbe38a7384518 > files > 391

gmerlin-0.4.1-2mdv2010.0.i586.rpm

<html lang="en">
<head>
<title>gui_statdyn - Gmerlin 0.4.1</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Gmerlin 0.4.1">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="GUI.html#GUI" title="GUI">
<link rel="prev" href="gui_005fintro.html#gui_005fintro" title="gui_intro">
<link rel="next" href="gui_005fi.html#gui_005fi" title="gui_i">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
This manual is for Gmerlin
(version 0.4.1, 9 January 2008).

Copyright (C) 2001-2008 Members of the Gmerlin project.

     Permission is granted to copy, distribute and/or modify this
     document under the terms of the GNU Free Documentation License,
     Version 1.1 or any later version published by the Free Software
     Foundation; with no Invariant Sections, with the Front-Cover Texts
     being ``A GNU Manual,'' and with the Back-Cover Texts as in (a)
     below.  A copy of the license is included in the section entitled
     ``GNU Free Documentation License.''

     (a) The FSF's Back-Cover Text is: ``You have freedom to copy and
     modify this GNU Manual, like GNU software.  Copies published by
     the Free Software Foundation raise funds for GNU development.''
   -->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
  pre.display { font-family:inherit }
  pre.format  { font-family:inherit }
  pre.smalldisplay { font-family:inherit; font-size:smaller }
  pre.smallformat  { font-family:inherit; font-size:smaller }
  pre.smallexample { font-size:smaller }
  pre.smalllisp    { font-size:smaller }
  span.sc    { font-variant:small-caps }
  span.roman { font-family:serif; font-weight:normal; } 
  span.sansserif { font-family:sans-serif; font-weight:normal; } 
--></style>
</head>
<body>
<div class="node">
<a name="gui_statdyn"></a>
<a name="gui_005fstatdyn"></a>
<p>
Next:&nbsp;<a rel="next" accesskey="n" href="gui_005fi.html#gui_005fi">gui_i</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="gui_005fintro.html#gui_005fintro">gui_intro</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="GUI.html#GUI">GUI</a>
<hr>
</div>

<h4 class="subsection">3.2.2 Static and dynamic parameters</h4>

<p>All GUI applications have their own configuration data. 
This means, that plugin configurations are not shared between
these applications.

   <p>There is a strict separation between static and plugin dependent
configurations.

   <p>Most applications have one or more config dialogs
(
<img src="../img/config_16.png" alt="../img/config_16.png">
)
which let you change settings either for several subsystems of the
application or for plugins, depending on the context. 
To change the plugins themselves, there are separate plugin dialogs
(
<img src="../img/plugin_16.png" alt="../img/plugin_16.png">
)
which let you select and configure plugins.

   <p>It might be a bit tricky to find out if a special option can be set
via the the plugin dialog or via
the global config dialog. The general rule is: All features, which are
supported by the core architecture, are configured in some global
dialog. You can expect them to be present on every gmerlin installation
of the same version. The plugin options vary depending on what plugins
are installed (that's the reason, why they are separated).

   </body></html>