

wuwuxin
Members-
Content Count
77 -
Joined
-
Last visited
-
Days Won
3
wuwuxin last won the day on May 24
wuwuxin had the most liked content!
Community Reputation
26 ExcellentTechnical Information
-
Delphi-Version
Delphi 11 Alexandria
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
"RTC SDK was originally developed by Danijel Tkalčec in 2004, and acquired by Teppi Technology in 2018 . Now, as of May 20th 2022, we announce that ReatlThinClient SDK (a.k.a. RTC SDK) is open source." https://rtc.teppi.net/ https://github.com/teppicom/RealThinClient-SDK
-
Now listed 11th in the lsit. Is this a good news for Delphier? https://www.tiobe.com/tiobe-index/
-
For the "few other FMX grids available" - which one is the best (or better) in terms of performance ? I am looking at woll2woll FirePower X2, TeeGrid for FMX, TMS, and what else?
-
Thank you for the link. On one hand, string is listed as a reserved work, on the other hand, it also says "System.String" is an alias for "UnicodeString"..........
-
Really, so it is a reserved word? I had thought it is a Class type, hence it should be "String"
-
This has been pestering me for a while For the string type, should be it "String", or "string", I saw the Delphi source code mixes the uses. Some third-party code uses "String", while some uses "string".
-
Any good one (open source or commercial) to recommend? Something that resembles Dephi's object inspector
-
Delphi RAD Studio 11. Is there a way to increase the Code Editor's line spacing? I use JetBrains Mono fonts, and the lines appear too "squeezing", and it seems the line spacing is too small. Any advice?
-
Any third-party code formatter that can correctly format the inline var?
-
Ann: TECNativeMap 4.4 is available with delphi 11 support
wuwuxin replied to Christophe E.'s topic in Delphi Third-Party
@Christophe E. What happened to TECMap? Also - Can TECNativeMap extract OSM data, something like this data extract service at bbbike.org: https://extract.bbbike.org/? -
I would like to use FMX 2D drawing to plot an engineering diagram (with user interactions) - I need advice on where to start. Any good FMX 2D drawing demo, book, or tutorial? Thank you.
-
Image32 - 2D graphics library (open source freeware)
wuwuxin replied to angusj's topic in I made this
@angusi I am very interested in Image32 - forgive my dumb question - is it suitable to be used for developing CAD-like application, or interactive 2D graphics (that is based on user mouse dragging etc)? Thank you- 42 replies
-
- graphics
- cross-platform
-
(and 2 more)
Tagged with:
-
@sakura Thank you for the heads up. Appreciated.
-
Yes. @Stefan Glienke With current prototype, View, ViewModel, and Model have to run within in the same thread - otherwise, the global ObservableStack would be messed up. Is my understanding right? Also currently, the DependencyList field is not of much use, thought it might be used to trace the origin of the Notify call? Any future plan for KnockOff that might be shared here? It is very refreshing code, and I learned a lot from it!
-
Is KnockOff thread-safe? I saw it uses a global ObservableStack without thread-protection?