Search found 37 matches: padding

Return to advanced search

Re: FiveTouch Preguntas frecuentes

... __cstream|<v>:=%s function DarkOrangeStyle() local cCSS TEXT INTO cCSS QToolTip { border: 1px solid black; background-color: #ffa02f; padding: 1px; border-radius: 3px; opacity: 100; } QWidget { color: #b1b1b1; background-color: #323232; } QWidget:item:hover { background-color: QLinearGradient( ...
by Antonio Linares
Fri Dec 01, 2017 9:08 am
 
Forum: FiveTouch
Topic: FiveTouch Preguntas frecuentes
Replies: 9
Views: 4130

Re: Alignment of column CHAR in Xbrowse

... item numbers with "1" plus however many zeros it takes to fill the field. Or, you could always make item numbers the same length by left padding them with zeros when needed. Either of these would solve your xbrowse problem. Or, you could solve this without changes to the data file, you ...
by James Bott
Wed Jul 26, 2017 3:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Alignment of column CHAR in Xbrowse
Replies: 3
Views: 601

Google Map Geocoder probelm

... user-scalable=no" /> <style type="text/css"> html { height: 100% } body { height: 100%; margin: 0px; padding: 0px } #map_canvas { height: 100% } </style> <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"> ...
by Romeo
Tue Nov 22, 2016 10:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Map Geocoder probelm
Replies: 0
Views: 609

Re: FWH : Unicode Gets and RowSet

... an invalid Utf string and we just see many ??? marks instead of valid characters. FWH provides two substitue functions for handling truncation and padding of Unicode strings. FW_UTF8PADCHAR( cStr, nCharacters ) --> cPartStr whose HB_UTF8LEN() is nCharacters FW_UTF8PADBYTE( cStr, nBytes ) --> ...
by richard-service
Tue Oct 04, 2016 2:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH : Unicode Gets and RowSet
Replies: 8
Views: 2858

Re: FWH : Unicode Gets and RowSet

... an invalid Utf string and we just see many ??? marks instead of valid characters. FWH provides two substitue functions for handling truncation and padding of Unicode strings. FW_UTF8PADCHAR( cStr, nCharacters ) --> cPartStr whose HB_UTF8LEN() is nCharacters FW_UTF8PADBYTE( cStr, nBytes ) --> ...
by nageswaragunupudi
Mon Oct 03, 2016 2:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH : Unicode Gets and RowSet
Replies: 8
Views: 2858

New FTDN April/Abril 2016 (FWH 16.04)

... the width in pixels to accommodate 25 chars transformed with the picture clause using the column's font and adding bitmap widths and other extra padding required. oCol:nWidthChr := 10.2 xbrowse calculates width to accommodate "9999999.99" formatted. oCol:nWidthChr := "My long Sentence" ...
by Antonio Linares
Thu May 12, 2016 6:51 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2016 (FWH 16.04)
Replies: 8
Views: 7601

Re: Problem with EDIT_GET_LISTBOX: ADDITIONAL WORK REQUIRED

1. This was considered while adopting the changes. The padding provided is adequate to accommodate the scrollbar width (Windows default 17 pixels) also where necessary. By default, the auto-calculated column width and list-box width are exactly the ...
by nageswaragunupudi
Mon Mar 07, 2016 1:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with EDIT_GET_LISTBOX: ADDITIONAL WORK REQUIRED
Replies: 6
Views: 1159

New FTDN March/Marzo 2015 (FWH 15.03)

... Justified, Left justified and centered vertically and horizontally. It is now possible to adjust the horizontal alignment within the prompt area. Padding space(s) on left right justifies, padding on right left justifies and padding on both sides centers horizontally within the area meant for the ...
by Antonio Linares
Fri Mar 20, 2015 10:22 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2015 (FWH 15.03)
Replies: 16
Views: 7352

Re: FiveWeb

... 2014</h2>] ) put( [ </div>] ) put( [ <div class="section_content">] ) put( [ <div class="section_content_padding">] ) put( [ <div class="dashboard_menu_wrapper">] ) put( [ <ul class="dashboard_menu">] ) IF aUserPerm[01] ...
by cdmmaui
Sun Jan 25, 2015 1:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb
Replies: 71
Views: 16446

Re: problema con ado mysql y fwh

... := "John" ? Len( oRs:Custname ) --> 30 oRs:Custname returns "John" padded to 30 chars. All these 3 classes do this padding and trimming transparently. This reduces all the coding burdens.
by nageswaragunupudi
Wed Nov 12, 2014 4:39 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: problema con ado mysql y fwh (solucionado)
Replies: 12
Views: 2397

Re: FWH 1408-9 BrnBmp Disable() adding grey to bitmap

... row is not enough. Therefore the prompt is painted in two lines vertically centered. We do not notice because they are blanks. If you do not use padding, you will notice t hat the prompts are appropriately aligned and I hope they should also look aesthetically well But finally the programmer ...
by nageswaragunupudi
Fri Oct 10, 2014 1:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 1408-9 BrnBmp Disable() adding grey to bitmap
Replies: 4
Views: 806

Re: DBF to SQL script tool

... using MoveFirst(), etc. We can safely use MoveFirst() or GoTop() etc everywhere. Error checking is builtin c) Field Access and Assign provide for padding/trimming/null values/ and other necessary conversions and error checking. Also takes care of differences between different databases. Hi, Is ...
by Horizon
Thu Jul 10, 2014 2:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL script tool
Replies: 50
Views: 13636

Re: DBF to SQL script tool

... using MoveFirst(), etc. We can safely use MoveFirst() or GoTop() etc everywhere. Error checking is builtin c) Field Access and Assign provide for padding/trimming/null values/ and other necessary conversions and error checking. Also takes care of differences between different databases.
by nageswaragunupudi
Wed Jul 09, 2014 5:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL script tool
Replies: 50
Views: 13636

Re: Problem with TGET class in FWH 13.08

James, One interesting point RE spaces. With (x)Harbour we limit the length of the input by padding any data with spaces so we often have spaces at the end of the text. I tried a standard Microsoft Windows app (Outlook Express) and by default the fields have no length ...
by Enrico Maria Giordano
Tue Oct 01, 2013 5:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with TGET class in FWH 13.08
Replies: 26
Views: 5563

Re: Problem with TGET class in FWH 13.08

One interesting point RE spaces. With (x)Harbour we limit the length of the input by padding any data with spaces so we often have spaces at the end of the text. I tried a standard Microsoft Windows app (Outlook Express) and by default the fields have no length (and ...
by James Bott
Tue Oct 01, 2013 4:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with TGET class in FWH 13.08
Replies: 26
Views: 5563
PreviousNext

Return to advanced search