Jump to content

Search the Community

Showing results for tags 'panel'.

  • 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

Calendars

  • Community Calendar

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 19 results

  1. Good night, at login I put a panel with the fields, I need this panel to be centralized, but I am not getting it, I tried this way. procedure TfrmLogin.UniLoginFormScreenResize(Sender: TObject; AWidth, AHeight: Integer); begin pnLogin.top := (Self.Height div 2) - (pnLogin.height div 2); pnLogin.left := (Self.Width div 2) - (pnLogin.width div 2); end;
  2. In my project I can set panel setScrollTop and setScrollLeft with the following code - works as expected. RightPanel.JSInterface.JSCall('body.setScrollTop', [0]); TopPanel.JSInterface.JSCall('body.setScrollLeft', [0]); If I understand correctly, to scroll to bottom I will need a 'div' id in the body script as a locator ? As for right ? Please advise with code example how to setScrollBottom and setScrollRight an a panel containing a HTMLFrame ? Thanks in advance
  3. Hello guys. I have already seen several examples that it is possible to make the Form transparent. Can I also set then uniPanel transparent? Thankful.
  4. I have set a UniPanel.Title text and would like to show a hint when someone mouses over the title. How can I enable a hint to be visible?
  5. Please show me how to SET (plus get) Desktop Panel Height at runtime - thanks.
  6. Hi Guys, I am working on a Panel which I would like to position center of screen or my main form. I came into some issues when resizing the browser. I attached the screen and case project. Using uniGUI 1.90.1522 and Delphi Rio ... Any inputs and suggestions are highly appreciated. Thanks, Frances Panel_Resize.zip
  7. how to collapse with click in header?
  8. Dear all, My mobile form contain many chart, and every chart i put on Panel with collapsed function. But when i collapsed one of the panel, the panel never adjust their position to close the gap. can advise me, how to make unimpanel will auto adjust filling the gap ?
  9. Hello, I would like when disabling the panel component the items inside do not change color att, Amaro
  10. Hi guys, When trying to change the height of the title in the panel using event "render" of panel function render(sender, eOpts) { var header = sender.header; header.setHeight(5); } A space the size of the removed height of the title is added to the bottom of the panel The title of the text also does not appear. But I can solve manipulating the CSS class .x-panel-header-text-container-default But the question of spacing can not solve. How to solve this problem? TitlePanel.rar
  11. 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'; }
  12. I have 3 panels. the property collapsible this true. How do I click a panel and the other two the retraction? Same as example: Layout Management -> Accordion Layout. Tanks Ricardo M.Souza
  13. Hi everyone, Im trying to display a form(form4) inside another form(form3) that has a panel and that panel would act as a layoutbase for form4 but im not getting it to work. I tried to first show the form ex form4.show and that works but then when i do form4.SetParent(form3.layoutbase); i keep getting access violation error. THIS should happen onCreate for form3, i have attached to screen shots to easier understand want im trying to do. Best Regards Christian Johnson
  14. Hello, how I can do this effect in splitter in unigui? And it would be possible to control the event click runtime? Thanks.
  15. Good morning to all, I have a couple of questions regarding Unigui 1 - I'm inserting a menu, but I want this menu not always this at the top but in a specific location such as inside a panel, the idea is to place in the first form a kind of baner and under the banner menu, but the menu is always placed above. 2 - As is to be able to display a form inside a panel. 3 - Finally got the application form for you to display in page mode, but as I show a modal form in this case. Thank you ...
  16. Good morning to all, I have a couple of questions regarding Unigui 1 - I'm inserting a menu, but I want this menu not always this at the top but in a specific location such as inside a panel, the idea is to place in the first form a kind of baner and under the banner menu, but the menu is always placed above. 2 - As is to be able to display a form inside a panel. 3 - Finally got the application form for you to display in page mode, but as I show a modal form in this case. Thank you ...
  17. Buenos dias a Todos, Tengo un par de Pregunta con Relacion a Unigui 1- Estoy Insertando un menu, pero deseo que ese menu no este siempre en el tope sino en una ubicacion especifica por ejemplo dentro de un panel, la idea es colocar en el formulario primero una especie de baner y debajo del banner el menu, pero el menu siempre se coloca arriba. 2- como es que se logra mostrar un formulario dentro de un panel. 3- Por Ultimo tengo la aplicacion para que lo formulario se muestren en modo Pagina, pero como muestro un formulario modal en este caso. Gracias...
  18. Good morning to all, I have a couple of questions regarding Unigui 1 - I'm inserting a menu, but I want this menu not always this at the top but in a specific location such as inside a panel, the idea is to place in the first form a kind of baner and under the banner menu, but the menu is always placed above. 2 - As is to be able to display a form inside a panel. 3 - Finally got the application form for you to display in page mode, but as I show a modal form in this case. Thank you ...
×
×
  • Create New...