Jump to content

pro_imaj

uniGUI Subscriber
  • Posts

    929
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by pro_imaj

  1. This error also occurred in the 1541 version released today as Delphi 10.4. I uninstall and reinstall but the problem is not solved, what is the problem? [dcc32 Fatal Error] uniTools27.dpk(52): F1026 File not found: 'InstDecode.pas'
  2. The problem is not with unigui. I solved the problem by changing the TByteSoapArray part to TByteDynArray in the pas file that occurs when the problem is imported with the WSDL service. Thank you.
  3. I try this way again, the same, corrupted PDF file occurs. dosyayaz := TFileStream.Create (ExtractFilePath(UniServerModule.LocalCachePath) + ETTN + '.' + 'PDF', fmCreate); dosyayaz.Position := 0; dosyayaz.Write(Cevap.DocumentFile, Length(Cevap.DocumentFile)); dosyayaz.Free;
  4. Hi, Saving the stream file as PDF occurs smoothly in the VCL project. PDF file is problem in unigui project with the same codes. What could be the source of this problem? Thank you.
  5. Hi, You can see the problem if you examine the simple example attached. Country, City, State fields do not react even though Lock: = True is selected. Thank you. hdrlck.dproj.zip
  6. This is how I solved the problem. UniHTMLFrame1.HTML.LoadFromFile ('D:\FilePath\FileName.html',TUTF8Encoding.UTF8);
  7. You can see that the UniGridsColumnLockingAndHeaderGrouping example does not work when you lock fields that are groups. I am using the latest version (1539)
  8. I wonder if there is any development regarding this problem?
  9. Hi, When I load the saved HTML file with UniHTMLFrame or UniURLFrame, Turkish characters appear corrupted. Charset = UTF-8 is used in HTML code. When I open the file with Crome, there is no problem, when I open it with Unigui components, there is a problem with Turkish characters, how can I solve this? UniHTMLFrame1.HTML.LoadFromFile ('D:\FilePath\FileName.html');
  10. Thanks for the answer. How can I tie all of these operations to a standard, can I standardize dealing with each form separately. I wanted to know this.
  11. As a standard when I add Grid to projects. I do filtering for all fields, A-Z Sort for all fields, SUM for some fields and Count for some fields, I do this for all grids I add to the project. The Datasource they are connected to is different and therefore different on the foreheads. For example; I do many things such as putting an edit on the hidden panel for the filter in each field and then selecting it in the relevant field, and this is both tedious and time consuming. I want to find out if there is a way to do these operations in a shorter time, I'm dealing with too many grids now and these processes take a long time. For example; To ignore Delphi VCL cxGrid subtotals, right click Sum with your mouse is enough. Thank you.
  12. Hi, In big projects with Unigui; Is there a standard way to do Sort, Subtotal operations (SUM, AVG, Count) and Filter all fields for each Grid component? Currently, it is struggling to do these operations one by one for each grid, I want to know if there is a way to do this. Thank you.
  13. Hi, When I do the way you say, the application that runs as an exe is smooth. When I compile and run it as a DLL, when the process is finished, a blue dot appears in the middle of the screen like the attached one and it waits like that. What could be the reason for this?
  14. Hi, I was doing this but I wouldn't hide every loop, doing it that way resolved the problem. Thanks.
  15. Hi, Clicking a button I do a long process. While I am processing ScreenMask.Message, I change it but nothing is reflected on the screen. UniSession.Synchronize (); Tried many ways but did not work. I want the user to keep track of what process is in while continuing with ScreenMask.Message var Say: integer; I: integer; begin Say := 0; UniBitBtn2. ScreenMask.Enabled := True; for I := 0 to 10 do begin UniBitBtn2.ScreenMask.Message := Say.ToString + ' Cound Sending...'; Sleep(200); Say := Say + 1; UniSession.Synchronize(); end;
  16. Hi, There are some js libraries on this subject, but I haven't come across an example like the one I posted in the video. There are a few examples, it may be necessary to examine them in detail. https://tangiblejs.com/code I don't know about integrations because I don't have a command of javascript. Below is a very valuable article on this subject, maybe it can open someone's horizons. https://medium.com/@kristen.carter/build-your-next-ar-vr-web-app-using-javascript-32d3252e5756
  17. Hi, Web based Augmented Reality (AR) online SaaS system is very common. Some companies have API. Is there any way you can do these apps with Unigui, has anyone tried it before? Sample video. Thanks.
  18. Teşekkürler Hayri bey, Çok güzel bir çalışma olmuş elinize sağlık. Aşağıdaki resimdeki excel filtre mantığındaki gibi çoklu kayıtlarda filtre içinde aramada olursa çok güzel olmuş olur.
  19. Evet doğrudur. Grid'in böyle bir yeteneği var mı bunu öğrenmek istiyorum, şu durumda Query Filter özelliği ile ilerliyorum. Teşekkürler.
  20. Merhaba, Grid filter özelliğini kullanmak için ColumnFilter olayına ilgili grid'in bağlı olduğu Query'ye parametre göndererek yapabiliyoruz, Query'e parametre gönderme dışında Grid'de zaten var olan bu bilgi üzerinden nasıl filter işlemi yapabiliriz. Query.Filter özelliği de alan sayısı arttıkça kurguda sorun oluyor, Unigui örnekleride hep Query parametre gönderme şeklinde bunun başka bir yolu var mıdır. Grd Export özelliği ile mesela verileri grid üzerinden ulaşılıyor diye düşünüyorum. Teşekkürler.
  21. Cevap için teşekkürler @Hayri ASLAN bey. Konu içinde konu çok doğru değil fakat, ne forumda nede dökümanlarda bulamadım (isterseniz yeni konu olarak açayım), kullanıcı kendine göre virtualgrid'i ayarladıktan sonra ekranı yenilediğinde tekrar ilk haline dönmesini nasıl engelleriz, yani yaptığı ayarlara göre nasıl virtual grid'i açabiliriz. Teşekkürler.
  22. Son sürümü indirip pivotgrid örneğine baktığımda göremedim. bununla ilgili bir doküman var mı acaba.
×
×
  • Create New...