Search found 47 matches
- Fri May 25, 2018 1:29 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: OT: ADS & Win 10 April Update RESOLUTION
- Replies: 25
- Views: 7478
Re: OT: ADS & Win 10 April Update RESOLUTION
We had another situation yesterday that probably explains Tim's comments about some people replacing Win Defender with a different firewall to solve the Win 10 April edition issues. One of our apps, running on a Win10 April edition workstation, would freeze 10 secs after startup. It was pulling the ...
- Wed May 23, 2018 7:29 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: OT: ADS & Win 10 April Update RESOLUTION
- Replies: 25
- Views: 7478
Re: OT: ADS & Win 10 April Update RESOLUTION
HI all We have found the following The WIN 10 April update removed support for SMB1 and now supports SMB2 upwards only, due to the SMB1 protocol being ancient and incapable of supporting the requirements of modern networking security, su understandable. This is the key problem. Therefore for any net...
- Tue Sep 04, 2012 4:13 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: PDF Creator
- Replies: 5
- Views: 1115
Re: PDF Creator
We use image2pdf dll pdf creator
Excellent and fast and low cost
http://www.utilitywarrior.com/Image-to- ... ibrary.htm
Excellent and fast and low cost
http://www.utilitywarrior.com/Image-to- ... ibrary.htm
- Wed Jul 25, 2012 6:14 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Brush issue
- Replies: 15
- Views: 3950
Re: Brush issue
Rick - with respect, that sounds crazy, you should be using classes and objects for MDI
Each of our MDI windows is a separate object of a "form" class, which automatically then ensures each form is totally independent of others
Each of our MDI windows is a separate object of a "form" class, which automatically then ensures each form is totally independent of others
- Thu Apr 05, 2012 5:01 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Color Print TGraph Pie 3D
- Replies: 2
- Views: 739
Re: Color Print TGraph Pie 3D
Did anybody ever fins a solution to this problem ?
We are still trying to resolve it
Thanks
Peter
We are still trying to resolve it
Thanks
Peter
- Mon Apr 02, 2012 2:11 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: "FiveWin/3 Cannot create Dialog Box" errors?
- Replies: 22
- Views: 9863
Re: "FiveWin/3 Cannot create Dialog Box" errors?
The only time we have ever had Create Dlg errors under 32 bit is when the Dlg title is too long
This is quite easy to re-produce
This is quite easy to re-produce
- Tue Aug 09, 2011 3:05 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Popup menu
- Replies: 3
- Views: 567
Re: Popup menu
Hi Otto/Enrico/Others I have this problem with pop up menus that I have never been able to resolve When a pop up menu is displayed, no menu item is highlighted, the user has to press 'Down" to move to the first menu item, then press 'Enter' to select it I wish to be able to specify the default ...
- Wed Jun 09, 2010 12:38 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: COPY TO oddness
- Replies: 19
- Views: 3034
Re: COPY TO oddness
I have also experienced COPY TO failing unexpectedly
I concluded it was a xhb compiler bug and worked around it
Using xHb build 1.21 intl simplex rev 6406
I concluded it was a xhb compiler bug and worked around it
Using xHb build 1.21 intl simplex rev 6406
- Mon May 31, 2010 10:18 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Menu Accelerator Keys
- Replies: 0
- Views: 265
Menu Accelerator Keys
Hi Antonio This is a "bug" that has been around for many years and I waswondering if you could re-look at it If no Mdi windows are open, accellerator keys work 100% When using MDI windows, if any Mdi window is open, then the top file menu does not respond to acellerator keys (probably beca...
- Sat Feb 27, 2010 3:34 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Cannot create Dialog Box Error
- Replies: 9
- Views: 1488
Re: Cannot create Dialog Box Error
We have encountered this when the dialog TITLE is too long.............
- Wed Jul 22, 2009 3:16 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Mousewheel and Wbrowse
- Replies: 1
- Views: 483
Mousewheel and Wbrowse
Hi Antonio Occasionally in our browses using wbrowse, when scrolling down or up using the mouse wheel, the browse scrolls left or right instead This has been irritating me for a long time. The following seems to be the offending code: METHOD MouseWheel( nKeys, nDelta, nXPos, nYPos ) CLASS TWBrowse l...
- Tue Jul 21, 2009 7:02 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: TClipGet source
- Replies: 5
- Views: 878
Re: TClipGet source
OK
The GET class the tClipGet inherits from is then presumably the XHB GET class, which is not a FWH class, and this is why I cant find the expected source code for the class - is this correct ?
Thanks
Peter
The GET class the tClipGet inherits from is then presumably the XHB GET class, which is not a FWH class, and this is why I cant find the expected source code for the class - is this correct ?
Thanks
Peter
- Tue Jul 21, 2009 5:29 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: TClipGet source
- Replies: 5
- Views: 878
Re: TClipGet source
Antonio
I dont understand ?
Where is the NEW methos that matches this call --> TClipGet():NEW( nRow, nCol,......... )
as well as all the other method that tClipget uses
Thanks
Peter
I dont understand ?
Where is the NEW methos that matches this call --> TClipGet():NEW( nRow, nCol,......... )
as well as all the other method that tClipget uses
Thanks
Peter
- Mon Jul 20, 2009 7:07 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: TClipGet source
- Replies: 5
- Views: 878
TClipGet source
Where can get the full source code for tClipGet ? In my fwh folder I can only find the following FILE c:\fwh\source\classes\tClipGet only contains the following function GetNew( nRow, nCol, bVarBlock, cVarName, cPicture, cColor ) return TClipGet():New( nRow, nCol, bVarBlock, cVarName, cPicture, cCol...
- Fri Jul 17, 2009 7:59 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: F10 key trapping and processing
- Replies: 1
- Views: 392
F10 key trapping and processing
Is there any way to trap the F10 key press in a window.
All the other F1 to F12 keys you can trap in tWindow:bKeydown, but not the F10 which seems to be reserved
Can anyone assist ?
All the other F1 to F12 keys you can trap in tWindow:bKeydown, but not the F10 which seems to be reserved
Can anyone assist ?