Jump to content

molla2005b

uniGUI Subscriber
  • Posts

    222
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by molla2005b

  1. hi when use UniButtonWidget , the column sorting be disabled. also summary not work. any solution for sorting best regard
  2. hi do you find a solution for this?
  3. thank you very much @irigsoft.🙏 it's work like charm
  4. Hello, We have an unigui website app and user want to save image in app by Ctrl+V the image is in browser clipboard Has anybody expericences with this and can give us a sample? regards
  5. add frxDBXXXXX components to frxReport1.DataSets with frxReport1 do begin DataSets.Add(DM.frxCustomers); EnabledDataSets.Add(DM.frxCustomers); end;
  6. Thank you , I will check HyperServer solution It was a fastreport stack Overflow exception
  7. A tiny javascript library to help printing from the web Ctrl+P ===> Open Print Dialog ===> Press Enter To Print or Esc to Cancel Print.js was primarily written to help us print PDF files directly within our apps, without leaving the interface, and no use of embeds. For unique situations where there is no need for users to open or download the PDF files, and instead, they just need to print them. One scenario where this is useful, for example, is when users request to print reports that are generated on the server side. These reports are sent back as PDF files. There is no need to open these files before printing them. Print.js offers a quick way to print these files within our apps. Official Demo : https://printjs.crabbly.com/ There are four print document types available: 'pdf', 'html', 'image' and 'json'. The default type is 'pdf'. PDFViewer - PrintJS.rar
  8. windows event viewer: Faulting application name: w3wp.exe, version: 10.0.17763.1, time stamp: 0xa7ccada2 Faulting module name: ntdll.dll, version: 10.0.17763.2686, time stamp: 0xd80dd774 Exception code: 0xc0000005 Fault offset: 0x00068109 Faulting process id: 0x4990 Faulting application start time: 0x01d84be4f977d0b9 Faulting application path: C:\Windows\SysWOW64\inetsrv\w3wp.exe Faulting module path: C:\Windows\SYSTEM32\ntdll.dll Report Id: 0ed670fa-37ec-4b9e-951e-0464978ea67b Faulting package full name: Faulting package-relative application ID:
  9. server auto restarted and I can't see "[TUniServerModule]:Shutting Down Server" before any "Starting Server" Start Logs : 10:00:39 []:Starting Server. Module Handle: 0000000006D40000 10:01:37 []:Starting Server. Module Handle: 0000000006170000 11:33:30 []:Starting Server. Module Handle: 0000000006910000 11:42:53 []:Starting Server. Module Handle: 0000000006550000 11:46:26 []:Starting Server. Module Handle: 0000000005FE0000 11:59:04 []:Starting Server. Module Handle: 00000000064F0000 12:02:05 []:Starting Server. Module Handle: 0000000006D80000 13:16:16 []:Starting Server. Module Handle: 0000000006040000 13:17:53 []:Starting Server. Module Handle: 00000000066C0000 13:22:56 []:Starting Server. Module Handle: 0000000006C80000 13:26:02 []:Starting Server. Module Handle: 0000000006DA0000 13:28:14 []:Starting Server. Module Handle: 0000000006B70000
  10. hi after switch from Default theme to ext-theme-uni_win8 HandleFileRequest Exception make a infinity loop of Server Shut Down and Init and Terminate all sessions min duration between every Shut Down is 1 minute UniGui Version : 1.90.0.1556 log samples: [HandleFileRequest[170.70.100.100]] File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\uni-1.90.0.1556\css\uni-xtheme.css File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.4.0\build\classic\locale\locale-.js File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\unipackages-7.4.0\themes\ext-theme-uni_win8\resources\images\menu\default-menu-parent-left.png All ext-theme-uni_*** themes raise HandleFileRequest exceptions FMSoft_uniGUI_Theme_Pack_1.90.0.1556 is installed full log file is attached (ISAPI Deploy Mode) best regard A2022-04-07.log
  11. https://en.delphipraxis.net/topic/5704-delphi-11-high-dpi-designer/ That comes pretty near to Option to design in Screen PPI but save in 96 PPI Just voted and invite everyone to do so.
  12. we only using default theme (classic) in our production and do test on your online demo desktop (in video) with same problem
  13. now we are using : 1.90.0.1556 1.90.0.1531 was ok all mobile browsers : safari and chrome
  14. To be correct: This problem is not related to UniMainModule.BrowserOptions It's appeared after update to the new theme This video was sent to us by a customer who tested the unigui desktop demo with IPad Pro IPad Pro used as a laptop. click by mouse not work. but by hand touch is work The mouse cursor is shown as a gray circle We need a temporary solution to unblock the mouse Regards WhatsApp Video 2022-02-26 at 9.02.42 PM.mp4
  15. hi UniToolBar1.OverflowHandler:=ohMenu; all UniToolButton1 linked to Action click not work on Overflowed buttons ActionList.rar
  16. thank you very much .now we use this as a helper function. It is will we helpful if added as grid method TUniDBGridHelper = class helper for TUniDBGrid procedure ClearSort(); end;
  17. With Qry do begin Close; SQL.Text:='Select ...'+where + order by ... Open; end;
  18. hi after sort a grid by clicking on a column I want to exit columns sort and back to query sort (order by field) with out need to close and open form again thanks
  19. we use onChange for Units Calculation , we need to call onChange only when the user typing in EditBox now it fire when tab or focus in Edit.
  20. hi, we have problem with onChange event of All edit fields OnChange Fired when Enter an EditBox by Tab or SetFocus , for first time only plz any temporal solution thnaks OnChangeFired.rar
  21. work well. only in IPad Pro Safari mouse blocked
×
×
  • Create New...