Search found 1048 matches

by byte-one
Wed Feb 05, 2020 11:27 am
Forum: FiveWin for Harbour/xHarbour
Topic: BUG on GETS with password
Replies: 11
Views: 2157

Re: BUG on GETS with password

Further tests show, that a REDEFINE GET with password will not functioning, if a ON CHANGE clausula is using (the length of the get-variable will be shorter and shorter and overwrite the text is impossible). Also a PICTURE-clausula is not respected!
by byte-one
Thu Jan 30, 2020 3:54 pm
Forum: FiveWin for Harbour/xHarbour
Topic: BUG on GETS with password
Replies: 11
Views: 2157

Re: BUG on GETS with password

Thanks i will try. For now i have removed in the RC clausula "password", in my program i set oGet:lPassword to .T.. Now is functioning.
by byte-one
Thu Jan 30, 2020 2:45 pm
Forum: FiveWin for Harbour/xHarbour
Topic: BUG on GETS with password
Replies: 11
Views: 2157

BUG on GETS with password

In the new 19/12 are no input to make on a REDEFINE GET with clausula password in the RC-file. Also the Picture-clausula are not respected!
With DEFINE GET... i do not know!
by byte-one
Sun Jan 26, 2020 2:31 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Nages please: HARU PDF Bugs/Extensions
Replies: 21
Views: 5288

Mr. Nages please: HARU PDF Bugs/Extensions

Not functioning:

Code: Select all

oPrn:say(nRow,nCol,cText,oFont,,,,1)
oPrn:say(nRow,nCol,cText,oFont,,,,2)
To add in Tpdf:

Code: Select all

   DATA nXoffset INIT 0
   DATA nYoffset INIT 0
To add oPrn:Sayimage(…) as this is better quality as oPrn:Saybitmap(...)
by byte-one
Thu Jan 23, 2020 6:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: oPen with printer
Replies: 5
Views: 568

Re: oPen with printer

Also with the clausula "OF oPrn" the oPrn:line and oPrn:box are different!
by byte-one
Thu Jan 23, 2020 4:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: oPen with printer
Replies: 5
Views: 568

Re: oPen with printer

DEFINE PEN oPen1 WIDTH nPixel COLOR CLR_HBLUE
by byte-one
Thu Jan 23, 2020 2:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: oPen with printer
Replies: 5
Views: 568

oPen with printer

If i define a pen with DEFINE PEN.... then the width of pen are different in methods fron tPrinter()!

oPrn:Box( nZeile+nPenw/2,nPenw/2,nNextzeile,oPrn:nHorzRes()-nPenw/2, oPen)
oPrn:line(nZeile,linksrand,nZeile,rechtsrand,oPen)
by byte-one
Sun Dec 22, 2019 2:05 pm
Forum: FiveWin for Harbour/xHarbour
Topic: CenterMsgs()
Replies: 2
Views: 525

CenterMsgs()

If on start of the app CenterMsgs() are using, then freezes the programm after call a msgrun() with title!
by byte-one
Fri Dec 13, 2019 11:31 am
Forum: FiveWin for Harbour/xHarbour
Topic: Menu-question
Replies: 8
Views: 816

Re: Menu-question

Yes, with same font.
by byte-one
Fri Dec 13, 2019 9:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: Menu-question
Replies: 8
Views: 816

Re: Menu-question

Another question: Can i increase the height of the main menu from window? The HIGHT-clausula are only respected from he menuitems.
by byte-one
Thu Dec 12, 2019 10:34 am
Forum: FiveWin for Harbour/xHarbour
Topic: Menu-question
Replies: 8
Views: 816

Re: Menu-question

Cristobal, i followed your way and now is ok! Thanks
by byte-one
Wed Dec 11, 2019 3:25 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Menu-question
Replies: 8
Views: 816

Re: Menu-question

From Window the main-menu!
by byte-one
Wed Dec 11, 2019 2:33 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Menu-question
Replies: 8
Views: 816

Menu-question

Can we change the colors of a menu at runtime with oMenu:setcolors()?
by byte-one
Thu Nov 07, 2019 10:49 am
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Questions
Replies: 3
Views: 409

XBROWSE Questions

1.) I have 2 xbrowses with identical number of rows . The first xbrowse have a vert-scroll , the second are not. Now i will synchronize the actual row in the second browse by moving of the first browse. Currently in the first xbrowse i have: ….ON CHANGE oBrw2:nArrayAt := oBrw1:nArrayAt,oBrw2:refresh...
by byte-one
Thu Oct 31, 2019 9:10 am
Forum: FiveWin for Harbour/xHarbour
Topic: HARUPDF Error
Replies: 5
Views: 688

Re: HARUPDF Error

Mr. Rao, now is further error:
Error description: Error BASE/1004 Message not found: FWPDF:HDCOUT