Re: VDC question

Alain Siverly <[email protected]>
Newsgroups gmane.comp.lang.4gl.aubit.general
Message-ID <[email protected]>
Hi,

in order to build a flexible menu (examples):

1) on display or input arrays using function keys:

BEFORE DISPLAY

--!CALL fgl_dialog_setkeylabel("f4",
"My_Menu_Button") (sets the name of a function key button)

...

AFTER FIELD some_field

IF some_condition

THEN CALL fgl_dialog_setkeylabel("f11",
"") (the button disappears. this way also the name of the
button can be changed)

END IF

2) on ring menus:

MENU "My_flexible_menu"

BEFORE MENU

IF NOT my_function()

THEN HIDE OPTION "this_button"

ELSE SHOW OPTION "another_option"

END IF

3) ring menus, another one:

MENU "My_flexible_menu"

COMMAND "1"

MENU "When I choose 1"

COMMAND "Some new option"

CALL do_something()

EXIT MENU

END MENU

END MENU

Does it helps?

Saludos

Alain

Am 15.05.14 16:34, schrieb Carlos Alberto Correa Fayad:

Alain,
Muchas Gracias por tu respuesta.

Una ultima pregunta, si me lo permites

Mi objetivo es desplegar un menu con opciones para el cliente
por ejemplo

Menu Principal

--------------------------------------

| 1. Hamburguesa Pollo |

| 2. Hamburguesa Carne |

---------------------------------------

| Opcion : 2 |

---------------------------------------

Al digitar opcion dos le puedo proponer

----------------------------------------

| 1. Con Queso |

| 2. Sin Queso |

---------------------------------------

| Opcion : 1 |

---------------------------------------

Como puedo generar menus dinamicos, que muestre opciones de
acuerdo al producto seleccionado.

Muchas gracias por tu tiempo

Un saludo

-----
Original Message -----

From:
Alain Siverly

Sent:
05/15/14 01:25 AM

To:
Carlos Alberto Correa Fayad

Subject:
Re: VDC question

Hello Carlos,

in principle you can do things like in the attached
screen shot, whereby the "buttons" are placed as a
column in the right frame. To change the right frame in
the way that buttons could be placed like in your screen
shot needs a change in the VDC itself.

You device should also run on
Linux/MacOS/Windows/Android/IOS at the moment (Win-RT is
comming later).

En principio tu puedes hacer cosas como en lo adjuntado,
solo que los botones estas puestos uno sobre otro. Para
cambiar el frame a la derecha y poder poner los botones
como en tu figura se necesitaría hacer cambios en el
VDC.

Otra condicion es que tu computador trabaje en
Linux/MacOS/Windows/Android/IOS en este momento. Despues
queremos ofrecer Win-RT tambien.

Saludos

Alain

VENTAS AG

Am 14.05.14 17:47, schrieb Carlos Alberto Correa Fayad:

Hi, Alain

Sorry, for this mail, is possible one question in spanish, my
Englisch is very bad.

Con el cliente VDC, es posible desarrollar una interfase de usuario para un programa de punto de venta POS, tipo MICROS.

O sea con monitor Touchscreen

Is possible, this interfase user in VDC

Muchas Gracias

Cheers

Carlos Correa

------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs

_______________________________________________
Aubit4gl-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/aubit4gl-discuss
(unnamed) (image/jpeg, 43.1 KB) - not displayed
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.