Jump to content

artem_niko

uniGUI Subscriber
  • Posts

    635
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by artem_niko

  1. I want that ScreenMask will be on full screen into browser, for example: Property, for example, when target UniTabSheet: ScreenMask.Target=UniTabSheet not give need effect.
  2. For example, when I'm pressing UniFSButton and then showing dynamically created UniForm with UniFrame.
  3. When what? Do you mean when it happens to the full size of the application window? That's what I say when, for example, the MessageDlg function is called. My question, in principle, is that is it possible to set the dimensions of this very ScreenMask somehow?
  4. Good afternoon! How can I "stretch" the ScreenMask to the full width and height of the main application in the browser? This effect is achieved when the MessageDlg function is called.
  5. What it is {video_content_id}? Where I can get this? This is example of link to video: https://disk.yandex.ru/i/ILUePYYUISSypSQ
  6. Good evening! I can't play a video from Yandex.Disk using the following code in UniHTMLFrame1: <!DOCTYPE html> <html> <body> <iframe id="myVideo" width="100%" height="100%" src="https://disk.yandex.ru/i/ILU.....SQ" allowfullscreen </iframe> </body> </html>
  7. Hello! How make this with link from Yandex.Disk video?
  8. Okay, without getting an answer, I found such a solution in the properties of the text field. I will use it for now.
  9. Why is UniEdit stretching not working? Does the code of stretching the panel in the basement of the grid affect it? If I'm writing like this (replace 100 on 0): function pagingBar.afterrender(sender, eOpts) { sender.down("#refresh").hide(); Ext.defer(function(){ sender.getRefItems()[sender.getRefItems().length-1].setFlex(1); sender.getRefItems()[sender.getRefItems().length-2].destroy(); }, 0); } then: If I'm writing like this: function pagingBar.afterrender(sender, eOpts) { sender.down("#refresh").hide(); Ext.defer(function(){ sender.getRefItems()[sender.getRefItems().length-1].setFlex(1); sender.getRefItems()[sender.getRefItems().length-2].destroy(); }, 10); } then it turns out what is needed, but the alignment goes to the left edge turns out. The buttons are equal on the right side, and the text field should take up the rest of the space.
  10. But no, you did everything right, the panel stretches across the width of the basement, as it should. Added yellow color to check it, everything is ok. But, I don't understand why I have buttons whose alignment is set to the right edge, are not located to the right on my yellow panel + UniEdit, despite the fact that it has Align=alClient, it does not stretch to the full width of the yellow panel...
  11. This make set UniContainerPanel to left: But, free space exist to the right of the panel...
  12. Hello! How make UniContainerPanel, using property UniDBGrid.PageBarAuxControl, like a footer width in UniDBGrid? Now it turns out that the width of the UniContainerPanel is manually set, and I need it to stretch over the entire width of the UniDBGrid basement.
  13. Добрый день! Поискал по форуму, не нашел подобной темы. Собственно, вопрос такой: как выполнить авторизацию через Госуслуги? Как я представляю, то, каким-то образом, нужно вызвать форму авторизации на портале Госуслуг, пользователь вводит там свои данные, форма авторизации портала закрывается.
  14. In CSS of my theme exist: .x-grid-body { border-width: 1px 1px 1px 1px; background: #fff !important; /*цвет фона подвала панели*/ color: #fff !important; } How add x-grid-cell-row-numberer, x-grid-cell-inner-row-numberer in my code?
  15. Yes... May be, this is possible using some global CSS?
  16. Good evening! There is a UniPanel1. There are also UniPanel2 and UniPanel3. We need to make sure that the width of UniPanel2 and UniPanel3 is divided equally between each other when they are on UniPanel1. Is there any way to configure this via properties?
  17. So... If it's worked on me, if it worked for me, then I wouldn't ask for your example to compare the code. I don't have something that would interfere with the work of this animation, I haven't found one
  18. Can you post your example here? For some reason, a window with animation appears and immediately disappears when UniLoginForm opens. I would check with your example.
  19. Yes, the general background is easy to change. I've been looking (and I'm looking now as well), but I haven't found yet about changing the color of the main one, and not the axes... The screen has a dark color. I just need to change it to white. The Color property doesn't work, but I don't have this color anywhere in CSS, in the code, too.
×
×
  • Create New...