Silverfrost Forums

Welcome to our forums

BUBBLE HELP IN VISTA

21 Feb 2008 1:52 #2807

Bubble Help works but has an ugly black background square surrounding the bubble which was not present in XP. Is this a bug? I used the code below as a test

  INTEGER*4 IHELP,L02,TEST_FUNC
  CHARACTER*4 HLPEX
  EXTERNAL TEST_FUNC
  INCLUDE <WINDOWS.INS>
  
  HLPEX='Test'
  IHELP=1
  
  L02=WINIO@('%ww&amp;')
  L02=WINIO@('%nl%^?bt[Test]@%bh&amp;',TEST_FUNC,HLPEX,IHELP)
  L02=WINIO@('%nl%^bt[Exit]','EXIT')
  END

  INTEGER FUNCTION TEST_FUNC()
  TEST_FUNC=1
  END

Martin

22 Feb 2008 11:12 #2811

Martin

You could try using %th or %th[ms_style].

Paul

25 Feb 2008 12:46 #2817

Paul Thanks for reply. %th works fine but %bh is more visible. Will the problem with %bh be fixed at any future date?

Martin

25 Feb 2008 1:08 #2820

Martin

I can look into this in due course but at the moment I do not use Vista whilst developing/debugging.

Paul

Please login to reply.