Announcement

Collapse
No announcement yet.

Button background color can't be modified, it is always dark grey.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Button background color can't be modified, it is always dark grey.

    The background color for button draw functions can't be modified. This is a very long, long standing issue. It is very difficult to see colored text not using very light colors. As an example I included a drawTextPixel from the "EFSAT_EXAMPLE.efs" provided by eSignal.

    PHP Code:
    drawTextPixel(offsetXoffsetY,                  " Buy  @URL=EFS:buyCallback"Color.teal Color.whiteText.BUTTON Text.RELATIVETOLEFT Text.RELATIVETOTOPBUTTONS_FONT12i++);
        
    drawTextPixel(offsetXoffsetY distance,       " Sell @URL=EFS:sellCallback"Color.RGB(1550255), Color.whiteText.BUTTON Text.RELATIVETOLEFT Text.RELATIVETOTOPBUTTONS_FONT12i++); 
    Click image for larger version

Name:	butt_bg_clr.JPG
Views:	1
Size:	43.2 KB
ID:	247000

    Please correct.

    Wayne
Working...
X