Jump to content

artem_niko

uniGUI Subscriber
  • Posts

    635
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by artem_niko

  1. It's working. But! Border of UniLoginForm not removing:
  2. Hello to all! Is it possible make UniLoginForm transparent?
  3. Excellent! Working: Very big thank's!
  4. Is it possible include .gif in UniMainModule? That not using folder.
  5. How apply this code? When and were?
  6. Hello! How customize template on loading project? I mean this screen: We can change color and text. Is it possible load picture (for example, from UniMainModule.BackgroundPicture) to this page when project starting?
  7. How do this? Is it exist in demo files?
  8. I'm using commercial theme from theme pack. But, if I use classic theme, icon almost as in my commercial theme:
  9. Hello! I have question about top left corner in UniDBGrid. I mean place in this top left corner: As default, if use Options of UniDBGrid, we can show or hide this FilterClearButton: As default, this button clearing fileds where put filter. I want replace this action on anouther action. For example, I want refresh data in UniDBGrid. This is my two question: 1. Is it possible replace icon of this button (FilterClearButton) on icon from UniImageList? 2. Is it possible change size this button?
  10. Hello! How I can change color of UniBUttonWidget? Is it possible?
  11. I think, how I write this in RunTime? I need put my text in ToolTip.
  12. Hm.... What I must write in? 'toolTip text...' I must write this in RunTime?
  13. Hello! I'm trying set ToolTip RunTime to UniComboBox and I get error: This is full text of error: And this is code creating ToolTip: UniComboBoxTechnologicalMaps.JSInterface.JSCall('setTooltip',['<b>Информация о выбранной технологической карте:</b><br><b><font color="blue">ИТОГО:</font></b><br>' + 'Б: <b>' + FloatToStr(UniMainModule.SumSquirrels) + '</b><br>' + 'Ж: <b>' + FloatToStr(UniMainModule.SumFats) + '</b><br>' + 'У: <b>' + FloatToStr(UniMainModule.SumCarbohydrates) + '</b><br>' + 'ЭЦ: <b>' + FloatToStr(UniMainModule.SumEnergy) + '</b><br>' + '<b><font color="blue">Витамины и минеральные вещества:</font></b><br>' + 'B<small>1</small>: <b>' + FloatToStr(UniMainModule.TotalB1) + '</b><br>' + 'C: <b>' + FloatToStr(UniMainModule.TotalC) + '</b><br>' + 'A: <b>' + FloatToStr(UniMainModule.TotalA) + '</b><br>' + 'E: <b>' + FloatToStr(UniMainModule.TotalE) + '</b><br>' + 'Ca: <b>' + FloatToStr(UniMainModule.TotalCa) + '</b><br>' + 'P: <b>' + FloatToStr(UniMainModule.TotalP) + '</b><br>' + 'Mg: <b>' + FloatToStr(UniMainModule.TotalMg) + '</b><br>' + 'Fe: <b>' + FloatToStr(UniMainModule.TotalFe) + '</b>']);
  14. This is for example) I mean that I set Editor=UniFormattedNumberEdit for field.
  15. Hello! Why not working RowEditor when I using Grouping? I can't write new value. UniDBGrid.ReadOnly=False; UniDBGrid.RowEditor=True; UniDBGrid.Column[0].Editor=UniFormattedNumberEdit1.
  16. Hello! How change language on this hint, when I use groupble in UniDBGrid? I want translate this text on Russian
  17. Perfect!!! Working very fine! Thank's, @Sherzod!
  18. Thank's, I will be waiting answer from you!
  19. Cool! Working. But one question: why for the first button height not normal? I mean, is it possible make auto adjust height for the button?
  20. i'm don't know about the approximate string length...)) She can be different. Widht of the button - is fixed.
  21. No, not for the maximum string value. I need the caption text to wrap if its length exceeds the width of the button. For example:
×
×
  • Create New...