Search found 87 matches: dots

Return to advanced search

Re: Dots disappear when drag and move control!

Vilian,

It seems as the problem is that the border is being painted on the container window:

Image

We need to review CtrlDrawFocus() source code.
by Antonio Linares
Sat Apr 04, 2009 8:49 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Dots disappear when drag and move control!
Replies: 9
Views: 2213

Re: Dots disappear when drag and move control!

Antonio, Test with the example below. Move the control, you can see the problem.     #include "FiveWin.ch"    static oWnd    function Main()    local oDlg        DEFINE WINDOW oWnd      ;     ...
by vilian
Fri Apr 03, 2009 2:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dots disappear when drag and move control!
Replies: 3
Views: 495

Re: Dots disappear when drag and move control!

Antonio, Test with the example below. Move the control, you can see the problem. #include "FiveWin.ch"static oWndfunction Main()local oDlg    DEFINE WINDOW oWnd      ;      MDI                   ;&...
by vilian
Fri Apr 03, 2009 1:07 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Dots disappear when drag and move control!
Replies: 9
Views: 2213

Re: Dots disappear when drag and move control!

Vilian, This example works fine. Tested in Windows 7: #include "FiveWin.ch"   function Main()            local oDlg    DEFINE DIALOG oDlg TITLE "Test"            ACTIVATE DIALOG...
by Antonio Linares
Fri Apr 03, 2009 9:04 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Dots disappear when drag and move control!
Replies: 9
Views: 2213

Dots disappear when drag and move control!

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
 
by vilian
Wed Apr 01, 2009 7:31 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Dots disappear when drag and move control!
Replies: 9
Views: 2213

Re: Dots disappear when drag and move control!

Antonio,


You understand?
by vilian
Wed Apr 01, 2009 11:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dots disappear when drag and move control!
Replies: 3
Views: 495

Dots disappear when drag and move control!

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
 
by vilian
Tue Mar 31, 2009 1:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dots disappear when drag and move control!
Replies: 3
Views: 495

Re: xBrowse Multiselect

... After, still with Ctrl-key pressed, deselect two elements. Now you have one colored element and the latest deselected element surrounded with dots. Method 1: if you press the down arrow key, you will move from the dotted element to the next one below. Method 2: if you press the Del-key, you'll ...
by Detlef Hoefner
Thu Jan 29, 2009 10:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Multiselect
Replies: 11
Views: 2681

I WANT UNDERSTAND HOW !!!!!!!!!!!!!!

... another class : I need it because I need for each control an Id an I make a list of Items into a dialog when I call the box class I not see the dots I need to draw the box and change all coordinates. Can You help me please From Test.prg to call the class npiece:=1 piece:=TBox():New( nTop, nLeft, ...
by Silvio
Tue Dec 02, 2008 9:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: I WANT UNDERSTAND HOW !!!!!!!!!!!!!!
Replies: 7
Views: 1267

... ho solo inserito altre ldue classi che (item e box e lne) e il tutto da errori. ma il problema adesso non è questo. ho altri problemi non vedo i dots ho rivisto il tutto. se io faccio una classe box o line vedo i dots e posso modificare la dimensione , le due classi sono indipendenti tra loro ...
by Silvio
Wed Nov 19, 2008 10:56 pm
 
Forum: All products support
Topic: errore in compilazione Rpreview
Replies: 7
Views: 1660

Show Dots

When I show dots for a get or say class I wish show circles dots and not windows black dots
Someone Know How change showdots method from control.prg ?
by Silvio
Mon Nov 17, 2008 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Show Dots
Replies: 6
Views: 1045

show the dots of a class

I made a main class called Txxxx

and another class called Tyyy from Txxxx

on new method of the tyyy class I insert the command

Super:New( ntop,nleft,nbottom,nwidth, ldesign )

but I cannot see the dots when I call tyyy


How I can make it ?
by Silvio
Tue May 06, 2008 7:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: show the dots of a class
Replies: 0
Views: 367

Re: TO MANUEL MERCADO

... PIXEL COLORS CLR_WHITE, CLR_GRAY DESIGN // raised box using default colors @20, 5 WHITE BOX SIZE 100, 100 OF oDlg PIXEL DESIGN How I can show the dots Just by clicking on it http://www.imaxenes.com/mini/lines1wp98qi.jpg Try with TestLin1.prg, TestLin2.prg and TestLin3.prg at TSButton\Samples. ...
by mmercado
Tue Apr 22, 2008 1:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TO MANUEL MERCADO
Replies: 1
Views: 558

TO MANUEL MERCADO

Dear Manuel,
How I can insert on your class TSlines the DESIGN parameter ?
How I can show the dots ?
thanks
by Silvio
Tue Apr 22, 2008 10:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TO MANUEL MERCADO
Replies: 1
Views: 558

... "L" xValue := .f. exit end ::buffer := ::PutMask( xValue, .t. ) ::Pos := ::FirstEditable() /* E.F. 2006/APRIL/14 - Clipper show all commas and dots of '@E','@R' * masks of numeric vars, into display edit buffer after first key number * is entered. * E.F. 2006/MAY/31 - Idem for numeric mask ...
by zazibr
Thu Mar 13, 2008 4:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xharbour cvs + fivewin 8.01 = GPF ?
Replies: 9
Views: 4151
PreviousNext

Return to advanced search