Questions tagged as 'flex'

0
answers

Error in the code of a calculator when saving the tokens, flex

The mentioned error is in the 6th line of code. Running this code in the VS developer with win_flex
asked by 05.01.2018 / 15:04
1
answer

Submenu of the same menu width

The submenu is the size of the text, I would like it to be the size of the menu header { position: fixed; top: 0; left: 0; right: 0; box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px...
asked by 27.05.2018 / 04:57
1
answer

Error '' unistd.h ': No such file or directory "with flex

After creating the .l file, placing the necessary flex commands on the Visual Studio prompt always gives this error. I have already tried to put the mentioned library in the directory but the problem remains. Error: Microsoft (R)...
asked by 03.01.2018 / 17:46
1
answer

Syntax Error in lex / flex

Because my flex / lex recognizer has a syntax error when I try to recognize the WRITE 1 text %{ #include "gram.h" int yyerror(const char *s); %} /* letras [A-Za-z]+ */ /* id ({letras})({letras}|{digito})* */ %% "ESCREVER" {retu...
asked by 12.01.2017 / 13:30
1
answer

Does not set display as flex when mouse over

While passing the mouse over the name class does not appear .img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%); } .img:hover { filter: grayscale(0%); } .img:hover .name { display: f...
asked by 28.06.2017 / 02:40
1
answer

Adobe Flex for HTML

Does anyone know if there is any way to convert MXML (Flex) to HTML? If so, what is the medium to do this conversion?     
asked by 02.05.2018 / 16:41
1
answer

Height alignment of different divs with multiple columns and rows

I'm trying to make a height alignment of different divs (with css only), but after many attempts I still can not get the best answer. In mobile the designer made a carrousel (swiper): Ondesktopitisnecessarytousethisway: Theproblemisasfoll...
asked by 02.10.2017 / 18:40