FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveMac / FivePhone (iPhone, iPad) Nuevo build de FiveMac disponible
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Nuevo build de FiveMac disponible

Posted: Sat Jul 03, 2010 06:56 PM
  • New: function AppExec( cAppName ), executes an external application. Please
    review samples\TestExec.prg

  • New: Class TImage new Method SetResFile( cFileName ) and support for cResName from Method
    New(). Thanks to Manuel Alvarez!

  • New: function IMGSETRESFILE( hImage, cFileName ) --> nil // Read image from the app
    resources folder and assign it to an existing NSImage handle. Thanks to Manuel Alvarez!

  • New: functions AppPath() and ResPath(). They return the application folder path
    and the resources folder path respectively. Many thanks to Manuel Alvarez!
    Please review samples\TestDir.prg

  • Enhancement: make/makefile example updated with the new Harbour libraries names

  • Fix: ToolBars buttons are properly working again, many thanks to Dino Alessandri!

  • New: MsgLogo() example by Dino Alessandri, please review samples\msglogo.prg

  • New: Class TSplash for splash windows. Please review samples\TestSpla.prg
    Thanks to Dino Alessandri!

  • New: Added new transparent dupport module. Please review samples\transp.prg
    Thanks to Dino Alessandri!

  • New: Class TProgress added to the library. It was missing in the makefile.

  • Fix: Browses are properly working on Snow Leopard (64 bits).

  • Fix: ToolBars buttons are enabled again. Due to recent OSX versions, they
    became disabled.

  • Fix: samples\osxpro.prg modified to support current Harbour syntax.

  • New: Class TSlider, please review samples\TestSlid.prg. Thanks to Dino Alessandri!

  • New: started the implementation of colors.

  • Enhancement: We are already printing from samples\TestPrn.prg !

  • New: started the implementation of fonts.

  • New: started the implementation of the printer management. Please review samples\TestPrn.prg

  • New: Class TProgress, please review samples\TestProg.prg. Many thanks to Dino Alessandri!

  • New: Started timers implementation. New functions TimerCreate() and TimerEnd().
    Added new Method OnTimerEvent to cocoa class View (windows.m)

  • New: make folder contains a make for multiple PRGs. Simply type make to
    build the sample

  • New: Class TControl Method Refresh()

  • New: Clause UPDATE for Gets and CheckBoxes.

  • New: VALID support for GETs. The user has to type something on the GET in
    order to evaluate the VALID

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: Nuevo build de FiveMac disponible

Posted: Sat Jul 03, 2010 06:57 PM

Manuel,

Incluida tu excelente función MacExec() y un nuevo ejemplo TestExec.prg funcionando perfectamente :-)

Gracias! :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: Nuevo build de FiveMac disponible

Posted: Sun Jul 04, 2010 11:48 AM

Nuevo build disponible:

  • Fix: Slider messages were not being processed. Now it is fine. Thanks to Dino!
    Please review samples\TestSlid.prg

  • New: function AppExec( cAppName ), executes an external application. Please
    review samples\TestExec.prg

  • New: Class TImage new Method SetResFile( cFileName ) and support for cResName from Method
    New(). Thanks to Manuel Alvarez!

  • New: function IMGSETRESFILE( hImage, cFileName ) --> nil // Read image from the app
    resources folder and assign it to an existing NSImage handle. Thanks to Manuel Alvarez!

  • New: functions AppPath() and ResPath(). They return the application folder path
    and the resources folder path respectively. Many thanks to Manuel Alvarez!
    Please review samples\TestDir.prg

  • Enhancement: make/makefile example updated with the new Harbour libraries names

  • Fix: ToolBars buttons are properly working again, many thanks to Dino Alessandri!

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: Nuevo build de FiveMac disponible

Posted: Sun Jul 04, 2010 09:36 PM

Nuevo build disponible:

  • Enhancement: GETs now support the clause PASSWORD. Please review samples\login.prg.
    Thanks to Manuel Alvarez!

  • Enhancement: DialogBoxes are non reasizable, same behavior as in Windows.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: Nuevo build de FiveMac disponible

Posted: Mon Jul 05, 2010 06:17 PM

