Page 1 of 1

2007 CLAUSE OF BUTTON BAR NOT PAITING TEXT RIGHT TO BUTTONS

Posted: Mon Jul 28, 2008 12:57 pm
by RAMESHBABU
Mr.Antonio

Code: Select all

DEFINE BUTTONBAR oBar OF oWnd SIZE 60, 40 //2007

DEFINE BUTTON oBtn1 OF oBar ACTION New() ;
           RESOURCE "new" ;
           PROMPT "New" GROUP TOOLTIP "New" LEFT 

I gave below the results of BUTTONBAR with and without 2007 Clause

LEFT clause in BUTTON statement is not respected with 2007 clause.

How can I get it with 2007 clause ?

Image

Code: Select all


Regards,

- Ramesh Babu P

Posted: Mon Jul 28, 2008 2:30 pm
by nageswaragunupudi
Right, Left and Bottom are not implemented in 2007 style.

Posted: Mon Jul 28, 2008 5:00 pm
by RAMESHBABU
Mr.Nageswara Rao

Thank you for your advise.

Mr.Antonio

I Hope that this will be implemented soon.

- Ramesh Babu P