Jump to content

Pink-El

uniGUI Subscriber
  • Posts

    140
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Pink-El

  1. Hello, I found confusion in packages. Delphi XE is uniGUI_2010_PlusGroup not uniGUI_XE_PlusGroup Dmytro Lendel
  2. Hello, I can`t install uniGUI 1.9.1564 under Delphi XE Package D:\Developer\vclxe\FMSoft\Framework\uniGUI\source\vcl\uniGUI15VCL.dproj Message [DCC Fatal Error] uniGUI15VCL.dpk(46): F2051 Unit uniXDBGrid was compiled with a different version of uniDBGrid.TUniGridActionColumn uniXDBGrid is locating in uniGUI\Dcu\Delphi2011 Last update is ‎2.10.2022 ‏‎12:38:54 I uninstalled previous version and deleted all dcu files Can you help me please? Dmytro Lendel P.S. I sent message to support but no answer two days 😞
  3. Pink-El

    StringGrid

    Ok. I`ll prepare today.
  4. Pink-El

    StringGrid

    Hello, I read it and tried to implement but it`s not working while I set RowCount:=NewValue in runtime Reguards, Dmytro
  5. Pink-El

    StringGrid

    Hello, Somebody is working with StringGrid? DefaultRowhight does not work UniStringGrid1.Options:=UniStringGrid1.Options-[goVertLine, goHorzLine] does not work in runtime UniStringGrid1.RowHeights[0]:=60 does not work and UniStringGrid1.RowHeights always return 0 ? Reguards, Dmytro
  6. Pink-El

    Cinema hall

    Hello, I need help. Small cinema. I need draw hall with sits. For the desktop I can use String grid and catch user click. How to implement it for mobile version? May be string grid is not good solution, may be somebody know how to implement it in other way? Thank you, Dmytro
  7. Hello, Have you small exmple how to use quagga within UNIGUI? Thank you, Dmytro Lendel
  8. Hello, Thank you very much for link. Will check. Dmytro Lendel
  9. Idea is very simple. I need check barcode in database with mobile device. I found QuickMark application. This application can recognize barcode by camera and open url with value after reading. My application has login form. What I can do in this case? 1 use onShow event of the login form 2 use cookis and hide login form 3 httpcommand of the server module Seems that second way is good solution Thank you, Dmytro Lendel
  10. I am sorry. I found solution. OnShow event of the login form. Thank you
  11. Hello, How to skip login form if param in url exists? Example http://127.0.0.1:8077/m/?barcode=48200125 In this case I do not need login form and I can`t to catch barcode in login form. Thnak you, Dmytro Lendel
  12. Hello, Build 1292. Problem with UnimDBListGrid and UnimDBGrid. 1 Open dataset 2 Select any record 3 Close and Open dataset 4 Will see message: UnimDBListGrid Index out of bounds (-1) Example http://www.pidkova.biz/download/soft/DBListGrid.zip PS I am sorry. i did found any button to attach archive here Regards, Dmytro
  13. Thank you. I know about back button. I need back by code if it`s possible. Selected property of the Node does not work. Do you know another way?
  14. Hello, if (UnimNestedList.Selected<>nil) then UnimNestedList.Selected.Collapse(True); Collapse method call Ajax error "_cnf_" not defined I need back to the previews level of the UnimNestedList. How to do it? Dmytro
  15. Heelo Farshad, If to place UnimNestedList on UnimCarouselPage will be run-time error: Object OP30 not found. Can you fix it please? Carousel is very useful object but it impossible to use. example source http://www.pidkova.biz/download/soft/Project1.zip Dmytro
  16. You right. Thank you. FastReport was a reason of the crashing. It located on the TUniMainModule and seems asynchronously destroying is crashing server. FastReport is using FastScript that working with owner thread. No synchronization and when session closing crashing occurs :-( Dmytro
  17. My application is using FIBPlus and FastReport. Problem occurs when I try to refresh session. Sometimes is ok, sometimes is error and after that server is show AV page for all future connections. Other situations: Server is started. Application is running. I closed session and browser. In a few minutes I try to open application again and I`ve got error with AV
  18. uni proff 0.99.80.1273 Delphi XE server is working some minutes and stoped with error result is here http://193.34.173.131:8077/webwaiter.dll/m log file is here www.pidkova.biz/download/A2016-03-15.log (I did not found how attach it here I am sorry) Dmytro
  19. Hello, I do not know what is happened but my application is crashed under IIS. Start is well, working some time without problems then exception: “An Exception has occured in application: Access violation at address 01F7646D in module 'webwaiter.dll'. Read of address 00000008” In the log webwaiter.dll: 00000ED0: 12:30:13 [HttpExtensionProc[92.113.142.190]]:EAccessViolation : Access violation at address 01F7646D in module 'webwaiter.dll'. Read of address 00000008 : Addr: $01F7646D webwaiter.dll: 00000ED0: 12:33:45 [HttpExtensionProc[109.86.1.56]]:EAccessViolation : Access violation at address 01F7646D in module 'webwaiter.dll'. Read of address 00000008 : Addr: $01F7646D webwaiter.dll: 00000ED0: 12:33:48 [HttpExtensionProc[109.86.1.56]]:EAccessViolation : Access violation at address 01F7646D in module 'webwaiter.dll'. Read of address 00000008 : Addr: $01F7646D webwaiter.dll: 00000ED0: 12:35:28 [HttpExtensionProc[92.113.142.190]]:EAccessViolation : Access violation at address 01F7646D in module 'webwaiter.dll'. Read of address 00000008 : Addr: $01F7646D May be I need to make some specific setting for version 1273? Dmytro
  20. yes you right but why c;\uni\? has to be uniroot\uni right? for example c:\temp\uni if UniRoot:='c:\temp\' Dmytro
×
×
  • Create New...