I spoke too fast! It doesn't work with dialogs without title.
Sorry, I give up for the moment.
Any ideas?
EMG
Bug in TDialog title [Solved]
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: Bug in TDialog title [Solved]
I forgot to mention that with the latest FWH (14.02) the problem seems to be vanished.
EMG
EMG
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: Bug in TDialog title [Solved]
Antonio,
why are you still imposing the limit of 140 characters in dialog title?
I think it's not needed anymore. Can you confirm?
EMG
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 )
EMG
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Bug in TDialog title [Solved]
Enrico,
Have you tried to remove it and check if it works fine ? If so, yes, we can remove it
Have you tried to remove it and check if it works fine ? If so, yes, we can remove it
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: Bug in TDialog title [Solved]
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
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