FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index WhatsNew / Novedades New FTDN September/Septiembre 2015 (FWH 15.09)
Posts: 566
Joined: Thu Aug 30, 2007 03:40 PM

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

Posted: Sun Oct 11, 2015 10:30 AM

FWH1509 Build 3 please. :)

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

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

Posted: Sun Oct 11, 2015 10:40 AM

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

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM

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

Posted: Sun Oct 11, 2015 08:50 PM

That always helps :D

Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
Posts: 858
Joined: Fri Oct 07, 2005 12:00 PM

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

Posted: Mon Oct 12, 2015 08:09 AM

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
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

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

Posted: Mon Oct 12, 2015 08:38 AM

Today or tomorrow we will publish FWH 15.09 build 3

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM

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

Posted: Mon Oct 12, 2015 09:39 AM
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 (fw): Select all Collapse
      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
Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Posts: 858
Joined: Fri Oct 07, 2005 12:00 PM

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

Posted: Mon Oct 12, 2015 10:02 AM

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
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM

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

Posted: Mon Oct 12, 2015 10:18 AM
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?
Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Posts: 858
Joined: Fri Oct 07, 2005 12:00 PM

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

Posted: Mon Oct 12, 2015 01:59 PM

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
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM

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

Posted: Mon Oct 12, 2015 02:08 PM

Thanks
You can try a new libraries and discuss the results?

Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Posts: 858
Joined: Fri Oct 07, 2005 12:00 PM

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

Posted: Mon Oct 12, 2015 10:17 PM

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

Best Regards,



Marco Turco

SOFTWARE XP LLP
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

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

Posted: Mon Oct 12, 2015 11:09 PM

Marco,

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

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1516
Joined: Thu May 27, 2010 02:06 PM

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

Posted: Tue Oct 13, 2015 07:12 AM
Antonio.
Aprovechando el nuevo build sería bueno añadir estas lineas ( o algo equivalente ) ...

Code (fw): Select all Collapse
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 }
Posts: 566
Joined: Thu Aug 30, 2007 03:40 PM

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

Posted: Thu Oct 15, 2015 10:55 AM

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

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

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

Posted: Thu Oct 15, 2015 01:25 PM

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