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 50 matches
forums.silverfrost.com Forum Index
Author Message
  Topic: MAXVAL with /check-option
Ralf

Replies: 4
Views: 266

PostForum: 64-bit   Posted: Wed Feb 28, 2024 10:59 am   Subject:
I am sorry, I posted the wrng version of the example.
relplace the maxval command with:

r_maxval = maxval(real_array(1:n_points(i),i))
  Topic: MAXVAL with /check-option
Ralf

Replies: 4
Views: 266

PostForum: 64-bit   Posted: Wed Feb 28, 2024 10:54 am   Subject:
Version 9.00.0
I compile the example with:
ftn95 /check /64 testmaxval.f95 /link
  Topic: MAXVAL with /check-option
Ralf

Replies: 4
Views: 266

PostForum: 64-bit   Posted: Wed Feb 28, 2024 9:56 am   Subject: MAXVAL with /check-option
I got an 'Access-Violation' error with MAXVAL ( or MINVAL) when I compile my code with the /check option (only 64bit). See the following example:

program Test_maxval
integer*4, ...
  Topic: GET_MULTIPLE_FILENAMES@ with ftn95 v9.0
Ralf

Replies: 2
Views: 551

PostForum: 64-bit   Posted: Fri Jan 19, 2024 3:21 pm   Subject: GET_MULTIPLE_FILENAMES@ with ftn95 v9.0
The function GET_MULTIPLE_FILENAMES@ returns always true, regardless if there are more files selected or not.
This problem does not appear with 32bit compilation nor with ftn95 release 8.95.
It can ...
  Topic: %th[ms_style] with read-only controls
Ralf

Replies: 8
Views: 8073

PostForum: ClearWin+   Posted: Mon Mar 06, 2023 9:11 am   Subject:
Paul
The tooltips seem to have still some issues with
module param
integer(kind=7) :: handle
real*8 :: var1, var2
end module param

program test_th
use param

i ...
  Topic: Initializing an allocatable character array
Ralf

Replies: 9
Views: 9905

PostForum: Support   Posted: Mon Feb 13, 2023 7:44 pm   Subject: Initializing an allocatable character array
With the new compiler version 8.95 I ran into problems with initializing character-arrays without specifying the array bounds.
See the following example:
MODULE module_string_array
cha ...
  Topic: %th[ms_style] with read-only controls
Ralf

Replies: 8
Views: 8073

PostForum: ClearWin+   Posted: Wed Feb 01, 2023 5:05 pm   Subject:
Thanks Paul,

this is a great help for me, since more and more users are using 4k-screens.

Ralf
  Topic: %th[ms_style] with read-only controls
Ralf

Replies: 8
Views: 8073

PostForum: ClearWin+   Posted: Thu Jan 26, 2023 10:42 am   Subject:
Thanks for the reply, Paul
Yes, I get the option to continue and ignore the error, but the tooltips of the read only controls don't appear.
Here is a simple example:

program test_th

integer & ...
  Topic: %th[ms_style] with read-only controls
Ralf

Replies: 8
Views: 8073

PostForum: ClearWin+   Posted: Wed Jan 25, 2023 5:26 pm   Subject: %th[ms_style] with read-only controls
I want to use %th with the new scaling option (which implies the ms_style option), but I get a Clearwin+-Error: "Read-only controls can't have ms_style tooltips."
Is there a way to avoid th ...
  Topic: width of list box
Ralf

Replies: 6
Views: 4493

PostForum: ClearWin+   Posted: Thu Mar 18, 2021 12:06 pm   Subject:
Paul,

thanks for the bugfix, this solves the main issue with the comboboxin my application. Nevertheless I would like to see, if the fix of the second issue improves the usage of the combobox.
Do ...
  Topic: width of list box
Ralf

Replies: 6
Views: 4493

PostForum: ClearWin+   Posted: Mon Mar 15, 2021 10:53 am   Subject:
Paul,

I still get the same results.
But I am not sure, if I updated the compiler correctly. I copied the new dlls into my FTN95 folder. Is it correct, that the prompted compiler version is still ...
  Topic: width of list box
Ralf

Replies: 6
Views: 4493

PostForum: ClearWin+   Posted: Mon Mar 15, 2021 7:56 am   Subject: width of list box
With the latest compiler version (8.70) I have the following problem with %`ls list boxes with drop down combo box:
If at least one of the entries in the character-array exceeds the predefined width ...
  Topic: update of owner draw graphics box %dw
Ralf

Replies: 2
Views: 4532

PostForum: ClearWin+   Posted: Wed Oct 23, 2019 8:59 am   Subject: update of owner draw graphics box %dw
I have a problem to update the content of a owner draw graphic box.
Up to compiler release 7.xx it was possible to update the box with
call window_update@ (my_dc)
See the following Example ...
  Topic: list view control with icon list
Ralf

Replies: 9
Views: 7973

PostForum: 64-bit   Posted: Fri Apr 12, 2019 7:16 am   Subject:
Paul,

I am sorry, but unfortunately this is not possible. Our code (a FE pre-and postprocessor) is a quite complex program with more than 200000 lines of code and the problem occurs only with quite ...
  Topic: list view control with icon list
Ralf

Replies: 9
Views: 7973

PostForum: 64-bit   Posted: Thu Apr 11, 2019 4:21 pm   Subject:
Paul,

I was afraid of that. Unfortunately I am not able to reproduce this intended, which makes it probably impossible to solve. The only additional information that I can provide is part of the co ...
 
Page 1 of 4 Goto page 1, 2, 3, 4  Next
All times are GMT + 1 Hour
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group