Hi Pritpal,

Great job! Just a small contribution regarding 'XbpFontDialog'; the 'fixedOnly' 
does not filter the font list as it is expected:

Class XbpFontDialog()

Attribute:      EXPORTED
 Datatype:      Logical (.F.)

Description 

The instance variable :fixedOnly contains the default value .F. (false). This 
means that the "Name" combo box of the font dialog is not limited to fixed 
width fonts. To display only non-proportional fonts in the combo box, this 
instance variable must be set to .T. (true) before the method :create() is 
executed. 

Best regards,
István

-----Original Message-----
From: [email protected] [mailto:[email protected]] 
Sent: 2009. július 10. 17:40
To: [email protected]
Subject: [Harbour] SF.net SVN: harbour-project:[11704] trunk/harbour

Revision: 11704
          
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11704&view=rev
Author:   vouchcac
Date:     2009-07-10 15:39:48 +0000 (Fri, 10 Jul 2009)

Log Message:
-----------
2009-07-10 08:31 UTC-0800 Pritpal Bedi ([email protected])
  * harbour/contrib/hbxbp/Makefile
  * harbour/contrib/hbxbp/xbp.ch
  * harbour/contrib/hbxbp/xbpgeneric.prg
  * harbour/contrib/hbxbp/xbpwindow.prg
    ! Cleanups ad tweaks.

  + harbour/contrib/hbxbp/xbppresspace.prg
    + Started XbpPresSpace() class - skeleton only.

  + harbour/contrib/hbxbp/xbpprintdialog.prg
    + Implemented XbpPrintDialog() class. 
      Mostly working but has some differences with Xbase++ - a work-in-progress.

  + harbour/contrib/hbxbp/xbpprinter.prg
    + Implemented XbpPrinter() class. 
      Mostly working but has some differences with Xbase++ - a work-in-progress.
      Integrated with XbpPrintDialog()

  * harbour/contrib/hbxbp/tests/demoxbp.prg
    + Demonstration of XbpPrintDialog() and XbpPrinter() classes.
      Click on <Print Dialog> toolbar button.

    /*  I would request Xbase++ users to test the code under different 
        permutations and combinations and please report the differences.
        So far I have not received any support in this direction.
     */ 

Modified Paths:
--------------
    trunk/harbour/ChangeLog
    trunk/harbour/contrib/hbxbp/Makefile
    trunk/harbour/contrib/hbxbp/tests/demoxbp.prg
    trunk/harbour/contrib/hbxbp/xbp.ch
    trunk/harbour/contrib/hbxbp/xbpgeneric.prg
    trunk/harbour/contrib/hbxbp/xbpwindow.prg

Added Paths:
-----------
    trunk/harbour/contrib/hbxbp/xbppresspace.prg
    trunk/harbour/contrib/hbxbp/xbpprintdialog.prg
    trunk/harbour/contrib/hbxbp/xbpprinter.prg


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to