Some days ago I wrote a blog post about signing a Firemonkey application manually with the developer ID. For app
WeiterlesenKategorie: Programmieren
Signing Firemonkey Applications on OSX
Some time ago I started porting my application DA-FormMaker for the Mac. After finishing the development, the app needs to
WeiterlesenBranding of Eclipse/RCP Applications
Introduction In this document I want to describe some ideas how branding of an Eclipse RCP application can be implemenented.
WeiterlesenCheckout GIT repository into existing folder
I usually create my project first, tinker around and then at some point I want to use version control, like
WeiterlesenVirtual Machine to debug and develop PHP
I used PHP a lot in the past for our websites. I think its not the best programming language, but
WeiterlesenGit – The remote end hung up unexpectedly
Recently I tried to push a bigger repository to Github. At some stage of the upload process failed: fatal: The
WeiterlesenDelphi XE4/Firemonkey – Taborder not working + Workaround
Firemonkey, the framework for cross plattform development, still seems to have some problems and bugs. 🙁 One of the problems
WeiterlesenEclipse/RCP: Overwrite a default handler in your view
In my RCP application CTRL + S is assigned to the save function of the current editor. Addional I wanted
WeiterlesenJava: Get IP and Mac address
A small code snippet that reads the computers IP and MAC address: try { InetAddress ip = InetAddress.getLocalHost(); NetworkInterface network;
WeiterlesenSet workspace location for RCP application
In my Eclipse / RCP application the .metadata directory was always created in the working directory. This worked fine when
Weiterlesen