Jump to content

mofareh

uniGUI Subscriber
  • Posts

    31
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by mofareh

  1. after i upload the samble of unimgauge project to the server : in project
  2. hello ,

    how i can get unifs component?

  3. no need to use google font , use any font in server , add this code in uniservermodule>css first line copy the font to the files folder : files/JF-Flat-Regular.ttf @font-face { font-family: 'mof'; src: url(files/JF-Flat-Regular.ttf); } then use the font-family 'mof' in any uni control unilable> font> name = mof , uniedit>font>name= mof ........
  4. how i can change the UniGauge ValueStyle Brush Color at runtime this code not working!! if UniTrackBar1.Position>50 then begin UniGauge3.ValueStyle.Brush.Color:=clred; end else begin UniGauge3.ValueStyle.Brush.Color:=clgreen; end; UniGauge3.Value := UniTrackBar1.Position;
  5. it is in unigui built 1579 now for desktop and mobile and ther is demo project in unigui demos
×
×
  • Create New...