denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Denemo-devel] Scheme script debugging


From: Andreas Schneider
Subject: Re: [Denemo-devel] Scheme script debugging
Date: Thu, 23 May 2013 20:53:11 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.12) Gecko/20130116 Icedove/10.0.12

Am 23.05.2013 19:58, schrieb Richard Shann:
> Here you are changing that value with the value DENEMO_OVERRIDE_AFFIX
> 
> So instead, a single call setting it to 
> 
> (logior DENEMO_OVERRIDE_GRAPHIC DENEMO_OVERRIDE_EDITOR  DENEMO_OVERRIDE_AFFIX 
> )
> 
> should work just fine.

Oh, right, I was setting the MarkupAtEnd postfix twice and thus
overriding the initial value -- I didn't notice that, but looking at it,
it was no wonder that the button disappeared.

Now the script almost does what it should. I can add markup where I want
(although I still get the single line editor), and when I re-execute the
script with the scheme script editor, I can change the markup getting
the previous one as default text in the line edit. Only when I click the
button MarkupAtEnd, the script is not executed, but an editor window
opens where I can change the button name (but that does not affect the
markup). How can I improve that?

Andreas



reply via email to

[Prev in Thread] Current Thread [Next in Thread]