FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour msgWait(),msgYesNo()msgAlert() etc. etc. left justified.
Posts: 598
Joined: Tue Apr 15, 2008 04:51 PM
msgWait(),msgYesNo()msgAlert() etc. etc. left justified.
Posted: Tue Sep 02, 2008 01:31 AM

Is there a way to ceneter them?

Harvey

Thank you

Harvey
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
msgWait(),msgYesNo()msgAlert() etc. etc. left justified.
Posted: Tue Sep 02, 2008 09:45 AM

Harvey,

Those functions are Windows standard ones, and they don't offer such feature.

As a workaround, please try to add spaces to the left of the text to show:

MsgInfo( PadL( "Hello world", 30 ) )

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
msgWait(),msgYesNo()msgAlert() etc. etc. left justified.
Posted: Tue Sep 02, 2008 05:26 PM

MsgInfo centers text. MsgYesNo, etc do not.

FWH provides wrappers to the Windows API functions. If we want what Microsoft does not provide, we have to write our own functions.

Regards



G. N. Rao.

Hyderabad, India
Posts: 598
Joined: Tue Apr 15, 2008 04:51 PM
msgWait(),msgYesNo()msgAlert() etc. etc. left justified.
Posted: Tue Sep 02, 2008 05:36 PM

Roa:

Thanks for all the input.
My conversion to 32 bits is moving along quite nicely.
I really like the ability to move browse column around. Biggest problem now is to print the browse after altering it.
I'm using oBrw:report() but I need the ability to size the print and cut it off when reaching a particular record. Do you have any suggestions on how to accomplish this?

Thanks again.

Thank you

Harvey
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
msgWait(),msgYesNo()msgAlert() etc. etc. left justified.
Posted: Tue Sep 02, 2008 06:53 PM

Dear Harvey,

For a new topic question, that it is not related to the original one, please post a new topic, thanks :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 598
Joined: Tue Apr 15, 2008 04:51 PM
msgWait(),msgYesNo()msgAlert() etc. etc. left justified.
Posted: Tue Sep 02, 2008 07:03 PM

Had one posted with no results. I'll try again.

Thank you

Harvey

Continue the discussion