Search found 32 matches: alignments

Return to advanced search

Re: RTF Spell Checker

... edit control in FiveWin allows users to input and edit text while supporting various text formatting options such as font styles, colors, sizes, alignments, and more. It provides a WYSIWYG (What You See Is What You Get) interface, allowing users to see the text with its applied formatting as ...
by TimStone
Tue May 23, 2023 9:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF Spell Checker
Replies: 7
Views: 419

Re: Bugs in TButtonBmp

... method of the button. While the paint method of buttons is greatly enhanced ( any kind of images, auto-resizing of images and also new styles of alignments) the skinbuttons paint method still handles the oldest painting logic. Till we totally *re-write* skinbuttons code, this is compatible only ...
by richard-service
Thu May 04, 2023 5:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bugs in TButtonBmp
Replies: 13
Views: 1644

Re: Printer class question

... you can use this for only String, though this string can be multi-line delimited by CRLF. If you want to print 2 or more strings with different alignments, you need to write your own code for that.
by nageswaragunupudi
Wed Oct 21, 2020 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printer class question - RESOLVED
Replies: 41
Views: 3445

Re: ajustar columna XBrowse(SOLUCIONADO)

... me to reproduce the problem? We try our best to ensure that XBrowse should work as expected without any extra code by the programmer for colsizes, alignments, number formats, etc.
by nageswaragunupudi
Mon Oct 28, 2019 12:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ajustar columna XBrowse(SOLUCIONADO)
Replies: 8
Views: 1123

Re: Cómo Justificar HEADER y FOOTER?

Also, if you want to specify different alignments for different column headers:
Code: Select all  Expand view

oBrw:nHeadStrAligns := { AL_LEFT, AL_RIGHT, AL_CENTER, ...... }
 
by nageswaragunupudi
Thu Aug 02, 2018 7:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cómo Justificar HEADER y FOOTER?
Replies: 7
Views: 1091

Re: Bugs in TButtonBmp

... method of the button. While the paint method of buttons is greatly enhanced ( any kind of images, auto-resizing of images and also new styles of alignments) the skinbuttons paint method still handles the oldest painting logic. Till we totally *re-write* skinbuttons code, this is compatible only ...
by nageswaragunupudi
Thu Aug 11, 2016 3:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bugs in TButtonBmp
Replies: 13
Views: 1644

Re: Resizeable screen formats

... cleanly. However, it can be a bit more work. I asked about this because all of the samples define using @ SAY and @ GET and some of the feature alignments depend on those rather than defined dialogs in an .rc. Tim
by TimStone
Wed Jun 01, 2016 10:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resizeable screen formats
Replies: 25
Views: 5367

Re: BtnBmp : Text Alignments

When we allow the columns to autosize, I found sometimes they would be tight on the headers and the first and/or last letters would not display cleanly.

So I added a space before and after each header, and it all worked perfectly.

Tim
by TimStone
Mon May 16, 2016 4:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BtnBmp : Text Alignments
Replies: 3
Views: 748

Re: BtnBmp : Text Alignments

I have been doing that for columns in xbrowse. Otherwise the column line may sit right next to the first letter making it difficult to read. It's easy to do and makes the appearance better. Do you mean to say that the default margin we provide is not enough? Do you suggest we provide more margin on...
by nageswaragunupudi
Mon May 16, 2016 4:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BtnBmp : Text Alignments
Replies: 3
Views: 748

Re: BtnBmp : Text Alignments

I have been doing that for columns in xbrowse. Otherwise the column line may sit right next to the first letter making it difficult to read. It's easy to do and makes the appearance better.
by TimStone
Mon May 16, 2016 4:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BtnBmp : Text Alignments
Replies: 3
Views: 748

BtnBmp : Text Alignments

... "TAHOMA" SIZE 0,-16   DEFINE DIALOG oDlg SIZE 460,460 PIXEL TRUEPIXEL FONT oFont ;      TITLE "BTNBMP TEXT ALIGNMENTS"   @  20,20 BTNBMP oBtn FILE "..\bitmaps\32x32\task.bmp" ;      PROMPT "Default" + ...
by nageswaragunupudi
Mon May 16, 2016 3:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BtnBmp : Text Alignments
Replies: 3
Views: 748

Re: 15.10 Browse problem

... use Justify clause or specify alignment only when we want an unusual alignment of numbers to left/center or text to right/center. Fine tuning of alignments: nHeadStrAlign nDataStrAlign nDataBmpAlign nFootStrAlign Please also note that the above syntax is fully portable across RDD, TDataBase, ...
by nageswaragunupudi
Thu Jan 07, 2016 2:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 15.10 Browse problem
Replies: 27
Views: 8435

Re: Looking for a PRINT-sample ( invoices )

... will find if you change printers the output may be in a different location on the printed page due to each printers unique horizontal and vertical alignments .. best to use a calculated location on the page based on the actual printer horizontal and vertical specs .. see my example on the calculation. ...
by Rick Lipkin
Wed Sep 09, 2015 12:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Looking for a PRINT-sample ( invoices )
Replies: 19
Views: 5847

Re: Pasar de Browse de Hernan a xBrowse

Normally we do not need to specify alignments, pictures, etc to xbrowse. Unlike other browses, XBrowse by default selects appropriate alignment depending on the Data Type of the column. By default, numbers and dates are right aligned and all ...
by nageswaragunupudi
Sun Mar 22, 2015 4:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pasar de Browse de Hernan a xBrowse
Replies: 11
Views: 2421

Re: Proposal to change TBrowse Class to show sharp alignments

Thank you all for your interest in my work. Mr.Carlos, This is the code I used to paint xBrowse - Ramesh Babu P ......WITH OBJECT oBrw        oBrw:l2007        := .T.        oBrw:lFlatStyle   := .F.        ColorScheme(oBrw)END......FUNCTION ColorScheme(oBrw)LOCAL aHeadGrad := { ...
by RAMESHBABU
Mon Jan 19, 2015 4:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Proposal to change TXBrowse Class to show sharp alignments
Replies: 8
Views: 2053
Next

Return to advanced search