Jump to content

Problem with edges windowless app


normanha

Recommended Posts

Dear
 
I'm development an windowless application , and I have problems with some edges that insist on staying on the page. Look at the prints I took of the page during an inspection of the elements.

 

post-824-0-09064900-1390398179_thumb.png
post-824-0-32578100-1390398207_thumb.png
post-824-0-19378700-1390398275_thumb.png
post-824-0-61871300-1390398299_thumb.png
post-824-0-91430200-1390398314_thumb.png

 

Developed a custom login form and inject the HTML into the page using the TUniHTMLFrame .
 
To leave my main div maximized , it was necessary to reset the stylesheet of the page using " ClientEvents.ExtEvents.window.show " TUniForm used as the example below .
 
Event code.
 
function window.show(sender, eOpts )
{
   sender.addClass('resetCSS');
}

Code style sheet.

 
.resetCSS html, body , div , span , applet, object , iframe ,
h1 , h2 , h3 , h4 , h5 , h6 , p , blockquote , pre,
a, abbr , acronym , address , big , cite , code ,
del , dfn , in , font , img , ins , kbd , q , s , samp ,
small , strike , strong , sub , sup, tt , var ,
b , u , i , center ,
dl , dt , dd , ol , ul , li ,
fieldset , form , label , legend ,
table , caption , tbody , tfoot , thead , tr , th , td {
   border: none ;
   border-style : none ;
   margin: 0 ;
   padding: 0 ;
   outline : 0 ;
   font-size : 100 % ;
   vertical - align: baseline ;
   background: transparent ;
}
Is there any way to solve this problem?
 
I realize that the very UniGui generates html unnecessary when using TUniHTMLFrame and I wonder if it is possible to minimize or eliminate this process .
 
I await feedback and any questions I am available.
 
Regards.

 

 

post-824-0-09064900-1390398179_thumb.png

post-824-0-32578100-1390398207_thumb.png

post-824-0-19378700-1390398275_thumb.png

post-824-0-61871300-1390398299_thumb.png

post-824-0-91430200-1390398314_thumb.png

Link to comment
Share on other sites

  • 4 years 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...