FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour BUG ON GET BUTTON CLASS
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
BUG ON GET BUTTON CLASS
Posted: Sun Aug 22, 2010 07:59 PM
the bitmap of the get is not into the get but on the top touch the top of the get

I try also with small size









Code (fw): Select all Collapse
#include "FiveWin.ch"

function Main()

   local oWnd, cTest := "Hello world!"

   DEFINE WINDOW oWnd COLOR "N/W*"

   @ 2, 2 GET cTest SIZE 110, 22 ;
      ACTION MsgInfo( "click" ) BITMAP "..\bitmaps\16x16\find.bmp"

   ACTIVATE WINDOW oWnd

return nil



then I think Antonio could insert a Default Button when there is only the command BITMAP ( otfen the bitmap file ) and show only a button with the prompt "..."

..just an idea



I tried also with this modifications
viewtopic.php?f=3&t=19129&start=0&hilit=get+bitmap
and it run on the same
Best Regards, Saludos



Falconi Silvio

Continue the discussion