PureFORM 1.99 (yet another FORM designer)

All PureFORM, JaPBe, Libs and useful code maintained by gnozal

Moderator: gnozal

Jordi
User
User
Posts: 53
Joined: Sat Apr 26, 2003 10:19 am
Location: Cosmos

Post by Jordi »

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.
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

I have uploaded a new version.
Please see if it helps.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Jordi
User
User
Posts: 53
Joined: Sat Apr 26, 2003 10:19 am
Location: Cosmos

Post by Jordi »

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.
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

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...
Hum...
I have uploaded another build. Please test. But I don't have any ideas left ...
Jordi wrote:But I have found the reason, or the "bugger". It's my Antivirus...
Good news !
Jordi wrote:Do you use any packer/cryptor/protection?
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.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
michel
Enthusiast
Enthusiast
Posts: 142
Joined: Mon Feb 19, 2007 5:47 pm
Location: Luxemburg

PureFORM, update code in source

Post by michel »

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
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Re: PureFORM, update code in source

Post by gnozal »

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.
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.
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).
Jordi
User
User
Posts: 53
Joined: Sat Apr 26, 2003 10:19 am
Location: Cosmos

Post by Jordi »

Hi Gnozal!

With your last update, build 110 all run OK, included with TruPrevent technology of my antivirus enable. I don't know what you modified but it's in the right way.

My congratulations and many thanks.
Time to work :D
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Update

Changes :
- some fixes
- new : you can now set a background image for each window in your project
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
michel
Enthusiast
Enthusiast
Posts: 142
Joined: Mon Feb 19, 2007 5:47 pm
Location: Luxemburg

PureFORM, background image

Post by michel »

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
michel
Enthusiast
Enthusiast
Posts: 142
Joined: Mon Feb 19, 2007 5:47 pm
Location: Luxemburg

PureFORM, background image

Post by michel »

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
michel
Enthusiast
Enthusiast
Posts: 142
Joined: Mon Feb 19, 2007 5:47 pm
Location: Luxemburg

PureFORM, StatusBar

Post by michel »

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?
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Re: PureFORM, StatusBar

Post by gnozal »

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?
After the menu builder and the toolbar builder, the status bar builder ?
Ok, will do.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Update

Changes :
- new : now you can add/remove statusbar fields ('Edit statusbar' in window menu)
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post by ts-soft »

gnozal wrote:Update

Changes :
- new : now you can add/remove statusbar fields ('Edit statusbar' in window menu)
thanks :D
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.
Image
michel
Enthusiast
Enthusiast
Posts: 142
Joined: Mon Feb 19, 2007 5:47 pm
Location: Luxemburg

Post by michel »

Hello Gnozal,

You are very quick with your solutions, thank you. :D
Programming application software with multilanguage support I miss this facility with the MenuItems and the StatusBarText. Would it be possible for you to add this possibility?

michel
Post Reply