Jump to content

PolywickStudio

uniGUI Subscriber
  • Posts

    5
  • Joined

  • Last visited

PolywickStudio's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. 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; <--- ...
  2. 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.
  3. - Make a way to respect toolbar button height - Make a way so that toolbar text works.
  4. How to set color on UniLoginForm background?
×
×
  • Create New...