New xHarbour Builder BETA release February-2012-Build23

Hello,

A new xHarbour Builder BETA build for Windows is available from
your personal xHarbour.com account or via this direct link:
http://www.xHarbour.com/xHB-BetaDownload-February-2012-Build23

Please make sure you go to the bottom of the page where the BETA section is.

This new release is build from latest xHarbour.org and xHarbour.com CVS sources as of today.

For support on this new BETA build, please use our xHarbour Builder
Support newsgroup at news://news.xHarbour.com/local.xHarbour.Builder

Thank you for your support!

Patrick

PS. If you no longer wish to receive our announcements, please visit
http://www.xHarbour.com/Unsubscribe

New Visual xHarbour BETA release v build Build February-3-2012 v3.0.044

Hello,

A new Build February-3-2012 v3.0.044 BETA build for Visual xHarbour has been released today.

This new release is available for all xHarbour.com customers with an active Update & Service Subscription and can be downloaded form your personal xHarbour.com account or via this direct link: http://www.xHarbour.com/VXH-Download-Build February-3-2012 v3.0.044
Make sure you go to the bottom of the page to the BETA section.

A detailed list of what’s new is available here:
http://www.xHarbour.com/VXH-WhatsNew

Please take note that you need latest xHarbour Builder BETA release for this new Visual xHarbour build.

For support on Visual xHarbour, please use our VXH-Support newsgroup at news://news.xHarbour.com/beta.vxh

Thank you for your support!

Patrick

Changelog for Visual xHarbour

+ Added System:IsProcRunning( cProcName, lTerminate ) it will let users know whether a process is running or not and will allow termination of it at the same time.
usage:

lVXH := ::System:IsProcRunning( “vxh.exe” ) (NO PATH)
or
::System:IsProcRunning( “vxh.exe”, .T. )

The second parameter indicates whether **ALL INSTANCES** of the process should be terminated.

OR simply use both methods in conjuction:

::System:IsProcRunning( “vxh.exe”, .T. ) // kills all vxh.exe (if any)
lVXH := ::System:IsProcRunning( “vxh.exe” ) // must return false

Or killing another process based on the existance of another one:
In this case iexplorer will be killed if vxh is running:

::System:IsProcRunning( “iexplorer.exe”, ::System:IsProcRunning( “vxh.exe” ) )

Changelog for Visual xHarbour

Fixed memory overload creating array of events.
+ Added new METHOD System:GetRunningProcs(). It returns an array of running processes with 3 sub-elements
1) Process Name
2) Command Line
3) Creation Date
{ “vxh.exe”, “\xhb\bin\vxh.exe”, 01/30/12 }

Changelog for Visual xHarbour

! Fixed controls bad border leaving artifacts when Border is set to true.

New xHarbour Builder BETA release January-2012-Build126

Hello,

A new xHarbour Builder BETA build for Windows is available from
your personal xHarbour.com account or via this direct link:
http://www.xHarbour.com/xHB-BetaDownload-January-2012-Build126

Please make sure you go to the bottom of the page where the BETA section is.

This new release is build from latest xHarbour.org and xHarbour.com CVS sources as of today.

For support on this new BETA build, please use our xHarbour Builder
Support newsgroup at news://news.xHarbour.com/local.xHarbour.Builder

Thank you for your support!

Patrick

PS. If you no longer wish to receive our announcements, please visit
http://www.xHarbour.com/Unsubscribe

Changelog for Visual xHarbour

! Optimized Events manager to avoid flicker.
* Changed internal array of events to clone from a static array and avoid memory leaks.
+ Added new component TaskDialog (unfinished)

New Visual xHarbour BETA release v build Build January-20-2012 v3.0.039

Hello,

A new Build January-20-2012 v3.0.039 BETA build for Visual xHarbour has been released today.

This new release is available for all xHarbour.com customers with an active Update & Service Subscription and can be downloaded form your personal xHarbour.com account or via this direct link: http://www.xHarbour.com/VXH-Download-Build January-20-2012 v3.0.039
Make sure you go to the bottom of the page to the BETA section.

A detailed list of what’s new is available here:
http://www.xHarbour.com/VXH-WhatsNew

Please take note that you need latest xHarbour Builder BETA release for this new Visual xHarbour build.

For support on Visual xHarbour, please use our VXH-Support newsgroup at news://news.xHarbour.com/beta.vxh

Thank you for your support!

Patrick

Changelog for Visual xHarbour

! Fixed DataTable structure editor keystrokes
! Fixed DataTable editor to save changes
- Removed Table property and Datatable editor from MemoryDatatable (not to confuse with MemoryTable)
+ Added Application:Icon property. This icon shows in the explorer instead of the window icon.
+ Added API SetFileTime( cFile, cTime, dDate )
+ Added API wString := MultiByteToWideChar( nCodePage, nFlags, cString )

New Visual xHarbour BETA release v build Build January-19-2012 v3.0.037

Hello,

A new Build January-19-2012 v3.0.037 BETA build for Visual xHarbour has been released today.

This new release is available for all xHarbour.com customers with an active Update & Service Subscription and can be downloaded form your personal xHarbour.com account or via this direct link: http://www.xHarbour.com/VXH-Download-Build January-19-2012 v3.0.037
Make sure you go to the bottom of the page to the BETA section.

A detailed list of what’s new is available here:
http://www.xHarbour.com/VXH-WhatsNew

Please take note that you need latest xHarbour Builder BETA release for this new Visual xHarbour build.

For support on Visual xHarbour, please use our VXH-Support newsgroup at news://news.xHarbour.com/beta.vxh

Thank you for your support!

Patrick