Search found 17 matches: wheelscroll

Return to advanced search

Re: Horizontal Scroll via Mouse Scroll

Can you please make this modification in your copy of "wbrowse.prg" ?

Locate Method WheelScroll(...)
In this method, please locate this line:
Code: Select all  Expand view
  if aPos[ 1 ] > ::nHeight * 0.80
 

Please change this line as
Code: Select all  Expand view
  if .f. // aPos[ 1 ] > ::nHeight * 0.80
 
by nageswaragunupudi
Thu Dec 14, 2017 6:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Horizontal Scroll via Mouse Scroll
Replies: 4
Views: 567

Re: using FWH 2011.11 and xHarbour.com

when I compile source (xharboure.com) /I changed fivehcm.lib and ficehmx.lib which I received from You/ #include "FiveWin.Ch" #include "xbrowse.ch" //-----------------------// Function Main() Local aData := { ; { 1, 'One', 45, date(), .t. }, ; { 2, 'Two', 2222, date()-1, .f. } , ...
by kajot
Sat Dec 17, 2011 9:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: using FWH 2011.11 and xHarbour.com
Replies: 5
Views: 1576

Re: BCC 6.3

... undefined reference to `HB_FUN_CVALTOSTR'collect2: ld returned 1 exit status* Link errors *C:\FWH-MGW\samples>  Al menos el error de WheelScroll solia aparecer al enlazar erroneamente una version antigua de FW con las mas nuevas. Carlos, Aqui funciona bien. Seguramente hayamos realizado ...
by Antonio Linares
Tue Sep 20, 2011 9:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: BCC 6.3
Replies: 35
Views: 7579

Re: BCC 6.3

... undefined reference to `HB_FUN_CVALTOSTR'collect2: ld returned 1 exit status* Link errors *C:\FWH-MGW\samples>  Al menos el error de WheelScroll solia aparecer al enlazar erroneamente una version antigua de FW con las mas nuevas.
by Carlos Mora
Tue Sep 20, 2011 8:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: BCC 6.3
Replies: 35
Views: 7579

Erro com WheelScroll()

...  LOCAL cCad := "Testing    " // pad("Testing Gets",40)   LOCAL nNum := 0   LOCAL dDat := Date()   local nScrlMouse := WheelScroll()   SetWheelScroll( 1 )   Set century On   Set Date Ansi   Set Date format "mm/dd/yyyy"   SET _3DLOOK ON   DEFINE ...
by Rossine
Wed May 20, 2009 4:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Erro com WheelScroll()
Replies: 0
Views: 288

Javier,

Prueba a definir estas funciones en tu PRG:

function WheelScroll() ; return 1

function cValToStr( u ) ; return cValToChar( u )

function GradientFill() ; return nil
by Antonio Linares
Wed Aug 27, 2008 8:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Actualizar XBrowse (duda)
Replies: 11
Views: 1479

James:

Removed function wheelScroll() set scroll to on at control panel to 1 and the 1 shows up in the get after scrolling.

Harvey
by hag
Thu Aug 21, 2008 10:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scroll wheel causing big problem. Major Help.
Replies: 35
Views: 4387

Harvey,

>The schroll was set to 1 with this function at top of program

>function wheelScroll()
>return nil

Also, please try setting the wheelscroll to 1 using the Windows setting and also remove the wheelscroll() function. Is "1" showing up in the GETs?

James
by James Bott
Wed Aug 20, 2008 5:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scroll wheel causing big problem. Major Help.
Replies: 35
Views: 4387

... 2 or 4 >lines. Then also using 1 line, and let us know the results. The schroll was set to 1 with this function at top of program function wheelScroll() return nil Get problem goes away. Odd stuff.
by hag
Wed Aug 20, 2008 2:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scroll wheel causing big problem. Major Help.
Replies: 35
Views: 4387

Antonio: >Please make this test. Create this function in your main PRG: > function wheelScroll() ; return nil Tried the above and it reduced wheelScroll to 1 line not 3 that causes my problem. James: I do have privates and publics call from beginning of program. ...
by hag
Wed Aug 20, 2008 5:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scroll wheel causing big problem. Major Help.
Replies: 35
Views: 4387

Harvey,

Please make this test. Create this function in your main PRG:

function wheelScroll() ; return nil

and try your app again, thanks
by Antonio Linares
Tue Aug 19, 2008 4:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scroll wheel causing big problem. Major Help.
Replies: 35
Views: 4387

I have absolutely no Idea how it happened. But it did many times. After setting the default in the wheelScroll() to 1 it disappeared. Very strange. I am converting from 16 bits to 32 from old fw 192. Maybe some things in the process casused it.
by hag
Tue Aug 19, 2008 12:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scroll wheel causing big problem. Major Help.
Replies: 35
Views: 4387

It is strange. WheelScroll function returns the value of windows settings. The default in windows is 3. Users at their end can change this value in the mouse properties in control panel. Windows users normally expect all well behaved ...
by nageswaragunupudi
Tue Aug 19, 2008 12:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scroll wheel causing big problem. Major Help.
Replies: 35
Views: 4387

Antonio: Fixed the problem but it is real strange. Tried ? wheelScroll() Result 3. The number of lines the scroll skips. Then tried wheelScroll(1) to set the variable to 1...didn't work. ? wheelScroll() result still 3 Took function wheelScroll() from ...
by hag
Mon Aug 18, 2008 11:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scroll wheel causing big problem. Major Help.
Replies: 35
Views: 4387

Otto: Thanks for the information. But my problem is after using the wheelscroll when entering numbers in my get fields numbers appear from nowhere. The number is 3 and it is the same as the number of lines the wheelscroll skips. Also the number entered in ...
by hag
Mon Aug 18, 2008 9:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scroll wheel causing big problem. Major Help.
Replies: 35
Views: 4387
Next

Return to advanced search