Search found 1048 matches

by byte-one
Mon Mar 04, 2019 8:47 am
Forum: FiveWin for Harbour/xHarbour
Topic: aGetfiles bug
Replies: 27
Views: 3348

Re: aGetfiles bug

Antonio, now a have increased #define SIZE_IN_BYTES 153840 But that is not all. In HB_FUNC( CGETFILE ) i made this changes: …...     pDir        = fw_parWideLen( 4, 512 );     wLen    = ( ( dwFlags & OFN_ALLOWMULTISELECT ) ? SIZE_IN_BYTES : 512 );   //[b]reactivate[/b]     pFile       = fw_parWi...
by byte-one
Wed Feb 13, 2019 12:10 pm
Forum: FiveWin for Harbour/xHarbour
Topic: aGetfiles bug
Replies: 27
Views: 3348

Re: aGetfiles bug

Ok, to test it, i require the function fw_wcslen()! Can somebody send me or show the place in source?
by byte-one
Wed Feb 13, 2019 11:02 am
Forum: FiveWin for Harbour/xHarbour
Topic: aGetfiles bug
Replies: 27
Views: 3348

Re: aGetfiles bug

Can not compiling as i cannot find the c-function fw_wcslen()!?
by byte-one
Wed Feb 13, 2019 10:17 am
Forum: FiveWin for Harbour/xHarbour
Topic: aGetfiles bug
Replies: 27
Views: 3348

Re: aGetfiles bug

Oh, sorry, i found in this moment, that the function is same as cgetfile()! I will try!
by byte-one
Wed Feb 13, 2019 9:49 am
Forum: FiveWin for Harbour/xHarbour
Topic: aGetfiles bug
Replies: 27
Views: 3348

Re: aGetfiles bug

Thank you, Giovany! But i have the problem at aGetfiles() for selecting more files than one! I think, the error comes from this lines in getfile.c (line 141...). There are not enough memory reserved for the files selected. Antonio, please look.   pFile = ( LPSTR ) hb_xgrab( ( dwFlags & OFN_ALLOW...
by byte-one
Tue Feb 12, 2019 11:30 am
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE bEditValid bug? updated!
Replies: 5
Views: 768

Re: XBROWSE bEditValid bug? updated!

Mr. Rao have you tested my last testprogram?
And a question for this behavoir: The value from ::nDataLen comes from what method? It seems the value are padded to this lenght but i will keep the original lenght!
by byte-one
Tue Feb 12, 2019 11:19 am
Forum: FiveWin for Harbour/xHarbour
Topic: WndBoxClr bug!?
Replies: 1
Views: 396

Re: WndBoxClr bug!?

As you see on the picture, 2 corners on WndBoxClr() are rounded! Try with a stronger pen (5 or >) to see this!
by byte-one
Sat Jan 26, 2019 11:41 pm
Forum: FiveWin for Harbour/xHarbour
Topic: oGet:lchanged not functioning correct
Replies: 2
Views: 466

Re: oGet:lchanged not functioning correct

Rao, but what the sin from knowing the value of the control at create-time? The interest is the change .t. or .f. !
If you make the ::lchanged not PROTECTED we can use it as programmer.
Or is there another method to determine a get is edited or not?
by byte-one
Sat Jan 26, 2019 10:17 am
Forum: FiveWin for Harbour/xHarbour
Topic: oGet:lchanged not functioning correct
Replies: 2
Views: 466

oGet:lchanged not functioning correct

If i am using oGet:lchanged this is only functioning on first edit. After editing a second,... one the lChanged is always .T. also when i not change the value! It sems ::uOriginalValue are not updated to the new value after editing.
by byte-one
Sun Jan 20, 2019 1:49 pm
Forum: FiveWin for Harbour/xHarbour
Topic: WndBoxClr bug!?
Replies: 1
Views: 396

WndBoxClr bug!?

See on this picture: Left upper and left bottom corners are rounded!

Image
by byte-one
Sat Jan 19, 2019 6:50 pm
Forum: FiveWin for Harbour/xHarbour
Topic: aGetfiles bug
Replies: 27
Views: 3348

Re: aGetfiles bug

Antonio, not in all cases a insert (Abnormal program termination) is shown, in some cases the program is ending without any report! I cannot reproduce the situation. < 15 files it seems to functioning. This is in hb_out.log Application Internal Error - C:\WGUN\GUN1\gun32.exe Terminated at: 2019-01-1...
by byte-one
Sat Jan 19, 2019 5:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic: aGetfiles bug
Replies: 27
Views: 3348

Re: aGetfiles bug

Antonio, i have enough of memory. See so select in windows files to delete! We can select thousands of files...
by byte-one
Fri Jan 18, 2019 9:51 pm
Forum: FiveWin for Harbour/xHarbour
Topic: aGetfiles bug
Replies: 27
Views: 3348

Re: aGetfiles bug

Antonio, the problem is not the number (15 is enough) of selectable files, it is the crash from the app!!!
by byte-one
Thu Jan 17, 2019 11:11 pm
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE bEditValid bug? updated!
Replies: 5
Views: 768

Re: XBROWSE bEditValid bug? updated!

Mr. Rao, please see to my last post!
by byte-one
Thu Jan 17, 2019 11:11 pm
Forum: FiveWin for Harbour/xHarbour
Topic: aGetfiles bug
Replies: 27
Views: 3348

Re: aGetfiles bug

Thanks! Any solution in the future?