New FTDN September/Septiembre 2015 (FWH 15.09)

norberto
Posts: 566
Joined: Thu Aug 30, 2007 3:40 pm
Location: BR

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

Post by norberto »

FWH1509 Build 3 please. :)
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

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

Post by Antonio Linares »

We are going to publish it asap but first we need to finish it
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
TimStone
Posts: 2536
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA
Contact:

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

Post by TimStone »

That always helps :D
Tim Stone
http://www.MasterLinkSoftware.com
timstone@masterlinksoftware.com
Using: FWH 19.06 with Harbour 3.2.0 / Microsoft Visual Studio Community 2019
User avatar
Marco Turco
Posts: 858
Joined: Fri Oct 07, 2005 12:00 pm
Location: London
Contact:

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

Post 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
Best Regards,

Marco Turco
SOFTWARE XP LLP
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

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

Post by Antonio Linares »

Today or tomorrow we will publish FWH 15.09 build 3
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

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

Post 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

      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
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
User avatar
Marco Turco
Posts: 858
Joined: Fri Oct 07, 2005 12:00 pm
Location: London
Contact:

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

Post by Marco Turco »

I'm using 15.09_2 with xharbour and BCC700

menu definition is with 2010 flag

MENU oPigcMenu 2010
Best Regards,

Marco Turco
SOFTWARE XP LLP
User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

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

Post 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?
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
User avatar
Marco Turco
Posts: 858
Joined: Fri Oct 07, 2005 12:00 pm
Location: London
Contact:

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

Post 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
Best Regards,

Marco Turco
SOFTWARE XP LLP
User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

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

Post by cnavarro »

Thanks
You can try a new libraries and discuss the results?
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
User avatar
Marco Turco
Posts: 858
Joined: Fri Oct 07, 2005 12:00 pm
Location: London
Contact:

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

Post by Marco Turco »

Hi,
which libraries ? Is FWH 15.09_3 available now ?
Best Regards,

Marco Turco
SOFTWARE XP LLP
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

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

Post by Antonio Linares »

Marco,

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

Antonio Linares
www.fivetechsoft.com
User avatar
mastintin
Posts: 1502
Joined: Thu May 27, 2010 2:06 pm

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

Post by mastintin »

Antonio.
Aprovechando el nuevo build sería bueno añadir estas lineas ( o algo equivalente ) ...

Code: Select all

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 }

 
norberto
Posts: 566
Joined: Thu Aug 30, 2007 3:40 pm
Location: BR

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

Post 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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

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

Post by Antonio Linares »

Manuel,

Please email me your complete btnbmp.prg, thanks

Norberto,

Today we are publishing FWH 15.09 build 3
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply