Improved interfaces / Mejora de interfaces

Discuss anything else that does not suite other forums.

Moderator: Rathinagiri

User avatar
andyglezl
Posts: 1461
Joined: Fri Oct 26, 2012 7:58 pm
Location: Guadalajara Jalisco, MX
Contact:

Re: Improved interfaces / Mejora de interfaces

Post by andyglezl »

Hola

Les dejo un "Demo" de como hacer un menu con una imagen de fondo,
en realidad es muy sencillo utilizando un control "LABEL".

Espero les sirva.
Attachments
Demo.rar
(1.15 MiB) Downloaded 498 times
demo.JPG
demo.JPG (118.51 KiB) Viewed 5635 times
Andrés González López
Desde Guadalajara, Jalisco. México.
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: Improved interfaces / Mejora de interfaces

Post by esgici »

andyglezl wrote:Hola

Les dejo un "Demo" de como hacer un menu con una imagen de fondo,
en realidad es muy sencillo utilizando un control "LABEL".

Espero les sirva.
Google Translate wrote:I leave a "demo" of how to make a menu with a background image,
it's actually very easy using control "LABEL".

I hope they can.
Nice idea, good implementation,

thanks Andrés :!: :)

Viva HMG :!: :D
Viva INTERNATIONAL HMG :D
User avatar
luisvasquezcl
Posts: 1258
Joined: Thu Jul 31, 2008 3:23 am
Location: Chile
Contact:

Re: Improved interfaces / Mejora de interfaces

Post by luisvasquezcl »

Hola Andres,
Excelente implementación.
gracias por compartir tu trabajo.
saludos cordiales,

Hello Andres,
Excellent implementation.
Thanks for sharing your work.
best regards,
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: Improved interfaces / Mejora de interfaces

Post by srvet_claudio »

luisvasquezcl wrote:Hola Javier,
ese es el problema que comentaba desde el principio.
No permite poner imagenes de fondo y controles encima.... los controles se muestran pero dejan de funcionar, excepto que cuando inicie algun control reciba el foco y luego con la tecla tab pasarle el foco al resto de los controles.
Hola Luis.
La librería gráfica Bos Taurus (está como HFCL de HMG desde la versión 3.0.45) surgió justamente para solucionar este tipo de problemas.
Ver los Demos en C:\HMG.3.0.xx\HFCL\Samples\BosTaurus\
Un abrazo,
Claudio.
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
luisvasquezcl
Posts: 1258
Joined: Thu Jul 31, 2008 3:23 am
Location: Chile
Contact:

Re: Improved interfaces / Mejora de interfaces

Post by luisvasquezcl »

Hola Claudio,
gracias a ti también por todos tus aportes.
ahora sólo falta hechar a volar la imaginación.
Saludos desde Chile,
Luis Vasquez.
User avatar
mustafa
Posts: 1158
Joined: Fri Mar 20, 2009 11:38 am
DBs Used: DBF
Location: Alicante - Spain
Contact:

Re: Improved interfaces / Mejora de interfaces

Post by mustafa »

Hola amigos:
Experimento sugestivo con Label----> Boton
Hace algún tiempo encontré un Sample del amigo Andrés González López
“andyglezl” como convertir Label's en potentes Botones. ->“Demo.rar”
http://hmgforum.com/viewtopic.php?f=12& ... 978#p22978" onclick="window.open(this.href);return false;" onclick="window.open(this.href);return false;

El Trabajo que les presento es una ampliación de Label - Boton y
combinado con “ BoxLetterShoW.ch” que en su Día publique en esta Web.
http://hmgforum.com/viewtopic.php?f=15&t=1389" onclick="window.open(this.href);return false;" onclick="window.open(this.href);return false;

Espero que les guste
Un saludo
Mustafa ;)

*------------------------------------------------------------------*
Hello friends:
Experiment with suggestive Label Button
Some time ago I found a friend Sample Andrés González López
“andyglezl” Label's like turning on powerful Buttons  “Demo.rar”
http://hmgforum.com/viewtopic.php?f=12&t=215&p=22978" onclick="window.open(this.href);return false;" onclick="window.open(this.href);return false; # p22978

The work I present is an extension Label -> Button and combined
with "BoxLetterShoW.ch" I published on this website.
http://hmgforum.com/viewtopic.php?f=15&t=1389" onclick="window.open(this.href);return false;" onclick="window.open(this.href);return false;

Hope you like
A greeting
Mustafa ;)
Attachments
Label_Button.zip
(1.79 MiB) Downloaded 467 times
screenshot.jpg
screenshot.jpg (139.68 KiB) Viewed 5256 times
User avatar
bpd2000
Posts: 1207
Joined: Sat Sep 10, 2011 4:07 am
Location: India

Re: Improved interfaces / Mejora de interfaces

Post by bpd2000 »

Excellent and color full Application Mustafa as usual
BPD
Convert Dream into Reality through HMG
User avatar
mustafa
Posts: 1158
Joined: Fri Mar 20, 2009 11:38 am
DBs Used: DBF
Location: Alicante - Spain
Contact:

Re: Improved interfaces / Mejora de interfaces

Post by mustafa »

Si quieren que el calendario les salga en Ingles
sustituyan estas líneas del código fuente "sample.prg"

REQUEST HB_LANG_EN
HB_SetCodePage('EN')
HB_LANGSELECT( 'EN' )

SET CENTURY ON
SET DATE FRENCH
SET DATE FORMAT TO 'dd/mm/yyyy'
SET EPOCH TO 2000
Set Language to English
SET ESCAPE ON
SET NAVIGATION EXTENDED
SET DELETED ON
SET BROWSESYNC ON

saludos
Mustafa :)

*------------------------------------------------------*

If you want to leave them in the English calendar
replace these lines of source code "sample.prg"

REQUEST HB_LANG_EN
HB_SetCodePage('EN')
HB_LANGSELECT( 'EN' )

SET CENTURY ON
SET DATE FRENCH
SET DATE FORMAT TO 'dd/mm/yyyy'
SET EPOCH TO 2000
Set Language to English
SET ESCAPE ON
SET NAVIGATION EXTENDED
SET DELETED ON
SET BROWSESYNC ON

regards
Mustafa :)
Attachments
Calendar_English.jpg
Calendar_English.jpg (17.41 KiB) Viewed 5250 times
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: Improved interfaces / Mejora de interfaces

Post by esgici »

Very good :)

Thank Mustafa :)

Viva HMG :D
Viva INTERNATIONAL HMG :D
User avatar
luisvasquezcl
Posts: 1258
Joined: Thu Jul 31, 2008 3:23 am
Location: Chile
Contact:

Re: Improved interfaces / Mejora de interfaces

Post by luisvasquezcl »

Hola Mustafa,
excelente trabajo, gracias por liberarlo.
saludos cordiales,
Luis Vasquez
Post Reply