Questions tagged [bold]

Bold for Delphi is an advanced Object Relational Mapper (ORM) and application framework. Do not use for the font style named "bold".

This tag is under discussion here: A [bold] initiative.

278 questions
0
votes
1 answer

Text is displayed in bold in IE 8

All the text on my website appears in bold in IE 8. The other browsers such as IE 9, Chrome and FF show bold only where specified. Is there an IE 8 specific fix that I can use? Any help is greatly appreciated.
Harish
  • 270
  • 3
  • 11
0
votes
1 answer

Change weight and color of a paragraph with a highest score

What's the best way in achieving the following: Make weight:bold + color:white for the team with the highest score. (no change in color/weight for ties) HTML

Newcastle…

October Eleven
  • 142
  • 2
  • 13
0
votes
1 answer

How to make ListView's row's TextView bold

I have a ListView. When I try to make it's row's textview bold - it falls. I try: ListView list = (ListView) findViewById(R.id.my_list); list.setAdapter(someListAdapter); ((TextView)…
Maximus
  • 471
  • 1
  • 10
  • 25
0
votes
1 answer

Context Menu for a textbox shows menu options in bold

If I do Right click on a text box in my JavaFX application the menu items display as bold font. This happens in some text boxes. For example we have one login screen where menu item is displayed properly but in other screen its displaying in bold.…
SarkarG
  • 687
  • 1
  • 8
  • 30
0
votes
1 answer

TCPDF : Make Chinese Characters BOLD using FONT "cid0cs" and "stsongstdlight"

I have used "cid0cs" and "stsongstdlight" Fonts for chinese characters ,And all characters comes proper . Following is the chinese chracters…
user1099944
0
votes
3 answers

Any suggestion how to display the portion of a text bold inside a MultiCell n FPDF

I am using FPDF latest version for creating pdf files in php. The task which i want to perform is that i have values stored in database with html bold tags inside them that is some text is present inside html b tag (properly inside opening and…
Sheikh Rahat Ali
  • 1,293
  • 8
  • 37
  • 61
0
votes
1 answer

Listview that shows unread messages in bold and read messages in normal font in C#

I have list view that I use to display SMS from my GSM modem. I am reading the port for messages, parsing them and then displaying them. The format that I get when I read messages are: +CMGL: 5,"REC READ","IA-612345","","2012/08/04 11:54:00+22" Some…
Shiridish
  • 4,942
  • 5
  • 33
  • 64
0
votes
1 answer

Bold an entire string C#

Possible Duplicate: Format text in Rich Text Box I have a rich text box and a string that I get from a user inputting it into a text box. I want to take that string and bold it all. Any ideas? Here is the string I have now and it's format: if…
user1305708
0
votes
2 answers

How to unbold text? A tiny WYSIWYG editor

Hey Stackoverflow comunity, There is a method str.bold() to wrap a text in tags. This is just perfect for a tiny WYSIWYG editor (I know some will say I should take one of hundrets open source solutions, but this is for learning purposes…
Aley
  • 8,540
  • 7
  • 43
  • 56
0
votes
1 answer

WPF: DataGridTemplateColumn not to affect the last row

I am using .net4.0. I have a DataGrid with 5 cols. I added DataGridTemplateColumn to add "U" and "D" buttons for Update & Delete.
Tvd
  • 4,463
  • 18
  • 79
  • 125
0
votes
1 answer

How to detect that any blackberry application is screen density supportive or not?

I want to develop one application which I will install on my Bold Device.now is it possible for my application to retrieve information regarding application which are installed on my device that these applications can be installed on other devices…
Dany
  • 2,034
  • 8
  • 34
  • 54
-1
votes
1 answer

what is the updated and recommended manner to bold: use tag or font-weight in CSS?

In a SEO perspective optimization, which one is better: Use HTML or CSS? I searched in some contents and I didn't get a precise and updated answer.
Eduardo
  • 9
  • 2
-1
votes
2 answers

How to get bold text from .docx tables

I'm kind of new to Python and I struggle to get bold text from tables from .docx files. I know how to add all info from tables to the list: document = Document('path_to_the_.docx_ file') document.save('path_to_the_.docx_ file') tables = [] for table…
salehelas
  • 1
  • 2
-1
votes
1 answer

Is there a way to make ListView element bold in JavaFX?

so I am new to JavaFX and I am making my first application. I would like to have an option to make element in my ListView bold after selecting it and clicking the button. Unfortunatelly, I can't find any solution to my problem and I'm out of ideas.…
MrJ_
  • 55
  • 7
-1
votes
1 answer

How can I return only the bold words in the body of a RichTextBox in WPF?

private void SubmitButton_Click(object sender, RoutedEventArgs e) { myWeb.Source = new Uri ("https://www.google.com/search?tbm=isch&q=" + titleWord.Text + " " + boldWord.Text); } I got a button that searches…
1 2 3
18
19