Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

MSI UI PROBLEM


1 reply to this topic

grinbaum

grinbaum
  • Full Members
  • 1 posts

Posted 22 August 2010 - 12:26

Hi all,
We are using v4.5 version of windows installer.
We have the following bug:
we have button that is a bitmap control style type, meaning it points to a
button with bitmap on it (the same control).
We have background to this dialog which is also a bitmap.

The problem is that when launching the msi, the dialog button dissapears
until we go over with the cursor.
How can we solve this problem?
Which MSI DB change (attribute change or other) should we do in order to
make this button appears normally with the bitmap?

BTW, we have tried setting tab stop to false as we found in one of the
articles, but it creates other tab problems.

Any help will be appreciated,

Thanks in advance,
Limor & Eran

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 06 September 2010 - 22:03

Make sure the background image has the tab stop set to TRUE. And you need to try (as I don't recall right now) whether it has to be in the tab order befor or after the button. At least this works for check boxes. Never tried with bitmap buttons.