entry

Displaying different icon sizes on different BlackBerry devices

I'm trying to dynamically set a different icon based on device. I have set up an alternate entry point within the app's descriptor XML file. It passes an argument of "icon" into main() of my application. The entry point is triggered as expected (installing the app and on power cycle), but it has issues when calling updateIcon() on certa...

RFID reader - capture audio file - playback on mobile

Hi all -- Our business has a RFID entry system. Unfortunately I keep leaving my fob behind. Does anyone know of a cheap RFID reader/software that allows you to ready your fob/RFID tag and record the audio? Am I right that you could 'playback' the audio from your mobile and open the door? It would be so handy. Seem to never forget my...

The Tkinter Entry widget

Is there any way to make the widget so that text can be highlighted and copied, but not changed? ...

How to create multi-column data entry form using CSS in Asp.Net?

Hi- While converting a desktop application to a web app, I've run across my ignorance when attempting to implement a multi-column data entry form using CSS. I'm resolved to avoid using tables for this type of thing, and while I found a good reference to laying out a data entry form, I can find nothing that applies to multiple-column lay...