Jump to content

Recommended Posts

Posted

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.

Posted
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). 

Posted

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.

Posted

I only have these settings, which should not influence the problem.

image.png.5a1963ae63698fe607e2bdf1034c94d6.png

 

image.thumb.png.4a050a9b99c5f1cc0aa58a9a284dfb34.png

 

 

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 */

 

 

 

Posted
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?

Posted

image.png.146a5708cadc83992c5f872d9996bc92.png

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

Posted
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.

Posted

 

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

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...