Jump to content

kabiri

Members
  • Content Count

    68
  • Joined

  • Last visited

Community Reputation

4 Neutral

Recent Profile Visitors

9360 profile views
  1. kabiri

    VCL UI Design Challenge for Delphi Developers πŸ’‘

    I tried a little to do it in VCL, but the result wasn’t very good. Actually, I used the Windows API. I think if I capture the background and draw it on the form’s canvas, the result will be better.
  2. kabiri

    VCL UI Design Challenge for Delphi Developers πŸ’‘

    I don't know the reason for this, but I think it's because they can create a more modern look with CSS that is also responsive. I don't like using HTML myself.
  3. kabiri

    VCL UI Design Challenge for Delphi Developers πŸ’‘

    Hi Has anyone managed to complete this challenge? It seems quite difficult with VCL, and much easier with FMX.
  4. Hi Is there a solution for cross-platform use (Windows, Linux, and macOS) as well?
  5. Download ibtogo_2020 and copy file and folder (from win32_togo_min.zip) to delphi bin folder ibxml.dll ibtogo.dll ib_util.dll InterBase
  6. kabiri

    Right To Left Components

    What an old post! I was searching for something on Google and came across this. I'm just writing this for anyone who has the same issue and might come across this in the future. The component available on https://fmxrtl.com works perfectly. First, sign up, then log in, and download the version you need. I think it will soon be available on GetIt as well.
  7. The following command worked for Delphi 11 and 12 but has issues when running command-line programs. 11 : ln -sf /usr/lib/x86_64-linux-gnu/libpython3.*.so.1.0 ~/PAServer-22.0/lldb/lib/libpython3.so 12 : ln -sf /usr/lib/x86_64-linux-gnu/libpython3.*.so.1.0 ~/PAServer-23.0/lldb/lib/libpython3.so
  8. Unable to start LLDB kernel: 'No argument for format 'Symbolic link target does not e''. I've installed Python 3 and executed the command ln -sfls -1 /usr/lib/x86_64-linux-gnu/libpython3.*.so.1.0 | tail -1~/PAServer-22.0/lldb/lib/libpython3.so but the issue persists. I've also tried the solution from Jim: curl -L curl -L https://tinyurl.com/SetupUbuntu4Delphi23 | bash However, I'm still facing the same problem. Do you have any suggestions to resolve this?
  9. kabiri

    Changing sa password with Delphi

    Not work Project ChangeSQlPass.exe raised exception class EMSSQLNativeException with message '[FireDAC][Phys][ODBC][Microsoft][SQL Server Native Client 11.0][SQL Server]Incorrect syntax near '@P1'.'.
  10. kabiri

    Changing sa password with Delphi

    I didn't write my original password here and changed it. Then I realized that FD might not work properly if the password follows a specific pattern.
  11. I change the SQL Server password using the following command in Delphi, The connection string is to the master database and I am using Windows authentication. But I can no longer log in to SQL Server using the sa user. When I execute this command in Management Studio, the password is changed and I can log in with sa. Delphi 11 + FireDAC + SqlServer 2014 sp2 express ----------Edit----------- I wrote the same code with ADO and it works perfectly. -----Edit------- Alright, I've noticed that this issue occurs when a specific pattern is used.
  12. i add unit FireDAC.Phys.SQLiteWrapper.FDEStat and now work
  13. I apologize, I had only paid attention to this part.
Γ—