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!
-------------------------------------------------------------------------------
Bos Taurus - Incredible !!! / Bos Taurus - Increible !!!
Moderator: Rathinagiri
- andyglezl
- Posts: 1297
- Joined: Fri Oct 26, 2012 7:58 pm
- Location: Guadalajara Jalisco, MX
- Has thanked: 42 times
- Been thanked: 142 times
- Contact:
Bos Taurus - Incredible !!! / Bos Taurus - Increible !!!
- Attachments
-
- BosTaurus.rar
- (296.1 KiB) Downloaded 292 times
-
- BosTaurus.png (132.93 KiB) Viewed 4391 times
Andrés González López
Desde Guadalajara, Jalisco. México.
Desde Guadalajara, Jalisco. México.
- Rathinagiri
- Posts: 5351
- Joined: Tue Jul 29, 2008 6:30 pm
- DBs Used: MariaDB, SQLite, SQLCipher and MySQL
- Location: Sivakasi, India
- Has thanked: 212 times
- Been thanked: 232 times
- Contact:
Looking great! Yes! Bos Taurus is awesome in deed.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
South or North HMG is worth.
...the possibilities are endless.
- srvet_claudio
- Posts: 2126
- Joined: Thu Feb 25, 2010 8:43 pm
- Location: Uruguay
- Has thanked: 55 times
- Been thanked: 247 times
- Contact:
Very nice !!!
- andyglezl
- Posts: 1297
- Joined: Fri Oct 26, 2012 7:58 pm
- Location: Guadalajara Jalisco, MX
- Has thanked: 42 times
- Been thanked: 142 times
- Contact:
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?
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?
Andrés González López
Desde Guadalajara, Jalisco. México.
Desde Guadalajara, Jalisco. México.
- andyglezl
- Posts: 1297
- Joined: Fri Oct 26, 2012 7:58 pm
- Location: Guadalajara Jalisco, MX
- Has thanked: 42 times
- Been thanked: 142 times
- Contact:
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
----------------------------------------------------------------------------------
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
----------------------------------------------------------------------------------
- Attachments
-
- BT-1.png (35.46 KiB) Viewed 4190 times
-
- BT-2.png (34.31 KiB) Viewed 4190 times
Andrés González López
Desde Guadalajara, Jalisco. México.
Desde Guadalajara, Jalisco. México.
-
- Posts: 245
- Joined: Sat Aug 02, 2008 5:03 pm
- Has thanked: 7 times
- Been thanked: 15 times
Holaandyglezl 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
----------------------------------------------------------------------------------
Los dibujos deben ser repintados en cada evento onPaint
Drawings must be redrawed on each onPaint event.
Regards/Saludos, Carlos (bcd12a)
- andyglezl
- Posts: 1297
- Joined: Fri Oct 26, 2012 7:58 pm
- Location: Guadalajara Jalisco, MX
- Has thanked: 42 times
- Been thanked: 142 times
- Contact:
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.
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.
Andrés González López
Desde Guadalajara, Jalisco. México.
Desde Guadalajara, Jalisco. México.
- andyglezl
- Posts: 1297
- Joined: Fri Oct 26, 2012 7:58 pm
- Location: Guadalajara Jalisco, MX
- Has thanked: 42 times
- Been thanked: 142 times
- Contact:
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
---------------------------------------------------------------
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
- Attachments
-
- Colores.png (25.31 KiB) Viewed 4098 times
Andrés González López
Desde Guadalajara, Jalisco. México.
Desde Guadalajara, Jalisco. México.