|
|
Browse by Tags
All Tags » Features
Showing page 1 of 3 (24 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
-
There may be enough here to warrent adding a System class. Letting the user browse for a file, or pick a file path and name to save to are common taks for file I/O. It would also be nice to be able to stop the program window from flashing when changing sizes (if it were made invisible first, then size and graphics could be added before ...
-
The Program Bowser is great for navigating a large program. When I double click an item in the list, I get taken to the first declaration of that item. But, that item is sometimes at the top and sometimes at the bottom of the editor window (and sometimes in the middle if it was already viewable).
When jumping to methods and functions, ...
-
It seems all the compiled phrograms share the same icon. It would be nice to be able to somehow tell phrogram which icon should be used for the executable program.
1
|
|
|