Jump to content

fabiotj

uniGUI Subscriber
  • Posts

    78
  • Joined

  • Last visited

  • Days Won

    4

fabiotj last won the day on January 7 2023

fabiotj had the most liked content!

1 Follower

Contact Methods

  • Website URL
    www.jw.org

Profile Information

  • Gender
    Male
  • Location
    Manaus - Am - Brazil

Recent Profile Visitors

1278 profile views

fabiotj's Achievements

Member

Member (2/4)

15

Reputation

  1. Thanks for the answer. So could you suggest me the best Grid event to do this? Just so you can better understand my scenario, I have a function that runs in this DrawColumnCell event that makes several adjustments to: Width, Title, Hide, Text, etc... in the columns. And the problem always only occurred when I add the Grid checkbox with dbCheckSelect, now I recently discovered that if I turn off dgDontShowSelected the problem stops, but the first line is always marked, because as I learned here on the forum the function of this last one property is just to uncheck the first line of the checked.
  2. Hello Sherzod, when you can, please tell me if you were able to reproduce the problem there? 🙂
  3. Below is the test case using UniGui's GridCheckSelect demo. In it, the dgDontShowSelected property was already active, and I made use of changes that I commonly make in my system in DrawColumnCell(), such as changing color, hiding columns, this sometimes causes misalignment as in the image and sometimes ERROR_1. But if you turn off dbDontShowSelected (=False) the errors do not occur. Another thing that can help with tracking down the error is that if it is just the misalignment of the columns as in the attached image, and you click on the Grid's refresh button, the columns are realigned correctly, but if it is ERROR_1 then even that does not solve it. . I was unable to reproduce ERROR_1 in the test case but it also only occurs on my system if dbDontShowSelected is True. Hope this helps . GridCheckSelect.7z
  4. 1.95.0.1577, but this error is older, I face them from 2022, but only now I found the "solution" - don`t use dgDontShowSelected and use a js code for deselectAll() after show form or open query.🙂 Other problem that some times occurs are misalignment. Look the images with the error.
  5. I have a similar problem, with ERROR_1. I my case when I use dbCheckSelect activated (on Design or RunTime) and need reseize columns, but we discovered that the property dgDontShowSelected is the cause for us.
  6. Here in 06/06/2023 the problem was ServerModule-->favicon corrupted, so when the EXE try create the file on cache folder the error raised. We replace the corrupted icon file (after 3 hours of searching for solution) and solved!
  7. Here's the solution for those who need it later, very simple but I didn't know how to do it: GridRatings.Columns[12].Title.Caption := '<img style-"height: 30px" src="/files/images/SumHeader.png">'; Thanks to Silvio from the UniGUIDevDesign group.
  8. Hey guys. Is there any way to add a jpg/png image to the Title of a UniDBGrid column? For this specific case, FontAwesome does not work, it needs to be an image that can be loaded or drawn. I've already researched a lot but I didn't find it (maybe I went the wrong way in the searches). Thanks in advance for any help.
  9. Hayri, will this change later be incorporated into the unigui source or is it something I'll need to do every time? It's not a complaint, but just to know and already leave a note for when you change the version of UniGui.
  10. Thanks a lot Hayri, I'll do that, and later on when I take the full test (paid) if I have any questions related to UniGui I'll post here again.
  11. I decided to open this post because for the first time I am making an application that will need a higher level of security, and after reading the post http://forums.unigui.com/index.php?/topic/16334-can-we-apply -some-protection-against-different-attacks/#comment-89591 I found it necessary to research a little more on the topic. I found a tool that does basic testing for free and I submitted my site and would like other more experienced users or even the support team to comment or give security tips. The tool used was: https://pentest-tools.com/website-vulnerability-scanning/website-scanner Attached report of the results. If you have tips on other tools, I would also appreciate it. At some point I plan to take up a paid subscription to have access to a full scanner. PentestTools-WebsiteScanner-report - public.pdf
  12. RadCore - From Brazil to the World! https://www.linkedin.com/pulse/radcore-from-brazil-world-f%C3%A1bio-oliveira/?trackingId=r8oYzvotRWaYDipC1rtcMw%3D%3D Rich Internet Applications with Delphi+UniGui+RadCore (English version) https://www.linkedin.com/pulse/rich-internet-applications-delphiuniguiradcore-english-f%C3%A1bio-oliveira/?trackingId=%2BeShtDT%2BS9K21QH078pjxQ%3D%3D
  13. Works perfect!!! Congratulations Sherzod and thank you so much for your support! Here is the record for use on a virtual keyboard made for Touch monitors that work in self-service Totems.
×
×
  • Create New...