Page 3 of 3
Re: AGILE - A New C# AGI Interpreter
Posted: Sun Nov 20, 2022 11:48 pm
by Tawmis
Is this a newer version than the previous post?
Re: AGILE - A New C# AGI Interpreter
Posted: Mon Nov 21, 2022 7:40 am
by Collector
Yes.
Re: AGILE - A New C# AGI Interpreter
Posted: Wed Nov 23, 2022 11:50 pm
by notbobsmith
Gave the new version a try. Everything works well.
Re: AGILE - A New C# AGI Interpreter
Posted: Thu Nov 24, 2022 10:49 pm
by goatmeal
A humble request:
Because the version numbers aren't being updated at this time, would you also be able to list the date the file was last updated in the first thread entry?
New version (11-20-2022):
AGILESetup.zip
Thanks!
Re: AGILE - A New C# AGI Interpreter
Posted: Fri Nov 25, 2022 12:27 am
by Tawmis
goatmeal wrote: ↑Thu Nov 24, 2022 10:49 pm
A humble request:
Because the version numbers aren't being updated at this time, would you also be able to list the date the file was last updated in the first thread entry?
New version (11-20-2022):
AGILESetup.zip
Thanks!
Yeah, I'd second that. Even name the file in that format
AGILESETUP112022.ZIP or something.
Re: AGILE - A New C# AGI Interpreter
Posted: Fri Nov 25, 2022 12:41 am
by Collector
Next time.
Re: AGILE - A New C# AGI Interpreter
Posted: Fri Nov 25, 2022 2:07 pm
by goatmeal
When AGILE first starts after installing, the screen initially displays at a default "non-full screen" size. If you stretch, shrink, and play around with the sizing of the window, it is difficult to re-size/return the screen again to that initial start-up size.
Would it be possible to include a screen select option that returns the AGILE window to the default start-up size?:
...
_ Full Screen
_ Default Screen Size *or* Initial Screen Size
_ Aspect Correction On
...
Thank you.
Re: AGILE - A New C# AGI Interpreter
Posted: Sat Nov 26, 2022 7:21 am
by Collector
It would be possible, but that size is just random, based on Visual Studio's new project default WinForm size. Nothing standard about that size.
Re: AGILE - A New C# AGI Interpreter
Posted: Sat Nov 26, 2022 11:24 am
by goatmeal
Collector wrote: ↑Sat Nov 26, 2022 7:21 am
It would be possible, but that size is just random, based on Visual Studio's new project default WinForm size. Nothing standard about that size.
Okay. Thank you for considering my suggestion.
