Jump to content

Search the Community

Showing results for tags 'WindowLess'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • uniGUI Public
    • Announcements
    • General
    • Feature Requests
    • Installation
    • Deployment
    • Other Platforms
  • Licensing
    • Licensing
    • Ordering uniGUI
  • Bug Reports
    • Active Reports
    • Closed Reports
    • Old Bug Reports
  • uniGUI Development
    • General Development
    • uniGUI Releases & Roadmaps
    • Utilities
  • Mobile Platform
    • uniGUI Mobile
    • Mobile Browsers
  • Users Area
    • Sample Projects
    • Components and Code Samples
    • Third Party Components
  • Non-English
    • Non-English
  • Miscellaneous
    • Hosting
    • Server Security
    • Jobs

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 2 results

  1. 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. 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.
  2. Hi! I am wondering if there is a way to remove the border from the main form, i tried to set the borderstyle to bsNone but can still see a border(window)? Is there a way to make the application windowless or look like it is? Best Regards Chrisjohn82
×
×
  • Create New...