Re: [Therion] Showing qestion mark texts broken?

2019-01-05 Thread Benedikt Hallinger via Therion
Hello, just another question; how can i make the questionmark appear bold and red? > Am 04.01.2019 um 12:19 schrieb Benedikt Hallinger : > > Hi again, > it was indeed the Underscore. > > This works (therion 5.4.1): > > if ( known ATTR__text ): > % set labeling color to

Re: [Therion] Showing qestion mark texts broken?

2019-01-04 Thread Benedikt Hallinger via Therion
Hi again, it was indeed the Underscore. This works (therion 5.4.1): if ( known ATTR__text ): % set labeling color to red push_label_fill_color(1.0, 0.0, 0.0); % draw filled label with text below station p_label.bot(ATTR__text, pos shifted

Re: [Therion] Showing qestion mark texts broken?

2018-12-26 Thread Benedikt Hallinger via Therion
Forwarding an off list mail to me that explains Am 2018-12-24 11:27, schrieb Marco Corvi: benedikt, from my tests, options, eg "-text", are referred as ATTR__text (double underscore), custom attributes, eg "-attr code", as ATTR_code (single underscore) feel free to forward to the list. thx

Re: [Therion] Showing qestion mark texts broken?

2018-12-23 Thread Benedikt Hallinger via Therion
Hi, no i never had implemented before. Could you please send me your layout and compiler file? I probably made some dumb error somewhere :( Am 22.12.2018 um 22:55 schrieb Bruce Mutton via Therion : >> and my thconfig export command includes this: "-layout >> showContinationText.inc", which in

Re: [Therion] Showing qestion mark texts broken?

2018-12-22 Thread alastair gott via Therion
Hi Benedikt, Adding a continuation ? should be a standard use of a TH2 file, check in: points/All Symbols/Possible continuation/Type [continuation]. This should produce a ?, even without the code to produce the text as well. If it's not producing a ? then there's something going wrong before.

Re: [Therion] Showing qestion mark texts broken?

2018-12-22 Thread Bruce Mutton via Therion
This is what I use. Slightly different to your example. Code in my standard layout... #CODE TO DISPLAY CONTINUATIONS (LEADS) # layout LayoutShowContinuationQmarkOnly #Show question marks only where continuations #are flagged in survey or scrap

Re: [Therion] Showing qestion mark texts broken?

2018-12-22 Thread Bruce Mutton via Therion
> and my thconfig export command includes this: "-layout > showContinationText.inc", which in other cases is enough to activate it. Hi Benedikt Does the above statement mean that you have other projects where the 'show continuation text' has worked properly and it is just stopped working for

Re: [Therion] Showing qestion mark texts broken?

2018-12-22 Thread Benedikt Hallinger via Therion
Hello, unfortunately this does not help. The standard "?"-symbol does show like expected. It is just the extension code not having the stated effect if showing the text. As such, i just want to override the default p_continuation symbol with the code showing the text, and only so when i choose