Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. I've sent you in the same day I were notified by Paypal.

    Have you Download the pack ?

     
    Sending again:
     
    Below is your download link for all projects in the pack. Open the Indexdw.html for a easy access to files in the JS folder.
    https://mega.nz/file/QYR0iY4A#etz837NkVWQhw62-A6OTES6Fs0HJiH-4kdvQMV5m2EY
     
    Please confirm you have downloaded it successfully.
    1. Fred Montier

      Fred Montier

      Sent to
      info@csh-kommunal.de

      Just sent again. Please confirm.

      Sending again:
       
      Below is your download link for all projects in the pack. Open the Indexdw.html for a easy access to files in the JS folder.
      https://mega.nz/file/QYR0iY4A#etz837NkVWQhw62-A6OTES6Fs0HJiH-4kdvQMV5m2EY
       
      Please confirm you have downloaded it successfully.
  3. picyka

    Only errors.

    unit uniDBGrid; function SetCurrentRowCol(ARow, ACol:Integer; SuppParams: array of string):Boolean; override; It seems that it tries to select the line and is processing the filter, which ends up causing the error, I don't know if I'm quite sure about this theory.
  4. picyka

    Only errors.

    Master @Farshad Mohajeri, I hope I can help you.
  5. picyka

    Only errors.

    This was another test case here on the forum, I just used it to advance the example. My additional code was just the UniCheckComboBox1 and the filter event on the grid. Error.zip is a video, you need to select the SC filter and click on the column, this is all very quick. Error.zip Grid - DbGrid Editavel.zip
  6. I have this problem every day and I can't solve it, it only happens in production.
  7. Today
  8. picyka

    Only errors.

    Well, the first message I can simulate on my system, the second I never managed to do, I already received a print from the user, but these are very random cases. 1) Basically there I have a grid that can be searched by columns, in the last column, I have a UniCheckComboBox, where the user can select one or more values. Error image attached, I can even try to do a test case later.
  9. Hi, We have done several modifications in recent versions so these errors must be very rare. If you can send us a test case which can reproduce these bugs we will happy to look into it.
  10. picyka

    Only errors.

    I would like to ask for help, is there any way to improve my code so that these errors no longer occur? Message: TUniCustomDBGrid.MoveToRow(): Unexpected Row number: 0, 4 Message: Grid is in dirty state. No more updates can be applied. @Farshad Mohajeri Thank you for any tip.
  11. @newsanti ItemList: procedure TMainmForm.UnimFormCreate(Sender: TObject); begin with UnimComboBox1 do JSInterface.JSConfig('itemTpl', ['<span class="x-list-label" style="color:green; font-size:14px; font-style: italic;">{val:htmlEncode}</span>']); end;
  12. Memory = Internal memory occupied by Delphi memory manager Process = Total amount of memory that this process is consuming. Probably you will monitor the Process value, as it is the amount of RAM that your Nodes use in the system.
  13. There are various improvements here and there. You can go to customer portal and check the Changelog for each version. For pricing please send us an email to orders@fmsoft.net.
  14. Hello, Above image is an indication that your Nodes crashes and can't keep up with stress test. For exact reason you need to look log files.
  15. Yesterday
  16. do you know this component? https://github.com/justvamp/extjs-image-viewer-component?tab=readme-ov-file do you have any other third-party image component for the UNIGUI framework?
  17. please try this with PC and with mobile and see the different http://185.185.135.209:8077/?Act=SignRoutine&Ident=26&ChatID=4&UserID=admin
  18. yes, i'm playing with uniimage and uniUrlFrame. see what better
  19. Попробуйте проанализировать: https://sheetjs.com/ https://medium.com/@me.mohamed.elnagar/working-with-xlsx-files-in-javascript-a-beginners-guide-b649a06de8fc
  20. You can use this: strVal := UniSession.ARequest.Params.Values['YourParameter'];
  21. and how do i remove the : clip property from the image - if I put UniImage instead
  22. i also want to control the image CSS property
  23. I already replaced the & with %26 and called my app in a browser with: http://myuniguiapp.com/?request_uri=http://domain2.com/?param1=1%26param2=2&myuniguiappparam1=1 UniApplication.parameters will not recognize it. As result, two parameters are created in uniApplication.parameters. uniApplication.Parameters.Values['redirect_uri'] = "http://domain2.com/?param1=1" // here, the second param is not present uniApplication.parameters.Values['param2'] = 2 // here we find the second parameter as a own parameter. Even if i use a & or %26 uniApplication.parameters.Values['myuniguiappparam1'] = 1 //Correct
  24. ok. i'm trying to write Document Sign Routine. a document is enter to the DMS (Document Managment System) app. the user adds the Invoice no, sum, and the group of signers. the members of the groups get Mail or SMS or both scheduler until thay sign or unsign. the member get message like this http://185.185.135.209:8077/?Act=SignRoutine&Ident=26&ChatID=4&UserID=admin if you open in chrome (PC) all ok. but in Mobile, the picture get all the screen, I can not open or size with the finger, I dont see the lower panels... i want to see - by the plain end the screen first I work with frame. and when I show the frame and want to change the text of the TitleButtonfrom "Close" to "Back" on after show or ready it did not work in self.TitleButton.items[0].caption = 'Back". only if I use AddJs + finction+ AddJs (run the function). i can not use the global My_Js_Func.js. i am trying to display the 3 containers as vbox automatically by they dont work as "align=alTop". so I set the layout as flot and set the top-left-height programmatically (width=100%) and the container_1 . height := 800; (after I prepare the screen - and load the image) this don't work so - set it with UniSession.AddJS(PdfContainer.JSName + '.setHeight(''' + IntToStr(NewHeight) + ''');'); NewTop := 3; UniSession.AddJS(PdfContainer.JSName + '.setTop(''' + IntToStr(NewTop) + ''');'); but - as I say - in the develop PC it's work fine. in the external server it dont.... i also want to set the size of the ScrollRange to be total of all containers and margin. and I dont no how to set it. the : self.ScrollRange := TotalHighet; is not working. its look like the render has done and it not repaint itself.
  25. I'm manually paginating the dbgrid, I need to know how many records fit on the screen to adjust the number of records to search in the database.
  26. Hi Folks, How can i get the whole URL with protocoll, Host, path and params of the current session? Something like "window.location.href" in UniGui...
  1. Load more activity
×
×
  • Create New...