PureFORM 1.99 (yet another FORM designer)

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

Moderator: gnozal

Lostdragon
New User
New User
Posts: 9
Joined: Sun Mar 13, 2005 3:16 am
Location: U.S.A.
Contact:

Post by Lostdragon »

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

Post by gnozal »

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

Post by gnozal »

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.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Micko
Enthusiast
Enthusiast
Posts: 244
Joined: Thu May 24, 2007 7:36 pm
Location: Senegal
Contact:

Post by Micko »

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

Post by gnozal »

Update

Changes :
- new option : 'Use Select/Case in event-loop code' (default is If/EndIf)
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Micko
Enthusiast
Enthusiast
Posts: 244
Joined: Thu May 24, 2007 7:36 pm
Location: Senegal
Contact:

Post by Micko »

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 :wink:
Xombie
Addict
Addict
Posts: 898
Joined: Thu Jul 01, 2004 2:51 am
Location: Tacoma, WA
Contact:

Post by Xombie »

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

Post by gnozal »

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.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
nicolaus
Enthusiast
Enthusiast
Posts: 456
Joined: Tue Aug 05, 2003 11:30 pm
Contact:

Post by nicolaus »

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:
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.

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

Post by gnozal »

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.
This option is only available if Scintilla is enabled.
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).
nicolaus
Enthusiast
Enthusiast
Posts: 456
Joined: Tue Aug 05, 2003 11:30 pm
Contact:

Post by nicolaus »

gnozal wrote:
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.
This option is only available if Scintilla is enabled.
I have uploaded a new version with an additional check, so you can't select this option if scintilla is disabled.
Thanks, it works now fine.
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
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

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 ?
Simply click on the panelgadget tab ?
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
nicolaus
Enthusiast
Enthusiast
Posts: 456
Joined: Tue Aug 05, 2003 11:30 pm
Contact:

Post by nicolaus »

gnozal wrote:
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 ?
Simply click on the panelgadget tab ?
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.
nicolaus
Enthusiast
Enthusiast
Posts: 456
Joined: Tue Aug 05, 2003 11:30 pm
Contact:

Post by nicolaus »

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

Post by gnozal »

nicolaus wrote:
gnozal wrote:
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 ?
Simply click on the panelgadget tab ?
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.
I don't understand your problem ?
- 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.
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
Could you post this project ? [Edit -> Copy project to clipboard, then paste into code tags in a new post]
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Post Reply