Bug in TDialog title [Solved]

User avatar
Enrico Maria Giordano
Posts: 7355
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

Re: Bug in TDialog title

Post 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
User avatar
Enrico Maria Giordano
Posts: 7355
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

Re: Bug in TDialog title [Solved]

Post by Enrico Maria Giordano »

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

EMG
User avatar
Enrico Maria Giordano
Posts: 7355
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

Re: Bug in TDialog title [Solved]

Post by Enrico Maria Giordano »

Antonio,

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

Code: Select all

::cCaption   = If( cCaption != nil, SubStr( cCaption, 1, Min( Len( cCaption ), 140 ) ), nil )
I think it's not needed anymore. Can you confirm?

EMG
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Bug in TDialog title [Solved]

Post by Antonio Linares »

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
User avatar
Enrico Maria Giordano
Posts: 7355
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

Re: Bug in TDialog title [Solved]

Post 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
Post Reply