PureFORM 1.99 (yet another FORM designer)
Moderator: gnozal
-
- New User
- Posts: 9
- Joined: Sun Mar 13, 2005 3:16 am
- Location: U.S.A.
- Contact:
That last test you posted seems to have done the trick.
In case you are interested:
I did experience a crashing / weird issue with the "purecolor / pb4" function, but I haven't figured out a way to make the crash appear on command. That also happens in the test you sent, but I had similar issues with the regular version, so I don't think it is new. If I figure out how to make the crash appear predictably then I will post again.
I also notice if you select the "..." tool and then select a color from the palette, the luminosity is set to 0 no matter what color you pick. If you tell it to add a custom color at that point, then it adds black. If you raise the value manually, then you can pick a color normally and add it to the palette.
I am using XP by the way. I should have mentioned that before. I am also using the latest release version of PB that I know of - 4.10.
Anyway, thanks for the fix! Pureform is a great tool. I use it exclusively now.
In case you are interested:
I did experience a crashing / weird issue with the "purecolor / pb4" function, but I haven't figured out a way to make the crash appear on command. That also happens in the test you sent, but I had similar issues with the regular version, so I don't think it is new. If I figure out how to make the crash appear predictably then I will post again.
I also notice if you select the "..." tool and then select a color from the palette, the luminosity is set to 0 no matter what color you pick. If you tell it to add a custom color at that point, then it adds black. If you raise the value manually, then you can pick a color normally and add it to the palette.
I am using XP by the way. I should have mentioned that before. I am also using the latest release version of PB that I know of - 4.10.
Anyway, thanks for the fix! Pureform is a great tool. I use it exclusively now.
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Fixed default color (the color initially selected when the color requester is displayed) for next release : based on previously selected color or system color if none.Lostdragon wrote:... I also notice if you select the "..." tool and then select a color from the palette, the luminosity is set to 0 no matter what color you pick ...
Note that if the default color is black, the luminosity is (obviously) set to 0, and you may indeed have to raise it manually.
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
Changes :
- Fixed some bugs.
- Fixed some problems with Menu/Toolbar items and code infusion events.
- Menu builder now supports icon menus [code generated for PureCOLOR V13+ or Purebasic V4.20+].
- Menu item text now supports '\t' [TAB] for tabbed text.
- Custom gadgets : init code and free code now support '\n' [CRLF] for multiline code.
- Changed 'Wingdings' buttons to image buttons.
Changes :
- Fixed some bugs.
- Fixed some problems with Menu/Toolbar items and code infusion events.
- Menu builder now supports icon menus [code generated for PureCOLOR V13+ or Purebasic V4.20+].
- Menu item text now supports '\t' [TAB] for tabbed text.
- Custom gadgets : init code and free code now support '\n' [CRLF] for multiline code.
- Changed 'Wingdings' buttons to image buttons.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
hi gnozal
i test your last update but it seems there is a little problem !
when i create a menu using an icon and compile the code, the compiler send me an error message "CreateImageMenu isn't a fonction, macro or....".
PS: But i have the PureCOLOR library
PB 4.1
Edit
Sorry gnozal i see the option now. This option is locate to the configuration window
i test your last update but it seems there is a little problem !
when i create a menu using an icon and compile the code, the compiler send me an error message "CreateImageMenu isn't a fonction, macro or....".
PS: But i have the PureCOLOR library
PB 4.1
Edit
Sorry gnozal i see the option now. This option is locate to the configuration window

