-
Content Count
214 -
Joined
-
Last visited
-
Days Won
5
Everything posted by haentschman
-
"Delphi High Performance" eBook free on Packt today.
haentschman replied to Steffen Nyeland's topic in Tips / Blogs / Tutorials / Videos
Now it is clear... -
"Delphi High Performance" eBook free on Packt today.
haentschman replied to Steffen Nyeland's topic in Tips / Blogs / Tutorials / Videos
Ok, Ok... but why can you download it ... and i not? -
"Delphi High Performance" eBook free on Packt today.
haentschman replied to Steffen Nyeland's topic in Tips / Blogs / Tutorials / Videos
@Markus Kinzler: Please download the PDF and send it here. -
"Delphi High Performance" eBook free on Packt today.
haentschman replied to Steffen Nyeland's topic in Tips / Blogs / Tutorials / Videos
Sorry...It was my fault... NoScript was ON Thanks... -
"Delphi High Performance" eBook free on Packt today.
haentschman replied to Steffen Nyeland's topic in Tips / Blogs / Tutorials / Videos
Hi all... I don't have my glasses. Where you see "Delphi High Performance" eBook? -
Saving a large project takes soooo Loooonnnnggg..
haentschman replied to Ian Branch's topic in General Help
Hi... After the delphi restart the packages are enabled again. -
Saving a large project takes soooo Loooonnnnggg..
haentschman replied to Ian Branch's topic in General Help
I think, it was a joke... Google: "delphi disable live bindings" site is not funny. the answer is: -
Saving a large project takes soooo Loooonnnnggg..
haentschman replied to Ian Branch's topic in General Help
Please give a tutorial... -
Increasing registration count not possible without active maintenance support
haentschman replied to Leif Uneus's topic in Delphi IDE and APIs
@Uwe Raabe ... it could be so easy. -
Increasing registration count not possible without active maintenance support
haentschman replied to Leif Uneus's topic in Delphi IDE and APIs
Hi all... did you ever see when the stackoverflow thread was written? -
Hi... BC -> Before Christ
-
Do you design each form for separate case, or use common forms for similar design?
haentschman replied to Mike Torrettinni's topic in VCL
Hi... Definitely yes. The advantage of inheritance is that when you make changes in the base form, you have the same changes in the other forms. Caution: With too many inheritance levels the overview is then again bad. I prefer max 3 levels. Example (picture): Form.ChoiceFilesDialog -> Form.BaseDialog -> Form.Base -
version control system Version Control System
haentschman replied to Soji's topic in Delphi IDE and APIs
Hi... News from Uwe? Did someone contact him via Twitter? PS: I have found the "Favorites" (Berlin) in a picture from his Twitter account. The project is alive...i hope.- 49 replies
-
- git
- subversion
-
(and 1 more)
Tagged with:
-
Hi... TortoiseGit with overlay icons in the explorer and BeyondCompare as Merge/Diff Tool.
-
version control system Version Control System
haentschman replied to Soji's topic in Delphi IDE and APIs
Now all we need is a Twitter account... I don't have one.- 49 replies
-
- git
- subversion
-
(and 1 more)
Tagged with:
-
[Breainstorming ] Version1: In my applications i have a Interface for every database system. In the interface all queries are created dynamically. The connection is created in this interface. All use this connection... For you: Give your datamodule a public property (example: "CurrentConnection") . Connect all queries with this "CurrentConnection". If you change the "CurrentConnection" with the "LiveConnection" then the queries works with the "LiveConnection". Datamodule.... private FCurrentConnection: TFDConnection; public property CurrentConnection: TFDConnection; ... // All queries Query.Connection := FCurrentConnection; Application... Datamodule.CurrentConnection := FDLiveConnection; // or Datamodule.CurrentConnection := FDTestConnection; Version2: Create separate INI with the connection string for Test / Live. Over a build configuration the application loads his own INI.
-
Hi... ...another variant: https://en.delphipraxis.net/topic/219-dimowa®-sql-resource-creator/
-
version control system Version Control System
haentschman replied to Soji's topic in Delphi IDE and APIs
...everybody knows it...i think- 49 replies
-
- git
- subversion
-
(and 1 more)
Tagged with:
-
version control system Version Control System
haentschman replied to Soji's topic in Delphi IDE and APIs
Hi all... The last version was imho XE. I've written to Uwe before... without an answer. Everyone who knows Uwe has no contact more... @Uwe Schuster: We need only the SourceCode...please.- 49 replies
-
- git
- subversion
-
(and 1 more)
Tagged with:
-
version control system Version Control System
haentschman replied to Soji's topic in Delphi IDE and APIs
Perfect for GIT... But you have to know that you have to learn a lot to use it wisely. Tutorials: https://www.youtube.com/channel/UCO251AKqx8iSssbN66eECLA- 49 replies
-
- git
- subversion
-
(and 1 more)
Tagged with:
-
version control system Version Control System
haentschman replied to Soji's topic in Delphi IDE and APIs
Hi... ...how many users? My favorite is GIT. But NOT over the IDE. I use TortoiseGIT. It looks like the explorer with overlay icons. ...and WITHOUT console.- 49 replies
-
- git
- subversion
-
(and 1 more)
Tagged with:
-
@Kryvich You miss understand. I aggree with you... I am a fan of Enumerations. Better: If you MUST work with it permanently, you want meaningful names. Sorry.
-
I have an old project in maintenance. This is full of bit operations. If you don't work with it permanently, you want meaningful names.
-
Amazing support at TMS
haentschman replied to PeterPanettone's topic in Tips / Blogs / Tutorials / Videos
...for Bruno. -
Discount Offer from DelphiStyles.com
haentschman replied to DelphiStyles's topic in Delphi Third-Party
I miss OfficeBlue style...