[ANN] HelpSystem (was ProfStef)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ANN] HelpSystem (was ProfStef)

Torsten Bergmann
>How do you reorder the pages ? with pagexxx ?

No, currently there is no order. As I wrote - we have
to find a way. Either by providing a #pages method
with the order

   pages
     #(pageMethod1 pageMethod2 ...)

or by enumerating using the pragma in any method

  pageMethod
    <help: 'hello' nr: 2>

First one is easier to maintain/restructure.

Currently it's the order in which pragmas are given
(see the code) which I think is undefined.
Maybe someone has another idea.

Bye
T.
--
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project