PureFORM 1.99 (yet another FORM designer)

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

Moderator: gnozal

gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Re: PureFORM 1.99 (yet another FORM designer)

Post by gnozal »

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.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
storck
User
User
Posts: 83
Joined: Sat Oct 18, 2003 4:56 pm
Location: Sweden

Re: PureFORM 1.99 (yet another FORM designer)

Post by storck »

Gnozal you are simply amazing! :P You've just saved me a lot of work and at least for me made PureFORM even more useful. Thank you.

Best Regards,

Storck
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Re: PureFORM 1.99 (yet another FORM designer)

Post by gnozal »

HotFix (build 380)

- 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).
storck
User
User
Posts: 83
Joined: Sat Oct 18, 2003 4:56 pm
Location: Sweden

PureFORM Dockgadget bug?

Post by storck »

Hi Gnozal!

Do you want me to post bugs/suggestions here or in a new topic? Maybe I should just keep my mouth shut... :wink:

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

Re: PureFORM Dockgadget bug?

Post by gnozal »

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.
Seems to be a theme issue, works ok in NT4/XP with themes disabled.
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).
storck
User
User
Posts: 83
Joined: Sat Oct 18, 2003 4:56 pm
Location: Sweden

Re: PureFORM 1.99 (yet another FORM designer)

Post by storck »

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

Re: PureFORM 1.99 (yet another FORM designer)

Post by gnozal »

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.
Strange, I get this, which seems ok to me :Image(Fill panelgadget client area with frame3D).
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
storck
User
User
Posts: 83
Joined: Sat Oct 18, 2003 4:56 pm
Location: Sweden

Re: PureFORM 1.99 (yet another FORM designer)

Post by storck »

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
Image

Borland
Image

Microsoft
Image
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Re: PureFORM 1.99 (yet another FORM designer)

Post by gnozal »

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.
Ah, I get it now : it's ok in the form but not in the executed code.
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).
storck
User
User
Posts: 83
Joined: Sat Oct 18, 2003 4:56 pm
Location: Sweden

Re: PureFORM 1.99 (yet another FORM designer)

Post by storck »

@Gnozal:
Well, :oops: I did execute it with PB 4.40. It works just fine with 4.31. Sorry for wasting your time with this. / Storck
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Re: PureFORM 1.99 (yet another FORM designer)

Post by gnozal »

storck wrote:@Gnozal:
It works just fine with 4.31
The same code works with PB4.31 and not with PB4.40b5 ?
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).
User avatar
AL90
Enthusiast
Enthusiast
Posts: 217
Joined: Fri Sep 16, 2005 7:47 pm
Location: Germany
Contact:

Re: PureFORM 1.99 (yet another FORM designer)

Post by AL90 »

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.
Hot Pockets
User
User
Posts: 51
Joined: Mon Jun 01, 2009 3:56 am

Using Pureform

Post by Hot Pockets »

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

Re: PureFORM 1.99 (yet another FORM designer)

Post by gnozal »

AL90 wrote:when I change a windows-theme, PureForm will open always all windows.
Do you can confirm it ?
You mean when you are changing themes, '[x] Show only selected windows does not work' ?
I can't confirm this on XP.
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:

Re: Using Pureform

Post by gnozal »

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?
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).
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Post Reply