Search found 198 matches: specifying

Return to advanced search

Re: Picture template on Resource Get not working.

Specifying picture clause as "@Z 999" is right. "@Z ###" and "@Z 999" are same.
Get having focus displays "0" and other Gets not having focus show blank. That is normal behavior.
by nageswaragunupudi
Fri Jan 05, 2018 1:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Picture template on Resource Get not working.
Replies: 4
Views: 790

Re: DEFINE FONT vs TFont()

... in MS Office: In Excel, MSWord, etc, the font sizes are specified in Points. These sizes need to converted into pixels by multiplying by -4/3 for specifying the height in function CreateFont() or TFont():New(). To get equivalent of Calibri(12) of Excel, use DEFINE FONT NAME "Calibri" ...
by nageswaragunupudi
Tue Dec 19, 2017 7:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DEFINE FONT vs TFont()
Replies: 20
Views: 3499

New FTDN June/Junio 2017 (FWH 17.06)

... gradient is specified as an array of two colors, then it is drawn as as circular gradient. * Enhancement: TBtnBmp: New DATA nRound INIT 6. Specifying a different value (eg oBtn:nRound := 20) draws the rounded rect with size nRoung * New: TButtonBmp: New Class Data cPosDefault: If specified ...
by Antonio Linares
Fri Jun 23, 2017 4:58 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2017 (FWH 17.06)
Replies: 10
Views: 4014

Re: FWH 17.04 : Group Labels on ButtonBars

... are established in a resource file ( using the tbar control ). I tried some variations but it doesn't seem to respond there. Also, please clarify specifying colors. My button bar uses a gradient, but the added line for the labels goes to grey. The notes would suggest I need to specify the button ...
by TimStone
Mon May 01, 2017 11:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.04 : Group Labels on ButtonBars
Replies: 13
Views: 4096

New FTDN April/Abril 2017 (FWH 17.04)

... in a few modules and Gets. In case of such applications, TGet():lDefaultANSI may be set to .T. and specific gets may be enabled for Unicode by specifying CHRGRP CHR_ANY/CHR_WIDE. * New: BtnBmp: We can now use Segoe MDL2 Assets fonts, Segoe UI Symbol fonts or WingDing fonts as bitmaps. Usage: ...
by Antonio Linares
Mon May 01, 2017 10:38 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2017 (FWH 17.04)
Replies: 0
Views: 1278

FWH 17.04: BtnBmp: Symbol Fonts as bitmaps

... Assets font. On others, Segoe UI Symbol font is used, if available. If this font also is not available nothing is displayed. WingDing fonts: While specifying the ASC value, please add 0x10000, 0x20000 or 0x30000 to the asc value for WingDings, WingDings 2, WingDings 3 fonts respectively. This added ...
by nageswaragunupudi
Fri Apr 28, 2017 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.04: BtnBmp: Symbol Fonts as bitmaps
Replies: 3
Views: 790

Re: fw_SetUnicode()

... applications) probably it is more convenient if the Gets default to ANSI and only where you need Unicode input, you can specifically enable by specifying CHRGRP CHR_ANY / CHR_WIDE. ok, this is that i will make. We shall provide a global switch for this in our next version. is it possible in ...
by marzio
Tue Apr 18, 2017 7:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: fw_SetUnicode()
Replies: 5
Views: 1064

Re: fw_SetUnicode()

... applications) probably it is more convenient if the Gets default to ANSI and only where you need Unicode input, you can specifically enable by specifying CHRGRP CHR_ANY / CHR_WIDE. We shall provide a global switch for this in our next version.
by nageswaragunupudi
Tue Apr 18, 2017 3:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: fw_SetUnicode()
Replies: 5
Views: 1064

Re: ADD COLUMN TO XBROWSE

...   COLUMNS "First", "City", "Age", "Salary" ;      LINES NOBORDER  We recommend specifying column names ( even complex expressions ) as strings and not as codeblocks. This way XBrowse knows what columns of which DBF we are showing. ...
by nageswaragunupudi
Tue Mar 21, 2017 11:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADD COLUMN TO XBROWSE
Replies: 2
Views: 739

FWH 17.03 : Using FWMARIADB for Embedded Server

... the language required. (cLangFolder) 5) Creae a folder for creation of the embedded server.(cDataFolder) 6) Use the same command for connection, specifying cDatFolder (with trailing backslash) as HOST and cLangFolder as LANGFOLDER. Important: cDataFolder should contain trailing backslash. Syntax: ...
by nageswaragunupudi
Mon Mar 20, 2017 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.03 : Using FWMARIADB for Embedded Server
Replies: 43
Views: 10727

Re: Change Layout of content of the tooltip

... { cText, cTitle, nIcon, nClrText, nClrBack } March 2008 =========== * Enhancement: Tooltips can now have user defined header, icon and colors, by specifying the tooltip as an array in the format { cToolTipText, [cHeader, [nIcon]], [nForeColor], [nBackColor] }. If the tooltip is specified as a ...
by Marc Venken
Tue Jan 17, 2017 9:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change Layout of content of the tooltip
Replies: 10
Views: 2545

Re: New FWH 16.12

No, I am not specifying the nHeaderHeight value. I just tested the trimmed down sample Antonio provided, and it does behave correctly when compiled on my local machine. I thought it might just be the particular set of values I am ...
by rhlawek
Sat Dec 24, 2016 1:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 16.12
Replies: 7
Views: 1521

Re: Controlar propiedad AutoPopDelay de un tooltip

... { cText, cTitle, nIcon, nClrText, nClrBack } March 2008 =========== * Enhancement: Tooltips can now have user defined header, icon and colors, by specifying the tooltip as an array in the format { cToolTipText, [cHeader, [nIcon]], [nForeColor], [nBackColor] }. If the tooltip is specified as a ...
by nageswaragunupudi
Fri Dec 16, 2016 4:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Controlar propiedad AutoPopDelay de un tooltip
Replies: 8
Views: 1299

Re: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )

... Return Value: Whether the SQL statement is valid or not. Param-2: aParams. If provided, the value are applied to cSql Param-3: lShow. Default .T., Specifying .F. can be used for quickly testing validity of sql without executing it.
by nageswaragunupudi
Sun Dec 11, 2016 10:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )
Replies: 76
Views: 29274

New FTDN November/Noviembre 2016 (FWH 16.11)

... for grouping. In such cases bMergeValue may be specified. - Fix: oCol:cDataType 'F': When the value of a column resolves to a file name of image, specifying oCol:cDataType as 'F' should display the image in the column. This stopped working in the last versions and fixed now. - TXBrwColumn DATA ...
by Antonio Linares
Wed Nov 30, 2016 12:07 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre 2016 (FWH 16.11)
Replies: 4
Views: 3249
PreviousNext

Return to advanced search