Search found 116 matches: portion

Return to advanced search

Silvio,

You may check where the mouse is clicked and change the mouse cursor to a one that also paints the portion that you want to move. When the mouse is released then you check where it is and change the drawing accordingly.
by Antonio Linares
Sat Dec 30, 2006 5:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: draw with poligon
Replies: 6
Views: 1382

Frank,

I have tried using EM_GETSEL to know what portion is selected but without success.
by Antonio Linares
Mon Nov 20, 2006 10:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DtePick
Replies: 1
Views: 787

... create the object for each field of a database record. I was looking at the class and could not figure out how it does that. Can you tell me wich portion of code generates the field objects. Regards :?
by Gilbert
Thu Oct 26, 2006 2:33 am
 
Forum: FiveWin for CA-Clipper
Topic: Why use MESSAGE in Classes
Replies: 6
Views: 1835

Enrico, Just pure curiosity, but we should discover whats wrong with the code :) This little sample works ok and paints a portion of the bitmap. So we may probably need to use one more hDC: #include "Fivewin.ch" #define SRCCOPY 13369376 function Main() local oDlg, ...
by Antonio Linares
Sat Apr 01, 2006 8:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Croping a BMP image
Replies: 7
Views: 1701

... if there are spaces after the last "/" or "-" then ::nPos will not be set to 1 as it should. Edit: Or, you mean that because "=" just compare a portion. Anyhow, I prefeer to use RTrim() to notice what is done there. Ok. EMG
by Enrico Maria Giordano
Sun Feb 26, 2006 11:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet bug?
Replies: 24
Views: 5508

... if there are spaces after the last "/" or "-" then ::nPos will not be set to 1 as it should. Edit: Or, you mean that because "=" just compare a portion. Anyhow, I prefeer to use RTrim() to notice what is done there.
by Antonio Linares
Sun Feb 26, 2006 11:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet bug?
Replies: 24
Views: 5508

... the touch of a button' or 'at a glance' (already working on my sales pitch) he has the information right there. I still really need advice on one portion of the app though (as detailed at the start of this message thread) - and it is probably the 'guts' of the system - and it is worrying me terribly ...
by dpaterso
Thu Feb 23, 2006 3:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to go further with app
Replies: 16
Views: 7158

New transparent dialog brush

Can the new tranparent brush display a large background image, instead of just replicating a small portion from the upper left corner of a large 600 X 600 pixels bitmap? For example, I want to use as the background image on a dialog, a photo of an invoice, and then overlay ...
by Roger Seiler
Tue Feb 14, 2006 6:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New transparent dialog brush
Replies: 1
Views: 646

... defined in the C function named VirtualMachine(), which receives two parameters: the pcode instructions to execute and the local symbol table (a portion of the OBJs (static) symbol table) used by that pcode: (please review hbpcode.h for the currently implemented pcode opcodes) VM( pcode, local ...
by Antonio Linares
Fri Jan 27, 2006 1:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: maquinas virtuales - virtual machines
Replies: 5
Views: 1769

Enrico,

For the ESC bug, make these changes in source\classes\control:

METHOD KeyDown( nKey, nFlags ) CLASS TControl

if nKey == VK_ESCAPE
::oWnd:KeyChar( nKey, nFlags )
return 0
endif

...

and remove that portion of code from KeyChar(...) CLASS TControl.
by Antonio Linares
Fri Jan 20, 2006 10:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Two bugs on TCBrowse
Replies: 4
Views: 961

... with or without the SetFilter() method. Nothing happens the only defference i noticed is when i call the Browse() function it displays the correct portion of filtered database. Those are my observations for the SetFilter() method. I giveup and look for another approach.I know that is difficult ...
by Sakis
Sun Dec 11, 2005 8:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How can make a Filter condition on TDatabase Class?
Replies: 7
Views: 1845
Previous

Return to advanced search