Assuming ffffff is required, the following 9 results were found.
like defaulting variables v_DefaultColor = "#000000"; // // a color palette l_ColorPalette = List(); l_ColorPalette.add({"#FFFFFF","#EF1616","#EF8216","#EFB116","#5DC35A","#38D7BB","#16D0EF","#398EF3","#C516EF","#EF166F"});...
way) and instead of color, click on the expression button (fx) and use the following: =IIF(RowNumber(Nothing) Mod 2, "#ffffff", "#eeeeee") or =IIF(RowNumber(Nothing) Mod 2, "WhiteSmoke", "Garamond") This is telling the report to be white (=#ffffff) in...
v_ThisProgram := A_ScriptName v_AccessProgram := A_ScriptDir "\" A_ScriptName v_DefaultVersion := "1.0" v_GuiBgColor := "FFFFFF" v_GuiWidth := 300 v_GuiHeight := 120 v_GuiOptions := "-Caption -Border +OwnDialogs +AlwaysOnTop -ToolWindow" v_GuiXpos :=...
; Ensures a consistent starting directory. ; SET TOOLTIP TEXT SearchButton_TT:="Search" ; SHOW THE GUI Gui, Color, FFFFFF Gui, Font, s16, Verdana, Gui, Add, Button, x575 y40 w85 h85 +Default +gSearch +Hide, Search Gui, Add, Picture, x573 y40 w93 h96...
it's printed out (backgrounds won't print by default) the occupied blocks will show up. =Switch(Fields!Status.Value="", "#ffffff", Fields!Status.Value="2", "firebrick", Fields!Status.Value="-1", "#999999") One I did earlier: Design One I did earlier:...
Sizes" Desc := "This program will display folders and their respective sizes." Width := 500 Height := 360 BgColor := "FFFFFF" MarginX := 2 MarginY := 2 Options := "+Caption +Border +ToolWindow -Resize -MaximizeBox -MinimizeBox +OwnDialogs" BaseDir :=...
list all the Google Chrome profiles available from your login." Version := "1.0" Width := 400 Height := 800 BgColor := "FFFFFF" MarginX := 2 MarginY := 2 Options := "+Caption +Border +OwnDialogs" TempDir := "C:\Windows\Temp" ;...
white; text-align: right; } .onoffswitch-switch { display: block; width: 18px; margin: 6px; height: 18px; background: #FFFFFF; position: absolute; top: 0; bottom: 0; left: 10px; border: 2px solid white; border-radius: 20px; transition: all 0.3s ease-in...
Force ; ****************************************************************************** ; CREATE GUI Gui, Color, FFFFFF Gui, +OwnDialogs +SysMenu +Caption +0x800000 Gui, Add, Text, gOpenDocumentation, Open the documentation Gui, Show, w600 h700,...