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 36 matches
forums.silverfrost.com Forum Index
Author Message
  Topic: display_dib_block@ return codes
rudnei

Replies: 2
Views: 150

PostForum: ClearWin+   Posted: Thu Apr 11, 2024 5:43 pm   Subject:
Many thanks!
  Topic: display_dib_block@ return codes
rudnei

Replies: 2
Views: 150

PostForum: ClearWin+   Posted: Thu Apr 11, 2024 3:12 pm   Subject: display_dib_block@ return codes
Hi,
Is there a list of the return codes given by display_dib_block@, with the description of their meanings?
Thank you for your help!
  Topic: Problem with file name in GET_DIB_INFO@ and GET_DIB_BLOCK@
rudnei

Replies: 5
Views: 6326

PostForum: ClearWin+   Posted: Fri Oct 29, 2021 8:13 pm   Subject:
Dear Paul,
Many thanks, tested and it works!
Cheers
Rudnei
  Topic: Problem with file name in GET_DIB_INFO@ and GET_DIB_BLOCK@
rudnei

Replies: 5
Views: 6326

PostForum: ClearWin+   Posted: Fri Oct 29, 2021 12:15 pm   Subject:
Dear Paul,

Sure, here it is.

[img]https://drive.google.com/file/d/1y_7llieOQXM3Tg1qAnFtFvTr5DLaLMgV/view?usp=sharing[/img]

[img]https://drive.google.com/file/d/1llheehFRn8qYGOn5uudMTub6ibpa7 ...
  Topic: Problem with file name in GET_DIB_INFO@ and GET_DIB_BLOCK@
rudnei

Replies: 5
Views: 6326

PostForum: ClearWin+   Posted: Thu Oct 28, 2021 10:36 pm   Subject: Problem with file name in GET_DIB_INFO@ and GET_DIB_BLOCK@
Hi,
I am trying to open a file that has its name starting with a digit; both functions fail. If I add a letter to the beginning of the name, they work.
Is there any workaround this? I can't change t ...
  Topic: Resizing different %gr areas in the same window
rudnei

Replies: 45
Views: 34632

PostForum: ClearWin+   Posted: Wed Apr 25, 2018 1:20 am   Subject:
Many thanks for your help!
  Topic: Resizing different %gr areas in the same window
rudnei

Replies: 45
Views: 34632

PostForum: ClearWin+   Posted: Mon Apr 16, 2018 7:03 pm   Subject:
Thanks for your help!
  Topic: Resizing different %gr areas in the same window
rudnei

Replies: 45
Views: 34632

PostForum: ClearWin+   Posted: Mon Apr 16, 2018 12:03 am   Subject:
Hi John,

I have modified the code supplied in the aforementioned topic; however, the window captioned "Simulation" is not resizable... any ideas on how to do it?

Cheers
Rudnei

wina ...
  Topic: Resizing different %gr areas in the same window
rudnei

Replies: 45
Views: 34632

PostForum: ClearWin+   Posted: Sun Apr 15, 2018 1:11 am   Subject:
Dear John,
I have been looking into the last code provided in the topic you mentioned.

Looks like it will do the trick; I'll try with my application and get back to you.

Cheers!
Rudnei
  Topic: Wrong behaviour of ISHFT
rudnei

Replies: 5
Views: 6736

PostForum: Support   Posted: Fri Apr 13, 2018 2:26 pm   Subject:
Dear Paul,
Many thanks.
Cheers
Rudnei
  Topic: Wrong behaviour of ISHFT
rudnei

Replies: 5
Views: 6736

PostForum: Support   Posted: Thu Apr 12, 2018 8:20 pm   Subject:
I have just found out that

n_double=ishft(20,1)
n_half=ishft(20,-1)
print *,n_double,n_half ! error: prints 40 and 0 (!!)

also fails...
  Topic: Wrong behaviour of ISHFT
rudnei

Replies: 5
Views: 6736

PostForum: Support   Posted: Thu Apr 12, 2018 7:17 pm   Subject: Wrong behaviour of ISHFT
Hi,
I found today that ISHFTing bits to the right does not give the right answer when the first argument is a PARAMETER, as per the following program:

program test_ishft
implicit none
integer, p ...
  Topic: Resizing different %gr areas in the same window
rudnei

Replies: 45
Views: 34632

PostForum: ClearWin+   Posted: Wed Apr 11, 2018 10:53 pm   Subject:
Dear John,

Thanks for your reply. Indeed this sample have some side-effects from trimming the actual code, as you have pointed out; item 1 specifically I have no idea at all since the only control ...
  Topic: Resizing different %gr areas in the same window
rudnei

Replies: 45
Views: 34632

PostForum: ClearWin+   Posted: Tue Apr 10, 2018 9:21 pm   Subject:
and part 4...


subroutine draw_rgb_circles()
use defs
implicit none
include <windows.ins>
type(vet2) :: centre
integer :: radius
rslt=select_graphic ...
  Topic: Resizing different %gr areas in the same window
rudnei

Replies: 45
Views: 34632

PostForum: ClearWin+   Posted: Tue Apr 10, 2018 9:20 pm   Subject:
and part 3...


integer function mouse_control()
use defs
implicit none
include <windows.ins>
type(viewport) :: selection,window
type(vet2), save : ...
 
Page 1 of 3 Goto page 1, 2, 3  Next
All times are GMT + 1 Hour
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group