Search found 250 matches

by Randal
Thu Nov 12, 2020 4:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Google maps and routes
Replies: 2
Views: 1290

Re: Google maps and routes

Did you ever find an answer?

Thanks,
Randal
by Randal
Wed Sep 13, 2017 3:34 am
Forum: FiveWin for Harbour/xHarbour
Topic: Black Screen of Death.
Replies: 15
Views: 2891

Re: Black Screen of Death.

Byron: You may need to right click on one of the column headings to show a list of all column headings and then check the GDI column so it's visible. As you open and close various windows/dialogs in your app you can watch the GDI count go up/down. As you close a dialog or window the GDI count should...
by Randal
Mon Sep 11, 2017 9:33 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Black Screen of Death.
Replies: 15
Views: 2891

Re: Black Screen of Death.

byron.hopp wrote:Fivewin for Harbour 15.10
Have you tried monitoring the GDI count on the Details tab of Windows (10) task manager?

Randal
by Randal
Mon Sep 11, 2017 2:02 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Black Screen of Death.
Replies: 15
Views: 2891

Re: Black Screen of Death.

byron.hopp wrote:I have a fairly large app that sometimes the area of the MDI Frame turns black. Is this some sort of a resource leak in my app, any suggestions on what to check for, or how to remedy.

Bcc7

Thanks,

Byron ...
What version of FWH are you using?

Randal
by Randal
Tue Aug 22, 2017 5:02 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Resource leak in menus
Replies: 27
Views: 5113

Re: Resource leak in menus

All:

Can anyone tell me if this change in the New FWH 17-07 Update is the fix for this problem?

* MENUS
- Fixed: increase font resources


Thanks,
Randal
by Randal
Tue Aug 15, 2017 11:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Resource leak in menus
Replies: 27
Views: 5113

Re: Resource leak in menus

Antonio: I noticed this entry in the latest FWH upgrade notice. Menus Fixed: increase font resources Is this the fix for this particular problem? If so, do I need to purchase the latest upgrade to get the fix? Can you elaborate about what the problem/fix was and in what version of FWH the problem wa...
by Randal
Sat Jul 22, 2017 12:45 am
Forum: FiveWin for Harbour/xHarbour
Topic: Resource leak in menus
Replies: 27
Views: 5113

Re: Resource leak in menus

Randal, please test this sample and look Task Manager memory // PullDown Menu sample #include "FIVEWIN.CH" static oWnd //------------------------------------------------------------// FUNCTION Main() //   SetResDebug( .T. )    DEFINE WINDOW oWnd                                       ;    ...
by Randal
Sat Jul 22, 2017 12:17 am
Forum: FiveWin for Harbour/xHarbour
Topic: Resource leak in menus
Replies: 27
Views: 5113

Re: Resource leak in menus

Please paste image of Task Manager Cristobal: In these 3 images you can see the GDI count increasing simply from alternating focus between the two windows. https://postimg.org/image/t6mph07rd/ https://postimg.org/image/ppfol1f05/ https://postimg.org/image/9dh4iq76b/ It would really be great if some...
by Randal
Fri Jul 21, 2017 11:45 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Resource leak in menus
Replies: 27
Views: 5113

Re: Resource leak in menus

Randal, You use brush in the menus, or images in the main menu items? Anyway, I'm going to review it again Cristobal: Thank you again for taking the time. I do not use any brushes or images in our menus and neither does the testmnu3.prg sample. If you could please test the testmnu3 sample in the wa...
by Randal
Fri Jul 21, 2017 11:23 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Resource leak in menus
Replies: 27
Views: 5113

Re: Resource leak in menus

Cristobal: Thank you for your reply. As I mentioned the checkres does not report anything. 07/21/17 18:21:47: \\RDFXPVM\spcs\testmnu3.exe -- ==================================================================================================== You have to open the application and then use the Windows ...
by Randal
Fri Jul 21, 2017 10:15 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Resource leak in menus
Replies: 27
Views: 5113

Resource leak in menus

All, I recently implemented the FWH 17-02 upgrade. Started getting a lot of calls that our application was locking up, toolbar buttons losing their images, etc. I suspected a resource leak however, calling Checkres() at the close of the app does not report any problems. I think I narrowed the proble...
by Randal
Wed Feb 15, 2017 1:02 am
Forum: FiveWin for Harbour/xHarbour
Topic: Canal5 Calendar
Replies: 15
Views: 5784

Re: Canal5 Calendar

Silvio:

I'm sorry for the miscommunication. What I mean is I did not realize I could use the fwh c5tooltip class until you showed me that. I got it all working, thank you very much helping me get this fixed and for the sample code.

Best Regards,
Randal
by Randal
Tue Feb 14, 2017 5:45 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Canal5 Calendar
Replies: 15
Views: 5784

Re: Canal5 Calendar

Silvio:

I didn't realize I could just use the c5tooltip class included with FWH. Thanks for the sample code.

Randal
by Randal
Tue Feb 14, 2017 12:41 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Canal5 Calendar
Replies: 15
Views: 5784

Re: Canal5 Calendar

Silvio: Well, just to let you know I tracked it down to a problem with c5tip. The CheckToolTip method in windows.prg references a member named :lShowAgain which is not a member of the c5tip class. So I added it. Then the CheckToolTip method calls ::ToolTip:Show(). The c5tip show method takes hWnd, n...
by Randal
Mon Feb 13, 2017 7:10 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Canal5 Calendar
Replies: 15
Views: 5784

Re: Canal5 Calendar

Silvio:

Your source for C5hb.c is the same as mine. I do have all the other source files however, I don't create a lib I just include the .prg's in my project.

Are you using xharbour?

Randal