Nuevo build disponible:

  • Enhancement: samples/build.sh generates the Resources folder inside the created app,
    creates an Info.plist and sets a default icon! :-)

  • New: Class TWBrowse() Method GetColWidth( nColumn )

  • New: functions MsgAlertSheet( uValue, hWindow ) and BrwColSetWidth( hTableView, nColumn, nWidth ),
    Thanks to Manuel!

  • Enhancement: Improved function AppPath(). New function Path(). Thanks to Manuel Alvarez!

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: Nuevo build de FiveMac disponible

Posted: Tue Jul 06, 2010 08:16 PM

Nuevo build disponible:

  • New: Class TWBrowse METHOD SetGridLines( nType ), thanks to Manuel. Revised by FiveTech.

  • New: DATEPICKER implementation. Please review samples/TestDPik.prg, thanks
    to Dino. Revised by FiveTech.

  • New: function SaveFile(), lets you select the name of the file to save.
    Thanks to Manuel!

  • New: Class TWBrowse Methods SetRowHeight( nHeight ), GetRowHeight() and
    SetArternateColor( lOnOff ). Thanks to Manuel!

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: Nuevo build de FiveMac disponible

Posted: Wed Jul 07, 2010 01:02 AM

Nuevo build disponible:

Soluciona el problema de respuesta de la consola tras usar build.sh y ejecutar una aplicación

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: Nuevo build de FiveMac disponible

Posted: Wed Jul 07, 2010 08:53 PM

Nuevo build disponible:

  • GROUPs implemented. Please review samples\TestGrp.prg
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: Nuevo build de FiveMac disponible

Posted: Wed Jul 07, 2010 09:37 PM

Nuevo build disponible:

  • GETs are assigned on each change. Please review password entry in samples/Login.prg
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: Nuevo build de FiveMac disponible

Posted: Sat Jul 17, 2010 07:12 PM

Nuevo build disponible:

  • Fix: Coordinates were also messed in Class TDialog. Now they are fine.

  • Fix: Coordinates were messed in Class TWindow. Now the specified coordinates
    are right:

DEFINE WINDOW oWnd FROM nTop, nLeft TO nBottom, nRight

Please keep in mind that nBottom is closer to the top of the screen. OSX uses
0, 0 in left, bottom position of the screen.

  • New: functions ScreenWidth() and ScreenHeight() returns the width and height
    of the entire desktop.

  • New: Class TWBrowse Methods SetIndicatorDescent(), SetIndicatorAscend(),
    SetSelectorStyle().

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: Nuevo build de FiveMac disponible

Posted: Sun Jul 18, 2010 12:10 PM

Nuevo build disponible:

  • New: First implementation for: DEFINE WINDOW oWnd RESOURCE cNibName
    Please review samples/TestNib.prg

  • New: First tests using NIB files!!! Thanks to Manuel Alvarez.
    Please review samples/TestNib.prg

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: Nuevo build de FiveMac disponible

Posted: Sun Jul 18, 2010 11:44 PM

Nuevo build disponible:

  • New: REDEFINE BUTTON oBtn ID nId OF oWnd is working! Please review
    samples/TestNib.prg
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: Nuevo build de FiveMac disponible

Posted: Mon Jul 19, 2010 04:54 AM

Nuevo build disponible:

  • REDEFINE GET [ oGet VAR ] cVar ID nId OF oWnd
    is already working. Please review samples/TestNib.prg
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: Nuevo build de FiveMac disponible

Posted: Mon Jul 19, 2010 11:15 AM

Nuevo build disponible:

  • New: REDEFINE CHECKBOX [ oChk VAR ] lVar ID nId OF oWnd is working!
    Please revew samples/TestNib.prg
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: Nuevo build de FiveMac disponible

Posted: Wed Jul 21, 2010 07:58 AM

Nuevo build disponible:

  • New: Class TWebView and @ ..., ... WEBVIEW ... URL ...
    Please review samples/TestWeb.prg. Thanks to Manuel Alvarez!

  • New: REDEFINE COMBOBOX [ oCbx VAR ] cVar ID nId OF oWnd is already
    available. Please review samples/TestNib.prg

regards, saludos

Antonio Linares
www.fivetechsoft.com