Search found 540 matches

by tvonbrasch
Sun Sep 04, 2022 7:48 am
Forum: Programming
Topic: Programmatically check if the panes and tabs view is activated?
Replies: 2
Views: 1706

Programmatically check if the panes and tabs view is activated?

Hi,

Is there a way to programmatically check if the panes and tabs view is activated? (eg @panesandtabs which returns 1 if it is activated)

If not, can you please add it?
t
by tvonbrasch
Fri Jul 08, 2022 6:01 am
Forum: Programming
Topic: create object that activates a command when being opened/clicked on
Replies: 19
Views: 5566

create object that activates a command when being opened/clicked on

Hi, Is it possible to create an object that activates a command when being opened/clicked on? We have made some addins and in those addins, the user may type the command: addinname ? and then a PDF documentation for that add-in is opened: 'open help file if @upper(%0)="HELP" or %0="?&...
by tvonbrasch
Thu Jun 30, 2022 11:11 pm
Forum: Programming
Topic: period in a given frequency
Replies: 4
Views: 2323

Re: period in a given frequency

great, thanks!
by tvonbrasch
Thu Jun 30, 2022 6:36 am
Forum: Programming
Topic: period in a given frequency
Replies: 4
Views: 2323

Re: period in a given frequency

Hi, I am interested in the week number, month or quarter of the first observation in the current smpl. for example, in the following I want the scalar !startf to show the number 3 at all frequencies: for %f q m w wfcreate(wf=1) {%f} 2015 2025 smpl 2020:3 2020 %tmp = @otods(1) %startf=@mid(%tmp, 6) !...
by tvonbrasch
Wed Jun 29, 2022 8:01 am
Forum: Programming
Topic: period in a given frequency
Replies: 4
Views: 2323

period in a given frequency

Hi, How can I find the start-period that is used in the current sample? For example, when using the commands smpl 2020:3 2020 on a dated workfile on a quarterly, monthly, weekly, or daily frequency, I want to fetch the period "3" of that current sample. How can I do this in a robust way? I...
by tvonbrasch
Mon May 30, 2022 11:27 pm
Forum: Bug Reports
Topic: EViews help menu makes EViews close ....
Replies: 1
Views: 1507

EViews help menu makes EViews close ....

Hi, When using this Help file, help 1.png help 2.png EViews often crash. If I open the help file from outside EViews, the help menu often closes unexpectedly. This happens not only for me but for my colleagues as well. Is this a bug in EViews? Is there a setting we can adjust so that it does not hap...
by tvonbrasch
Sun May 29, 2022 3:12 am
Forum: Bug Reports
Topic: Flickering picture
Replies: 0
Views: 5434

Flickering picture

Hi, when showing a graph using the following command within an add-in: show(max) {%ohgraph} I get a flickering picture. It is only flickering for a millisecond, but still. If I use the commands: show(max) {%ohgraph} show {%ohgraph} however, the graph object pops up without any flickering. Not a big ...
by tvonbrasch
Fri Jan 07, 2022 12:03 pm
Forum: Models
Topic: FLIPTYPE
Replies: 8
Views: 21561

Re: FLIPTYPE

embarrassing :lol:

thanks!
t
by tvonbrasch
Thu Jan 06, 2022 1:47 am
Forum: Models
Topic: FLIPTYPE
Replies: 8
Views: 21561

Re: FLIPTYPE

Hi Matt, Thanks again for your response :-). However, the problem with that approach is that the string in the msg window with the dropped add factor series is cut: 2022-01-05 09_14_18-EViews.png All the dropped add factor series can thus not be fetched from the msg window. I encountered this proble...
by tvonbrasch
Wed Jan 05, 2022 1:10 am
Forum: Models
Topic: FLIPTYPE
Replies: 8
Views: 21561

Re: FLIPTYPE

Great, thanks for your feedback, Matt. However, the code is not robust to other equation specifications. For example consider the specification: D(x!i , 0 , 4) - y!i+0.0101545333066 + C__2K6000 * (LOG(PC00 / PC66) - LOG(PC00(-4) / PC66(-4))) + C__2K6003 * (LOG(PC02 / PC66) - LOG(PC02(-4) / PC66(-4))...
by tvonbrasch
Thu Dec 30, 2021 4:05 am
Forum: Models
Topic: FLIPTYPE
Replies: 8
Views: 21561

Re: FLIPTYPE

Hi Matt, This is great, thanks! Another quick question: I am looking for a string of all endogenous variables which equation has been changed using the fliptype command. Consider the example: 2021-12-30 12_00_40-EViews.png I am looking for the string: "CP66 CP64 C66 CW64". Is there a cleve...
by tvonbrasch
Sat Dec 25, 2021 11:34 pm
Forum: Suggestions and Requests
Topic: List of features to include in EViews 13
Replies: 0
Views: 23829

List of features to include in EViews 13

Hi Here is an update of the post ( http://forums.eviews.com/viewtopic.php?f=8&t=18469 ) and a list of features (in prioritised order) I hope you can add to Eviews 13: - Improve window behaviour It would be great if one could fix the windows in EViews so that certain program files were in say one...
by tvonbrasch
Sat Dec 25, 2021 7:22 am
Forum: Models
Topic: FLIPTYPE
Replies: 8
Views: 21561

FLIPTYPE

Hi, Is there a way of fetching the variables that have been made exogenous when using the FLIPTYPE command? It would be great if you could add a string function to retrieve that info. For now, I have been trying to make a program that retrieves this information from the msg-window after having used ...

Go to advanced search