What is wrong with this description??  The issue seems to be with the
unordered list after the 'Example:' line as it doesn't appear in the
generated HTML.

This is the error...
[#GUI.gui_dialogs.TfpgFileDialog.Filter] Invalid paragraph content


Here is the relevant description...
I've tried the unordered list items with and without the <p> tags. I
tried without the ending </li> tags....  I can't see a problem.  Also
why must we specify <p> tags inside a <li> tag?

----------------------------  CUT  --------------------------------
<descr>
<p>
The filter consists out of two parts separated by a | sign. If more than
one filter needs to be specified each filter is also separated by a | sign.
The format for a single filter is: &lt;description&gt;|&lt;filemask&gt;
The format for multiple filters are:
&lt;description&gt;|&lt;filemask&gt;|&lt;description&gt;|&lt;filemask&gt;|&lt;description&gt;|&lt;filemask&gt;
</p>
<p>
 Example:<br/>
 <ul>
   <li><p>'All Files (*)|*'</p></li>
   <li><p>'All Files (*)|*|Object Pascal (*.pas)|*.pas'</p></li>
 </ul>
</p>
<p>
A filemask can also contain more than one mask separated by a ; sign.<br/>
eg: 'Object Pascal|*.pas;*.lpi;*.pp'
</p>
</descr>
----------------------------  END --------------------------------


I'm using the released FPC 2.2.0 under Linux.



Regards,
  - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to