-
- VIP Member
- Posts: 215
- Joined: 24 Apr 2007 12:26
Tooltip in one program is colored and has icon, in the other gray and has not icon
I have copied a form from one project to another. I have copied the icons, too. The tooltips, including the ones with built-in icons have changed. Why?
You do not have the required permissions to view the files attached to this post.
TIA, Regards,
Frank Nagy
Frank Nagy
-
- VIP Member
- Posts: 1466
- Joined: 28 Feb 2000 0:01
If you take a second look you may also notice that all other controls also looks different. Project#2 uses "legacy" common controls; Project#1 uses common controls v. 6. To use common controls v.6 (which you definitely should) you have to add a manifest file to the project and turn-on common controls v.6 in that file.
The IDE can one automatically: Project Settings... -> Build Options.
The IDE can one automatically: Project Settings... -> Build Options.
Regards Thomas Linder Puls
PDC
PDC
-
- VIP Member
- Posts: 215
- Joined: 24 Apr 2007 12:26
Successful correction
Thank you, Thomas. I understand the reason of the difference. I created Project#1 from scratch under VP 7.5. I upgraded Project#2 from VP 7.4.
TIA, Regards,
Frank Nagy
Frank Nagy
-
- VIP Member
- Posts: 83
- Joined: 6 Mar 2000 0:01
-
- VIP Member
- Posts: 1466
- Joined: 28 Feb 2000 0:01
Normally you don't need to do anything else. I guess you ask because it didn't work. Try:
- Switch it off (again)
- (Maybe delete the manifest file from the disk).
- Close the dialog and build the project
- Switch it on (again)
- Close the dialog and build the project
Regards Thomas Linder Puls
PDC
PDC
-
- VIP Member
- Posts: 83
- Joined: 6 Mar 2000 0:01
-
- VIP Member
- Posts: 1466
- Joined: 28 Feb 2000 0:01
The old controls looks quite similar on all versions of Windows, but the new ones are theme aware.
If you choose the "Classic" theme all controls will look "old", i.e. both the old and the new ones.
On older operating systems the themes and theme related styles can make the new and the old controls look nearly identical.
So you may try changing theme and/or style settings.
The image shows Windows 7 buttons to the left and windows 8.1 buttons to the right. The lower buttons are 200% scaled copies of the upper ones. If you had created them in that size the font and corners would have looked better. I think the difference in font smoothing is caused by the Windows 7 image being captured from a remote desktop connection. When used non-remote I believe it will have the same smoothing.
Anyway, it quite clearly shows that currently it swings towards fewer effects.
If you choose the "Classic" theme all controls will look "old", i.e. both the old and the new ones.
On older operating systems the themes and theme related styles can make the new and the old controls look nearly identical.
So you may try changing theme and/or style settings.
The image shows Windows 7 buttons to the left and windows 8.1 buttons to the right. The lower buttons are 200% scaled copies of the upper ones. If you had created them in that size the font and corners would have looked better. I think the difference in font smoothing is caused by the Windows 7 image being captured from a remote desktop connection. When used non-remote I believe it will have the same smoothing.
Anyway, it quite clearly shows that currently it swings towards fewer effects.
You do not have the required permissions to view the files attached to this post.
Regards Thomas Linder Puls
PDC
PDC
-
- VIP Member
- Posts: 83
- Joined: 6 Mar 2000 0:01