View previous topic :: View next topic |
Author |
Message |
LitusSaxonicum
Joined: 23 Aug 2005 Posts: 2402 Location: Yateley, Hants, UK
|
Posted: Fri Mar 30, 2018 11:10 pm Post subject: |
|
|
I tried it with 8.10 32-bit Pe. I don't use or need 64-bit. There's always a chance that I didn't test it fully - I'll have another go. It compiled and ran, so I reported that.
Eddie.
Yes I tried it again with FTN95 -LGO. It scrolls. |
|
Back to top |
|
 |
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8213 Location: Salford, UK
|
Posted: Wed Apr 04, 2018 8:46 am Post subject: |
|
|
John
No. I don't have any ideas about this. |
|
Back to top |
|
 |
DanRRight
Joined: 10 Mar 2008 Posts: 2924 Location: South Pole, Antarctica
|
Posted: Sat Apr 07, 2018 11:38 am Post subject: |
|
|
I did not look inside what this program is doing, I saw frames, child windows etc and know this will be a headache (my own code looks like that), and just compiled it in 8.30 and when run, it produced the same error like John-Silver had.
My suggestion: use the well working method of yelling and swearing with Clearwin+ together with combinatorics (by changing and trying everything imaginable) I think after exhausting all possible variants you will find the running solution . Formally, GUI creation is not regulated by the Fortran Standard so there will be a lot of cultural shocks. |
|
Back to top |
|
 |
wahorger

Joined: 13 Oct 2014 Posts: 1257 Location: Morrison, CO, USA
|
Posted: Tue Jun 09, 2020 10:42 pm Post subject: |
|
|
Thanks for providing this. I have been working on getting scroll bars attached properly, and kept failing miserably. Your examples helped me greatly! There are some subtle nuances. Like needing to have %sz available in the main window, while providing the [vscrollbar,hscrollbar] option for the child window. If you don't have it, my sample program will start, and end without any window displayed and no error messages. While in the sample, it isn't clear that you need this for everything to work. |
|
Back to top |
|
 |
|