Jump to content

PolywickStudio

uniGUI Subscriber
  • Posts

    6
  • Joined

  • Last visited

Everything posted by PolywickStudio

  1. procedure TUniGUICacheEraser.StartEmptyTask; (line 1300 - uniGUISessionManager.pas) Please add: FindClose(sr); Reason. Resource-leak.
  2. Please provide a string property which can be used to set the caption. Rationale: There is a class-name but no caption-name. If you want to set a custom caption on the TabSheet, it would be nice if you can store a caption on a UniFrame.property which then can retrieved when Example code: ts := TUniTabSheet.Create(Self) ... frC := TUniFrameClass(FindClass(FClassName)); ts.Caption = frC.Caption; <--- ...
  3. I'm not sure if this is a bug or not. TUniButton.Text := 'set something' // what's this for? TUniButton.Caption := 'set something' // this works. Please remove TUniButton.Text as it is not used.
  4. - Make a way to respect toolbar button height - Make a way so that toolbar text works.
  5. How to set color on UniLoginForm background?
×
×
  • Create New...