FAQ

Development

How can I use one database with multiple versions of mysql/mariadb Open

To use a single database irregardless of the db version follow this video.We are NOT responsible for any data corruption.…
To use a single database irregardless of the db version follow this video.


We are NOT responsible for any data corruption.  It worked for us but your mileage may very.
0 answersPosted 11 months ago

How do you change the about window

The about window is a 450 x 250 window created by class.action.about.php styling is in class.windbinder.php specifically line 150 public…
The about window is a 450 x 250 window created by class.action.about.php styling is in class.windbinder.php specifically line 150
    public function drawRect($parent, $xPos, $yPos, $width, $height, $color = 15790320, $filled = true)
    {
        return $this->callWinBinder('wb_draw_rect', array($parent, $xPos, $yPos, $width, $height, $color, $filled));
    }

You must use decimal when working with colors such as https://convertingcolors.com/decimal-color-15790320.html
The hex value for the background is #f0f0f0
0 answersPosted 1 year ago

Sorry, this website uses features that your browser doesn’t support. Upgrade to a newer version of Firefox, Chrome, Safari, or Edge and you’ll be all set.