editbox

Delphi: How to know when a TEdit changes size?

i need to update items around an edit box when it changes size. TEdit has no OnResize event. An edit box can resize at various times, e.g.: changing width/height in code form scaled for DPI scaling font changed And i'm sure others i don't know about. i need a single event to know when an edit box has changed its size. Is there a W...

CEditBox or CListBox which one is better for big amout of logging data

This always was a big question for me that for a very big amount of logs (like 100,000 line log) which one is better in performance, scrolling,... also consider formatting the text with color is a must. ...

What is the drupal way for wysiwyg reply edit box?

I'm making a forum and I'm using drupal6 advance-forum module. I browsed all the admin sections and I still cannot figure it out how to put a wysiwyg edit toolbar on the reply form. It shows in the admin section when I create a topic but not outside the admin section. Should I do that manually? - I can do it with java script, but if I ...

How to set a EditText in a certain column of a TableLayout?

I have a TableLayout on one Android Activity UI. It has two columns. Now I need to add a new row, and put an EditText box in second column of that new row. And also, I want that EditText full fill the whole cell. I have some code like this: TableRow tr = new TableRow(context); EditText et = new EditText(context); et.SetMaxLines(4); etT...

What is a way to fill a multiline editbox with line of text.

What im after is a greyed out editbox you see at the bottom of some programs. A list of results. Im having problems having the text properly formatted. so starting from scratch, how is it usually done? The filling of the half page sized editbox with text. one big long string with line breaks? Results->Text = System::Convert::ToString...

How to filter a listview with and edit box - Android

I am making a Glossary of legal terms and I would like to be able to narrow the results in the list by typing in an edit box, I have tried finding a solution but none of them have worked for me. ...

how to a display a bitmap in a editbox in android

Hi everyone, i have two bitmap images ..and i need to merge the bitmaps with precise positioning of one bitmap over other and get a resultant bitmap (which is combination of both) and the resultant bitmap is a font character and i want that bitmap to be displayed in a edit box where i am inputting text. is it possible. Please help. ...

android exitbox edge touch lisoner

Hi, Is there any way to add the x-graphics in the android Editbox like the of iPhone So that by clicking on that x graphic it can clear all the values in the Editbox Is there any way to listen weather i touch a specific part of an edit text Thank you ...