FORUMS PROFESSIONNELS
WINDEV
,
WEBDEV
et
WINDEV Mobile
Accueil
|
Messages récents
|
Connexion
|
Déconnexion
|
Français
Accueil
→
WEBDEV 28
→
lighten the color of background color in a table row
lighten the color of background color in a table row
Débuté par Joel Waldron, 08 juin 2023 21:45 - 3 réponses
Connectez-vous…
Joel Waldron
#1
Posté le 08 juin 2023 - 21:45
HI All -
Is there a way to lighten the color of table row when using ..Background color? The isn't an ..opacity option in the list. The colors are too bold and make it like the table is screaming at you instead of just lightly highlighting som info.
Thank you!
Signaler
0
0
CCordes
#2
Membre enregistré
68 messages
Posté le 17 juin 2023 - 02:59
Since you mention ..background, I have to ask - are you changing the color from code or the editor?
In the editor, you can alter the color to anything you want in the Style tab - remember that you have to recolor each element in the table even though there is a table background color, each element overlays the background.
In code too, you can set any color - TABLE_DETAIL..BackgroundColor = RGB(173, 246, 228)
or color a row - TABLE_DETAIL[2]..BackgroundColor = RGB(173, 246, 228)
You can create your own color equates in the global code
CONSTANT //custom colors
cc_mint = 0x6CE7CF
cc_cornflower = 0x6AC7E9
END
I hope this helps
--
Sometimes waiting is the best way forward...
Signaler
0
0
Carlos
#3
Posté le 01 août 2023 - 04:40
CCordes wrote:
Since you mention ..background, I have to ask - are you changing the color from code or the editor?
In the editor, you can alter the color to anything you want in the Style tab - remember that you have to recolor each element in the table even though there is a table background color, each element overlays the background.
In code too, you can set any color - TABLE_DETAIL..BackgroundColor = RGB(173, 246, 228)
or color a row - TABLE_DETAIL[2]..BackgroundColor = RGB(173, 246, 228)
You can create your own color equates in the global code
CONSTANT //custom colors
cc_mint = 0x6CE7CF
cc_cornflower = 0x6AC7E9
END
I hope this helps
--
Sometimes waiting is the best way forward...
To add a little to that.
In the editor as soon as you type "RGB(" you will prompt with the word "Wizard", click on that word and you will
be presented with the color wizard. There you can visually select the color you want.
Best regards,
Carlos
Signaler
0
0
Broome2
#4
Membre enregistré
1 message
Posté le 10 septembre 2023 - 21:56
Thanks for sharing this information.
Signaler
0
0
→ Revenir à WEBDEV 28
WINDEV 28
WEBDEV 28
WINDEV Mobile 28
WINDEV (précédentes versions)
Français
English
Español
Portuguesa
Fermer cette fenêtre
Type de recherche
Uniquement les sujets
Tous les messages
Période de recherche
Date indifférente
Moins d'une heure
Moins de 24 heures
Moins d'une semaine
Moins d'un mois
Moins d'un an
Annuler
Aperçu de votre message
Ajouter une image
Importer une image depuis une URL
Envoyer une image depuis un fichier de votre disque
Déposez ici un fichier ou cliquez sur "Parcourir..."
ou
Annuler
0%
WLangage
SQL
XML, HTML
JAVA, Javascript
Texte