Questions tagged as 'cores'

0
answers

Viewing colors in Notepad ++

I've always used PHPStorm to edit the code, but because it was too heavy it started to crash a lot so I decided to use Notepad ++, I always liked it because it's very light, but the only thing that gets in the way is that I can not see hexadecim...
asked by 05.10.2017 / 14:27
0
answers

Color in Visual Studio

Hello Does anyone know how I can change the colors of unused methods / events vs. those used in Visual Studio? I have here VS2013 (using Dark theme) and Resharper but I can not see exactly the methods / events of each object / control in...
asked by 15.07.2016 / 01:08
1
answer

Figure Area Calculation

Maybe I already have something on the subject, but I did not find it. I am new to the area and would like help in developing a C ++ algorithm for detecting the area of a predetermined color in a figure. That is, the user inserts only the image i...
asked by 17.04.2016 / 04:08
1
answer

Coloring Datagridview with C # Comparison

I would like to know if you have any way to color the row in the datagridview without using a loop. I have a minimum stock and when available is below the minimum I would paint the red line. Ididitthatway,butitgotreallyslow.for(inti=0;i&l...
asked by 20.06.2018 / 20:34
2
answers

A .bat file that changes the background color according to the number that the user typed [duplicate]

The code below should change the background color after the user types a number from 0 to 7, but the program closes shortly after the user types the number and does not change the color. I'm using the win7 cmd. @ECHO OFF SET /p num=Digite...
asked by 25.02.2017 / 15:22
0
answers

Colors in Mac OS X Terminal

I recently created a file .bashrc , and left the following content: export TERM=xterm-color alias ls="ls -G" Followed by source .bashrc When I used it, everything worked fine, but when I closed it and opened it again, the...
asked by 19.08.2018 / 01:58
0
answers

Create custom color palette in Material Design Lite

I'm starting in web development with NodeJS, and also in using Material Design Lite. I would like to insert two colors that are not in the default MDL color palette ( link ). I looked up the Github Project Wiki ( link ), but I have questions abo...
asked by 13.05.2018 / 19:04
0
answers

Vary the color of the toolBar and Tabs, is it possible?

I would like to know if it is possible to vary the color / theme of the toolBar and Tabs depending on the button that the user clicks, a kind of If or Switch Case in the XML itself with the layout, where depending on the user to choose, toolBar...
asked by 24.01.2018 / 17:21
1
answer

Status with colors in gridview asp.net C #

I need to make the texts of the exam statuses of an app appear in different colors, in the case of black, marked green and not red, these statuses are in an Enum. Follow my code if anyone knows the best way for this implementation....
asked by 14.10.2016 / 07:57
1
answer

Change the background color of a JTextArea [duplicate]

I'm a beginner in Java and I'm trying to create a function that changes the background of the words, I took a print of the example I'd like it to look like. The expected one is that in a table example, but the separation is by comma. If anyone...
asked by 28.04.2016 / 17:44