Search found 103 matches

by IBTC
Thu Mar 17, 2011 10:25 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in REDEFINE SAY?
Replies: 12
Views: 3109

Re: Bug in REDEFINE SAY?

Hi Daniel,
Daniel Garcia-Gil wrote: already fixed...

you can use momentarily this patch...
Thanks. It works. :D
by IBTC
Thu Mar 17, 2011 10:21 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Memory leak with MENU 2007
Replies: 13
Views: 3098

Re: Memory leak with MENU 2007

Hi Daniel, this gdi object is created only one time to build 2007 menu effect... dont worry about that... But I am worried about, because I made more tests with FWH 11.01. And everytime a POPUP MENU is called there is 1 unreleased gdi object more. So if my customers start my app, work some hours wit...
by IBTC
Tue Mar 15, 2011 10:23 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in REDEFINE SAY?
Replies: 12
Views: 3109

Re: Bug in REDEFINE SAY?

Hi Jonathan, It looks like you have reached the limit of a character field. 255 happends to be the mac character field in clipper/dbase file. Maybe it is the version of harbour that has changed to enforce the limit? Everything work well without TRANSPARENT, only if I add TRANSPARENT (with the same H...
by IBTC
Tue Mar 15, 2011 7:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 11.01: Memory leak in DIALOG with MENU?
Replies: 3
Views: 972

Re: FWH 11.01: Memory leak in DIALOG with MENU?

Hi Daniel,
Daniel Garcia-Gil wrote:please test to update fivewin sources
Thanks. It seems that this fix works.

Please don't forget these problems:
Thanks!
by IBTC
Mon Feb 28, 2011 7:54 pm
Forum: FiveWin for Harbour/xHarbour
Topic: XML Reader
Replies: 7
Views: 2109

Re: XML Reader

frose wrote:I'm using TXmlDocument() to read from a XML file.
me too.
frose wrote:But it's an extension for xHarbour not for Harbour :(
It is also available for Harbour. You only have to include xhb.lib, see also e.g. contrib/xhb/tests/xml1.prg
by IBTC
Thu Feb 17, 2011 2:34 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Get in a loop
Replies: 3
Views: 627

Re: Get in a loop

Maybe file test128.prg in FWH samples folders helps you. Try something like this:   n = 1    for nRow = 1 to 15       for nCol = 1 to 10           TGet():New( nRow - 0.5, nCol * 2 - 0.7, GenBlock( aValues, n++ ) )       next    next   --- function GenBlock( aValues, n ) return bSETGET( aValues[ n ] )
by IBTC
Tue Feb 15, 2011 10:15 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in RibbonBar?
Replies: 4
Views: 862

Re: Bug in RibbonBar?

Hi Silvio, if you press a button on a group this button became gray no the others ... or I not understood your problem ribbon run ok here Please have a closer look to the source code. All buttons except the first one have this: WHEN lValid If you press the first button, lValid changed and all other ...
by IBTC
Tue Feb 15, 2011 7:56 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Codejock Calendar Samples?
Replies: 111
Views: 40613

Re: Codejock Calendar Samples?

Hi Tim!
TimStone wrote: As for 3rd party libraries, I actually use one for spell checking, another for graphing, and another for PDF creation. They all work fine.
What 3rd party libraries do you use exactly?

Thanks.
by IBTC
Tue Feb 15, 2011 5:36 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 11.01: Memory leak in DIALOG with MENU?
Replies: 3
Views: 972

FWH 11.01: Memory leak in DIALOG with MENU?

Hello! This simple code: FUNCTION MAIN()    LOCAL oDlg    SetResDebug()    DEFINE DIALOG oDlg FROM 1, 1 TO 22, 75 ;       TITLE "Test"    ACTIVATE DIALOG oDlg;       ON INIT oDlg:SetMenu( SetDlgMenu() )    FERASE("CHECKRES.TXT")    CHECKRES()    winExec("notepad .\checkres.t...
by IBTC
Tue Feb 15, 2011 4:28 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to unzip files. RAR
Replies: 6
Views: 898

Re: How to unzip files. RAR

vilian wrote:But I could not identify how can obtain list of files contained in the file.
Maybe this helps: unRAR.dll Manual - Exported functions
by IBTC
Tue Feb 15, 2011 3:43 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in REDEFINE SAY?
Replies: 12
Views: 3109

Re: Bug in REDEFINE SAY?

This problem still exists in FWH 11.01. :( And now I also found a (new?) Memory leak: 02/15/11 16:37:12: BRUSH,3048,TDIALOG:SETCOLOR(2477)->TDIALOG:NEW(196)->DIALOGFROMRESOURCE1(39)->(b)MAIN(19)->TBTNBMP:CLICK(466)->TBTNBMP:LBUTTONUP(661)->TCONTROL:HANDLEEVENT(1489)->TBTNBMP:HANDLEEVENT(1453)->_FWH(...
by IBTC
Tue Feb 15, 2011 3:26 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to unzip files. RAR
Replies: 6
Views: 898

Re: How to unzip files. RAR

Hi Vilian,

Here at RARLAB you find unrar.dll, a UnRAR dynamic library for Windows software developers. Maybe with this dll file it will be possible.
by IBTC
Tue Feb 15, 2011 3:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in RibbonBar?
Replies: 4
Views: 862

Re: Bug in RibbonBar?

This problem still exists in FWH 11.01. :(
by IBTC
Tue Feb 15, 2011 3:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic: harbour vs xharbour
Replies: 1
Views: 475

Re: harbour vs xharbour

Hi Richard, I personnally have used xharbour since it's very beginning The same like me. But about 1 year ago I changed my code that it worked very well with xHarbour and Harbour. But in the first time I only used Harbour apps only internal for testing. Since about 4 months I only use Harbour apps. ...
by IBTC
Tue Feb 15, 2011 2:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: memoedit() need some help.
Replies: 4
Views: 630

Re: memoedit() need some help.

Hi Harvey,
hag wrote: How can turn the highlight off?
Maybe this helps:

Code: Select all

      
#define EM_SETSEL               177

ACTIVATE DIALOG oDlg;
         on init PostMessage(oMemo:hWnd, EM_SETSEL, 0, 0)