-
Content Count
82 -
Joined
-
Last visited
Community Reputation
2 NeutralTechnical Information
-
Delphi-Version
Delphi 10.4 Sydney
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Hello, I tested them and just the same situation - freeze up the whole Delphi software.
-
Who can help to correct this?
-
Ok, then, I installed Python4Delphi manually without choosing the auto compilation option. Then, I opened the target project group, chose the module with a bar on it and then secondary clicked on it trying to show its menu but the whole delphi window hung up. I had to kill it from within the Task Manager. How do I correct it? I already have a WinPython 3.8 installed and registered on my Windows 10.
-
Opinions about Pascal vs C/C++ IDE
TimCruise replied to TimCruise's topic in Tips / Blogs / Tutorials / Videos
MATLAB is for wealthy big corp even though it is great for instrument control. How about R? Isn't it a graphical software only without hardware handling ability?- 30 replies
-
- programming hardware
- rad studio
-
(and 1 more)
Tagged with:
-
Hello, When I install python4delphi by running MultiInstaller.exe, it shows error like "Your Delphi version does not support COMMAND". What should I do to correct it? My version is Delphi Community v10.4.2. Thanks for your attention. And which python version does it support?
-
Opinions about Pascal vs C/C++ IDE
TimCruise replied to TimCruise's topic in Tips / Blogs / Tutorials / Videos
COOL! These stuffs are good enough! LabVIEW is also a good choice but no BLE support built-in. Its native instrument interface is good!- 30 replies
-
- programming hardware
- rad studio
-
(and 1 more)
Tagged with:
-
Perhaps, they have switched to Visual Studio C++ 2022?!?
-
Image32 - 2D graphics library (open source freeware)
TimCruise replied to angusj's topic in I made this
Angus, If you can make a GitIT package, it will be much better.- 42 replies
-
- graphics
- cross-platform
-
(and 2 more)
Tagged with:
-
Opinions about Pascal vs C/C++ IDE
TimCruise replied to TimCruise's topic in Tips / Blogs / Tutorials / Videos
Up to now, I am quite happy with Delphi v10.4.2 about its cross-platform GUI development ability. About its price. Professional version should be acceptable. Try to compare it with QT Creator and Visual Studio 2022. You may find that RAD Studio Pro version is even cheaper. QT Creator costs you US$1,000.00 per month to be paid yearly. It sums up to more than RAD Studio Architect! If you are a C++ fans, I would suggest Code Blocks + wxwidget + wxsmith which cost you nothing.- 30 replies
-
- programming hardware
- rad studio
-
(and 1 more)
Tagged with:
-
Question about installing Skia on RAD Studio Community v10.4
TimCruise replied to TimCruise's topic in Delphi IDE and APIs
Hello Friend, I can run Skia examples. Are there any more advanced examples as shown in Delphi v10.4.2 feeds? -
Image32 - 2D graphics library (open source freeware)
TimCruise replied to angusj's topic in I made this
I am using the Delphi Community v10.4.2. I can run the bouncing green ball project, however. I am totally new to this software and catching up quite well. I guess it can help me to build a very large dashboard GUI.- 42 replies
-
- graphics
- cross-platform
-
(and 2 more)
Tagged with:
-
Image32 - 2D graphics library (open source freeware)
TimCruise replied to angusj's topic in I made this
I tried to run exsamples FMX1 and FMX2 but both fail! Many errors were shown by the compiler. Anybody have success on these 2 examples?- 42 replies
-
- graphics
- cross-platform
-
(and 2 more)
Tagged with:
-
I have found that another SVG related package has install image32 already and Delphi 10.4.2 refuses to install.
-
How do you acquire "Pictures" to be used in your project?
TimCruise replied to TimCruise's topic in Tips / Blogs / Tutorials / Videos
This one from IEEE is more authoritative https://www.computer.org/publications/tech-news/trends/8-best-video-file-formats-for-2020/ You should choose a file format based on your video quality requirements. The video should achieve the required quality, but no more than that. High-quality videos are hard to download, convert, share and manage. Plus, you need to take into account how you want to view the video files. Not all browsers, programs, and devices can play a specific video format. Before choosing a video format, consider the following cases: For online videos choose a file format that most web browsers support. This way, your video will be played natively on the browser. MP4 and WEBM are browser compatible video formats. For home video recordings, choose a format with high quality video good chance of being usable in the future. Open source file formats are more future-proof than proprietary formats that are controlled by enterprises. MP4 or AVI formats are a good fit for that category. For Windows applications, choose a format that is compatible with Windows. WMV is a good choice In this case. -
Recommended Cryptographic Library
TimCruise replied to Ivana's topic in Project Planning and -Management
Any installation and user guide?