Search found 54 matches: isolate

Return to advanced search

Re: Checkbox still strange

That actually fixed the problem. So, why would that cause a problem with checkboxes, and why did it isolate from 10.6 to 10.7 ?

Thanks
by TimStone
Thu Nov 11, 2010 12:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Checkbox still strange
Replies: 34
Views: 6097

Re: Checkbox still strange

James, As you probably saw from the additional posts, I was able to isolate the problem to the WM_LBUTTONDOWN case in the event handler. Yes, it was added in 10.7, and not present in 10.6. All other changes in 10.7 were fine and did not cause a problem. Those ...
by TimStone
Wed Nov 10, 2010 6:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Checkbox still strange
Replies: 34
Views: 6097

Re: Problems with skinbuttons (Antonio)

Gunther

I can reproduce it (in my app) on 7, vista and xp tested on all 3 of them

I use sdi mainly, i have the problem on xbrowse mainly but on some browses (not all) which make it difficult to isolate

At the moment , i deactivated it from my app

Richard
by Richard Chidiak
Tue Oct 12, 2010 7:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Urgent! Problems with skinbuttons (Antonio)
Replies: 19
Views: 4175

Re: Ribbon Bar with Terminal Services/Citrix/Remote Desktop

... do not display right. There well may be a bug in Citrix that is causing this. However, good luck getting that fixed. It is easier to see if we can isolate the problem and try to fix it within FWH/(x)Harbour. This is why I am suggesting looking at the bitmap format issue. If we find that a certain ...
by James Bott
Fri Oct 08, 2010 11:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Bar with Terminal Services/Citrix/Remote Desktop
Replies: 13
Views: 3311

Re: skinbuttons problem

... notice that "USER objects" and "GDI objects" for test.exe remain constant. Surely we need to find another example where we can isolate the GDI consume that you mention.
by Antonio Linares
Wed Sep 08, 2010 8:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: skinbuttons problem
Replies: 17
Views: 5039

Anti-virus security warning when calling "SetHelpFile( ... )

... SET HELPFILE function is called. Image of the warning: http://img294.imageshack.us/img294/4542/zasecuritywarning.jpg I was able to isolate the call of the security warning by inserting a MsgInfo() before and after the call to SET HELPFILE TO. I am getting the error in my application ...
by ClaudeBrulotte
Wed Sep 08, 2010 3:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Anti-virus security warning when calling "SetHelpFile( ... )
Replies: 5
Views: 981

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... oBtn, "clicked()", {|| ... } ) Now: oBtn:connect( "clicked()", {|| ... } ) This implementation fixes very old demand to isolate this glitch. * contrib/hbqt/tests/demoqt.prg % Demonstrates the new Slots and Events management protocol. Still a part of old proto is also ...
by Pritpal Bedi
Tue Sep 07, 2010 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 99805

Re: UE Studio & xHarbour Builder

... available for 64 bits, neither Windows Mobile, neither Linux and OSX. Microsoft C: Pros: Available for 64 bits and Windows Mobile. Difficult to isolate it as it is distributed as part of Visual Studio. Included for free in demo versions of Visual Studio. Cons: It is not available for Linux, ...
by Antonio Linares
Wed Jul 14, 2010 6:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: UE Studio & xHarbour Builder
Replies: 22
Views: 5999

Re: FWH-XHARBOUR : FAULT IN PROGRAM

Frank, Could you try to isolate that browse and make it into a small sample ? thanks Antonio , No , it is to complicated , i try to explain : A record is created , it should update the x-browse. This record creates 5 (in this case) child ...
by demont frank
Mon Nov 23, 2009 4:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH-XHARBOUR : FAULT IN PROGRAM
Replies: 12
Views: 1790

Re: FWH-XHARBOUR : FAULT IN PROGRAM

Frank,

Could you try to isolate that browse and make it into a small sample ? thanks
by Antonio Linares
Mon Nov 23, 2009 3:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH-XHARBOUR : FAULT IN PROGRAM
Replies: 12
Views: 1790

Re: Choosing SQL database ...

... in order to analyze the traffic in both cases, a browse of a dbf with 300.00 records and a Mysql Table of the same size. My problem is trying to isolate only the traffic for both cases, port 3306 is completely checked, but I have problems with the Network access to the File server. Once I got ...
by Adolfo
Thu Oct 29, 2009 11:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Choosing SQL database ...
Replies: 118
Views: 30525

Re: xBrowse how to change bound array

... But, there is only one passed parameter... I would try putting some msgInfo() debugging code into the LastDisplayPos() method to see if you can isolate the problem. Maybe ::ColAtPos( nPos++ ):nWith is nil? You could try msgInfo( ::ColAtPos( 1 ):nWidth). James
by James Bott
Tue Jul 28, 2009 8:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse how to change bound array
Replies: 16
Views: 2777

Re: GPF error

Antonio I isolate the problem . I have a dialog with 80 BtmBmp . A timer every 5 sec. check a status and change the BMP of the buttons with the command : For nX == 1 To 80 oBmp[x]:Setfile( iif(lStatus,cBmp1,cBmp2) ) NEXT The problem ...
by Maurizio
Wed Jul 22, 2009 10:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GPF error
Replies: 11
Views: 2562

Re: Checking non released GDI objects

... access to the array containg this data. Then we could store the array before entering a routine, then after the routine, compare the new array and isolate just those new unreleased resources. This is what we would have to do manually anyway. In the best case, we can try to track down why those ...
by James Bott
Sat Jun 27, 2009 12:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Checking non released GDI objects
Replies: 13
Views: 5550

Missing Cursor

... their system, I have a situation where the cursor is missing in edit boxes. It is consistent. However, it doesn't happen on my computer so I can't isolate the problem. In fact, I used some remote control software so they could view my screen where I could see the cursor, but on their computer, ...
by TimStone
Fri Jan 16, 2009 11:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Missing Cursor
Replies: 3
Views: 527
PreviousNext

Return to advanced search