Niranjan G Mandan

Results 8 issues of Niranjan G Mandan

Can we program the excel sheet in such a way that **Backspace key** takes to previous column and **enter key** to the next column and at the end of the...

Kindly enhance the library to accept Signature.

enhancement

are the above snippets not available for Android Studio ? if no, can you please make it available ?

is it possible to use, 2 Pluto grid in single view ? if yes, please let us know how ? Currently we have divided the screen into 2, in these...

Any plans to support arrow keys, i.e moving entry up in the suggestion list when user presses Up arrow key and same for other navigation keys of the Hardware keyboard....

Can you show some example of FTS also

How to get SMS for a particular date range or after a specific date ?

AutoCompleted event is not fired tfParent.addEventHandler(AutoCompletionEvent.AUTO_COMPLETED) { println("Coming here") } tfParent.addEventFilter(AutoCompletionEvent.AUTO_COMPLETED) { println("Coming here") } I believe this is the right way to trap the event, if it is correct...