Search found 160 matches

by johansamuelsson
Wed Feb 08, 2017 11:22 am
Forum: Suggestions and Requests
Topic: Workfile filter and order - by code
Replies: 1
Views: 4529

Re: Workfile filter and order - by code

Just a reminder, this should perhaps be a feature in Eviews 10, :)

Regards Johan
by johansamuelsson
Tue Feb 07, 2017 4:32 am
Forum: Programming
Topic: Series attributes
Replies: 1
Views: 2553

Re: Series attributes

For example if you have a series named "x"

Code: Select all

%tmp = x.@description
x.setattr(display name) {%tmp}


Regards Johan
by johansamuelsson
Tue Jan 10, 2017 12:07 am
Forum: Suggestions and Requests
Topic: Suggestions, add new object "smatrix"
Replies: 2
Views: 4579

Re: Suggestions, add new object "smatrix"

Hi I'm thinking that there are some powerful commands in "Matrix Procs" and "Matrix Data Members" that could be used in similar way in a "smatrix". Furthermore it should be easy to combine matrix, vectors and svectors in a "Smatrix", which would be helpful. To...
by johansamuelsson
Fri Dec 23, 2016 5:34 am
Forum: Suggestions and Requests
Topic: Suggestions, add new object "smatrix"
Replies: 2
Views: 4579

Suggestions, add new object "smatrix"

As string vector object, but string matrix object

Regards Johan
by johansamuelsson
Thu Dec 08, 2016 12:32 am
Forum: Programming
Topic: Graph - which line on top
Replies: 3
Views: 4379

Re: Graph - which line on top

Nice! Thanks MOG
by johansamuelsson
Tue Dec 06, 2016 12:44 am
Forum: Bug Reports
Topic: Position when adding text
Replies: 1
Views: 3153

Position when adding text

Hello I have problems with the position when adding text (.addtext) to a graphobject. In the example I put a title at the position "-0.38, -0.50" and a subtitle at the position "-0.38, -0.28" (and a line at the same postition to clarify). Although I enter the same x-position for ...
by johansamuelsson
Thu Nov 24, 2016 2:51 pm
Forum: Suggestions and Requests
Topic: Eviews 10 - Number of Grid Lines
Replies: 1
Views: 5398

Re: Eviews 10 - Number of Grid Lines

Hi I've been thinking about this with gridlines Somewhere in the code there should be a algorithm that determines the number of gridlines. Shouldn't it just be a if-statement somewhere that checks if the user has selected number of gridlines and use that number instead? Should be pretty straight on ...
by johansamuelsson
Fri Sep 30, 2016 7:44 am
Forum: Programming
Topic: From numbers to letters
Replies: 3
Views: 3474

Re: From numbers to letters

Use @chr

Code: Select all

For !i = 1 To 26
  %cl{!i} = @Chr(!i+64)
Next

table.setlines({%cl2}) +r


Regards Johan
by johansamuelsson
Mon Sep 19, 2016 7:52 am
Forum: Programming
Topic: Change alpha series truncation with code
Replies: 4
Views: 4113

Re: Change alpha series truncation with code

Yes, there may be a way

Code: Select all

%p1 = @Env("APPDATA")+"\Quantitative Micro Software\EViews\"
%p2 = %p1+"EViews32.ini"
SavePrgIni(file=%p2) [Options]"Alpha Truncate" 800
OptSet {%p1}


Regards Johan
by johansamuelsson
Wed Sep 07, 2016 9:18 pm
Forum: Suggestions and Requests
Topic: Eviews 10 - Number of Grid Lines
Replies: 1
Views: 5398

Eviews 10 - Number of Grid Lines

Just want to say hi and telling you that the question "Number of Grid Lines" is still relatively crucial for us, so mabey in version 10! :) See further http://forums.eviews.com/viewtopic.php?f=29&t=11413 and http://forums.eviews.com/viewtopic.php?f=8&t=8512 Regards Johan
by johansamuelsson
Mon Aug 29, 2016 1:20 am
Forum: Programming
Topic: Multiple paragraphs in @uiprompt
Replies: 2
Views: 3652

Re: Multiple paragraphs in @uiprompt

Code: Select all

%msg = "This is paragraph one (more text here)." + @Chr(13) + @Chr(13) + "This is paragraph two (more text here)."
@UiPrompt(%msg)


Regards Johan
by johansamuelsson
Wed Aug 24, 2016 5:28 am
Forum: Bug Reports
Topic: Last char truncated when storing/fetching string from Aremos database
Replies: 2
Views: 4202

Re: Last char truncated when storing/fetching string from Aremos database

Hi, a quick fix would be to put a space at the end of the string, ie

Code: Select all

string str = @wjoin(svec) + " "
by johansamuelsson
Tue Aug 23, 2016 7:37 am
Forum: Bug Reports
Topic: Missing first datelabel in graph
Replies: 1
Views: 2773

Missing first datelabel in graph

Hi When I using a sample between 0-10 the first datelabel is missing ("0"). If I change sampel to 1-11 then every datelabel is shown, se example below. Is this a bug? Regards Johan (Build Aug 11 2016) WfCreate u 0 11 Series x= @Rnorm Smpl 0 10 Graph g1.line x g1.datelabel interval(all) Smp...
by johansamuelsson
Sun Aug 14, 2016 8:48 am
Forum: Programming
Topic: Graph is crooped to much when saving in emf-format
Replies: 7
Views: 5706

Re: Graph is crooped to much when saving in emf-format

[emoji106]


Regards Johan
by johansamuelsson
Tue Jul 12, 2016 12:28 pm
Forum: Programming
Topic: Graph is crooped to much when saving in emf-format
Replies: 7
Views: 5706

Re: Graph is crooped to much when saving in emf-format

Hi Jason In my "Graphics Default" I have "Always label both" checked (under "Axes and Scales" / "Data axis"), that's probably why I get the right axis Byt if I unchecked "Always label both" and in my code includes tmp.setelem(2) axis(r) or tmp.axis d...

Go to advanced search