Project

General

Profile

Actions

Bug #1947

closed

name wird nicht condition-abhängig genutzt

Added by Copperhead about 10 years ago. Updated about 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Start date:
10/14/2014
Due date:
% Done:

0%

Estimated time:

Description

                <drawtext condition="lt({daynumeric},10)" name="day_text" x="{areaheight}*0.5" valign="center" font="{vdrOsd}" fontsize="100%" color="{clrMenuItemSelectable}" text="0{daynumeric}." />
                <drawtext condition="gt({daynumeric},9)" name="day_text" x="{areaheight}*0.5" valign="center" font="{vdrOsd}" fontsize="100%" color="{clrMenuItemSelectable}" text="{daynumeric}." />
                <drawtext condition="lt({month},10)" name="month_text" x="{posx(day_text)}+{width(day_text)}" valign="center" font="{vdrOsd}" fontsize="100%" color="{clrMenuItemSelectable}" text="0{month}." />
                <drawtext condition="gt({month},9)" name="month_text" x="{posx(day_text)}+{width(day_text)}" valign="center" font="{vdrOsd}" fontsize="100%" color="{clrMenuItemSelectable}" text="{month}." />
                <drawtext name="year" x="{posx(month_text)}+{width(month_text)}" valign="center" font="{vdrOsd}" fontsize="100%" color="{clrMenuItemSelectable}" text="{year}" />

Erwarten würde ich, dass posx und width von dem drawtext genommen wird, bei dem die condition zutrifft.

Actions #1

Updated by louis about 10 years ago

  • Status changed from New to Assigned
  • Assignee set to louis

Hm, mal schauen wie ich das am besten implementiert bekomme.

Als workaround könntest du mit verschiedenen Namen, z.B. month_text und month_text_filled arbeiten und das letzte drawtext ebenfalls mit den jeweiligen Conditions und den dann passenden Namen verwenden.

Ciao Louis

Actions #2

Updated by lhanisch about 10 years ago

Ich finde, Namen sollten eindeutig sein. Das ist sonst verwirrend. Was soll sonst passieren, wenn beide angezeigt werden?
Zur Hilfe evtl. eine Debug-Fehlermeldung beim Parsen der XML-Dateien ausgeben, wenn ein Name doppelt benutzt wird?

Actions #3

Updated by louis about 10 years ago

  • Status changed from Assigned to Closed

Sehe ich eigentlich genauso...ich werde wohl eine Fehlermeldung einbauen...

Actions

Also available in: Atom PDF