PureFORM 1.99 (yet another FORM designer)
Moderator: gnozal
Yes, I know but it's impossible to use the menu, because all the time get the focus the help file and other windows are in background. So I try to modify myself, to change this parameter.
If I change the name of the Help file, program starts, show the different windows, and then program shows the window named "Code Infusion", with this window program halt, ok not at all, it's like it is trying continuosly something, but it can not.
I'm sorry for continuosly asking and requesting help.
Thanks for your help.
If I change the name of the Help file, program starts, show the different windows, and then program shows the window named "Code Infusion", with this window program halt, ok not at all, it's like it is trying continuosly something, but it can not.
I'm sorry for continuosly asking and requesting help.
Thanks for your help.
With your last update it doesn't display the help file but it's impossible to put any gadget on the form, when you try to put a gadget you are moving the window... in another strange effect a new PureFORM it's opened...
But I have found the reason, or the "bugger". It's my Antivirus with TruPrevent technologies, it's a mess. Excuse me for my words but if I activate the TruPrevent technology then your program runs bad, very bad but if I disable it all run OK. Strange. I hope this doesn't happen with "normal" applications done with PB because it's possible more people have this issue or doesn't know what happens.
You can try: http://www.pandasoftware.com (Panda Antivirus)
Do you use any packer/cryptor/protection?
Thanks for your help and support and excuse me because this was a problem of my, my antivirus
Now I can comeback to design my GUIs with your perfect program.
But I have found the reason, or the "bugger". It's my Antivirus with TruPrevent technologies, it's a mess. Excuse me for my words but if I activate the TruPrevent technology then your program runs bad, very bad but if I disable it all run OK. Strange. I hope this doesn't happen with "normal" applications done with PB because it's possible more people have this issue or doesn't know what happens.
You can try: http://www.pandasoftware.com (Panda Antivirus)
Do you use any packer/cryptor/protection?
Thanks for your help and support and excuse me because this was a problem of my, my antivirus

-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Hum...Jordi wrote:With your last update it doesn't display the help file but it's impossible to put any gadget on the form, when you try to put a gadget you are moving the window... in another strange effect a new PureFORM it's opened...
I have uploaded another build. Please test. But I don't have any ideas left ...
Good news !Jordi wrote:But I have found the reason, or the "bugger". It's my Antivirus...
I use PECompact as packer and my PureVALID library to control the EXE checksum at runtime. That's all, no encryption or anti-debug tricks.Jordi wrote:Do you use any packer/cryptor/protection?
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
PureFORM, update code in source
Hello Gnozal,
PureFORM can generate several windows but with "update code in source" only one "OpenWindow_Window_0()"-procedure is copied, although all the others exist (you can watch them in the "complete code" window of PureFORM.
michel
PureFORM can generate several windows but with "update code in source" only one "OpenWindow_Window_0()"-procedure is copied, although all the others exist (you can watch them in the "complete code" window of PureFORM.
michel
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Re: PureFORM, update code in source
Should be fixed (it was a duplicate code tags problem (there should be only one ';:PureFORM:Windows:Start/End' couple with all window code between)). You may have to correct your existing source manually.michel wrote:PureFORM can generate several windows but with "update code in source" only one "OpenWindow_Window_0()"-procedure is copied, although all the others exist (you can watch them in the "complete code" window of PureFORM.
Note that PureFORM only adds a OpenWindow_Window_X() call for the first window, assumed to be the main window. You can add the other OpenWindow_Window_X() calls with the code infusion feature if you like.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
PureFORM, background image
Hello Gnozal,
I have just downloaded PureFORM 1.20 build 114 and tried the background option within a window. Unfortunately I can not discover any trace of code which invokes the referenced image file in the property window.
Is it a bug or a wrong handling of myself?
Michel
I have just downloaded PureFORM 1.20 build 114 and tried the background option within a window. Unfortunately I can not discover any trace of code which invokes the referenced image file in the property window.
Is it a bug or a wrong handling of myself?
Michel
PureFORM, background image
Hello Gnozal,
Meanwhile I discovered the problem; the option "enable" was not selected. You are incredible with your editors.
It is however a little bit strange that you require parallelel to the selection of either an image or a background color a supplementary global enable option.
michel
Meanwhile I discovered the problem; the option "enable" was not selected. You are incredible with your editors.

It is however a little bit strange that you require parallelel to the selection of either an image or a background color a supplementary global enable option.
michel
PureFORM, StatusBar
Hello Gnozal,
It would be great if you could give the users more support for designing Statusbars with PureFORM. Declarations of "AddStatusBarField" could for example be integrated in the code block:
If CreateStatusBar(#StatusBar_Window_x, ....)
AddStatusBarField(..)
EndIf
What do you think about that?
It would be great if you could give the users more support for designing Statusbars with PureFORM. Declarations of "AddStatusBarField" could for example be integrated in the code block:
If CreateStatusBar(#StatusBar_Window_x, ....)
AddStatusBarField(..)
EndIf
What do you think about that?
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Re: PureFORM, StatusBar
After the menu builder and the toolbar builder, the status bar builder ?michel wrote:Hello Gnozal,
It would be great if you could give the users more support for designing Statusbars with PureFORM. Declarations of "AddStatusBarField" could for example be integrated in the code block:
If CreateStatusBar(#StatusBar_Window_x, ....)
AddStatusBarField(..)
EndIf
What do you think about that?
Ok, will do.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
thanksgnozal wrote:Update
Changes :
- new : now you can add/remove statusbar fields ('Edit statusbar' in window menu)

but i miss StatusBarIcon()
greetings
Thomas
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.

Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
