Lindsay Harris wrote:

I am seeing some strange paint issues in my wix dialogs and I was just wondering if maybe anyone else has seen this problem. I am using the built in WelcomeEulaDialog.wxs and the EULA doesn't show up until you repaint the dialog in some way (scroll, minimize it..etc).


That's a known issue with RichEdit20W (which MSI uses for the ScrollableText control) and RTF generated by Word. Easiest workaround: Open the RTF file in WordPad, spacebar, backspace, save. That usually solves the problem.

Also, in some of my other custom dialogs when the user types in any of the text fields you see the hourglass mouse pointer.


You mean if the cursor is over the text box and the user doesn't move it? That's fairly typical behavior; forcing the cursor to refresh is problematic but moving the cursor fixes it.

--
sig://boB
http://bobs.org

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to