Page 3 of 4

Re: New FTDN September/Septiembre 2015 (FWH 15.09)

PostPosted: Sun Oct 11, 2015 10:30 am
by norberto
FWH1509 Build 3 please. :)

Re: New FTDN September/Septiembre 2015 (FWH 15.09)

PostPosted: Sun Oct 11, 2015 10:40 am
by Antonio Linares
We are going to publish it asap but first we need to finish it

Re: New FTDN September/Septiembre 2015 (FWH 15.09)

PostPosted: Sun Oct 11, 2015 8:50 pm
by TimStone
That always helps :D

Re: New FTDN September/Septiembre 2015 (FWH 15.09)

PostPosted: Mon Oct 12, 2015 8:09 am
by Marco Turco
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

Re: New FTDN September/Septiembre 2015 (FWH 15.09)

PostPosted: Mon Oct 12, 2015 8:38 am
by Antonio Linares
Today or tomorrow we will publish FWH 15.09 build 3

Re: New FTDN September/Septiembre 2015 (FWH 15.09)

PostPosted: Mon Oct 12, 2015 9:39 am
by cnavarro
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


Marco
You FWH is using 1509_2?
You can put the line that defines the MENU?
Code: Select all  Expand view

      MENU oMenu ......  [ 2007/2010 / 2015 / 2013 ]
      ...
 

Uses or xHarbour Harbour?
Visual Studio or Borland?
On which version of Windows you were running the application?

Thanks

Re: New FTDN September/Septiembre 2015 (FWH 15.09)

PostPosted: Mon Oct 12, 2015 10:02 am
by Marco Turco
I'm using 15.09_2 with xharbour and BCC700

menu definition is with 2010 flag

MENU oPigcMenu 2010

Re: New FTDN September/Septiembre 2015 (FWH 15.09)

PostPosted: Mon Oct 12, 2015 10:18 am
by cnavarro
Marco Turco wrote:I'm using 15.09_2 with xharbour and BCC700

menu definition is with 2010 flag

MENU oPigcMenu 2010


Thanks
Windows operating system that has executed the example of the video?

Re: New FTDN September/Septiembre 2015 (FWH 15.09)

PostPosted: Mon Oct 12, 2015 1:59 pm
by Marco Turco
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

Re: New FTDN September/Septiembre 2015 (FWH 15.09)

PostPosted: Mon Oct 12, 2015 2:08 pm
by cnavarro
Thanks
You can try a new libraries and discuss the results?

Re: New FTDN September/Septiembre 2015 (FWH 15.09)

PostPosted: Mon Oct 12, 2015 10:17 pm
by Marco Turco
Hi,
which libraries ? Is FWH 15.09_3 available now ?

Re: New FTDN September/Septiembre 2015 (FWH 15.09)

PostPosted: Mon Oct 12, 2015 11:09 pm
by Antonio Linares
Marco,

It has not been published yet but we can send you the libraries to test it

Re: New FTDN September/Septiembre 2015 (FWH 15.09)

PostPosted: Tue Oct 13, 2015 7:12 am
by mastintin
Antonio.
Aprovechando el nuevo build sería bueno añadir estas lineas ( o algo equivalente ) ...

Code: Select all  Expand view

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 }

 

Re: New FTDN September/Septiembre 2015 (FWH 15.09)

PostPosted: Thu Oct 15, 2015 10:55 am
by norberto
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

Re: New FTDN September/Septiembre 2015 (FWH 15.09)

PostPosted: Thu Oct 15, 2015 1:25 pm
by Antonio Linares
Manuel,

Please email me your complete btnbmp.prg, thanks

Norberto,

Today we are publishing FWH 15.09 build 3