soft

Re-using soft deleted records

If I have a table structure that is: code+description+isdeleted where code is the primary key. The user creates a record, then later on deletes it. Because I am using soft deletes the isdeleted will be set to true. Then in my queries I would be doing a select with the where clause: and not isdeleted Now if a user goes to create a...

I need an algorithm for rendering soft paint brush strokes.

I have an array of mouse points, a stroke width, and a softness. I can draw soft circles and soft lines. Which algorithm should I use for drawing my array of points? I want crossed lines to look nice as well as end points. ...

What is the difference between a soft reference and a weak reference in Java

The title pretty much sums it. ...

Does MS Visio support sequence diagram?

Does MS Visio support sequence diagram? ...

Memory mapped files and "soft" page faults. Unavoidable?

I have two applications (processes) running under Windows XP that share data via a memory mapped file. Despite all my efforts to eliminate per iteration memory allocations, I still get about 10 soft page faults per data transfer. I've tried every flag there is in CreateFileMapping() and CreateFileView() and it still happens. I'm begin...

Customize Soft keyboard with an Text Box in Android

Hi friends, ....I want to set an TextBox inside my custmize keyboard ..and whatever I write in that directly reply in my appliaction focus TextBox.Is it possible. An sample code for Soft Keyboard giving in Android SDK platforms\android-1.1\samples ..find it. Thnx in Advance. ...

How to combine Translate and Soft Deletable Behavior in CakePHP 1.2.7?

Hi guys, i'm trying to combine Translate Behavior and Mariano Iglesias' Soft Deletable Behavior Revision 49. But always if a want to soft delete a record which hasMany other records, which are translated (located in the i18n-table partly), the related hasMany records aren't soft deleted. Example: Post hasMany Comments (dependent = tr...

Numeric Soft Keyboard on Android

Hi, I am developing an android application where we are using WebView to display Web page being served from Web Server. Everything is working fine except with the problem that when i am using the soft keyboard and switched to numeric key entry and move from first field to next field, the keyboard layout automatically changed to alphanum...

Issues with Android soft-keyboard interaction

I am designing an Android app and I'm having a couple of layout issues. I have a screen with 3 EditTexts on it in a row, and I would like for the 'next' key on the soft keyboard to cycle between the EditText fields. As for now, the 'next' key has no effect. Also, when the soft keyboard is displayed, it covers up the third of the EditT...

How to map Soft Keyboard button to button on screen in Android?

Is there any way out for mapping the Done button to the button on the screen in Android. What I want is that I have one login screen user enters username and presses the next button on the soft keyboard which brings the focus on password field. AFter entering password when the user presses done button then the action which is performed o...

How to Show Keyboard on PopupWindow?

Hello Friends, I am using PopupWindow class and on PopupWindow i have one EditText,my problem is that when PopupWindow is visible and i click on EditText at that time Soft Keyboard is not visible and i am not able to enter Input. So anybody tell me how to solve this problem? Thanks & Regards Ankit2502 ...

How can I remove the Android Sample Soft Keyboard?

I have run the sample soft keyboard provided in the Android SDK on a real device. I now would like to remove it from the list of available keyboards in settings. I have searched the web without any hits. It also shows up on one of my emulators too. I'm sure it's probably an obvious answer, but I just can't figure it out. Any help wo...