PureFORM 1.99 (yet another FORM designer)

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

Moderator: gnozal

thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

Wich is very needed when dealing with tabs and other stuff.
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

JCV wrote:Its like deciding which control must be created first.
Ok, I understand now.
This would be complicated ...
In PureFORM, because of some features like the possibility to create containers in containers (as many levels as you want) or functional scrollgadgets or splitters, the code generation routine is kind of recursive and doesn't care about the order you created the gadgets in the form. So I don't use a gadget order variable internally. The gadget creation order is determined during the code generation, regarding the parent and child gadgets for each gadget as well as the parent window.
And I confess I never thought about tab order (never use it).
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 :
- no new features
- bug fix release
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
Kukulkan
Addict
Addict
Posts: 1396
Joined: Mon Jun 06, 2005 2:35 pm
Location: germany
Contact:

Post by Kukulkan »

Hi gnozal,
And I confess I never thought about tab order (never use it).
Whohowww.. :shock:

That is an important feature! I never would sell a program that has a corrupt tab-order. In case the order is wrong, a lot of customers will call the support for fixing this... Trust me!

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

Post by gnozal »

Kukulkan wrote:Hi gnozal,
And I confess I never thought about tab order (never use it).
Whohowww.. :shock:
That is an important feature! I never would sell a program that has a corrupt tab-order. In case the order is wrong, a lot of customers will call the support for fixing this... Trust me!Kukulkan
Lucky me, I don't have customers :wink:
I will see what I can do but like I said, it implies some big changes in the code generation routine.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

> Lucky me, I don't have customers :wink:

What do you think we are? We use your app and are thus your customers.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
Amundo
Enthusiast
Enthusiast
Posts: 200
Joined: Thu Feb 16, 2006 1:41 am
Location: New Zealand

Post by Amundo »

PB wrote:> Lucky me, I don't have customers :wink:

What do you think we are? We use your app and are thus your customers.
Just as well gnozal (with all the work and effort he puts into...how many applications does he publish at the moment???...all his apps), doesn't charge a red cent for all his efforts. As far as I'm concerned, because he doesn't charge anything for his work, and no-one is under any obligation to use them, you've got a cheek taking that attitude!
Win10, PB6.x, okayish CPU, onboard video card, fuzzy monitor (or is that my eyesight?)
"When the facts change, I change my mind" - John Maynard Keynes
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

PB wrote:> Lucky me, I don't have customers :wink:
What do you think we are? We use your app and are thus your customers.
You are users :D
I do what I can and I think I offer pretty good support considering all my stuff is free.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
rob6523
User
User
Posts: 59
Joined: Sat Sep 25, 2004 2:02 pm
Location: Netherlands (Ophemert)
Contact:

Post by rob6523 »

Gnozal,

You are absolutely RIGHT!

You're supplying us with great stuff and I thank you very much for that.
It is very much appreciated!!

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

Post by gnozal »

Update

Good news for my customers :lol:

Changes :

- added some kind of 'Tab order' feature (in gadget context menu).
You can set the gadget creation order for all gadgets with same window/parent gadget. Please test.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
DARKGirl
User
User
Posts: 61
Joined: Wed Nov 10, 2004 10:32 pm

Post by DARKGirl »

OMG!! This is what I've been looking for! Thank you so much for all your hard work in making this visual designer. This is a breath of fresh air from the visual designer that came with PB (Lack of features, odd in-your-face crashes, etc). There is one feature that I ask that you please, please add (It was missing from visual designer as well, and its a pain). Please add the ability to minimise the application (and its child windows, of course) to the taskbar. Like I said, it is a royal pain to have the application running, but I need to get at something on the desktop. I have to then move windows all around.
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8451
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

Post by netmaestro »

ALT-M will minimize all open windows to the taskbar.
BERESHEIT
DARKGirl
User
User
Posts: 61
Joined: Wed Nov 10, 2004 10:32 pm

Post by DARKGirl »

I knew this, but thats not what I meant. I could even right-click on the taskbar and choose 'Show the Desktop', but thats not what I meant either. :roll:
AND51
Addict
Addict
Posts: 1040
Joined: Sun Oct 15, 2006 8:56 pm
Location: Germany
Contact:

Post by AND51 »

netmaestro wrote:ALT-M will minimize all open windows to the taskbar.
<WindowsKey> + D does do the same... :wink:


The safest shortcut, however, is holding ALT+F4 :D
PB 4.30

Code: Select all

onErrorGoto(?Fred)
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8451
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

Post by netmaestro »

Alt-F4 will close the foreground window rather than just minimizing it.
BERESHEIT
Post Reply