Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/11/19 in all areas

  1. Hello! This example shows how to scan any supported 1D/2D code with ZXing javascript library from the device video camera... This is an approximate implementation and may need to improve the code The main scan implementation is taken from here: https://zxing-js.github.io/library/examples/multi-camera/ You also need to add the files: libeay32.dll, ssleay32.dll and pem files to the root directory... UniServerModule -> CustomFiles: files/zxing.min.js BarcodeScannerZxingJS.rar
    2 points
  2. UniGUI Add-on Theme Pack 1 It is with great pleasure that I am pleased to announce the release of UniGUI Add-on Theme Pack 1. A lot of time and effort has gone into the design and preparation, but I sincerely hope that these themes will render your websites with a professional edge. Compatible with UniGUI [1.10, 1.50] and ExtJS 6.5 ONLY! What you get: 5 professionally designed themes. (Bootstrap, Dusk, Office-Blue, Office-Green and Topaz) TUniThemeButton, a custom button component which obviously will only work with these themes. The desired theme can easily be set by selecting the "ButtonTheme" property in the Object Inspector. See attached image. Price: Single Theme = $15 5 Theme Pack = $60 (which works out to $12 per theme only!) Payment: Unfortunately I can only receive Paypal payments at this stage. If you are interested please PM me with your email. I will respond as quickly as possible but please allow for a delay (24 hours) because of time differences. Kind Regards, Gerhard UniGUI Theme Factory
    1 point
  3. Hello, The main scan implementation is taken from here I guess https://zxing-js.github.io/library/examples/multi-camera/
    1 point
  4. I don't know if it is the best practise. I do like this and i work with a copy of classic theme(blue) in directory C:\Program Files (x86)\FMSoft\Framework\uniGUI\unipackages\themes\Css\ i copy uni-xtheme-uni_classic.css and rename to uni-xtheme-uni_MyTheme.css in directory C:\Program Files (x86)\FMSoft\Framework\uniGUI\unipackages\themes\resources\Css create file ext-all-uni_MyTheme.css inside : @import '../ext-theme-uni_MyTheme/ext-theme-uni_MyTheme-all.css'; in directory C:\Program Files (x86)\FMSoft\Framework\uniGUI\unipackages\themes\resources\Css create file ext-all-uni_MyTheme-rtl.css inside : @import '../ext-theme-uni_MyTheme/ext-theme-uni_MyTheme-all-rtl.css'; in directory C:\Program Files (x86)\FMSoft\Framework\uniGUI\unipackages\themes\resources create a directory ext-theme-uni_MyTheme copy all file that are in directory C:\Program Files (x86)\FMSoft\Framework\uniGUI\unipackages\themes\resources\ext-theme-uni_classic to directory C:\Program Files (x86)\FMSoft\Framework\uniGUI\unipackages\themes\resources\ext-theme-uni_MyTheme In this directory rename file ext-theme-uni_classic-all.css to ext-theme-uni_MyTheme-all.css rename file ext-theme-uni_classic-all-rtl.css to ext-theme-uni_MyTheme-all-rtl.css After all this change there is new theme in delphi : uni_MyTheme you could do you modification in css file that are in C:\Program Files (x86)\FMSoft\Framework\uniGUI\unipackages\themes\resources\ext-theme-uni_MyTheme and change image if needed.
    1 point
×
×
  • Create New...