Page 1 of 1

Bos Taurus - Incredible !!! / Bos Taurus - Increible !!!

Posted: Sat Oct 05, 2013 5:52 am
by andyglezl
Hola, aquĆ­ modificando y jugando con un ejemplo del Dr.Claudio y la Bos Taurus.

Es increible lo que se puede hacer !!!. (para la coleccion de ejemplos)

Gracias Roberto Lopez, Gracias Dr. Claudio, Viva HMG !!!
-------------------------------------------------------------------------------
Hi, this is changing and playing with an example of Dr. Claudio and Bos Taurus.

It's amazing what you can do!. (for the collection of examples)

Thanks Roberto Lopez, Thanks Dr. Claudio, HMG Live!
-------------------------------------------------------------------------------

Re: Bos Taurus - Incredible !!! / Bos Taurus - Increible

Posted: Sat Oct 05, 2013 11:18 am
by Rathinagiri
Looking great! Yes! Bos Taurus is awesome in deed.

Re: Bos Taurus - Incredible !!! / Bos Taurus - Increible

Posted: Sat Oct 05, 2013 11:27 am
by esgici
Rathinagiri wrote:Looking great! Yes! Bos Taurus is awesome in deed.
+1

Happy HMG'ing :D

Re: Bos Taurus - Incredible !!! / Bos Taurus - Increible

Posted: Sat Oct 05, 2013 12:29 pm
by srvet_claudio
Very nice !!!

Re: Bos Taurus - Incredible !!! / Bos Taurus - Increible

Posted: Sat Oct 05, 2013 6:08 pm
by andyglezl
Hola

1.- Existe alguna forma de "Deshacer" el ultimo trazado que se hizo ?

2.- Como detectar si se mantiene el boton de raton pulsado, para seguir
dibujando lo mismo hasta que se suelte ?
----------------------------------------------------------------------
Hello

1. - There a way to "undo" the last track to be made?

2. - How to detect if you keep the mouse button pressed to continue
drawing the same until it is released?

Re: Bos Taurus - Incredible !!! / Bos Taurus - Increible

Posted: Mon Oct 07, 2013 3:41 pm
by andyglezl
Hola

Estoy dibujando con los comandos de HMG y con las funciones de Bos Taurus,
cuando sobrepongo otra ventana, se borra lo que dibuje con la BosTaurus ???.

Es un "Bug" o hay alguna otra razon y cual seria la solucion. Gracias
---------------------------------------------------------------------------
Hello

I'm drawing with HMG commands and functions Bos Taurus,
when you go over it another window will erase what you draw with the BosTaurus???.

It is a "bug" or is there some other reason and what would be the solution. thanks
----------------------------------------------------------------------------------

Re: Bos Taurus - Incredible !!! / Bos Taurus - Increible

Posted: Mon Oct 07, 2013 11:25 pm
by Carlos Britos
andyglezl wrote:Hola

Estoy dibujando con los comandos de HMG y con las funciones de Bos Taurus,
cuando sobrepongo otra ventana, se borra lo que dibuje con la BosTaurus ???.

Es un "Bug" o hay alguna otra razon y cual seria la solucion. Gracias
---------------------------------------------------------------------------
Hello

I'm drawing with HMG commands and functions Bos Taurus,
when you go over it another window will erase what you draw with the BosTaurus???.

It is a "bug" or is there some other reason and what would be the solution. thanks
----------------------------------------------------------------------------------
Hola
Los dibujos deben ser repintados en cada evento onPaint

Drawings must be redrawed on each onPaint event.

Re: Bos Taurus - Incredible !!! / Bos Taurus - Increible

Posted: Wed Oct 09, 2013 1:43 am
by andyglezl
El detalle es:

porque solo borra lo que se dibuja con las funciones de BosTaurus
( BT_DrawEllipse( hDC, ................. )
y con los comandos de HMG
( DRAW ELLIPSE IN WINDOW ....................... ) siguen pintados.

Incluso si minimizo y restauro, se borra solo lo de BosTaurus.
---------------------------------------------------------------------------------
The breakdown is:

because only erases what is drawn with the functions of BosTaurus
(BT_DrawEllipse (hDC, .................)
and HMG commands
(DRAW ELLIPSE IN WINDOW .......................) are painted.

Even if I minimize and restore, clears just about BosTaurus.

Re: Bos Taurus - Incredible !!! / Bos Taurus - Increible

Posted: Wed Oct 09, 2013 3:06 pm
by andyglezl
Hola

Alguien sabe porque no se guardan los colores personalizados utilizando la funcion "GetColor()" ?
(cada vez que llamo a esta funcion, desaparecen los que habia seleccionado)

O mas bien, como guardo los colores que personalize ?
Gracias.
---------------------------------------------------------------
Hello

Somebody knows why does not save custom colors using the function "GetColor ()"?
(every time I call to this function, which had selected disappear)

Or rather, as I keep the colors that I personalize?
thanks
---------------------------------------------------------------
GetColor()
Opens The System Color Selection Dialog And Returns Selected Color

Syntax:
GetColor ( [<aInitColor>] ) --> aSelectedColor