Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create TIMER_Sandro.pm #2

Closed
wants to merge 4 commits into from
Closed

Conversation

sepultura30
Copy link

No description provided.

@HomeAutoUser
Copy link
Collaborator

Hallo @sepultura30
ich schaue es mir morgen Abend an. Leider muss ich es mir separat vergleichen weil bei dem PR mir alles als Unterschied angezeigt wird und nicht nur die Änderungen von dir.
Grüße

TIMER_Sandro.pm Outdated
@@ -544,7 +539,7 @@ sub Timer_FW_Detail($$$$) {
## Überschriften
$html.= "<tr>";
####
$style_code1 = "border:1px solid #D8D8D8;" if($Table_Border_Cell eq "on");
$style_code1 = "border:1px solid #000000;" if($Table_Border_Cell eq "on");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Entnehme ich dabei den Wunsch, das du nicht die unterschiedlichen Zeilen immer wechselnd gefärbt haben möchtest?

Copy link
Author

@sepultura30 sepultura30 Oct 12, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi,
habe noch mal was am Code geändert, man kann per Attribut jetzt die Zellen Farbe wählen.

@sepultura30
Copy link
Author

sepultura30 commented Oct 12, 2019 via email

my $Sunrise = AttrVal($name,"Sunrise","REAL");
my $Sunset = AttrVal($name,"Sunset","REAL");
my $Sunrise = AttrVal($name,"Sunrise","");
my $Sunset = AttrVal($name,"Sunset","");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benötigst du wirklich zwei Attribute für Sonnenafgang und Sonnenuntergang, oder reicht auch eines für beide Zeiten?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Es reicht auch eines für beide Zeiten

@@ -549,7 +551,7 @@ sub Timer_FW_Detail($$$$) {
$html.= "</tr>";

for(my $zeile = 0; $zeile < $Timers_Count; $zeile++) {
$style_background = "background-color:#000000;" if ($zeile % 2 == 0);
$style_background = "background-color:#$Cell_Color;" if ($zeile % 2 == 0);
$style_background = "" if ($zeile % 2 != 0);
Copy link
Contributor

@elektron-bbs elektron-bbs Oct 13, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ich denke, wir belassen die Hintergrundfarbe besser bei den vom Style vorgegeben Werten:
$html.= sprintf("<tr class="%s">", ($zeile & 1)?"odd":"even");

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jetzt muss ich erstmal hier alles auseinader nehmen vom PR ;-)
Wir wollen ja ungern nicht verschiedene Dinge vermischen.

  1. Ich würde das mit der Sonnenauf bzw. Untergang in einem Attribut versehen was im Standardfall aus ist und beim setzen greift mit den Usereingaben um die Fälle

REAL,CIVIL,NAUTIC,ASTRONOMIC

abzudecken?

  1. StyleColor Hintergrund, hier würde ich im ersten Schritt erstmal den Code so abändern, das der User die Zeilenunterscheidung im jeweilig gewählten Styleformat sieht und wir nicht die Farbe fest legen.

Als Option, kann man gern noch ein Attribut ergänzen um eine feste Farbe selbst zu definieren bzw. um die Farbe "Zeilenunterscheidung" abzuschalten.

@elektron-bbs siehst du dies ebenso wie ich?
@sepultura30 das müsste doch dann auch so deinem Vorschlag deckeln?

Copy link
Collaborator

@HomeAutoUser HomeAutoUser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Um diesen PR nicht ausversehen zu Mergen ist dieser Verzweis.
Hier wird #2 (comment) gerade vereinzelt separatisiert.
Angefangende Anpassungen #3.

@sepultura30
Copy link
Author

sepultura30 commented Oct 13, 2019 via email

@HomeAutoUser HomeAutoUser mentioned this pull request Oct 13, 2019
@HomeAutoUser
Copy link
Collaborator

mit #3 wurden die Anpassungen übernommen

@sepultura30 sepultura30 deleted the patch-1 branch October 15, 2019 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants