FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index WhatsNew / Novedades New FTDN November 2014 (FWH 14.11)
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
New FTDN November 2014 (FWH 14.11)
Posted: Sun Nov 30, 2014 07:48 AM

November 2014

  • Fixed the unresolved external clock() when using Visual Studio:

viewtopic.php?f=6t=29546start=0

  • combobox.prg: Autofill feature was introduced when CBS_DROPDOWN
    style is used in FWH13.05.

  • The feature was made available when the conbobox is created on
    window and dialog from resource. Now this is extended to dialg
    created from source code too.

  • The programmer has not option whether to enable/disable this
    feature. Now this feature is enabled when lIncSearch is .t., as
    originally intended.

  • When the user enters text in a case different from the case of
    an item, the user's text was over-written by the item's case.
    Now if lCaseSensitive is .t., text entered by user in a different
    case is preserved.

  • Setting of lCaseSesitive was ignored. Now fixed. Eg. Assuming the
    array of items contain "apple" and user enters "APPLE", if
    lCaseSensitive is .t., the variable is set to "APPLE" otherwise
    the variable is set to "apple".

  • xbrowse: Added tolerance to legacy programs where bStrData is
    directly defined returning a non-string value.

  • Enhancement: FWH Printer Preview now includes the changes proposed
    by Carlos Vargas. Many thanks Carlos!

viewtopic.php?f=6t=29586#p167122

  • Fix: Minor fix to Class Splitter reported by Maurizio:

viewtopic.php?f=3t=29653start=0

  • Enhancement: Many enhancements on FWH Class TGdiPlus:

  • new methods for Class Graphics:

    DrawArc: Draws an arc
    DrawPath: Draws the lines of a previously created path
    DrawImage: Draws an image for the GDI+ supported formats
    DrawRoundRect: Draws a round rect

  • new method for Class Pen:

    SetColor: allows to set a new color for the pen without having to build a new one
    Parameters: Transparency, nRed, nGreen, nBlue

  • New Class Path : allows to draw several different lines of a path to later on draw
    them on the screen

    Methods:

    New: Creates a new Path
    Destroy: destructor
    AddLine: Add a line
    AddRectangle: Add a rectangle
    AddRoundRect: Add a round rect
    AddArc: Add an arc
    CloseFigure: Closes the path drawn with the previous methods
    (Please review Method AddRoundRect source code to review its use)

  • New Clase GDIBmp: Allows the use of images

    Methods:

    New( cFile, cResname ): Builds the GdiBmp object, from a file or from
    resources (for bmps only, up to now)
    Destroy: destructor
    Save( cFile ): Saves the object into a new file with any of the supported
    types.

  • New function GDIPlusConvertImage( cImageIni, cImageEnd )

    Allows to convert an image type into a different one, just specifying
    the source file and the tdestination file

  • samples\gdiplus3.prg is a new example showing all the previous
    capabilities

viewtopic.php?p=167643#p167643

Many thanks to Manuel Alvarez (Mastintin). Big thank you Manuel!

  • New: There is a new samples\buildxhb.bat for xHB.com users:

viewtopic.php?p=168053#p168053

Many thanks to Carlos Vargas!

  • Enhancement and bug fix: New clause TRUEPIXEL to use the right pixel
    coordinates when creating dialogs. FWH provide now a new function
    FW_SetTruePixel( lOnOff ) to set it for the entire application.

viewtopic.php?f=6t=29557start=0

Many thanks to Paco Garc隆a!

  • Enhancement: New function FIMakeThumbNail( cSrcFile, cDstFile, nPixel )
    based on FreeImage.dll FMakeThumbNail(). Many thanks to Carlos Vargas:

viewtopic.php?p=155418#p155418

  • New: xBrowse: New column data lRunBtnAction class TXBrwColumn.
    When oCol:bEditBlock or oCol:aEditListTxt is not empty and
    oCol:bEditValid sets oCol:lRunBtnAction to .T. and exits,
    the bEditBlock / Listbox is executed immediately after the
    oEditGet is closed.

&&&&&&&

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 78
Joined: Thu May 28, 2009 06:58 PM
Re: New FTDN November 2014 (FWH 14.11)
Posted: Thu Dec 18, 2014 01:51 AM

Buenas noches Antonio.

Tengo un sistema hecho con la versi贸n de fivewin para xHarbour 2.4. Deseo obtener la ultima versi贸n de five por aquello de las pc que tienen Windows 8 a 64.

Mi duda es, hay que realizar cambios grandes en mis programas para utilizar la nueva version del fivewin??.

Agradecer铆a tu ayuda por favor.

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: New FTDN November 2014 (FWH 14.11)
Posted: Thu Dec 18, 2014 05:59 AM

Joan,

No hay que cambiar nada, en principio es s贸lo recompilar con Harbour 64 y usar FWH 64.

De todas formas comentarte que tu aplicaci贸n, al ser 32 bits, funciona perfectamente en Windows 64 bits :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 78
Joined: Thu May 28, 2009 06:58 PM
Re: New FTDN November 2014 (FWH 14.11)
Posted: Thu Dec 18, 2014 03:52 PM

Buen d铆a Sr. Linares.

Agradezco su pronta contestaci贸n, en breve uno de mis compa帽eros se pondr谩 en contacto con usted, Pues deseamos adquirir la nueva versi贸n. Somos de M茅xico, a帽os atr谩s cuando obtuvimos por primera vez el fivewin quien nos daba soporte era el Sr. Ren茅 Flores, el cual como nos dimos cuenta ya no est谩 con usted.

Esperamos contar con su ayuda para poder llevar a cabo la implemetaci贸n de la nueva versi贸n. Tenemos muchas dudas al respecto.

Por su atenci贸n gracias.

Posts: 78
Joined: Thu May 28, 2009 06:58 PM
Re: New FTDN November 2014 (FWH 14.11)
Posted: Thu Dec 18, 2014 04:01 PM

Antonio, queremos llamarte pero es probable que tengamos mal el numero de tel茅fono, podrias darme el numero para llamarte, nosotros estamos en San Luis Potos铆, Mexico. como te marcariamos para contactarte?. :oops:

Gracias.

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: New FTDN November 2014 (FWH 14.11)
Posted: Thu Dec 18, 2014 04:10 PM

Yessica,

+34 602 46 35 71

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion