http://android-developers.blogspot.it/2008/03/linkify-your-text.html
[Lang_It] per poter disegnare in SVG sono disponibili sul web dei pratici strumenti, ovviamente tra i più belli non poteva mancare anche quello di google dispnibile al seguente indirizzo http://svg-edit.googlecode.com/svn/branches/2.5.1/editor/svg-editor.html e quello di una nuova e stilossissima società che si chiama “Method of Action” al seguente link : http://editor.method.ac/ ….. Il secondo editor è orientato…
Leggi tutto
Why you should need to restart a VM ubuntu 12.04 server on your KVM remote server? Simple: just miss an apparently innocuous command (in my case I needed to add a user to a group). Then I typed the command:
1 |
sudo usermod -G mygroup myuser |
Unfortunately I forgot the “-a” option thus erasing all user groups including the group…
Leggi tutto
Con FastReport 4 esportare un report in PDF su stream è semplicissimo, bastano 5 minuti … peccato che non è spiegato nella documentazione, quindi per capire come funzionava l’arcano ci ho perso due ore… di seguito una porzione di codice come esempio: procedure TForm1.Button3Click(Sender: TObject); var st : TMemoryStream; begin st := TMemoryStream.Create; Try TBlobField(csReports.FieldByName(‘Report’)).SaveToStream(st);…
Leggi tutto
pochi giorni fa ho partecipato all’incontro,tenutosi a Milano, in merito alla presentazione di Embarcadero Rad Studio XE5. L’incontro era organizzato da BitTime Software con la partecipazione di Marco Cantu che oltre ad essere un Guru rinomato di Delphi è il nuovo product manager di Delphi per Embarcadero. La presentazione è stata ben strutturata (a parte…
Leggi tutto
We proudly announce that Tripkeep, new mobile app by Synaptica, for Android has been released! The app is free and published worldwide. Check the google play url and the dedicated web site. Trip, track & pick, Tripkeep is a good traveling companion! With Tripkeep you can track your position without the need for account registration…
Leggi tutto