Dots disappear when drag and move control!

Dots disappear when drag and move control!

Postby vilian » Tue Mar 31, 2009 1:00 pm

Antonio,

In FWH92 as the control drag and move, the rectangle would display the displacement disappears !

How to fix it?


Code: Select all  Expand view

@ 10,20 GET oGet VAR cVar PICTURE "@!" DESIGN SIZE 20,60 PIXEL OF oDlgEdit UPDATE
 
Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
User avatar
vilian
 
Posts: 975
Joined: Wed Nov 09, 2005 2:17 am
Location: Brazil

Re: Dots disappear when drag and move control!

Postby vilian » Wed Apr 01, 2009 11:47 am

Antonio,


You understand?
Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
User avatar
vilian
 
Posts: 975
Joined: Wed Nov 09, 2005 2:17 am
Location: Brazil

Re: Dots disappear when drag and move control!

Postby vilian » Fri Apr 03, 2009 2:26 pm

Antonio,


Test with the example below. Move the control, you can see the problem.

Code: Select all  Expand view

    #include "FiveWin.ch"

    static oWnd
    function Main()
    local oDlg

        DEFINE WINDOW oWnd      ;
          MDI                   ;

       ACTIVATE WINDOW oWnd MAXIMIZED;
                ON INIT ExibJanela()

    RETURN NIL

    FUNCTION EXIBJANELA()

       DEFINE DIALOG oDlg TITLE "Test" OF OWND

       ACTIVATE DIALOG oDlg CENTERED ;
          ON INIT (PlaceControls( oDlg ))

    return nil

    function PlaceControls( oDlg )

       local oGet, cVar := "Hello"

       @ 20, 20 GET oGet VAR cVar PICTURE "@!" DESIGN SIZE 80, 25 PIXEL OF oDlg UPDATE

    return nil

 
Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
User avatar
vilian
 
Posts: 975
Joined: Wed Nov 09, 2005 2:17 am
Location: Brazil

Re: Dots disappear when drag and move control!

Postby Antonio Linares » Sun Apr 05, 2009 6:31 pm

Vilian,

Already fixed. Please review the required changes:

viewtopic.php?f=18&p=78465#p78465
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 42081
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot] and 91 guests