Search found 103 matches

by IBTC
Tue Feb 15, 2011 2:38 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in MENU 2007?
Replies: 5
Views: 1188

Re: Bug in MENU 2007?

These problems still exists in FWH 11.01. :( It should be fixed, especially using Wine/WinBottler is recommended from Antonio for FWH Windows app on Linux/Mac (see e.g. From PC to MAC - Urgent , compatibilidad FWH con FiveMac y FiveLinux ). So we have more modern locking Windows apps also on Linux/M...
by IBTC
Tue Feb 15, 2011 2:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Get spinners in windows 7
Replies: 2
Views: 437

Re: Get spinners in windows 7

Hi Alex,

What version of FWH are you using?

Can you make a screenshot, put it on a webserver and can tell the link to it? Thanks.
by IBTC
Tue Feb 15, 2011 2:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: MingW
Replies: 3
Views: 937

Re: MinGW - FWH 11.01

Hi Antonio, I now changed from FWH 10.10 to 11.01 and here I miss the libs for MinGW. Can you offer them? Thanks. BTW... Because MinGW is the recommended and used compiler for Harbour (see e.g. nightly builds - Harbour out of the box with MinGW compiler) IMO it would be very good, if FWH will also s...
by IBTC
Mon Feb 14, 2011 8:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Memory leak with MENU 2007
Replies: 13
Views: 3098

Re: Memory leak with MENU 2007

Hi Antonio, Already fixed and included for next FWH build Is it possible that the problem still exists in FWH 11.01 or maybe there is another problem? Is still get with FWH 11.01: 02/14/11 21:01:59: BMP,1568,TWINDOW:HANDLEEVENT(0)->_FWH(3408)->SHOWWINDOW(0)->TWINDOW:ACTIVATE(975)->MAIN(14) BTW... I ...
by IBTC
Mon Feb 14, 2011 7:47 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TFolderEx
Replies: 12
Views: 2635

Re: Bug in TFolderEx

Hi James,
James Bott wrote:a missing default setting in the class which should be fixed.
With FWH 11.01 it is fixed (the TFoldex.prg file is dated 12/18/2010). :D
by IBTC
Mon Feb 14, 2011 6:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TFolderEx
Replies: 12
Views: 2635

Re: Bug in TFolderEx

Hi James, What version of FWH are you using? FWH 10.10, the TFoldex.prg file is dated 10/27/2010: METHOD Redefine( nID, oWnd, aDialogs,  aBitmaps, aPrompts, nFolderHeight, ;             aHelps, nRound, bAction, bClrTabs, bClrText, aAlign, ;             lAdjust, nSeparator, nOption, bPopUp, lStretch,...
by IBTC
Mon Feb 14, 2011 3:13 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TFolderEx
Replies: 12
Views: 2635

Re: Bug in TFolderEx

Hi Uwe! That is the Reason, that my Solutions are maybe looking a bit different. I understand. But if there is a bug in FWH source code obviously (missing line "::lTransparent := lTransparent" in METHOD Redefine of CLASS TFolderEx) this should IMO be fixed in FWH source code and not in the...
by IBTC
Mon Feb 14, 2011 2:42 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TFolderEx
Replies: 12
Views: 2635

Re: Bug in TFolderEx

I think, Your problem comes from here : ACTIVATE DIALOG oWndFld NOWAIT ; ON INIT ( oWndFld:Move( 50, 580, NIL, NIL, .T. ), ; IIF( nOption2 = 2, GRADBRU2(), NIL ), ; // Dialog-Gradient oFld:SetOption( nTabpos ) ) ; ON PAINT F_BACKGRD(oFld) RETURN NIL I didn't use this code, only the sample code I sh...
by IBTC
Mon Feb 14, 2011 2:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TFolderEx
Replies: 12
Views: 2635

Re: Bug in TFolderEx

Hi Uwe,

And what happens if you don't have this line?
ukoenig wrote: oFld:lTransparent := .T.
Did you tried my sample code?

IMO the sample code should work without insert oFld:lTransparent := .T./.F. in it.
by IBTC
Mon Feb 14, 2011 2:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TFolderEx
Replies: 12
Views: 2635

Re: Bug in TFolderEx

Hi Uwe! I couldn't detect any Problems. Did you try to make FolderEx from resource file with REDEFINE? FUNCTION MAIN()    local oDlg, oFld1    DEFINE DIALOG oDlg RESOURCE "DIALOG0"    REDEFINE FOLDEREX oFld1 ID 110 OF oDlg ;       PROMPT "&Clipper", "&and", &quo...
by IBTC
Mon Feb 14, 2011 1:35 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TFolderEx
Replies: 12
Views: 2635

Bug in TFolderEx

Hello!

In METHOD Redefine of CLASS TFolderEx this is missing:

Code: Select all

::lTransparent := lTransparent
by IBTC
Sun Feb 13, 2011 10:06 am
Forum: FiveWin for Harbour/xHarbour
Topic: Memory leak with MENU 2007
Replies: 13
Views: 3098

Re: Memory leak with MENU 2007

Hi Antonio,
Antonio Linares wrote: Already fixed and included for next FWH build, thanks!
No worries. Thanks for the quick help. :D
by IBTC
Sun Feb 13, 2011 12:36 am
Forum: FiveWin for Harbour/xHarbour
Topic: Memory leak with MENU 2007
Replies: 13
Views: 3098

Memory leak with MENU 2007

Hello! Code: FUNCTION MAIN()    LOCAL oWnd    SetResDebug()    DEFINE WINDOW oWnd FROM 1, 1 TO 22, 75 ;       TITLE "Test";       MENU BuildMenu()    ACTIVATE WINDOW oWnd    FERASE("CHECKRES.TXT")    CHECKRES()    winExec("notepad .\checkres.txt") return(0) function Bui...
by IBTC
Sat Feb 12, 2011 6:47 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in REDEFINE SAY?
Replies: 12
Views: 3109

Bug in REDEFINE SAY?

Hello! If I use TRANSPARENT with DIALOG the displayed text of REDEFINED SAY is cutted: http://www.ibtc.biz/tmp/2011-02-12_19-39-14.png function DialogFromResource1()    local oDlg    LOCAL cText    cText := "*** Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt...
by IBTC
Thu Feb 10, 2011 6:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: A problem in Vista
Replies: 18
Views: 2526

Re: A problem in Vista

Hi Marco,
MarcoBoschi wrote: Is there any known problem concerning Vista?
The only problem I know with Vista is in a network environment. Here you have to disable SMB 2.0.