uses phxInput,
phxCanvas;
var Input: TPHXInput;
var Canvas: TPHXCanvas;
begin
Input:= TPHXInput.Create;
Type: Posts; User: edexter
uses phxInput,
phxCanvas;
var Input: TPHXInput;
var Canvas: TPHXCanvas;
begin
Input:= TPHXInput.Create;
csound blue (java) has something where a csound instruments score can be moved and the start and the stop time of the score is changed according to where the user places it (It is a long skinny...
That sounds like something cool I can throw in my toolbox but not quite what I am after...
What I want to do is load some text from a disk and use that as my starting values and draw a series of...
I was wanting to have a rectangle that moves with the mouse and has a min/max y pos.. I am having trouble fig that out.. any ideas.. It can be for any graphics library for free pascal.. I am just...
(spreadsheets are graphics right sorry if it is off top) The picture of what I would like to replace is here. If there is a good com object that would be o.k. The picture is wxwindows. It needs to...
It doesn't realy cost anything to self publish... I have a users manual (that I already have online) that I can polish up and self-publish just so free pascal is on amazon.com. IF ANYONE CAN DO THE...
sorry it to so long to reply.. I am always intrested in advice.. my machine doesn't handle sdl well so that is why I am choosing phoenix to port to, I am intrested in tecniques that can be used...
I can do printed and bound docs if someone can do a cover including spine in pdf format (or if there is a free way to do this let me know and I will do it myself).. If there is a request for a...
I will look into that one.. I wrote another one yesterday.. (using python heresy I know).. It goes through an entire directory looking for .pas files and puts all the data into two files.. One for...
I have been trying various documentation generators
universal report, documatic, twin text, fpdoc.. I was very impressed with universal report but I don't have that kind of $ for that sort of thing...
http://dexrow.blogspot.com/2007/10/nonjustified-text-library-for-phoenix.html
THis isn't finished or tested it does compile.. These are just fast text routines for non-justified text (in case I...
Now that I know it is important I will make sure I use it (compiles fine now)... This seems to work alot better on my machine than sdl. Realy nice a little work to use .fon though.. thanks alot..
I was able to compile the example that comes with phoenix but when I try to use that as an example for a simplier program I get stuck.. with this it seems to freeze on my screen.. I am just trying...
thanks.. mispelling the font causes the screen to flash by instead of getting stuck.. I had typed something like lkjsd.dsf at first to test the computers responce. The compiled version from the...
I found some syntax errors in your text example (last code block). I also noticed when I tried to compile it with free pascal that it did compile as a much smaller file than yours (29k vs 134 or...
I think I may have forgot END. at the end of the unit if anyone is having trouble..
http://dexrow.blogspot.com/2007/10/wingraph-extended.html
This is a small library to make wingraph more like the old crt unit... I would like to convert this to other graphics libraries that use...
I know it has been a long time since you have posted this... I was trying to compile your code and I was getting an error with it... I was hopeing to make some changes so that it was saved to...
I am trying to embed python in free pascal and have partialy succeeded. because I couldn't answer the question why it is realy a c command line program that can be called from pascal... The problem...
I am playing around with something like that for a roguelike... I am playing around with the idea of embedding python (or whatever I can find into it) ...
I answered my own question... python uses popen (c varients cross platform) and free pascal uses a different method... This is modified from the wiki to execute a program (and is free pascal...
I would like to run a simple command line program with popen (unless there is a better option)... I seem to be getting lost in the examples because they always define something as text and what I...
I will look into that... I have both borland and microsoft c if it is easier to embed the .dll in another .dll and define the .h in a less complex way.... Is there a good tutorial around for that??
I started to convert the header files for python.h over to pascal so that python can be embeded in pascal.. I have no idea where to look to deal with the errors I get from h2pas. I.E. what to do...
I converted the docementation for wolgui to english.. http://dexrow.blogspot.com/2007/08/wol.html I don't know if there is that much interest in the library though.. I didn't see anything that...