Jump to content

Search the Community

Showing results for tags 'border'.

  • 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 9 results

  1. I am trying to apply some styling to the border of a TUniCanvas using the following, but nothing appears: procedure TMainForm.UniFormShow(Sender: TObject); begin with UniCanvas1.JSInterface do begin JSConfig('style', ['border-style: solid']); JSConfig('style', ['border-width: 1px']); JSConfig('style', ['border-color: red']); end; end; If I comment out the border-width and border-color lines then the border appears. How can I apply all the border styling to the Canvas.
  2. Hi, I need to remove all borders: my css: .noPanelBorder { border: none; background: none; } my UnitEvents: function beforeInit(sender, config) { config.baseCls='noPanelBorder'; config.cls='noPanelBorder'; }
  3. Please, How to remove only the last border of the grid? https://imgur.com/a/yel9Xc5
  4. When using a Border layout, Sencha documentation illustrates an Item "Weight" property that is used to sort the items for presentation. This permits the arrangement of panels in a border layout where the North and South regions do not extend all the way across the containing panel. For example. [ | | ] [ | | ] [ West | Center | East ] [ |----------| ] [ | South | ] Is there a way to specify the Weight property using uniGUI? Thanks, Milan
  5. Bom dia, gostaria de saber se seria possivel eu contruir no unigui um formulario, liso sem bordas como segue o modelo em anexo. Cadastro empresa ai não possui bordas, quero fazer forms assim. Good day , I wonder if it would be possible I build in unigui a form , flat borderless as follows the model attached. Register now there does not have borders, I want to do so forms. http://sharingsistemas.com.br/
  6. Hi, Change the border color of the selected component. It's possible? See attached image. Thanks
  7. Get border color? How do I find out the border color of a component? Thanks Zanona
  8. How do you get a form, except for the MainForm which can be set to mfPage, to display without a "window" border/frame? The idea is to display a modal form which looks like a white panel with rounded corners... Thanks.
  9. 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...