gnozal,
Would it be fairly easy to make an option to always highlight text gadgets within the designer? This would make it much easier when placing the other gadgets because then you could see a kind of border around the text gadget rather than just the text itself. This is different than enabling the standard border flag as that changes the appearance. I was hoping for something that looks like when you've selected the text gadget itself.
Thanks!
Would it be fairly easy to make an option to always highlight text gadgets within the designer? This would make it much easier when placing the other gadgets because then you could see a kind of border around the text gadget rather than just the text itself. This is different than enabling the standard border flag as that changes the appearance. I was hoping for something that looks like when you've selected the text gadget itself.
Thanks!
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Update
Changes :
- new option : 'Show gadget limits for Text/CheckBox/Option' ; if checked, the text/checkbox/option gadgets are highlighted, i.e. there is a border around the gadget rather than just the text itself, showing it's dimensions. This may be handy for an accurate gadget placement.
Changes :
- new option : 'Show gadget limits for Text/CheckBox/Option' ; if checked, the text/checkbox/option gadgets are highlighted, i.e. there is a border around the gadget rather than just the text itself, showing it's dimensions. This may be handy for an accurate gadget placement.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
I have a prob with PureFORM.
If i open the Configuration and close it with the button OK PureFORM Crashs.
It shows the Message at the image:

I have test it more times and every time a have the same prob and crash.
My System:
Windows XP Pro (all updates)
PB 4.02 with jaPBe
regards,
Nico
[EDIT]
I have found the prob.
At the next image you can see the Option wat makes the crash. (in the red rectangle).
If i set this option and close the configuration window, PureFORM crashs.

If i open the Configuration and close it with the button OK PureFORM Crashs.
It shows the Message at the image:

I have test it more times and every time a have the same prob and crash.
My System:
Windows XP Pro (all updates)
PB 4.02 with jaPBe
regards,
Nico
[EDIT]
I have found the prob.
At the next image you can see the Option wat makes the crash. (in the red rectangle).
If i set this option and close the configuration window, PureFORM crashs.

my live space
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
This option is only available if Scintilla is enabled.nicolaus wrote:I have a prob with PureFORM.
If i open the Configuration and close it with the button OK PureFORM Crashs.
...
[EDIT]
I have found the prob.
If i set this option and close the configuration window, PureFORM crashs.
I have uploaded a new version with an additional check, so you can't select this option if scintilla is disabled.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Thanks, it works now fine.gnozal wrote:This option is only available if Scintilla is enabled.nicolaus wrote:I have a prob with PureFORM.
If i open the Configuration and close it with the button OK PureFORM Crashs.
...
[EDIT]
I have found the prob.
If i set this option and close the configuration window, PureFORM crashs.
I have uploaded a new version with an additional check, so you can't select this option if scintilla is disabled.
And one more question:
How i can change the selectet item of a PanelGadget in the Window wat i build, so that i can at Gadgets e.g. to the second Panelitem ?
regards,
nico
my live space
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Simply click on the panelgadget tab ?nicolaus wrote:How i can change the selectet item of a PanelGadget in the Window wat i build, so that i can at Gadgets e.g. to the second Panelitem ?
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
I have think about this way and have test it but no way. If i click e.g. the second item it do´s nothink.gnozal wrote:Simply click on the panelgadget tab ?nicolaus wrote:How i can change the selectet item of a PanelGadget in the Window wat i build, so that i can at Gadgets e.g. to the second Panelitem ?
my live space
OK now i have create a new project and in this project it works but if i open the order one it dont work with select a item of a Panelgadget
my live space
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
I don't understand your problem ?nicolaus wrote:I have think about this way and have test it but no way. If i click e.g. the second item it do´s nothink.gnozal wrote:Simply click on the panelgadget tab ?nicolaus wrote:How i can change the selectet item of a PanelGadget in the Window wat i build, so that i can at Gadgets e.g. to the second Panelitem ?
- to add a new tab : right-click on panelgadget [client area, not tab] and select 'New tab' or 'Insert tab'.
- to select a panelgadget tab : left-click on panelgadget tab.
Could you post this project ? [Edit -> Copy project to clipboard, then paste into code tags in a new post]nicolaus wrote:OK now i have create a new project and in this project it works but if i open the order one it dont work with select a item of a Panelgadget
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).