<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hello José<br><br>that is an excellent solution - exactly what I was seeking.<br><br>have tried it and it works.<br><br>great to know about listing undocumented functions via Scripter Console too.<br><br>thanks very much<br><br>Mike<br><br><br><br><br>&gt; From: joseantoniorocha@gmail.com<br>&gt; Date: Sat, 11 Dec 2010 23:41:32 -0200<br>&gt; To: scribus@lists.scribus.info<br>&gt; Subject: Re: [scribus] scribus script to write current document name<br>&gt; <br>&gt; The code that do what you want:*<br>&gt; <br>&gt; docName = scribus.getDocName()<br>&gt; **nameBox = scribus.createText(x, y, w, h)<br>&gt; scribus.setText(docName,nameBox)*<br>&gt; <br>&gt; Em 11 de dezembro de 2010 21:55, José Antonio Rocha &lt;<br>&gt; joseantoniorocha@gmail.com&gt; escreveu:<br>&gt; <br>&gt; &gt; **<br>&gt; &gt;<br>&gt; &gt; You can hack around new and undocumented functions listing it in Scripter<br>&gt; &gt; console:<br>&gt; &gt;<br>&gt; &gt; *dir() *<br>&gt; &gt;<br>&gt; &gt; and key [F9]<br>&gt; &gt;<br>&gt; &gt; 2010/12/9 michael biggs &lt;mjbiggs@hotmail.com&gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;&gt; Hello<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; I am looking for some help writing a simple script.<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; With scribus running and a document open, the script will simply create a<br>&gt; &gt;&gt; text box on a page of the open document, and then write the name of the<br>&gt; &gt;&gt; document into the text box.<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; What python command can I use to automatically get the name of the<br>&gt; &gt;&gt; currently open document?<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; All I've been able to get so far is the name of the python script that I<br>&gt; &gt;&gt; run from the document.<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; Any help appreciated.<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; Thanks<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; Mike<br>&gt; &gt;&gt;<br>&gt; &gt;&gt;<br>&gt; &gt;&gt;<br>&gt; &gt;&gt;<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; -------------- next part --------------<br>&gt; &gt;&gt; An HTML attachment was scrubbed...<br>&gt; &gt;&gt; URL: &lt;<br>&gt; &gt;&gt; http://lists.scribus.info/pipermail/scribus/attachments/20101209/8daf68af/attachment.htm<br>&gt; &gt;&gt; &gt;<br>&gt; &gt;&gt; _______________________________________________<br>&gt; &gt;&gt; scribus mailing list<br>&gt; &gt;&gt; scribus@lists.scribus.info<br>&gt; &gt;&gt; http://lists.scribus.info/mailman/listinfo/scribus<br>&gt; &gt;&gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; --<br>&gt; &gt; ------------------------------<br>&gt; &gt; [image: Meira]nome: "José Antonio Meira da Rocha"  tratamento: "Prof. MS."<br>&gt; &gt; cargo: "Coordenador do Curso de Relações Públicas Multimídia"<br>&gt; &gt; ies: "CESNORS/Universidade Federal de Santa Maria"<br>&gt; &gt; googletalk: email: MSN: joseantoniorocha@gmail.com<br>&gt; &gt; ICQ: 658222 Skype: "meiradarocha_jor"<br>&gt; &gt; veículo: [ http://meiradarocha.jor.br ]<br>&gt; &gt; fone: (55) 9651-0686<br>&gt; &gt; ------------------------------<br>&gt; &gt;<br>&gt; &gt;<br>&gt; <br>&gt; <br>&gt; -- <br>&gt; ------------------------------<br>&gt; [image: Meira]nome: "José Antonio Meira da Rocha"  tratamento: "Prof. MS."<br>&gt; cargo: "Coordenador do Curso de Relações Públicas Multimídia"<br>&gt; ies: "CESNORS/Universidade Federal de Santa Maria"<br>&gt; googletalk: email: MSN: joseantoniorocha@gmail.com<br>&gt; ICQ: 658222 Skype: "meiradarocha_jor"<br>&gt; veículo: [ http://meiradarocha.jor.br ]<br>&gt; fone: (55) 9651-0686<br>&gt; ------------------------------<br>&gt; -------------- next part --------------<br>&gt; An HTML attachment was scrubbed...<br>&gt; URL: &lt;http://lists.scribus.info/pipermail/scribus/attachments/20101211/89cdb7fb/attachment.htm&gt;<br>&gt; _______________________________________________<br>&gt; scribus mailing list<br>&gt; scribus@lists.scribus.info<br>&gt; http://lists.scribus.info/mailman/listinfo/scribus<br>                                               </body>
</html>