FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index Bugs report & fixes / Informe de errores y arreglos Bug in TDialog title [Solved]
Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM
Re: Bug in TDialog title
Posted: Tue Feb 25, 2014 10:21 AM

I spoke too fast! It doesn't work with dialogs without title. :-(

Sorry, I give up for the moment.

Any ideas?

EMG

Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM
Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM
Re: Bug in TDialog title [Solved]
Posted: Wed Mar 19, 2014 11:11 PM

I forgot to mention that with the latest FWH (14.02) the problem seems to be vanished. :-)

EMG

Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM
Re: Bug in TDialog title [Solved]
Posted: Thu Jul 10, 2014 09:11 AM
Antonio,

why are you still imposing the limit of 140 characters in dialog title?

Code (fw): Select all Collapse
::cCaption   = If( cCaption != nil, SubStr( cCaption, 1, Min( Len( cCaption ), 140 ) ), nil )


I think it's not needed anymore. Can you confirm?

EMG
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: Bug in TDialog title [Solved]
Posted: Thu Jul 10, 2014 11:14 PM

Enrico,

Have you tried to remove it and check if it works fine ? If so, yes, we can remove it :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM
Re: Bug in TDialog title [Solved]
Posted: Fri Jul 11, 2014 08:12 AM

Antonio,

yes, I'm currently using a version of dialog.prg without it and found no problem. But it should be better if you tested it in all the Windows flavors. :-)

EMG

Continue the discussion