Author |
Message |
Topic: Font Picker dialog |
wahorger
Replies: 5
Views: 1073
|
Forum: ClearWin+ Posted: Mon Jan 20, 2025 3:58 pm Subject: |
I will enjoy trying this feature out on the next release, or partial release(?).
Bill |
Topic: Font Picker dialog |
wahorger
Replies: 5
Views: 1073
|
Forum: ClearWin+ Posted: Thu Jan 09, 2025 6:06 pm Subject: |
Thanks, Dan and Paul,
My need is a bit "different" in that I am trying to choose a font, and imbed this into my report generator (creates a PDF), not into an existing ClearWin+ usage.
... |
Topic: Font Picker dialog |
wahorger
Replies: 5
Views: 1073
|
Forum: ClearWin+ Posted: Sun Jan 05, 2025 4:25 pm Subject: Font Picker dialog |
Is there already a way to invoke the Windows Font Picker dialog? I have need of a user selection of the font, style type, and size. I see how when I review the MSDN description, and wondered if I just ... |
Topic: McAfee and Silverfrost incompatibility? |
wahorger
Replies: 1
Views: 5313
|
Forum: Support Posted: Mon Dec 16, 2024 2:44 am Subject: McAfee and Silverfrost incompatibility? |
I've been handling this issue and will approach McAfee for help in resolving the issue, and wanted to check here as well.
When I have McAfee "real-time scanning" turned on, the following ... |
Topic: NAMELIST - second or subsequent time reading, fails |
wahorger
Replies: 10
Views: 10048
|
Forum: Support Posted: Wed Nov 27, 2024 5:57 pm Subject: |
Thank you very much, Paul! I look forward to the DLL release and incorporation into the code!
A Happy Thanksgiving (US) gift!
And I thank you for all you do for this group!
Bill Horger |
Topic: NAMELIST - second or subsequent time reading, fails |
wahorger
Replies: 10
Views: 10048
|
Forum: Support Posted: Thu Nov 14, 2024 10:29 pm Subject: |
Thanks for the heads up, Paul.
I have (temporarily) chosen the "hard way" so I can finish development. I can certainly wait! |
Topic: NAMELIST - second or subsequent time reading, fails |
wahorger
Replies: 10
Views: 10048
|
Forum: Support Posted: Thu Nov 14, 2024 3:35 pm Subject: |
Paul, I have another transfer available:
https://www.dropbox.com/t/et75ZxZurWEaoXKZ
This time, I initialized all the variables at the beginning, wrote a temp file, next set all the items to a new ... |
Topic: NAMELIST - second or subsequent time reading, fails |
wahorger
Replies: 10
Views: 10048
|
Forum: Support Posted: Thu Nov 14, 2024 2:17 pm Subject: |
Paul, thanks for the feedback. I will do a single item at a time and see. I have another name list that is all floating point (envelopes), and it has never failed.
The commented out portions are th ... |
Topic: NAMELIST - second or subsequent time reading, fails |
wahorger
Replies: 10
Views: 10048
|
Forum: Support Posted: Wed Nov 13, 2024 9:28 pm Subject: |
The following simple program recreates the issue.
Note that the included file is identical to the one with which I encountered the problem.
Bill
This is a DropBox transfer link: https://www.d ... |
Topic: NAMELIST - second or subsequent time reading, fails |
wahorger
Replies: 10
Views: 10048
|
Forum: Support Posted: Wed Nov 13, 2024 8:52 pm Subject: |
Paul,
The data does not contain any TYPE'd data elements, FWIW.
That said, I will attempt to re-create in a smaller form the problem and place it in a PLATO project, than share the link on DropB ... |
Topic: NAMELIST - second or subsequent time reading, fails |
wahorger
Replies: 10
Views: 10048
|
Forum: Support Posted: Wed Nov 13, 2024 4:24 pm Subject: NAMELIST - second or subsequent time reading, fails |
I am reading a single files that contains two namelists, written as:
write(i_donor,donor_parms)
write(i_donor,envelope_parms)
On a subsequent execution of the program, I rea ... |
Topic: Namelist and user defined types |
wahorger
Replies: 8
Views: 1602
|
Forum: Support Posted: Wed Nov 13, 2024 4:43 am Subject: |
In the interim, I have gone with a different (more pedestrian) solution, which will work just fine.
That said, my ultimate goal would be to use NAMELIST. And I am in no hurry. |
Topic: Namelist and user defined types |
wahorger
Replies: 8
Views: 1602
|
Forum: Support Posted: Mon Nov 11, 2024 3:12 pm Subject: |
The TYPE is defined as:
type ::rules
sequence
integer:: from_acct
character*16:: trans_name
integer:: to_acct
end type
The variable is declared as:
type ... |
Topic: Namelist and user defined types |
wahorger
Replies: 8
Views: 1602
|
Forum: Support Posted: Mon Nov 11, 2024 2:39 pm Subject: |
Ken, thanks for this.
I was not having trouble until I introduced a TYPE that also contained a character variable. Looking at the file, it appears that the numeric variables are adjacent to the cha ... |
Topic: Namelist and user defined types |
wahorger
Replies: 8
Views: 1602
|
Forum: Support Posted: Mon Nov 11, 2024 6:29 am Subject: Namelist and user defined types |
Has anyone had an issue with placing a TYPE in a namelist? I can write it out, and all the data are there, but I get an error when I try to read it.
I'll gen up an example if no one has ever had th ... |
|