Jump to content

Tokay

uniGUI Subscriber
  • Posts

    836
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by Tokay

  1. Two years have passed, up...
  2. And change size of BMP or JPG?
  3. Tokay

    websocket

    Already done in the 1.90.0.1564
  4. Also does exists any way to convert JPEG to BMP under Linux?
  5. Does it possible to fix loading of JPG image on the Linux? UniCanvas1.LoadFromFile(FileName); exception class EConvertError with message Cannot assign a TJPEGImage to a TUniBitmap
  6. Чот мы докупили фалконовские и нифига они папки не принимают
  7. Thank you. It works but not perfectly. When I've try open printing then just empty page is shown: But after closing this preview with cancel button, and push ctrl+p printing looks as expected: Except of temporary data on the back.
  8. Does it possible to directly (without files) print UniDbGrid?
  9. Tokay

    5 star rating.

    I've added to HTMLFrame '<h1>Pure CSS Star Rating Widget</h1>' Added to customeCSS your CSS. Added to CustomFiles and ServerModuleBeforeInit. Downloaded font-awesome.css and fontawesome-webfont.woff from mentioned URL. Run app, but it does not show rating stars. Only 'Pure CSS Star Rating Widget' and nothing more. issues in the browser console are absent.
  10. Tokay

    5 star rating.

    Up 1. How can get result of the rating on the back side? 2. Does it works on the current UniGUI (1562)?
  11. Does it possible to add one customized additional folder for custom scripts? Folder should not be related to any UniGUI folder. We have for now three external folders that we should to store in the "C:\Program Files (x86)\FMSoft\Framework\uniGUI\uni-1.90.0.1562\" folder. We've rewrite your runtime installator from scratch in order to be able put our customised scripts to the system protected folder. It's really huge work, but we done it because the UniGUI does not provide such mechanism. Ideal way for us is to add additional folder here (TUniGUIServerModule.HandleFileRequest) : if LocalDoc = '' then LocalDoc := ExpandFilename(ActiveServerRoot + ADoc); if LocalDoc = '' then LocalDoc := ExpandFilename(CustomFolder + ADoc); //new folder
  12. Two or more software could get access, not just users.
  13. Normally program data is the common folder for all users and has full access to any user
  14. It greatly worsens common safety: in such folder any user could change any files.
  15. This is exactly our issue! We could not put scripts to the program data for the safety reason. Also is hard to insert links on the RenderHTML.
  16. I need to load some scripts to such component berore it loads HTML. I'm loaded html with such code: UniURLFrame1.HTML.Text := RenderHTML; It's needed to load 3-4 scripts into Iframe before HTML for using they into HTML.
  17. In other words this information on the client does not exist?
  18. I need on the client side get such path: /uni-1.90.0.1551/ into any varaible. let pathToLib = ????;
×
×
  • Create New...