Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
clear-text
- Page 1
Re: Text Classification and Summarization with DeepSeek R1 Distill Llama 70B
Programming
Computer Science
2 Months Ago
by Pelorus_1
Great breakdown of DeepSeek R1 Distill LLaMA 70B! The explanation of
text
classification and summarization is
clear
and insightful. Appreciate the practical examples—makes implementation much easier. Thanks for sharing!
Clear Text
Programming
Software Development
14 Years Ago
by PixelExchange
…()" function, however, I am unable to achieve "
clear
"
text
. My
text
always looks.. blurry. I would like to achieve… Microsoft Word's
text
selector? Basically, I would like to be able to render out
text
as
clear
as it appears …in
text
editors when a font is selected, such…
Re: Clear Text
Programming
Software Development
14 Years Ago
by NicAx64
Is this what you mean by
clear
text
? [url]http://www.gilsmethod.com/images/htenablecleartypefonts.png[/url] well …
Re: Clear Text
Programming
Software Development
14 Years Ago
by PixelExchange
…units" which the CreateFont function needs to display
text
properly. Using point sizes with the CreateFont function will… What I am trying to do is display VERY
clear
looking fonts.. the type of clarity that can ONLY…in which a person can render out
text
with. Examples include: anti-aliased
text
, bitmap
text
, device fonts, etc.. Each format…
Re: Help on clear text in <input> !!
Digital Media
UI / UX Design
18 Years Ago
by MattEvans
… focus... try: [code] <input type="
text
" value="Click here to
clear
text
" onfocus="if(!this._haschanged){this….value=''};this._haschanged=true;"/> [/code] it will only
clear
the
text
once…
Re: Help on clear text in <input> !!
Digital Media
UI / UX Design
18 Years Ago
by Braga_ESI
… focus... try: [code] <input type="
text
" value="Click here to
clear
text
" onfocus="if(!this._haschanged){this….value=''};this._haschanged=true;"/> [/code] it will only
clear
the
text
once…
Re: Help on clear text in <input> !!
Digital Media
UI / UX Design
18 Years Ago
by katarey
…] [HTML]<input type="
text
" name="name" value="Click here to
clear
text
" onfocus="clearinputText();"…;>[/HTML] but this will
clear
the
text
every time when you get…
Re: Help on clear text in <input> !!
Digital Media
UI / UX Design
18 Years Ago
by Braga_ESI
…] [HTML]<input type="
text
" name="name" value="Click here to
clear
text
" onfocus="clearinputText();"…;>[/HTML] but this will
clear
the
text
every time when you get…
Help on clear text in <input> !!
Digital Media
UI / UX Design
18 Years Ago
by Braga_ESI
…goes nothing.... I need a
text
box like: <input value="Click here to
clear
text
" name="nome&…quot; type="
text
"> That actually clears the…
text
when you click on it... I …
Re: Help on clear text in <input> !!
Digital Media
UI / UX Design
18 Years Ago
by MattEvans
… expand it to: [code] <script type="
text
/javascript"> function checkclear(what){ if(!what._haschanged){…;/code> <input type="
text
" value="Click here to
clear
text
" onfocus="checkclear(this)"/>…this)" as the onfocus property for all
text
inputs that you want to have the same behaviour…
Re: Clear Text
Programming
Software Development
14 Years Ago
by NicAx64
I didn't get your question clearly. Are you looking how to create system fixed fonts? [code] HFONT hFont=(HFONT)GetStockObject(SYSTEM_FIXED_FONT) [/code]
Re: Clear Text
Programming
Software Development
14 Years Ago
by NicAx64
sorry about my previous post , I'm incorrect that setting can be controlled locally. [url]http://int64.org/2009/11/04/cleartype-in-windows-7[/url] But don't know how to.
Re: Clear Text in Textbox....
Programming
Software Development
17 Years Ago
by venkatramasamy
…take the textbox string to an stringvariable and then
clear
the textbox then concatenate the previous string with …: dim Barcode as string (3Chars= abc) Barcode=text1.
text
text1.
text
="" 'now read the Barcode Barcode=Barcode &…dont need that 3 chars then simple use text1.
text
="" before you reading the Barcode hope …
clear the text in the userid and password fields
Programming
Software Development
15 Years Ago
by mohankumar554
hi, how to
clear
text
in the
text
fields of the userid and password fields after click the submit button...
Clear Text in Textbox....
Programming
Software Development
17 Years Ago
by rajeshnrh74
… the above question is not
clear
don't use Text1.SelStart =0 Text1.SelLength = Len(Text1.
Text
) in Got_Focus Event. After typing…
clear text box in php
Programming
Web Development
14 Years Ago
by Member 784602
Hi, I have a page in that i have some fields name,address,when I fill and once I click submit button,The
text
box should be
clear
and cursor should be replace there...... My page extension in .php
Re: Clear Text in Textbox....
Programming
Software Development
17 Years Ago
by venkatramasamy
…, if it is before, then simple you can use text1.
text
="",else you better to get the barcode reader…
Re: Clear Text in Textbox....
Programming
Software Development
17 Years Ago
by rajeshnrh74
Thnks Venkat for you reply. what I need is Just type anything in the TextBox before reading thru Barcoder ex. "abc" (without quotes) now the cursor is in the 4th place of the Textbox At that time when I read thru Barcoder the existing "abc" or any
text
to be vanished. This is my task. H've any soln. for this.?
Re: Clear text from custom source autocomplet combobox
Programming
Software Development
9 Years Ago
by Mr.M
On your post you said you want to "
CLEAR
" but your code selects the first Item in your ComboBox. Try ComboBox1.
Text
= ""
Re: Clear text box value
Programming
Web Development
14 Years Ago
by Manuz
Hey, You can use Java Script to achieve this. 1. On submit call a function 2. Check for your condition 3. If failed do this document.getElementById("Id of memory
text
box").value = ""; document.getElementById("Id of memory
text
box").focus();
Clear text box value
Programming
Web Development
14 Years Ago
by niths
hi all, i had a page where there are three
text
boxes.username,password,allocatedmemory. Now when i placed an invalid number in allocated memory after submit button click it wil display a popup as invalid.so after clicking ok button,i need the value present in allocated memory to be cleared and cursor should focus on it. so can any one please...
Clear text from custom source autocomplet combobox
Programming
Software Development
9 Years Ago
by Satyam_1
In vb. Net application i have a combobox with properties- custome source autocomplete Dropdownstyle- dropdown I use string method to autocomplete combobox from custom source of database. I want to cleat
text
from the combobox after save button event. I use following code for that but its not working. Combobox.selectedindex=-1
Re: Help on clear text in <input> !!
Digital Media
UI / UX Design
13 Years Ago
by ceasar14344
…; <input type="
text
" size="30"/></br> E…; <input type="
text
" size="30"/></br> Password…; <input type="reset" value="
Clear
"/> </form> </body> </html…
Re: Help on clear text in <input> !!
Digital Media
UI / UX Design
15 Years Ago
by k_manu12
<html> <input type="reset" value="Reset!"> </html> this code doesn't
clear
textboxes
Re: Help on clear text in <input> !!
Digital Media
UI / UX Design
13 Years Ago
by fizerahmani123
Please Try this <marquee style="font-weight: bold;scrollamount:4;scrolldenay:78;width:500;"> This code is for
text
moving. by fizeRahmani India mob: 7860734527
CSS Float Text Drop in IE7
Digital Media
UI / UX Design
14 Years Ago
by littlemt
…t included enough. [CODE] <div id="
text
"> <p class="content">…p> </div><br class="
clear
" /> #
text
{ margin-top: 20px; margin-right: 20px; .image_price_girl…margin-left: 20px; } #container { width: 920px; border: 0;
text
-align: left; background: #FFF; margin-left: 2px; margin: 1px …
printing to a text file
Programming
Software Development
13 Years Ago
by applejax77
…;Mobile Phone: ", SwingConstants.RIGHT); //Create the
text
fields fnameTF = new JTextField(10); lnameTF = new JTextField… new JTextField(10); //Create Reset Button to
clear
text
in field and re-enter information resetB = new…
printing to a text file
Programming
Software Development
13 Years Ago
by applejax77
…;Mobile Phone: ", SwingConstants.RIGHT); //Create the
text
fields fnameTF = new JTextField(10); lnameTF = new JTextField… new JTextField(10); //Create Reset Button to
clear
text
in field and re-enter information resetB = new…
Re: clear text box in php
Programming
Web Development
14 Years Ago
by Ankit_Parmar
After Submission , you can call again same(Initial) page.(You can redirect the previous page.
Re: clear text box in php
Programming
Web Development
14 Years Ago
by rajarajan2017
[CODE]<script language="javascript"> function clearAll() { var e = document.getElementsByTagName("textarea"); //Loop through all textareas for(i = 0; i < e.length; i++){ e[i].value = ""; } } </script>[/CODE]
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC