forums.silverfrost.com Forum Index forums.silverfrost.com
Welcome to the Silverfrost forums
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 65 matches
forums.silverfrost.com Forum Index
Author Message
  Topic: GET_DIB_BLOCK@ and 32-bit .bmp
johannes

Replies: 4
Views: 6539

PostForum: ClearWin+   Posted: Thu Jan 21, 2016 5:22 pm   Subject: GET_DIB_BLOCK@ and 32-bit .bmp
Hello forum,
DIB_Block routines can handle max 24-bit image files, isnt't it?

How to read 32-bit *.bmp images? Is there a way to transform 32 bit to 24 bit. Any other worksaround is welcome.
Joha ...
  Topic: How do refresh a simplepot graph with new data?
johannes

Replies: 16
Views: 18864

PostForum: ClearWin+   Posted: Sat Aug 15, 2015 5:43 pm   Subject:
Hi Eddie,
of course I don't know where to precisely place simpleplot_redraw@ but any compliation gives:

WARNING the following symbols are missing:
SIMPLEPLOT_REDRAW#

Did ...
  Topic: Linking Math Libray NSWC to a Fortran95 programme
johannes

Replies: 8
Views: 22959

PostForum: Suggestions   Posted: Fri Aug 14, 2015 8:00 pm   Subject:
Does anyone have a download link for the NSWC math library?
I can only find the pdf description.

johannes
  Topic: How do refresh a simplepot graph with new data?
johannes

Replies: 16
Views: 18864

PostForum: ClearWin+   Posted: Fri Aug 14, 2015 7:31 pm   Subject:
1. After I submitted the post I realized that I had to say what I mean by 'stop': at any time I want to be able to close the window and to abort the updating process.
I tried to add some more statem ...
  Topic: How do refresh a simplepot graph with new data?
johannes

Replies: 16
Views: 18864

PostForum: ClearWin+   Posted: Fri Aug 14, 2015 5:17 pm   Subject:
This code is doing, but I don't know how to stop properly if finish==1
Module data
integer,parameter :: n=10
real*8 :: x(n)=0., y(n)=0.
integer  ...
  Topic: How do refresh a simplepot graph with new data?
johannes

Replies: 16
Views: 18864

PostForum: ClearWin+   Posted: Fri Aug 14, 2015 4:04 pm   Subject:
post deleted
  Topic: How do refresh a simplepot graph with new data?
johannes

Replies: 16
Views: 18864

PostForum: ClearWin+   Posted: Fri Aug 14, 2015 10:13 am   Subject:
Hi Kenneth,
thanks for the code, but it didn't hit my question exactly:
I do not want to press [ok] to see the next graphs. They should appear automatically as long there are new data.
regards,
jo ...
  Topic: How do refresh a simplepot graph with new data?
johannes

Replies: 16
Views: 18864

PostForum: ClearWin+   Posted: Tue Aug 11, 2015 12:29 pm   Subject: How do refresh a simplepot graph with new data?
Hi all,
consider we create a x-y line plot with %pl and regularily new x and y values were available. The graph should refresh itself and show the latest data set.

When I code like this (I am not ...
  Topic: ALLOCATE: ISTAT=errorstate values?
johannes

Replies: 1
Views: 4381

PostForum: General   Posted: Tue Feb 17, 2015 10:22 am   Subject: ALLOCATE: ISTAT=errorstate values?
Hi,
I've been looking for possible error state values from ALLOCATE (..., ISTAT=ErrorState) in the online doc, but couldn't find a description if /=0.
Could you respond with a list of values and des ...
  Topic: Bringing a slice of a rank 3 into a rank 2 array
johannes

Replies: 13
Views: 13532

PostForum: General   Posted: Tue Oct 07, 2014 8:21 am   Subject:
Hi Paul,
did you want to say, that b2(:,Smile=b3(:,:,k) does not store b2 element by element, instead it is more or less like shifting some adress?
BR
johannes
  Topic: Bringing a slice of a rank 3 into a rank 2 array
johannes

Replies: 13
Views: 13532

PostForum: General   Posted: Mon Oct 06, 2014 3:22 pm   Subject:
Hi all,
accessing every array element costs time.

Isn't there any solution using pointers or so?
Like: ptr=>b3(1,1,k) ! pinting to the first element in the slice
and b2(1,1) = using th ...
  Topic: Bringing a slice of a rank 3 into a rank 2 array
johannes

Replies: 13
Views: 13532

PostForum: General   Posted: Fri Sep 26, 2014 2:00 pm   Subject:
b2 and b3 arrays are allocatable. No EQUIVALENCE allowed.

johannes
  Topic: Bringing a slice of a rank 3 into a rank 2 array
johannes

Replies: 13
Views: 13532

PostForum: General   Posted: Fri Sep 26, 2014 10:34 am   Subject:
Hi Eddie,
even back in times of f70 I never touched EQUIVALENCE. Shocked
Let my try later . IÄll come back
johannes
  Topic: Bringing a slice of a rank 3 into a rank 2 array
johannes

Replies: 13
Views: 13532

PostForum: General   Posted: Fri Sep 26, 2014 9:30 am   Subject: Bringing a slice of a rank 3 into a rank 2 array
Hi all,
could anyone give a clue how accelerate this primitive loop by means of advanced f90 capabilities?

k=...
FORALL (i=1:n,j=1:n)
b2(i,j)= ...
  Topic: How to create a png file from array data?
johannes

Replies: 22
Views: 19082

PostForum: ClearWin+   Posted: Fri Aug 29, 2014 8:02 am   Subject: png settings?
Additional question:
Can we somehow set parameters to modify the .png output, like setting an alpha value (Transparency) or b/w vs. color output?
BR
Johannes
 
Page 1 of 5 Goto page 1, 2, 3, 4, 5  Next
All times are GMT + 1 Hour
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group