PureFORM 1.99 (yet another FORM designer)

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

Moderator: gnozal

User avatar
GeoTrail
Addict
Addict
Posts: 2794
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

Post by GeoTrail »

helpy wrote:Wow! You are FAST!
Yeah he sure is. I really don't think that guy ever sleeps ;)
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Update 1.01

Changes :
- default gadget colors (new tab in F12 'Preferences')
It's a feature I needed. You can define default colors (text / background) for each gadget class.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Intrigued
Enthusiast
Enthusiast
Posts: 501
Joined: Thu Jun 02, 2005 3:55 am
Location: U.S.A.

Post by Intrigued »

SupraL33TSwooshFlashGordongnozal

I got your name correct?

:wink:

(Thanks for the offering too, var'swanky)
Intrigued - Registered PureBasic, lifetime updates user
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Update (build 77)

Bugs fixed
- no grid displayed if grid value < 8 pixels and OS = Windows 9x (PatternBrush problem)
- incorrect code generated for IPAddressGadget and SpinGadget if FORM_PBAny = 0
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 1.02

Changes :
- CodeView window now can also use scintilla (instead of RichEdit) ; a complete PB4.0x installation is mandatory (PureFORM uses Scintilla.dll and SyntaxHilighting.dll).
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
dontmailme
Enthusiast
Enthusiast
Posts: 537
Joined: Wed Oct 29, 2003 10:35 am

Post by dontmailme »

It gets even better :)

Some suggestions....

Any chance of a language feature ? So the gadgets etc are assigned a variable for the text which can be set to the correct word according to the language you select at runtime.... to make translations easier :)

Support for some PBOSL libraries.... especially skinwin and skinwinfast ;)

Support for your other libraries, especially PureLVSORT <- Brilliant library ;)

Great work...... I can't really find the words to congratulate you on this.... but it's fantastic :D
Paid up PB User !
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

dontmailme wrote:It gets even better :)
Thanks.
dontmailme wrote:Some suggestions....
Still far from finished :wink:
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 1.03

Changes :
- added multilanguage feature for generated code (see 'Code' tab in 'Preferences' dialog)
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Sparkie
PureBatMan Forever
PureBatMan Forever
Posts: 2307
Joined: Tue Feb 10, 2004 3:07 am
Location: Ohio, USA

Post by Sparkie »

Excellent job gnozal :!: :)
What goes around comes around.

PB 5.21 LTS (x86) - Windows 8.1
Booster698
New User
New User
Posts: 7
Joined: Wed Apr 19, 2006 10:30 pm
Location: France

Post by Booster698 »

Found a small bug in the font requester:

Create a ButtonGadget
Select it
Go to gadget properties window in extra tab
Open the font requester
Click OK (no selection)
Enable the font

The font is incorrectly initialised (Empty string or 0 value)
This work but can cause font problems (ex: with flag the font reset to default)

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

Post by gnozal »

Sparkie wrote:Excellent job gnozal :!: :)
Thanks :D
Booster698 wrote:Found a small bug in the font requester
Fixed (build 80)
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
johnfinch
User
User
Posts: 45
Joined: Thu May 11, 2006 1:45 am
Location: florida
Contact:

Post by johnfinch »

Thanks!! It just gets better and better! Do you ever sleep?
Leopard-parallels-XP-Vista
User avatar
le_magn
Enthusiast
Enthusiast
Posts: 277
Joined: Wed Aug 24, 2005 12:11 pm
Location: Italia

Post by le_magn »

Hi, i have download pureform for test it, i have a question : i create a StringGadget but i not find the flag "Center" in gadget properties why?

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

Post by gnozal »

le_magn wrote:Hi, i have download pureform for test it, i have a question : i create a StringGadget but i not find the flag "Center" in gadget properties why?
Thank's.
Because there is no #PB_String_Center flag in Purebasic ?
But I will add the WinAPI constant #ES_CENTER for the next version
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 :
- added #ES_Center flag for StringGadget
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Post Reply