PDA

View Full Version : PPL-1.32 BUG in WIN.API ****UpDown+ProgressBar****


Ralfo
11-07-2007, 10:03 AM
Hello people,
just before i have get a bug in my small demo-apps for PPL beginners.
After examination i am sure that the bug must be in the *.frm file.
It happends after i clicked the progressbar activ and then a few On_events on the right window.
After that i get immediately a compiler error messages and then the PIDE is inconsistent.
The implieds files are attached as a zip file. ( *ppl + *frm ) for your examination.

best greetings . Ralfo
[br]1194433367_746_FT0_ppl_win_01_form_with_a_bug.zip

PS: Edit 02:12 PM
the bug is in the *form.ppl file line 51|48
// FORM100$ = NewormEx . . . 0, #, 0, . . .
by # stands the cursor generated by the compiler. # is only my added symbol.
Compiler error messages is : " Expression expected in line 51|48 by , "
But you know that this file is automatically generated by PPL.
After that, PIDE is not consistent - must by restarted.

PS: Edit 02:42 PM
BUG in PPL.WIN errror: access violation
as i continued my *form.frm, i would cleared all the elemets from my form. but by the first clearing i got the following error message: access violation at 0x0...... tried to write oxooo30FFC program termination and the PIDE was shut down.
This was happend the third time.
The form-file was corrupt and not more to use.
I have the form always new created.

PS: to ADMINS only ************************************************** *********************
Yesterday in the private messages to you was contained this demo-file also,
but in a earlier state and not corrupt.