mike.harris wrote:Great response, will it be best to take out the duplicates by hand or will the new version sort it out.
If you use the old file (with duplicates) with the new PureFORM version, you will see only one 'Program init' entry. When you erase this (duplicate) entry in code infusion, you will see the next duplicate entry (until you have erased all duplicates).
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Hi gnozal,
I use new jaPBe version 3.9.1.748.
when I load Filelist and select help->About, jaPBe gone to crash. when I start new and empty editor, after than help->about and select any filelist , editor gone to crash again.
this is not important just now, maybe you can test help and submenus.
by the way,
thanks for pureFORM and jaPBe
HAnil wrote:when I load Filelist and select help->About, jaPBe gone to crash. when I start new and empty editor, after than help->about and select any filelist , editor gone to crash again.
I tried your latest version which fixes the problem I had, but I am running into another one and looking for advice.
I am building an application to learn Windows programming in Purebasic and trying not to mess with the source produced by PureForm. I have used CodeInfusion to put in an include file (as shown previously) but if I try to compile and run the code from within PureForm I always get the error that the include File could not be found. I assume that this is because you are using a temporary file or something similar. What is the easiest way to work around this without including code to point to the path (which may move). I have done this to make it work (see below)
I am on a steep learning curve here but PureForm will definitely make it easier once I understand the best way of making it work. Are there any example applications out there that can serve as good examples to learn from, both PureForm and the Windows side of things.
mike.harris wrote:I have used CodeInfusion to put in an include file (as shown previously) but if I try to compile and run the code from within PureForm I always get the error that the include File could not be found. I assume that this is because you are using a temporary file or something similar. What is the easiest way to work around this without including code to point to the path (which may move). I have done this to make it work (see below)
IncludePath "C:\Purebasic\PF1"
XIncludeFile "EfacsUserManager.pbi"
You are absolutely right.
With XIncludeFile "EfacsUserManager.pbi", the PBCompiler looks in the current directory and fails because PureFORM uses a temporary directory / file when compile / run.
As you already found out, the solution is to use IncludePath.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
sory for wrong section
I used debug version but when error occured, jaPBe was disappeared.
I realized, when I open task manager I saw many "pbcompiler.exe" . i killed all pbcompiler.exe. I didn't compile source.Tested again and "pbcompiler.exe" was came.
if it possible to produce error log, I can send.
regards.
___________________________________________________________
sory for bad english ..........
I have found a small problem in PureForm. The PB-Function 'StatusBarIcon()'
is changed to 'StatusBarImage()' in PB4.30. A compiler warning is
the result when I execute the generated code from PureForm.
hjf wrote:I have found a small problem in PureForm. The PB-Function 'StatusBarIcon()' is changed to 'StatusBarImage()' in PB4.30. A compiler warning is the result when I execute the generated code from PureForm.
Thanks, I didn't spot this in the history ...
And there is a big change, you can't mix text and icon in a statusbar field anymore : "If a field displays an icon, it will not show any text." !
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).