Search found 29 matches: movements

Return to advanced search

Window question

... same result of first test test #3: I run the program, I move the windows changing dimension on my desktop , then I close the window( after this movements the window is roughly at the same position of test #2: the result is 331 669 597 1083 The question is: If I only move a window without changing ...
by MarcoBoschi
Wed Jun 08, 2011 1:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Window question
Replies: 8
Views: 1805

Re: xBrowse - Edit

... you have only one single editable cell in a row, then xBrowse will jump to the next editable cell in the next row. You can also control the cursor movements by calling the following xbrowse built in methods oBrw:SelectCol( nCol, lOffSet )oBrw:GoLeft( lOffset, lRefresh )oBrw:GoRight( ...
by anserkk
Wed Mar 09, 2011 6:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse - Edit
Replies: 6
Views: 1283

Re: Touch Pads

... Seems windows drivers have been available for a couple of years. Is the hardware playing catch up? Touch pads normally respond to single finger movements whereas it needs to respond to multiple finger movements. Interesting presentation at http://www.mydigitallife.info/2009/05/31/enable-multi-touch-gesture-finger-scroll-momentum-and-chiralmotion-on-synaptics-touchpad-in-windows-7vistaxpserver/ ...
by Jonathan Hodder
Thu Jan 06, 2011 2:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Touch Pads
Replies: 1
Views: 691

Re: Antonio,need help!How to ShowToolTip without move the mouse

James, I think it is related to the standard behavior that Windows provides to the tooltip class. They relate the tooltip to the mouse movements. Maybe there is a message to be sent to the tooltip that forces its inmediate display. But after reviewing Samir's screenshot, I think that a different ...
by sambomb
Wed Jun 09, 2010 11:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio,need help!How to ShowToolTip without move the mouse
Replies: 24
Views: 4937

Re: Antonio,need help!How to ShowToolTip without move the mouse

James, I think it is related to the standard behavior that Windows provides to the tooltip class. They relate the tooltip to the mouse movements. Maybe there is a message to be sent to the tooltip that forces its inmediate display. But after reviewing Samir's screenshot, I think that a different ...
by Antonio Linares
Wed Jun 09, 2010 3:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio,need help!How to ShowToolTip without move the mouse
Replies: 24
Views: 4937

Re: Choosing SQL database ...

... all, after the job is done, no more net traffic is present. If you work with a dbf browse and navigate thru it , after some little searches or movements, you would have more bytes recieved than ADO. A 400.000 ado Recordset will take up to 4 seconds to retrieve, but a 27.000 recordset, less ...
by Adolfo
Mon Nov 02, 2009 3:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Choosing SQL database ...
Replies: 118
Views: 30519

This new version manages the mouse and the keyboard. Please notice that it will beep like crazy because it detects all the mouse movements :-) Next we need to select the events that are just for our window: rawinput.prg #include "FiveWin.ch" #define WM_INPUT 0x00FF function ...
by Antonio Linares
Thu Sep 25, 2008 11:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can raw keyboard input be implemented????
Replies: 34
Views: 9717

... fully, and it takes two tabs, then the user can see all the data with only one click. The current design would require dozens of clicks and arrow movements to see all the data. Regards, James
by James Bott
Sat Aug 23, 2008 4:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Button in GET problem
Replies: 19
Views: 3907

Animated Gif's ( FWH 8.04 ) not transparent ?

... them all to 4 Bits / 16 Colors. They are all the same. When i open another application and return to the program, i can see only the gifs with movements. During the tests, i used some animated gifs from my collection. Some produced a program-crash. http://www.pflegeplus.com/pictures/anigif2.jpg ...
by ukoenig
Fri Apr 25, 2008 8:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Animated Gif's ( FWH 8.04 ) not transparent ?
Replies: 1
Views: 635

CODE: Transparencies and movements

Friends, Compile, run and click on left corner on top. Here the code: /* * * *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** * Descricao..: Modulo de PDV * Programador: Jose Carlos da Rocha * CopyRights.: 5Volution.COM * *** *** *** *** *** *** *** *** *** ***...
by Rochinha
Mon Apr 14, 2008 3:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CODE: Transparencies and movements
Replies: 8
Views: 1560

... and fill unused area). See samples 2 and 4 24.- Control of vertical and horizontal scroll bars (activate or not). See sample 4 25.- Cursor movements: PanLeft, Panright, PanHome and PanEnd as in Clipper's DBU program. 26.- Prevalidation of keys. You can disable the use of some keys through ...
by George
Fri Feb 08, 2008 3:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TSBROWSE Class OF MANUEL MERCADO
Replies: 24
Views: 8838

... Thank you .. just never made the code distinction between an ( open ) recordset and an ( execute ) connection .. I think I have all the recordset movements : oRs:MoveNext() = skip :MoveFirst() = go top :MoveLast() = go bott :Addnew() = Append :Update() = commit oRs:Fields( "FIELD" ):Value := 'MyValue' ...
by Rick Lipkin
Fri Apr 13, 2007 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to set up and Use an Access database
Replies: 40
Views: 10268

Maurilio, >Is possible configure the time that system wait for no movements of mouse to display tooltip? Yes. See TWindow:nToolTip. It defaults to 900. >My intention is reduce this time... I would advise against it. Users are only novices for a very ...
by James Bott
Mon Mar 26, 2007 7:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Time to display tooltip
Replies: 2
Views: 684

Time to display tooltip

Is possible configure the time that system wait for no movements of mouse to display tooltip?
My intention is reduce this time...

Regards
Maurilio
by Maurilio Viana
Mon Mar 26, 2007 7:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Time to display tooltip
Replies: 2
Views: 684
Previous

Return to advanced search