This topic is locked

signature background color

7/11/2019 8:31:04 AM
PHPRunner General questions
H
Hd_Mersintarim author

hi,

Im using PHPR 9.8
// signature background color

$this->settings["bgcolor"] = "#ffffff"; and
on Documents\PHPRunnerPlugins\edit\EditSignaturePad.php

public function initUserControl()

{

$this->required = false;

$this->width = 300;

$this->height =100;

$this->bgcolor = "#ffffff";

$this->bgimage = "";

$this->folder = "files";

$this->linew = 2;

$this->color = "#145394";
my feld size varchar(400)
but SignaturePad backgroundcolor is not coming white but coming another dark color.
may you help me with this?

best regards.

Sergey Kornilov admin 7/11/2019

I suggest trying the latest version of PHPRunner first. Most likely this is something that latest versions fixed.