Jump to content

Ruslan

uniGUI Subscriber
  • Posts

    161
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Ruslan

  1. Sorry for not quite relevant question... Maybe somebody can advise component to export Excel file to GoogleDocs or to edit GoogleSheet from Delphi? Or sample code.
  2. ContaboVPS speed very slow because their servers has only 2.2ghz per core and slow SSD 4k read/write speed. I use PostgreSQL and highload application which write transctions to DB - so Contabo server with 16gb memory 6 core 2.2ghz and SSD (~20euro/month with Windows) is about 5 times slower than dedicated hetzner server 16gb, 8 core 3.5ghz, HDD (~32euro/month without windows). But if you don't need hi writing speed - Contabo is the cheapest and best choise from servers with Windows license.
  3. I think that author of this post pursued the goal just only to faster fix some bugs which he is waiting for year ) Nobody in their right mind will cross from UniGUI to TMS. Those who tell about TMS - why you don't use IntraWeb?
  4. Ruslan

    Free to cooperate

    rate per hour?
  5. Problem was due to small timer interval which sent hundreds requests to server per second, and SQL query which very slow in prod environment but acceptable on dev.
  6. It is important, my work for last 2 month haven't sence if bottom grid will display for 5-10 seconds after dataset got data from DB )
  7. After installing xampp get this error on start Apache There were no errors during installation except message about UAC. win2012r2 64bit
  8. I have tried ISAPI on IIS but can't run application - it is download DLL instead run. All did as described here http://www.unigui.com/doc/online_help/iis_7_0.htm
  9. this is when "Loading" it start after ShowMessage dialog displayed, only 5 rows returned by query
  10. I added "showmessge" on exit from my function which load data to bottom grid - after that I see "Loading..." for 5-10 seconds...
  11. Hello, ug1486 I have such form: After I click row in upper grid in OnAfterScroll event of UniQuery I do Close and Open query for bottom grid. It query work for 1-2 seconds (all my operation finished in 1-2 second) but after that bottom grid "Loading..." for 10+ seconds... 5-6 rows. I can't understand what it do all this time. There is no any Ajax or Delphi events both on the bottom grid and dataset of this grid. Where to look for the problem? EXE-file, DB on the local server, open using localhost:8077, icore7, 16Gb memory, Chrome.
  12. Thank you for this video. Can you say any advantages or disadvantages compared to IIS? Also It would be very useful video how to add SSL (https).
  13. Was you able to handle more sessions using IIS instead EXE ?
  14. Сomponent developers should think about component for editing text with ability to insert images to text and working with html-tables in text. There is no component like this in roadmap but I think it will be in demand. for example, I am ready to buy such a component for $ 200 . It is important that component be as Memo - just put it to form, set folder for uploading images (when select it from computer on editing or download from url) and work. It should be ability to add several Memo on one form.
  15. We need TinyMCE or Froala as standard UniGUI component to rich edit text, with ability to upload images in this component. I understand that this is not free products but I'm ready to pay for license because now I haven't ability to edit html text with images and tables.
  16. all VCL components you can create at runtime without any forms if I understand, Do you want to create something like REST API but using delphi DB components and UniGUI instead http-server? )
  17. looks like editor shown only in RowEditor... is it possible to always show lookup value in grid?
  18. Hello, I have grid with column, field type - integer I want to show lookup field in grid instead integer value. I' looking to Demo "DBLookupComboBox", copied Hiden panel and DBLookupCombobox from demo to my project, than set Listsource and Editor and all other properties but still have integer value in grid... Result I can't understand what I miss... if I try to use CB out of the grid - it works
  19. Hello, Is it possible to change font family and font size for all components and froms in application in single place? or by CSS but not for each component separately (theme Win10). If no easy steps to do this maybe replacing all fonts in ext-theme-uni_win10-all.css will help me?
  20. ok, I'm good All columns are stretch after I set "forcefit on the grid to true". When I set this to False and leave only Flex = 1 at the last column - all works as expected.
×
×
  • Create New...