Wilton Ergon Posted June 25, 2020 Posted June 25, 2020 before after what should be done to resolve this? no cls defined in treemenu Quote
Wilton Ergon Posted June 25, 2020 Author Posted June 25, 2020 this problem occurred when version 1530 came out, now even 1534 is still going on, I know something in my project but I don't know where it is, I opened an example menu in version 1534 and it shows normally. I removed all the cls codes, and scripts that I have in my project and still, it still doesn't show the arrow in the menu. so i am unable to use the latest version. Quote
Abaksoft Posted June 25, 2020 Posted June 25, 2020 2 minutes ago, wilton_rad said: I removed all the cls codes, and scripts that I have in my project... Hi, Also, ServerModule CLS ? I remember this problem (fontawsome). Quote
eduardosuruagy Posted June 25, 2020 Posted June 25, 2020 I also have the same problem and haven't updated it yet! Quote
andyhill Posted June 25, 2020 Posted June 25, 2020 I think I was the first to report this several versions ago. It auto corrected over successive updates then appeared again. I know at one stage I deleted the cache and it came good but since then it has gone bad again. Quote
Wilton Ergon Posted June 26, 2020 Author Posted June 26, 2020 I only have these settings, which should not influence the problem. I have this css code, which works normally in the example unigui \ uniGUI \ Demos \ Desktop \ UniTreeMenu /*UniTreeMenu - start*/ /* Color back menu */ .x-treelist-nav { background-color: [[MENU_COLOR]] !important; background-repeat: no-repeat; background-attachment: fixed; background-image: url( 'https://gepimagens.ergonsistemas.com.br/Backgroud_620x1080.png'); background-position: 0px 50% !important; padding: 0 0 0 0; overflow: auto !important; scrollbar-width: thin; scrollbar-color: #778088 #d6d9db;} /*menu left*/ .x-treelist-nav .x-treelist-item-text { color: White; /*cor da letra do menu*/ margin-left: 27px; /*27 espaçamento da esquerda para direita dos Itens do menu*/ margin-right: 15px; /*espaçamento da esquerda para direita dos Grupos do menu*/ font-size: 16px; /*tamanho das letras*/ line-height: 30px; /*altura da linha do menu*/ } .x-treelist-nav .x-treelist-item-icon:before, .x-treelist-nav .x-treelist-item-tool:before, .x-treelist-nav .x-treelist-item-expander { line-height: 30px; color: White;} /*Menu Expandidos*/ .x-treelist-nav .x-treelist-item-expanded { background-color: #324f67 !important;} /*Menu Selecionado*/ .x-treelist-nav .x-treelist-item-selected > .x-treelist-row::before { background-color: #008ae6 !important;} /*Passa o mouse*/ .x-treelist-nav .x-treelist-row-over{background-color: #808080 !important;} .x-treelist-nav::-webkit-scrollbar { width: 7px; height:7px; background:#d6d9db;} .x-treelist-nav::-webkit-scrollbar-track {background: rgba(0,0,0,0.1);} .x-treelist-nav::-webkit-scrollbar-thumb {border-radius: 7px;height:7px;background:#778088;} /* UniTreeMenu - end */ Quote
Sherzod Posted June 26, 2020 Posted June 26, 2020 On 6/25/2020 at 7:10 PM, wilton_rad said: what should be done to resolve this? Hello, I couldn't reproduce this issue (build 1534). Which theme are you using? Quote
Wilton Ergon Posted June 30, 2020 Author Posted June 30, 2020 STANDARD THEME in the examples it doesn't happen either, only in my project and only after the update, in the previous version 1.90.0.1526, it works normally Quote
Abaksoft Posted June 30, 2020 Posted June 30, 2020 3 hours ago, wilton_rad said: Only in my project .... Good news. So, you can remove all forms, frames, units, classes from your .dpr file and keep only the form with problem. This is what i do for tracking an oddity. Quote
Wilton Ergon Posted July 3, 2020 Author Posted July 3, 2020 someone else is going through this, there is nothing wrong with my application because it shows correctly in version 1534, only in the others and that the problem occurs, so and it seems clear that it is something in the newer versions that causes the problem Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.