Author |
Message |
Topic: %th[ms_style] with read-only controls |
PaulLaidler
Replies: 6
Views: 203
|
Forum: ClearWin+ Posted: Thu Feb 02, 2023 10:54 am Subject: |
The failure when using Microsoft tooltips has now been identified and fixed so [ms_style] tooltips will be available for read-only controls.
The new enhancements for native and ms_style tooltips wi ... |
Topic: %th[ms_style] with read-only controls |
PaulLaidler
Replies: 6
Views: 203
|
Forum: ClearWin+ Posted: Wed Feb 01, 2023 4:22 pm Subject: |
Ralf
Although the Microsoft documentation says that a read-only control can have a tooltip (by using its bounding rectangle rather than its HWND) I have not been able to get this to work for 64 bit ... |
Topic: Lbound with derived-type arrays |
PaulLaidler
Replies: 5
Views: 83
|
Forum: Support Posted: Wed Feb 01, 2023 3:59 pm Subject: |
The colon usually denotes an array section, a sub-array which is a copy of part of the whole. Presumably the copy can be of the whole but is a different object with, in this context, different propert ... |
Topic: Lbound with derived-type arrays |
PaulLaidler
Replies: 5
Views: 83
|
Forum: Support Posted: Wed Feb 01, 2023 7:45 am Subject: |
Use the whole array...
Print*, lbound(at(1)%i), ubound(at(1)%i)
|
Topic: Strange effect of unused subroutines on results |
PaulLaidler
Replies: 4
Views: 585
|
Forum: 64-bit Posted: Mon Jan 30, 2023 1:16 pm Subject: |
This failure has been fixed for the next release of FTN95. It relates to 64 bits, CHECK mode and the use of EQUIVALANCE within subroutines in a CONTAINS section. |
Topic: Formatted read with A format converts tabs to spaces |
PaulLaidler
Replies: 4
Views: 187
|
Forum: Support Posted: Mon Jan 30, 2023 1:10 pm Subject: |
Thankyou mecej4 for the feedback and John for the information.
I have made changes to the help information to make it easier to get to the relevant topic. |
Topic: %th[ms_style] with read-only controls |
PaulLaidler
Replies: 6
Views: 203
|
Forum: ClearWin+ Posted: Fri Jan 27, 2023 9:19 am Subject: |
Ralf
I have had a look at this and this feature is not currently available in ClearWin+ but could be added.
I will add this to the list as a request for a new feature. |
Topic: Array lost in derived type |
PaulLaidler
Replies: 11
Views: 833
|
Forum: Support Posted: Wed Jan 25, 2023 7:41 pm Subject: |
This bug has now been fixed for the next release of FTN95. |
Topic: %th[ms_style] with read-only controls |
PaulLaidler
Replies: 6
Views: 203
|
Forum: ClearWin+ Posted: Wed Jan 25, 2023 6:18 pm Subject: |
Ralf
If you are using recent DLLs for the ClearWin+ library you will get the option to continue and ignore the error.
If you have this option and are able to continue, do tooltips appear for the ... |
Topic: Alternative for New_Page@ |
PaulLaidler
Replies: 1
Views: 93
|
Forum: ClearWin+ Posted: Wed Jan 25, 2023 3:39 pm Subject: |
The internal name is __win_new_page and access could be provided via CLEARWIN.ins (or its module). It might need an alternative Fortran alias (other than NEW_PAGE@) for when DBOS.ins is used with CLEA ... |
Topic: Find current directory |
PaulLaidler
Replies: 11
Views: 261
|
Forum: Support Posted: Wed Jan 25, 2023 8:48 am Subject: |
Ken
In your version CURDIR@() appears on the RHS of an assignment within the function that is currently being compiled. This is enought information for it to assume that it must be an external func ... |
Topic: Find current directory |
PaulLaidler
Replies: 11
Views: 261
|
Forum: Support Posted: Tue Jan 24, 2023 3:52 pm Subject: |
The compiler needs to be informed that CURDIR@ is an external function.
character*256,external::CURDIR@ |
Topic: Resource not found message |
PaulLaidler
Replies: 11
Views: 327
|
Forum: ClearWin+ Posted: Sat Jan 21, 2023 3:35 pm Subject: |
SRC is an adaptation of the C++ compiler SCC so the strings are C strings and the backslash is an escape character.
Code written for a Fortran compiler uses Fortran CHARACTER variables and literal ... |
Topic: Resource not found message |
PaulLaidler
Replies: 11
Views: 327
|
Forum: ClearWin+ Posted: Fri Jan 20, 2023 11:52 am Subject: |
I am not sure but for 64 bit applications the RESOURCES directive only works when using /LINK or /LGO on the command line. |
Topic: GET_GSTORAGE@ doesn't always work? |
PaulLaidler
Replies: 52
Views: 1670
|
Forum: Support Posted: Tue Jan 17, 2023 7:09 pm Subject: |
Kenny
If you have a short working program that illustrates a false error report then please send it to us so that we can fix it. |
|