Search found 115 matches: italic

Return to advanced search

Re: Creating table with Trichedit

//You made everything well. Small inaccuracies. There is a working example #INCLUDE "FiveWin.ch" #include "richtext.ch" ****************** Function RftDemo() ********************** Local anchos,j,lFormato:=.F. //Local Mas_n:={} local aTable:={} local nRow,ncol Local oRtf,aMarca,...
by Silvio.Falconi
Mon Jan 29, 2024 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1454

Re: Creating table with Trichedit

//You made everything well. Small inaccuracies. There is a working example #INCLUDE "FiveWin.ch" #include "richtext.ch" ****************** Function RftDemo() ********************** Local anchos,j,lFormato:=.F. //Local Mas_n:={} local aTable:={} local nRow,ncol Local oRtf,aMarca, ...
by MMK
Mon Jan 29, 2024 11:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1454

Re: Creating table with Trichedit

Twenty seven years ago Thomas R. Marchione wrote a class for creation rtf of files // Copyright: (C) 01/28/97 1997, Thomas R. Marchione oRTF := SetRT( cOutFile ) // Use this to write an entire paragraph, with optional formatting. NEW PARAGRAPH oRTF TEXT 'OOO «Text in aligned left»'; FONTNUMBER 1 ; ...
by Silvio.Falconi
Sun Jan 28, 2024 5:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1454

Re: Creating table with Trichedit

Twenty seven years ago Thomas R. Marchione wrote a class for creation rtf of files // Copyright: (C) 01/28/97 1997, Thomas R. Marchione oRTF := SetRT( cOutFile ) // Use this to write an entire paragraph, with optional formatting. NEW PARAGRAPH oRTF TEXT 'OOO «Text in aligned left»'; FONTNUMBER 1 ; ...
by Silvio.Falconi
Sat Jan 27, 2024 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1454

Re: Creating table with Trichedit

Twenty seven years ago Thomas R. Marchione wrote a class for creation rtf of files // Copyright: (C) 01/28/97 1997, Thomas R. Marchione oRTF := SetRT( cOutFile ) // Use this to write an entire paragraph, with optional formatting. NEW PARAGRAPH oRTF TEXT 'OOO «Text in aligned left»'; FONTNUMBER 1 ; A...
by MMK
Sat Jan 27, 2024 9:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1454

Question about Message-functions

Hello,

I wonder if it is possible to use bold or italic characters in a Msg-function.

Code: Select all  Expand view
MsgAlert("Aaaa bbbb CCCC dddd eeee!","Take care")

Is it possible to put "CCCC" into bold or italic?

Thank you.
by driessen
Wed Jan 03, 2024 11:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about Message-functions
Replies: 6
Views: 704

Re: RTF Spell Checker

... Users can enter, delete, and modify text within the control. Text formatting: The control allows applying formatting options such as bold, italic, underline, strikethrough, subscript, and superscript to selected text or the entire document. Font selection: Users can choose different fonts ...
by TimStone
Tue May 23, 2023 9:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF Spell Checker
Replies: 7
Views: 408

Re: Problem with Choose font

I have different on my dialog I use BTNBMP control to show name of font and sizes cFontName := oBrowse:aArraydata[nRecord][15] nFontSize := oBrowse:aArraydata[nRecord][16] lUnderline := oBrowse:aArraydata[nRecord][17] lStrikeOut := oBrowse:aArraydata[nRecord][18] lBold := oBrowse:aArraydata[nRecord]...
by Silvio.Falconi
Fri Apr 21, 2023 9:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Choose font
Replies: 5
Views: 544

Re: Consulta

... support for long filenames (LFN) and their corresponding short filenames (SFN), enhanced keyboard and mouse support, visual display for bold and italic texts, plus many more useful or user-friendly features. --- did you have Source from Cl*pper App :?: if not : there is a Tool called Valkyrie ...
by Jimmy
Wed Mar 22, 2023 3:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta
Replies: 4
Views: 411

Re: Multiple RTF controls each with its own bar

... have its own buttonbar 2. Each oRtf supports all the basic shortcut keys common in Windows when doing editing such as Ctrl+B for Bold, Ctrl-I for Italic, Ctrl-C for Copy, Ctrl-V for Paste, etc. Below is the requested source. #include "fivewin.CH"#include "ttitle.ch"#include ...
by hua
Tue Oct 18, 2022 9:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple RTF controls each with its own bar
Replies: 5
Views: 465

Re: CHARICON lista de codigos validos - para Cristobal ??

... ; LOGOMENU "\Imagenes\PNG\LogoMenu2.png" MENUITEM "&Nuevo" CHECKED MENUITEM "&Open" CHARICON "A" ITALIC MENUITEM "&1.- Item 1" RESOURCE "EXIT" //DISABLED MENUITEM "&2.- Item 2" CHARICON 58020 COLORRIGHT CLR_YELLOW ...
by fridgar
Fri Nov 26, 2021 3:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CHARICON lista de codigos validos - para Cristobal ??
Replies: 9
Views: 1477

Re: choosefont return values

... button must call this https://i.postimg.cc/ZRtcRdbr/2.jpg choose font must return me 1. fontname 2. sizes 3. color font 4. Bold 5. Italic 6. underline 7. strikeout On the dialog I see only fontname and size but in memory I must have all data to save them on dbf I'm searching a good ...
by Silvio.Falconi
Sat Nov 13, 2021 10:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: choosefont return values
Replies: 2
Views: 311

No me acepta el COLORMENU en el MenuItem

... estilo 2007 para abajo, no me acepta ni el 2010, 2013 ni el 2015 en los menuitem no me aceptan los COLORMENU, ni COLORRIGHT, ni los CHARICON, ni ITALICA, ni BOLD por lo que tengo que colocarlos como comentario // MENU oMenu 2015 //FONT oFontMenu MENU oMenu MENUITEM "&Archivos" //COLORMENU ...
by fridgar
Fri Apr 16, 2021 2:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: No me acepta el COLORMENU en el MenuItem
Replies: 1
Views: 319

Re: How read lines of word doc

Hi Anser,

Great work!

Is there also a way to get the words with emphasis? For example, I want to enclose all italic words in <italic>italic word</italic> and bold words in <bold>bold word</bold>.

Many thanks,
ryu ( FWH1706 + xHB1.0 + Pelles C + VS Code)
by ryugarai27
Fri Feb 26, 2021 4:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How read lines of word doc
Replies: 5
Views: 507

Re: Know the size of a font selected

... here , I not see bold... and color when you make choosefont you must have Font name Font size Color Bold Italic Underlined Strikethrough I remember EasyReport save 20 type of font with 20 type of colors and it no good ( error ) on my app you can select ...
by Silvio.Falconi
Tue Nov 03, 2020 12:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Know the size of a font selected - Resolved -
Replies: 9
Views: 1324
Next

Return to advanced search

cron