Page 1 of 6

PPL 0.8 pre-release

PostPosted: Aug 25, 2004 @ 8:48pm
by kornalius

PostPosted: Aug 25, 2004 @ 9:30pm
by PointOfLight

PostPosted: Aug 25, 2004 @ 9:47pm
by PointOfLight

PostPosted: Aug 25, 2004 @ 10:49pm
by mervjoyce
Kornalius,

As per Eric's comment the PIDE.exe is 1 922 048 bytes compared with previous 421 376 bytes.

It does run ok.

The progress bar on the ppc during compilations is very nifty.

Also agree with Eric, that when doing a "run" from the PIDE the application screen is not made visible on the ppc - its necessary to do a Start/Settings/System/Memory/RunningPrograms and 'activate" the application.

I can confirm that the "memory leak" test appears successful here also.

PostPosted: Aug 25, 2004 @ 11:25pm
by kornalius
Ok sorry guys, I didnt compress the PIDE.EXE before packaging it. I usually do.

Merv: Its great to hear the memory leaks are gone. You made me do some good thinking and it resulted in fixing something I wanted to fix for a while.

PointOfLight: I will definitely take a look. What error message are you getting.

I will try to fix the window issue tomorrow also. I didnt test running from the PIDE.

PostPosted: Aug 26, 2004 @ 1:00am
by PointOfLight

PostPosted: Aug 26, 2004 @ 2:17pm
by kornalius

PostPosted: Aug 26, 2004 @ 5:17pm
by PointOfLight

PostPosted: Aug 26, 2004 @ 5:58pm
by kornalius
Yes, I just fixed the Visual Form Builder to do a SetForeGroundWindow() right after the ShowWindow(). If you are creating a Library type form, you have to manually show it anyway using the ShowWindow() it is just a matter of adding a new line SetForeGroundWindow() after the ShowWindow() call.

PostPosted: Aug 26, 2004 @ 9:32pm
by kornalius

PostPosted: Sep 2, 2004 @ 7:48pm
by kornalius

PostPosted: Sep 3, 2004 @ 8:05pm
by kornalius

PostPosted: Sep 3, 2004 @ 9:48pm
by bmanske
Kornalius,

There seems to be a problem in the prerelease. I just unzipped it and loaded it onto my PPC and replaced the PIDE.EXE file. Now when I run PIDE I get "(FLIST.PPL) [Invalid number of input parameters at 'LISTTOSTR' (6,6)]" on my PPC. At that point, PIDE never opens. If I try to close it, I get a message that the program is not responding.

Have you got a quick workaround or should I go back a version?

B.

PostPosted: Sep 3, 2004 @ 10:52pm
by kornalius

PostPosted: Sep 3, 2004 @ 10:59pm
by PointOfLight