Archive for the ‘Programming’ Category.
November 4, 2015, 18:50
Recently we needed to show and hide the SIP (Software Input Panel) inside a full screen Remote Desktop Mobile session.
The first challenge is to control the SIP without having a menu bar with the SIP symbol inside. To get this working you can assign a hardware keyboard button, it must be an App button, to show the SIP. See Settings>Personal>Buttons and assign “<Input Panel>” to the hardware key.
Unfortunately the SIP will be hidden immediately after being shown if RDM is started with Full Screen option.
Continue reading ‘Mobile Development: Subclass foreign Window using injectDLL’ »
September 19, 2015, 10:33
Seit einiger Zeit betreibe ich einen FHEM server und protokolliere Temperatur, Luftfeuchte, Stromverbrauch und steuere Funkschalter.
Nun wollte ich unsere langsame Internet-Verbindung protokollieren. Dazu habe ich ein Perl Script geschrieben:
Continue reading ‘FHEM – extern Daten einspeisen’ »
July 6, 2015, 12:11
I have added two new build variants to rdesktopce_rdp5 (see also older article).
The normal builds make Windows Mobile ‘think’ the app is HI_RES_AWARE and so QVGA screens (see geometry setting in winrdesktop.ini) are NOT scaled to the larger screens of current devices:
with HI_RES_AWARE and geometry=240×320 on a WXGA screen:
Continue reading ‘rdesktopce builds done with LOW_RES ‘marker’’ »
December 18, 2014, 15:57
This is an update to my btPrint4 android application. The app now supports ‘printing’ of files. You are no longer tied to the provided demo files. ‘Printing’ here means it sends the file as is to the printer. So, watch your step and do not send files that your printer does not understand.
Added a file browser activity: a class named item to hold file informations, a FileChooser class and a FileArrayAdapter. Then the needed layout files are added.
Continue reading ‘Android development: btPrint4 prints demos and files to Bluetooth receipt and label printers’ »