Dear Antonio,
I use 16.11 build 1 and it shows border of Btnbmp (GET ACTION clause) when MouseOver as picture. It doesn't show in previous version.
posted image
#include "FiveWin.ch"
function Main()
local oDlg, cTest := Space( 10 )
DEFINE DIALOG oDlg
@ 2, 2 GET cTest ACTION MsgInfo( "ok" ) COLOR 0, CLR_WHITE
ACTIVATE DIALOG oDlg CENTERED
return nil
Antonio Linares wrote:What manifest file are you using ?
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
version="1.0.0.0"
processorArchitecture="X86"
name="EASYFO Hotel Software.EASYFO.32bits"
type="win32"
/>
<description>EASYFO Front Office System.</description>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="X86"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>
</assembly>
#include "FiveWin.ch"
function Main()
local oDlg, cTest := Space( 10 )
DEFINE DIALOG oDlg
@ 2, 2 GET cTest ACTION MsgInfo( "ok" ) COLOR 0, CLR_WHITE ;
BITMAP "bdate"
ACTIVATE DIALOG oDlg CENTERED
return nil
bdate BITMAP "../bitmaps/date.bmp"
1 24 "..\WindowsXP.Manifest"
DEFINE DIALOG oDlg
@ 2, 2 GET oGet VAR cTest ACTION MsgInfo( "ok" ) COLOR 0, CLR_WHITE ;
BITMAP "bdate"
oGet:lBtnTransparent := .t.
ACTIVATE DIALOG oDlg CENTERED ;
ON INIT ( oGet:oBtn:lBoxSelect := .f., ;
oGet:oBtn:lFlatStyle := .t. )
Antonio Linares wrote:Dutch,
Could you please post the same screenshots built with the previous version that you are using ?
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 97 guests