PureFORM 1.99 (yet another FORM designer)
Moderator: gnozal
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Re: PureFORM 1.99 (yet another FORM designer)
Update (build 378)
Changes :
- the (gadget) disabled and/or hidden states are now saved with the form.
- added new context menu items : 'Hide/Show Gadget group' and 'Disable/Enable Gadget group'.
All gadgets in the selected group are hidden / disabled.
This can be handy if you have several layers of gadgets.
Changes :
- the (gadget) disabled and/or hidden states are now saved with the form.
- added new context menu items : 'Hide/Show Gadget group' and 'Disable/Enable Gadget group'.
All gadgets in the selected group are hidden / disabled.
This can be handy if you have several layers of gadgets.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Re: PureFORM 1.99 (yet another FORM designer)
Gnozal you are simply amazing!
You've just saved me a lot of work and at least for me made PureFORM even more useful. Thank you.
Best Regards,
Storck

Best Regards,
Storck
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Re: PureFORM 1.99 (yet another FORM designer)
HotFix (build 380)
- fixed : gadgets on hidden windows were saved as hidden (bug introduced in build 378)
- fixed : gadgets on hidden windows were saved as hidden (bug introduced in build 378)
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
PureFORM Dockgadget bug?
Hi Gnozal!
Do you want me to post bugs/suggestions here or in a new topic? Maybe I should just keep my mouth shut...
Anyways, here I go: I have noticed an issue with Dock gadget->Fill client area when used with PanelGadgets. When I place another gadget, for example a Frame3DGadget, in a PanelGadget and try to make it fill the client area - it appears to fill a slightly wider area. The same thing with other gadgets.
As always, thank you for making PureFORM available to the PB community.
Best Regards,
Storck
Do you want me to post bugs/suggestions here or in a new topic? Maybe I should just keep my mouth shut...

Anyways, here I go: I have noticed an issue with Dock gadget->Fill client area when used with PanelGadgets. When I place another gadget, for example a Frame3DGadget, in a PanelGadget and try to make it fill the client area - it appears to fill a slightly wider area. The same thing with other gadgets.
As always, thank you for making PureFORM available to the PB community.
Best Regards,
Storck
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Re: PureFORM Dockgadget bug?
Seems to be a theme issue, works ok in NT4/XP with themes disabled.storck wrote:Anyways, here I go: I have noticed an issue with Dock gadget->Fill client area when used with PanelGadgets. When I place another gadget, for example a Frame3DGadget, in a PanelGadget and try to make it fill the client area - it appears to fill a slightly wider area. The same thing with other gadgets.
I have uploaded build 381, which I hope should correct the issue.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Re: PureFORM 1.99 (yet another FORM designer)
Hi Gnozal,
I have tried build 381 with themes under windows xp and also windows 7. On my computers It looks the same as before. Without themes it's ok though.
Best Regards,
Storck
I have tried build 381 with themes under windows xp and also windows 7. On my computers It looks the same as before. Without themes it's ok though.
Best Regards,
Storck
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Re: PureFORM 1.99 (yet another FORM designer)
Strange, I get this, which seems ok to me :storck wrote:I have tried build 381 with themes under windows xp and also windows 7. On my computers It looks the same as before. Without themes it's ok though.

For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Re: PureFORM 1.99 (yet another FORM designer)
Hi Gnozal!
It looks rather ok when you design it but I think it is because the blue frame hides how it really looks. If you run it you can't see the right border of the frame3D. I have tried the same design in Borland Turbo C++ and Microsoft Express Edition and with them it is possible to see the whole frame even with themes. Maybe it is just the way it works in PureBasic? No big deal really - just a little surprising. Anyways, thanks for your effort.
Best Regards,
Storck
PureBasic

Borland

Microsoft

It looks rather ok when you design it but I think it is because the blue frame hides how it really looks. If you run it you can't see the right border of the frame3D. I have tried the same design in Borland Turbo C++ and Microsoft Express Edition and with them it is possible to see the whole frame even with themes. Maybe it is just the way it works in PureBasic? No big deal really - just a little surprising. Anyways, thanks for your effort.
Best Regards,
Storck
PureBasic
Borland
Microsoft
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Re: PureFORM 1.99 (yet another FORM designer)
Ah, I get it now : it's ok in the form but not in the executed code.storck wrote:... It looks rather ok when you design it but I think it is because the blue frame hides how it really looks. If you run it you can't see the right border of the frame3D.
Maybe it's because PureFORM is written in PB3.94 and you execute the code in PB4.40 ?
Once PureFORM has been upgraded to PB4.xx (so much to do, so little time...), maybe it will be fixed.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Re: PureFORM 1.99 (yet another FORM designer)
@Gnozal:
Well,
I did execute it with PB 4.40. It works just fine with 4.31. Sorry for wasting your time with this. / Storck
Well,

-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Re: PureFORM 1.99 (yet another FORM designer)
The same code works with PB4.31 and not with PB4.40b5 ?storck wrote:@Gnozal:
It works just fine with 4.31
Some kind of panelgadget bug / new feature with PB4.40 then ?
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Re: PureFORM 1.99 (yet another FORM designer)
Hi gnozal,
when I change a windows-theme, PureForm will open always all windows.
Do you can confirm it ?
BTW: I use Vista 32bit version.
when I change a windows-theme, PureForm will open always all windows.
Do you can confirm it ?
BTW: I use Vista 32bit version.
-
- User
- Posts: 51
- Joined: Mon Jun 01, 2009 3:56 am
Using Pureform
Can you use some PureForm Forms and Part Purebasic codes or does it have to be all PureForm or Purebasic that makes your Program. If you can use both how can you combine the 2?
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Re: PureFORM 1.99 (yet another FORM designer)
You mean when you are changing themes, '[x] Show only selected windows does not work' ?AL90 wrote:when I change a windows-theme, PureForm will open always all windows.
Do you can confirm it ?
I can't confirm this on XP.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Re: Using Pureform
You can use PureFORM with any Purebasic code : just copy / paste the generated code (showed in the 'Code view' window) in your source, or use the PureFORM generated code as an include (like with VD).Hot Pockets wrote:Can you use some PureForm Forms and Part Purebasic codes or does it have to be all PureForm or Purebasic that makes your Program. If you can use both how can you combine the 2?
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).