FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour Nuevo FWH 15.02
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Nuevo FWH 15.02
Posted: Mon Feb 23, 2015 09:24 AM
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Nuevo FWH 15.02
Posted: Sun Mar 01, 2015 08:58 AM

Publicado un nuevo build 2 de FWH 15.02:

March 2015 (Included in Revised build FWH 15.02)

  • New: New DATA lRight FOR Class TMsgItems objects allow to have MsgBar
    items at the left and at the right. Example of use:

DEFINE MSGBAR oMsgBar OF oWnd ...

oMsgBar:lLeft = .T. // we want items to start from left to right

DEFINE MSGITEM oItem1 OF oMsgBar // it goes to the left

DEFINE MSGITEM oItem2 OF oMsgBar

oItem2:lRight = .T. // it goes to the right

  • BtnBmp:
  • Reported bugs on painting fixed.

  • JPG also are read through GDI

  • Fix: When mouse hovers the button and oBtn:lBoxSelect is false,
    border is painted even when the button is created with NOBORDER.
    Fixed.

  • Optionally, programmer can control precise placement and size of
    bitmaps by assigning a rectangle to oBtn:aBmpRect. If oBar:aBmpRect
    is assigned, this array is taken as default for all buttons of the bar.

    Structure of the array { [nTop], [nLeft], [nBottom], [nRight], [lnResizeMode] }

    If any element is NIL, it defaults to the ClientRect's coordinates.

    if a negative value is specified, the coordinate is calculated by
    substracting from the client rectangle's edge. Eg: { nil, nil, -10, nil }
    is cosidered as client rect with a gap of 10 pixels at the bottom.

    If a fractional value ( > 0 and < 1 ) is specified, this is considered
    as a fraction of the width/height as the case may be. Eg. { 0, 0, 0.8, 0.9 }
    is converted as justified to top left with width of 90% and height of 80%
    of the button size.

5th optional element of the array: ulResizeMode.
Default is no resizing if the bitmap's size is less than the rect. If
width or height exceeds the size of the rect, the bitmap is resized to
fit inside the rect without changing the aspect ratios.

Value of 1 or .T. (Stretch): The image is resized to fill the rect. The
original aspect ratio is not maintained.

Value of 3: Image is enlarged or reduced to fit in the rect without
changing the aspect ratio.

  • Bar.prg: New data aBmpRect is added as explained above.

  • New: TMetroPanel class (metropnl.prg). New data bOnMoveBtn
    TMetroBtn class: New Data bOnMove
    When a button is dragged and dropped the codeblock
    is executed with MetroPanel and Dragged Button as params

  • Revised: \samples\metrptst.prg. Included use of bOnMove and
    how to return from a Menu Panel to Parent panel

  • New: CLASS TMultiGet CLASSDATA lChangeCaret works in the same way
    as we recently implemented CLASSDATA lChangeCaret in Class TGet.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 838
Joined: Wed Aug 22, 2007 10:09 AM
Re: Nuevo FWH 15.02
Posted: Sun Mar 01, 2015 12:16 PM

Antonio:

Se incluyó al final de printer.prg?.

Muchas gracias.

Saludos / Regards,



FWH 20.04, Harbour 3.2.0 dev (r1909261630) y BCC 7.40
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Nuevo FWH 15.02
Posted: Sun Mar 01, 2015 12:20 PM

Moises,

No recuerdo a que te refieres, son muchas cosas en la cabeza y muchas veces no me da tiempo de ver todo :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 838
Joined: Wed Aug 22, 2007 10:09 AM
Re: Nuevo FWH 15.02
Posted: Sun Mar 01, 2015 01:18 PM

Hola,

A esto

viewtopic.php?f=6t=30262

Muchas gracias.

&

Saludos / Regards,



FWH 20.04, Harbour 3.2.0 dev (r1909261630) y BCC 7.40
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Nuevo FWH 15.02
Posted: Tue Mar 03, 2015 10:26 AM

Moises,

No, no dió tiempo de incluirlo. Lo incluiremos cuanto antes. Yo salia de viaje al poco tiempo de publicar FWH 15.02

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 838
Joined: Wed Aug 22, 2007 10:09 AM
Re: Nuevo FWH 15.02
Posted: Wed Mar 04, 2015 09:50 AM

Antonio,

Muchas gracias, a ver si por favor en el fixed build que tenéis que sacar porque los botones del preview no se ven bien lo podéis añadir.

¿Qué tal el Mobile Congress?.

Saludos / Regards,



FWH 20.04, Harbour 3.2.0 dev (r1909261630) y BCC 7.40
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Nuevo FWH 15.02
Posted: Wed Mar 04, 2015 03:28 PM

Mucha gente y sobre todo me está sirviendo para aprender marketing :-)

El mejor stand: El de Microsoft, ya os contaré el por qué... :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion