Registration disabled at the moment Read more...
×


Keesver
Members-
Content Count
95 -
Joined
-
Last visited
-
Days Won
2
Everything posted by Keesver
-
Hello, We extended our team with new (inexperienced) developers. What would be the best way to teach them Delphi? Greetings, Kees
-
Thanks everyone for your comments. Enough information to look into. The Delphi language guide looks like a good starting point, this is something the person can do by themselves. @David: your comments include a good list of topics that need to be touched in the learnings. Greetings, Kees Vermeulen
-
VCL and FMX and Oxygene (much of our code is reused in our web application using WebAssembly)
-
New to Delphi, they have completed their bachelor's degree in software engineering.
-
Retrieve Delphi version used from within an App?
Keesver replied to Ian Branch's topic in General Help
MadExcept includes the name of the Delphi compiler in their reports. I checked their code, they use a defines to get to the name of the compiler: {$ifdef ver340} // 'compiled with', 'Delphi 10.4 Sydney' {$endif} -
Could not load SSL library on the 64 bit Release version from Play Store
Keesver replied to Alex40's topic in Cross-platform
I can remember that Remy Lebeau posted some messages on this. Searching for "openssl android remy" will bring you to StackOverflow. -
Thinfinity VirtualUI - cloud-based conversion
Keesver replied to Mark Williams's topic in General Help
We run on Azure... -
Thinfinity VirtualUI - cloud-based conversion
Keesver replied to Mark Williams's topic in General Help
We are preparing to release our software using Thinfinity as an alternative to the desktop version. We did some tests and this showed it worked pretty good. We do want to change our application to make it look more 'web' alike. This means hiding the menu for example. Can't tell yet how performant it will be. You do need a server capable of handling the number of concurrent users of your application though. We were told RDS licenses are not required because Thinfinity does not use the RDS services (which I can confirm after running multiple sessions on the same server without such license). I can't say if Microsoft agrees on this.... -
"Delphi GUI programming with FireMonkey" is now available!
Keesver replied to Andrea Magni's topic in Tips / Blogs / Tutorials / Videos
Got my copy as well, thanks! -
A 'trick' we used to improve the behavior while moving windows between monitors was to create a bitmap when the user starts dragging and use this image while dragging. It works very good and only when the user releases the mouse you need to do rescaling.
-
I think this should be TThread.Synchronize because the code needs to wait for the result.
-
Hello, We are looking for an FMX developer, experience required. We are located in the Netherlands, but working remote is possible. This is a long term project for at least 3 days per week. Thanks, Kees Vermeulen, A-dato
-
Yes, see https://github.com/Coldzer0/QuickJS-Pascal Looks like a promising solution too.
-
Thanks for your reply. Problem is that we are not a 'registered user' of paxCompiler. We are investigating possibilities of adding scripting to our application and paxCompiler seems to have all the right specifications. Maybe someone is willing to sell their license to us? I have contacted Apex but got no reply (yet).
-
Can I still download the latest (released) version of paxCompiler somewhere, we have a need to add scripting to our application?