Search found 26 matches: centering

Return to advanced search

Re: Xbrowse Builder having a strange error (RESOLVED)

... I spend hours of debugging. I changed the array for the fields/headers to a alltrim, so that the headers would be centered nicely into the browse. Centering works, but it triggers that strange error. //aadd(aVelden,alltrim(tempXb->veld)) //aadd(aHeads,alltrim(tempXb->brnaam)) Changing it ...
by Marc Venken
Tue Jan 04, 2022 10:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Builder having a strange error (SOLVED)
Replies: 27
Views: 1487

Re: Print Problem with FWH2104

... box. We need not calculate the coordinates by converting inches into pixels. We provided a two-line text with two fonts. The method takes care of centering the multi-line text and prints using the specified fonts. This relieves us from the complex calculations to center the multi-font message ...
by nageswaragunupudi
Wed Jun 09, 2021 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Print Problem with FWH2104
Replies: 27
Views: 2593

Re: galería de imágenes

About centering the TAlbum over the main window of my program, I do the following:   ACTIVATE WINDOW ::oWnd ;      ON INIT ::oWnd:Center( oApp():oWndMain ) ;      VALID (::lExit ...
by José Luis Sánchez
Mon Jan 18, 2021 6:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: galería de imágenes
Replies: 52
Views: 16982

BUTTONBAR separators

... On the last GROUP LABEL, I would like to put a separator since there is a lot of space to the right on the label line. It would allow better centering of the label on the item(s) in that group. Also, I use no label on the last two buttons, with BTNRIGHT, but a separator appears on the label ...
by TimStone
Thu Nov 01, 2018 11:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BUTTONBAR separators
Replies: 12
Views: 2290

Re: 15.10 Browse problem

... value is placed in the cells of a column based on the value of duedate. I tried using oLbx:aCols[10] := IIF( .... ) but that led to an error when centering headers at runtime. How should this be rewritten And one other thing. The Row and Col line styles end at the last row of data using my setup ...
by TimStone
Fri Jan 08, 2016 12:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 15.10 Browse problem
Replies: 27
Views: 8395

Re: 15.10 Browse problem

... justify. 1. ",,,2,,,2,," Ths is ok. We also do not need trailing commas. ",,,2,,,2" is enough. Also, I'm not seeing bitmaps centering in a column. They are left justifying with what I provided in the sample. I can help better if I see some examples. Finally, my code is all ...
by nageswaragunupudi
Thu Jan 07, 2016 6:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 15.10 Browse problem
Replies: 27
Views: 8395

Re: 15.10 Browse problem

... have to specify each column, ie. 0,0,2,1,1,2,0,0 In some cases I have text I want to center, and not left justify. Also, I'm not seeing bitmaps centering in a column. They are left justifying with what I provided in the sample. Finally, my code is all RESOURCE driven, so create from code does ...
by TimStone
Thu Jan 07, 2016 6:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 15.10 Browse problem
Replies: 27
Views: 8395

Re: 15.10 Browse problem

... able to use an := IIF( ) clause to assign the value. I tried that here and the compiler then comes up with an error in another part of the code ( centering all headers ) which is several lines later. Without the clause, it compiles fine. Here is the original line: add to oLbxo Header "Action" ...
by TimStone
Wed Jan 06, 2016 10:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 15.10 Browse problem
Replies: 27
Views: 8395

New FTDN October/Octubre 2015 (FWH 15.10)

... or bitmap handle and does not require freeimage.dll * Fixes for Unicode support: 1) Combobox with bitmaps 2) Password Gets * Fix: MsgBar: Vertical centering of messages, prompts and bitmaps rectified. October 2015 ( 15.09 revised build) ============================ * Enhancement: Menus and other ...
by Antonio Linares
Sat Dec 05, 2015 11:27 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2015 (FWH 15.10)
Replies: 0
Views: 923

Re: New FTDN September/Septiembre 2015 (FWH 15.09)

... or bitmap handle and does not require freeimage.dll * Fixes for Unicode support: 1) Combobox with bitmaps 2) Password Gets * Fix: MsgBar: Vertical centering of messages, prompts and bitmaps rectified. October 2015 ( 15.09 revised build) ============================ * Enhancement: Menus and other ...
by Antonio Linares
Fri Nov 06, 2015 4:59 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2015 (FWH 15.09)
Replies: 52
Views: 14910

Re: New FTDN September/Septiembre 2015 (FWH 15.09)

... or bitmap handle and does not require freeimage.dll * Fixes for Unicode support: 1) Combobox with bitmaps 2) Password Gets * Fix: MsgBar: Vertical centering of messages, prompts and bitmaps rectified.
by Antonio Linares
Wed Oct 28, 2015 11:37 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2015 (FWH 15.09)
Replies: 52
Views: 14910

New FTDN July/Julio 2015 (FWH 15.07)

... lYes, lNo, will It detects whether the device has a touch screen or not (in testing) * Fix: btnbmp.prg: Minor bug in oWnd:SayText() in vertical centering multiline text is fixed. * Enhancement: xbrowse.prg: Added parameter lRowSel to bPaintText. When true it indicates painging of focused row.
by Antonio Linares
Wed Aug 12, 2015 7:02 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio 2015 (FWH 15.07)
Replies: 0
Views: 1033

Re: FiveWin Web Interface

Aparently, centering was not working propertly cross browsers and with different dialog sizes... Now, when the browser is very smal, the dialog will not be centered, but instead will be right after the menu in height and at 1 at ...
by Bayron
Thu Nov 17, 2011 4:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin Web Interface
Replies: 78
Views: 19686

Re: FiveWin Web Interface

Hi everyone, Antonio, I tested some modifications to function Dialog() on IE9, FireFox and Chrome, and it works fine centering the dialog in the screen and with the overlay... I hope other users can test in other WebBrowsers... function Dialog( cTitle, nWidth, nHeight ){  ...
by Bayron
Wed Nov 16, 2011 5:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin Web Interface
Replies: 78
Views: 19686
Next

Return to advanced search