Search found 414 matches: guenther

Return to advanced search

Re: XBROWSE: Color of the record selector triangle

Günther, How can i change the color of the triangle? just use Your own selector-image //New Method SetRecSelBmp( uNew ) // Changing or omitting bitmap //If uNew is 0, no bitmap is displayed on record selector //If uNew is NIL, standard FWRArrow() bitmap is displayed //If uNew is imagefile or resourc...
by ukoenig
Wed Jul 29, 2020 11:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE: Color of the record selector triangle
Replies: 2
Views: 388

Re: bug cWinVersion() [still not fixed in 20.02]

Moisés, Como ha indicado Günther, es necesario usar un determinado fichero "manifest": * For applications that have been manifested for Windows 8.1 or Windows 10. Applications not manifested for Windows 8.1 or Windows 10 will return the Windows 8 OS version value (6.2). To manifest your ap...
by Antonio Linares
Wed Apr 01, 2020 12:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug cWinVersion() [fixed in 20.04]
Replies: 17
Views: 1898

Re: Missing LIB

Günther,

but the \fwh\lib\hbhpdf.lib are not present!


I found the files inside the xHarbour\lib - directory

regards
Uwe :D
by ukoenig
Mon Mar 02, 2020 3:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Missing LIB
Replies: 13
Views: 2412

Re: BUG on GETS with password

Mister Günther, in this case, it is better that you speak directly with Master Cristóbal. Please send an email to Master Cristóbal. He is the ideal person to verify this fact. Sorry I can't help anymore.

Regards.
by karinha
Thu Feb 13, 2020 1:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BUG on GETS with password
Replies: 11
Views: 2431

Re: XBROWSE Questions

Günther, 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. I needed the same solution for a language-translation browser 1 :lColChangeNotify := .t....
by ukoenig
Thu Nov 07, 2019 12:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Questions
Replies: 3
Views: 535

Re: New FWH 19.09

Günther, the pen-calculation-factor ( GdiPlus ) //New( nTrans, nRed, nGreen, nBlue, nSize, lRound, lAlign ) //nRed := nRGBRed( nColor ) //nGreen := nRGBGreen( nColor ) //nBlue := nRGBBlue( nColor ) oPen := Pen():New( 255, 0, 0, 255 , 8 , .T.) will show a 3 mm pen 1 mm = 2.834645669 regards Uwe :D
by ukoenig
Wed Oct 23, 2019 12:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 19.09
Replies: 36
Views: 5690

Re: New FWH 19.09

Mr. Günther, Mr. Rao, you are right! My last version was 1812. Now is the same for all operations. The underlaying problem is function roundbox(..). There are still This is fixed in FWH1909. Now the syntax and functionality is consistent not only with the Box() method of TPrinter, but also is consis...
by nageswaragunupudi
Wed Oct 23, 2019 11:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 19.09
Replies: 36
Views: 5690

Re: Background color of TSay

Günther, if the dialog is defined < transparent > the background-color of the say will be ignored if You need a mixture of color and transparent use a normal dialog REDEFINE SAY PROMPT "xyz" ID 100 OF oDlg COLOR 0,255 REDEFINE SAY oSay1 PROMPT "xyz" ID 100 OF oDlg oSay1:Set...
by ukoenig
Thu Oct 03, 2019 11:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Background color of TSay
Replies: 5
Views: 640

Re: Background color of TSay

Günther, my test @ 22, 20 SAY oCSay[1] PROMPT "Window" SIZE 28,12 FONT oFontSys PIXEL oCSay[1]:SetColor( 0, 255 ) // original @ 20, 50 GET oCGet[1] VAR cGet[1] SIZE 80, 18 OF oDlg2 COLOR 0, nWColorB UPDATE ; BITMAP c_Path1 + "Help.bmp" PIXEL ; ACTION ( nWColorB := ChooseColor( nW...
by ukoenig
Wed Oct 02, 2019 1:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Background color of TSay
Replies: 5
Views: 640

Re: Bug on Tfolderex

Sorry Günther
This run also OK for me
by cnavarro
Wed Oct 02, 2019 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug on Tfolderex
Replies: 9
Views: 1114

Re: Bug on Tfolderex

Günther, I tested using valid of a get in first folder and run ok Function ActDesactDlgs( lEnable )   local x   DEFAULT lEnable  := .F.   For x = 2 to Len( oFolder:aDialogs )      if lEnable         oFolder:En...
by cnavarro
Fri Sep 20, 2019 10:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug on Tfolderex
Replies: 9
Views: 1114

Re: Bug on Tfolderex

Dear Günther
Do not have a small example to check your problem?
by cnavarro
Thu Sep 19, 2019 9:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug on Tfolderex
Replies: 9
Views: 1114

Re: Bug on Tfolderex

Günther,

It would help if you would put your software versions in your automatic signature line.
by James Bott
Thu Sep 19, 2019 3:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug on Tfolderex
Replies: 9
Views: 1114

Re: XBROWSE Border on cells

Günther, I wanted to test the xBrowse-fix of the cursor-movement to the right It is working now but if You switch to AUTOFCUS it still exists April/May 2019 ========= - Fix to Method GoRight: When oBrw:lTransparent := .t., and cursor is moved right with arrow key, highlight is not cleared from the p...
by ukoenig
Wed Jun 05, 2019 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Border on cells
Replies: 27
Views: 4105
Next

Return to advanced search