FWH1509 Build 3 please. ![]()
FWH1509 Build 3 please. ![]()
We are going to publish it asap but first we need to finish it
That always helps ![]()
Hi Antonio,
just to inform you there is also a further problem to fix on the menu:
the menu items on the right disappear moving the mouse on the left.
Consider I'm working on a cloud environment. See video:
Today or tomorrow we will publish FWH 15.09 build 3
Marco Turco wrote:Hi Antonio,
just to inform you there is also a further problem to fix on the menu:
the menu items on the right disappear moving the mouse on the left.
Consider I'm working on a cloud environment. See video:
http://www.softwarexp.co.uk/beta/test/test.html
MENU oMenu ...... [ 2007/2010 / 2015 / 2013 ]
...I'm using 15.09_2 with xharbour and BCC700
menu definition is with 2010 flag
MENU oPigcMenu 2010
Marco Turco wrote:I'm using 15.09_2 with xharbour and BCC700
menu definition is with 2010 flag
MENU oPigcMenu 2010
It's running under Windows 2012 server on a cloud environment.
To view go to www.condominio.biz
user: 0101-0101
psw: TestTest
then click on the "pigc" icon on the right
Thanks
You can try a new libraries and discuss the results?
Hi,
which libraries ? Is FWH 15.09_3 available now ?
Marco,
It has not been published yet but we can send you the libraries to test it
function WndReadPalBmpEx( Self, uBmp, aReSize ) // btnbmp.prg
.....
// linea 2110 aproximadamente
elseif File( uBmp )
if cExt == "BMP"
if Empty( Self )
aBmp[ 1 ] := ReadBitmap( 0, uBmp )
else
if '|' + Upper( ::ClassName() ) + '|' $ "|TPRINTER|TMENUITEM|" // nuevo
u := PalBmpRead( ::hDC, uBmp ) // nuevo
aBmp[ 1 ] := u[ 1 ] // nuevo
aBmp[ 2 ] := u[ 2 ] // nuevo
else // nuevo
hDC := ::GetDC()
u := PalBmpRead( hDC, uBmp )
aBmp[ 1 ] := u[ 1 ]
aBmp[ 2 ] := u[ 2 ]
::ReleaseDC()
endif // nuevo
endif
elseif cExt $ "ICO,EXE,DLL"
......
aBmp[ 5 ] := HasAlpha( aBmp[ 1 ] )
// linea 2167 aproximadamente
if '|' + Upper( ::ClassName() ) + '|' $ "|TPRINTER|TMENUITEM|" // nueva linea ya que tmenuiten y tprinter no tienen ::hWnd
PalBmpNew( NIL, aBmp[ 1 ], aBmp[ 2 ] ) // nueva linea
else // nueva linea
if ! Empty( Self ) .and. ! Empty( ::hWnd )
PalBmpNew( ::hWnd, aBmp[ 1 ], aBmp[ 2 ] )
endif
Endif // nueva linea
endif
return aBmp // format: { hBitmap, hPalette, nBmpWidth, nBmpHeight, lAlpha, cName, lResource }in the opinion of the users, which last more stable version of FWH?I need to compile an application, but without these unicode errors, menu, would be fwh1502 or fwh1505? thanks
Manuel,
Please email me your complete btnbmp.prg, thanks
Norberto,
Today we are publishing FWH 15.09 build 3