Page 3 of 3

Re: Bug in TDialog title

PostPosted: Tue Feb 25, 2014 10:21 am
by Enrico Maria Giordano
I spoke too fast! It doesn't work with dialogs without title. :-(

Sorry, I give up for the moment.

Any ideas?

EMG

Re: Bug in TDialog title

PostPosted: Mon Mar 10, 2014 10:53 pm
by Enrico Maria Giordano
Up! :-)

EMG

Re: Bug in TDialog title [Solved]

PostPosted: Wed Mar 19, 2014 11:11 pm
by Enrico Maria Giordano
I forgot to mention that with the latest FWH (14.02) the problem seems to be vanished. :-)

EMG

Re: Bug in TDialog title [Solved]

PostPosted: Thu Jul 10, 2014 9:11 am
by Enrico Maria Giordano
Antonio,

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

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


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

EMG

Re: Bug in TDialog title [Solved]

PostPosted: Thu Jul 10, 2014 11:14 pm
by Antonio Linares
Enrico,

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

Re: Bug in TDialog title [Solved]

PostPosted: Fri Jul 11, 2014 8:12 am
by Enrico Maria Giordano
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