jbabco
Posts: 10
Joined: Tue Jul 06, 2010 7:15 pm

Getting rid of rounded top corners in frame

Can't seem to figure out how to get rid of the rounded top corners on of the dialog frame. Perhaps it's just not possible.

I've changed all the images in the AI_FRAME_COLOR folder to custom ones that don't have rounded corners. In the IDE preview it looks like:

Image

At runtime:

Image

Is this possible?
mihai.petcu
Posts: 3860
Joined: Thu Aug 05, 2010 8:01 am

Re: Getting rid of rounded top corners in frame

Hello,

If you're using 9.4 version you can schedule a "Set installer property" custom action at the beginning of "Wizard Dialogs Stage":
Property AI_CF_SHARP_CORNERS
Formatted 1

All the best,
Mihai
Mihai Petcu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
jbabco
Posts: 10
Joined: Tue Jul 06, 2010 7:15 pm

Re: Getting rid of rounded top corners in frame

Thanks! Works!

Return to “Common Problems”