Author |
Message |
Topic: Font Picker dialog |
PaulLaidler
Replies: 9
Views: 1479
|
Forum: ClearWin+ Posted: Wed Jan 22, 2025 5:13 pm Subject: |
New options winapp
program main
use clrwin
integer,parameter::N=16
character(10)::items(N)
integer cItem,colors(N)
cItem = 1
items = ["Bla ... |
Topic: Problem with ftn95 v 9.05 |
PaulLaidler
Replies: 25
Views: 4394
|
Forum: Support Posted: Tue Jan 21, 2025 12:51 pm Subject: |
We are still working on this issue which concerns a change in the WOW Windows 11 operating system at version 24H2. (For me in the UK, automatic Windows updates for 23H2 do not currently use 24H2.)
... |
Topic: Font Picker dialog |
PaulLaidler
Replies: 9
Views: 1479
|
Forum: ClearWin+ Posted: Tue Jan 21, 2025 11:21 am Subject: |
Bill
In order to make full use of the new options you will need interfaces to some new functions and subroutines; this means new include or mod files for ClearWin+. I may be able to provide an int ... |
Topic: TIOBE index top 20: re-emergence of Fortran |
PaulLaidler
Replies: 26
Views: 22781
|
Forum: General Posted: Mon Jan 20, 2025 11:17 am Subject: |
John
LOCAL etc. has been added for DO CONCURRENT so that FTN95 no longer faults on the use of these attributes.
There is also some experimental work ongoing in order to investigate the potential ... |
Topic: Font Picker dialog |
PaulLaidler
Replies: 9
Views: 1479
|
Forum: ClearWin+ Posted: Mon Jan 20, 2025 10:41 am Subject: |
New options [font_pitch=p] and/or [font_set=s] have been added for listboxes and dropdown lists (%ls, %`ls and %el). These automatically populate a list with the names of available fonts.
p has the ... |
Topic: Avoiding flicker with rapid %pl updates |
PaulLaidler
Replies: 10
Views: 707
|
Forum: ClearWin+ Posted: Mon Jan 20, 2025 10:35 am Subject: |
A new option %pl[buffered] has now been added for the next release of ClearWin+.
Thank you for the feedback that triggered this enhancement. |
Topic: Avoiding flicker with rapid %pl updates |
PaulLaidler
Replies: 10
Views: 707
|
Forum: ClearWin+ Posted: Fri Jan 17, 2025 2:49 pm Subject: |
Ken
Sorry to take you on a wild goose chase. I think you are right. These alternatives don't work in this context. |
Topic: Avoiding flicker with rapid %pl updates |
PaulLaidler
Replies: 10
Views: 707
|
Forum: ClearWin+ Posted: Fri Jan 17, 2025 8:31 am Subject: |
Thank you for this helpful feedback.
Here are two possible alternative approaches that could be explored.
1) The subroutines FREEZE_WINDOW_CONTENTS@(hwnd) and UNFREEZE_WINDOW_CONTENTS@(hwnd) mig ... |
Topic: Error 967 |
PaulLaidler
Replies: 1
Views: 760
|
Forum: Support Posted: Mon Jan 13, 2025 8:15 am Subject: |
Ken
Thank you for the valued feedback.
This false error report has now be fixed for the next release of FTN95.
In the mean time, a work-around is to use /ignore 967 when using /undef in this cont ... |
Topic: error 474 - Invalid expression in array constructor |
PaulLaidler
Replies: 1
Views: 344
|
Forum: Support Posted: Thu Jan 09, 2025 8:17 am Subject: |
Ken
Thank you for the feedback. This looks like a bug that needs fixing. |
Topic: Font Picker dialog |
PaulLaidler
Replies: 9
Views: 1479
|
Forum: ClearWin+ Posted: Wed Jan 08, 2025 10:05 am Subject: |
Dan
Thank you for this very useful sample program.
I will keep it (in a simplified form) for future reference.
Here is a copy...
winapp
use clrwin
real*8 FontSize
... |
Topic: shiftr and shiftl |
PaulLaidler
Replies: 2
Views: 553
|
Forum: Suggestions Posted: Tue Jan 07, 2025 4:00 pm Subject: |
shiftl,shiftr and shifta have now been added for Win32 and x64.
These will be in the next release of FTN95 and the associated DLLs. |
Topic: PRODUCT(A) when SIZE(A) = 0 |
PaulLaidler
Replies: 1
Views: 1530
|
Forum: 64-bit Posted: Sun Jan 05, 2025 7:58 am Subject: |
Ken
Thank you for the bug report which I have logged for investigation. |
Topic: Factorial |
PaulLaidler
Replies: 6
Views: 1566
|
Forum: Suggestions Posted: Sun Jan 05, 2025 7:51 am Subject: |
Lester
Is there a function like this in the Fortran Standard?
Our focus with respect to development has to be on conforming to the lastest standards. |
Topic: shiftr and shiftl |
PaulLaidler
Replies: 2
Views: 553
|
Forum: Suggestions Posted: Fri Jan 03, 2025 9:12 am Subject: |
Thanks Ken. I will add these to the task list. |
|