|
|
Browse by Tags
All Tags » Phrogram » Features
Showing page 1 of 2 (17 total posts)
-
Boy, a wealth of information from a simple question!
I appreciate your concerns Walt, but I think that this is a strength that Phrogram offers over most other languages. The simplicity is what attracted me in the first place since I was looking for a language/tool I could use to introduce my boys (11 & 14) to that didn't require a ...
-
An option to automatically create a backup copy of the program file either before saving or after a specified time period would be helpful to catch silly mistakes.
-
If we can't create new DLLs then we at least need the ability to "include" other files to avoid having to cut/paste common code/subsystems we want to reuse.
-
The runtime console and graphics window appear to be one and the same at runtime. I know that it's possible to hide and show the console programmatically but is it possible to have them appear as two separate windows? Many times I want to experiment with class/method/function attributes/parameters to either better understand their ...
-
Structures are still available in Phrogram, but we changed them to work like structures (passed by value on function/method calls) instead of working as classes do (passed by reference on function/method calls), Structures were inconsistently passed ByRef in KPL v1.1. As you found, structures in KPL can be easily changed to ...
-
Set the TEMP = to a location that all users have Read/Write/Create to like c:\Temp, this is where Phrogram will compile programs and has to be on the local PC when you change the location of the files.
Oh by the way the folder for your Examples and Media must start at My Phrogram Files\ ...... so I:\My Phrgroam Files\... is what you ...
-
Hello,
Is the a way in Phrogram to get a list of files that exist in a given directory, similar to the C# "DirectoryInfo.GetFiles" Method? If not, is it something that others might also want on the 'new feature request' list?
Thank you,
Tony
-
Will there be some sort of (abridged) revision history of the published versions available? It doesn't have to be complete, but it would help us all to check on the latest version to compare with the one we have, and give us some idea of what has been added.
-
Hi Skipper, there is an Alert() method the you can use to bring up a dialog that the user would read and then press 'OK' to continue on running the program, there is also a Trace() method that allows you to put information from your running program in the Messages panel for you or your users to read but dose not stop the program or require ...
-
Hi Wolf_92,
The C# translation/export feature is scheduled for the next release of Phorgram and should be out in the near future, I can't give a date on it at this point but a large part of the work to do this is done, we are waiting on some other features that will be added to that release.
Stay tuned lots of neat stuff coming!
1
|
|
|