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:
Ok, I understand now.JCV wrote:Its like deciding which control must be created first.
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).
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Lucky me, I don't have customersKukulkan wrote:Hi gnozal,Whohowww..And I confess I never thought about tab order (never use it).![]()
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

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).
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!PB wrote:> Lucky me, I don't have customers
What do you think we are? We use your app and are thus your customers.
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
"When the facts change, I change my mind" - John Maynard Keynes
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
You are usersPB wrote:> Lucky me, I don't have customers
What do you think we are? We use your app and are thus your customers.

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).
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Update
Good news for my customers
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.
Good news for my customers

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).
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.
- netmaestro
- PureBasic Bullfrog
- Posts: 8451
- Joined: Wed Jul 06, 2005 5:42 am
- Location: Fort Nelson, BC, Canada
<WindowsKey> + D does do the same...netmaestro wrote:ALT-M will minimize all open windows to the taskbar.

The safest shortcut, however, is holding ALT+F4

PB 4.30
Code: Select all
onErrorGoto(?Fred)
- netmaestro
- PureBasic Bullfrog
- Posts: 8451
- Joined: Wed Jul 06, 2005 5:42 am
- Location: Fort Nelson, BC, Canada