

Ruslan
uniGUI Subscriber-
Content Count
134 -
Joined
-
Last visited
-
Days Won
4
Ruslan last won the day on October 10 2018
Ruslan had the most liked content!
Community Reputation
16 GoodAbout Ruslan
-
Rank
Active Member
-
Thank you for this video. Can you say any advantages or disadvantages compared to IIS? Also It would be very useful video how to add SSL (https).
-
Was you able to handle more sessions using IIS instead EXE ?
-
We need TinyMCE or Froala as standard UniGUI component to rich edit text, with ability to upload images in this component. I understand that this is not free products but I'm ready to pay for license because now I haven't ability to edit html text with images and tables.
-
How can I create an UniGUI app without showing the MainForm, only output HTML text ?
Ruslan replied to BugTrapper's topic in General
all VCL components you can create at runtime without any forms if I understand, Do you want to create something like REST API but using delphi DB components and UniGUI instead http-server? ) -
Thank you
-
looks like editor shown only in RowEditor... is it possible to always show lookup value in grid?
-
Hello, I have grid with column, field type - integer I want to show lookup field in grid instead integer value. I' looking to Demo "DBLookupComboBox", copied Hiden panel and DBLookupCombobox from demo to my project, than set Listsource and Editor and all other properties but still have integer value in grid... Result I can't understand what I miss... if I try to use CB out of the grid - it works
-
Hello, Is it possible to change font family and font size for all components and froms in application in single place? or by CSS but not for each component separately (theme Win10). If no easy steps to do this maybe replacing all fonts in ext-theme-uni_win10-all.css will help me?
-
thank you, it's work
-
ok, I'm good All columns are stretch after I set "forcefit on the grid to true". When I set this to False and leave only Flex = 1 at the last column - all works as expected.
-
I was able to remove "flushing" by set Load Mask Enabled = False. Now only question with resizing only last column in grid.
-
thank you, I have set Flex = 1 to the last cell, but looks like all columns now stretch on resize. Is it possible to make stretch only one last column? UniGUI 1.70 last version
-
Hello, How to remove item outline? (Win10 theme)
-
Hello, I reload UniQuery on timer and after this Grid change color during refresh. Is it possible to stop this "flushing"? Normal grid: During refresh: Also is it possible to make autowith of last column to stretch to the end of grid? Thank you.