Page 1 of 1
create a menu
Posted: Mon Jul 30, 2012 11:00 am
by Nau2306
Is it possinle to creat a menu in eviews?
Like for example, I am trying to write a programme such that the user has N possible choice, say N=4. Upon execution of the programme, the latter is asked for a choice so that entering number 1 will execute choice 1, number 2 executes choice 2 and so on.
Thanks
Re: create a menu
Posted: Mon Jul 30, 2012 11:49 am
by EViews Glenn
From the online help system
EViews offers the ability to construct several types of user-interface controls, or dialogs, within your program. These dialogs permit users to input variables or set options during the running of the program, and allow you to to pass information back to users.
There are five different functions that create dialogs in EViews:
@uiprompt - creates a prompt control, which displays a message to the user.
@uiedit - creates an edit control, which lets users input text.
@uilist - creates a list control, which lets users select from a list of choices.
@uiradio - creates a set of radio controls, which lets users select from a set of choices.
@uidialog - creates a dialog which contains a mixture of other controls.
Re: create a menu
Posted: Thu Aug 09, 2012 5:44 am
by Nau2306
Can these functions be used in eviews 6?
Re: create a menu
Posted: Thu Aug 09, 2012 6:16 am
by trubador
Unfortunately no, you'll need EViews 7 for these features.