Edit Extended / Edit WorkArea - ABM / ABM2

Topic Specific Tutorials and Tips.

Moderator: Rathinagiri

User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

Re: Edit Extended

Post by Pablo César »

Puedes mostrarnos el comienzo de tu programa, es decir parte (no precisa todo), solo para hechar una mirada...

ahhh decime, los botones que viene en tu EDIT EXTENDED, son de HMG o no ?

---

Could post part of your code, please ?

Tell me something else, buttons displayed from EDIT EXTEND are the same of HMG or not ?
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
Gustavo Romo
Posts: 29
Joined: Mon Feb 04, 2013 8:39 pm
Location: MEXICO
Contact:

Re: Edit Extended

Post by Gustavo Romo »

My initial code is


*************************----
#include 'miniGUI.ch'


ANNOUNCE RDDSYS
INIT PROCEDURE RDDINIT
REQUEST DBFCDX , DBFFPT
RDDSETDEFAULT('DBFCDX')
SET EXCLUSIVE OFF
SET DELETE ON
SET DATE BRITISH
SET EPOCH TO 1964
SET BROWSESYNC ON
SET NAVIGATION EXTENDED

REQUEST HB_LANG_ES
SET LANGUAGE TO SPANISH
InitMessages( "ES" )
HB_LANGSELECT( "ES" )

set defaul to \ceu\datos

USE \CEU\SISTEMA\CEU VIA "DBFCDX" NEW
SET PATH TO ALLTRIM(CEU->PDATOS)
.
.
.
.
DEFINE POPUP "Catalogos"
ITEM 'Maestros' ACTION EditaMaestro() IMAGE "C:\VUDL\ICONS\Catalogo.BMP"
.
.
*.********************************
Catalogo.prg

Procedure EditaMaestro()

USE MAESTRO VIA "DBFCDX" INDEX MAESTRO NEW
EDIT WORKAREA MAESTRO
CLOSE MAESTRO

Return Nil
*****************************************************************************
no se como copiar la imagen del programa, pero son los mismos botones que HMG

.
Attachments
imagenhmg.png
imagenhmg.png (40.25 KiB) Viewed 4435 times
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

Re: Edit Extended

Post by Pablo César »

Remueva ese: HB_LANGSELECT( "ES" ) y recompila.

Please comment HB_LANGSELECT( "ES" ) and rebuild it.
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
Gustavo Romo
Posts: 29
Joined: Mon Feb 04, 2013 8:39 pm
Location: MEXICO
Contact:

Re: Edit Extended

Post by Gustavo Romo »

remain the problem
permanece el problema

pero puedes ver en la imagen que los botones vienen en español, interesante no, solo afecta EDIT interesante no?


You can see in the image, EDIT FUNCTION still in English, msginfo in spanish
Attachments
HMG2.png
HMG2.png (54.12 KiB) Viewed 4427 times
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

Re: Edit Extended

Post by Pablo César »

Ops pensé que era EDIT EXTENDED... es solo EDIT ?

Ahhh no hé hecho ningun test de lenguage, todavia...

---

Ops EXTENDED EDIT I thought it was ... is only EDIT?

Ahhh hé not made ​​any language test, yet ...
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

Re: Edit Extended

Post by Pablo César »

Para mi tanto en HMG como en Minigui Extended, me funciona bien en español.
Cual serian las versiones de HMG y Minigui Extended ? Talvez sea ai el problema.

---

For me both as MiniGUI Extended HMG I works well in Spanish.
What would be the versions of HMG and MiniGUI Extended? Maybe the problem is ai.
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
Gustavo Romo
Posts: 29
Joined: Mon Feb 04, 2013 8:39 pm
Location: MEXICO
Contact:

Re: Edit Extended

Post by Gustavo Romo »

just for example purpose send to you EDIT EXTENDED
Attachments
HMG3.png
HMG3.png (73.42 KiB) Viewed 4424 times
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

Edit Extended

Post by Pablo César »

Eses son los botones de Minigui Extended, no de HMG. El problema debe estar en Minigui Extended. Talvez la version... fijate !

That is the MiniGUI Extended buttons and not of HMG. The problem must be in MiniGUI Extended. Perhaps the version ... Look up !
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
User avatar
tonton2
Posts: 444
Joined: Sat Jun 29, 2013 1:26 pm
Location: Algerie
Contact:

Re: edit extended

Post by tonton2 »

Bonsoir comment rendre l'interface de EDIT-Extended en francais merci d'avance pour vos reponses
Hi how to make the interface EDIT-Extended in french thank you in advance for your answers
L'Algerie vous salut
Y.TABET
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

Re: edit extended

Post by Pablo César »

tonton2 wrote:Bonsoir comment rendre l'interface de EDIT-Extended en francais merci d'avance pour vos reponses
Hi how to make the interface EDIT-Extended in french thank you in advance for your answers
Please read this: http://hmgforum.com/viewtopic.php?p=27009#p27009
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
Post Reply