Yeah he sure is. I really don't think that guy ever sleepshelpy wrote:Wow! You are FAST!
PureFORM 1.99 (yet another FORM designer)
Moderator: gnozal
- 
				gnozal
 - PureBasic Expert

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

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

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

 - Posts: 537
 - Joined: Wed Oct 29, 2003 10:35 am
 
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
			
			
									
									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
Paid up PB User !
						- 
				gnozal
 - PureBasic Expert

 - Posts: 4229
 - Joined: Sat Apr 26, 2003 8:27 am
 - Location: Strasbourg / France
 - Contact:
 
Update 1.03
Changes :
- added multilanguage feature for generated code (see 'Code' tab in 'Preferences' dialog)
			
			
									
									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).
						- 
				Booster698
 - New User

 - Posts: 7
 - Joined: Wed Apr 19, 2006 10:30 pm
 - Location: France
 
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,
			
			
									
									
						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,
- 
				gnozal
 - PureBasic Expert

 - Posts: 4229
 - Joined: Sat Apr 26, 2003 8:27 am
 - Location: Strasbourg / France
 - Contact:
 
ThanksSparkie wrote:Excellent job gnozal![]()
Fixed (build 80)Booster698 wrote:Found a small bug in the font requester
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
						- 
				gnozal
 - PureBasic Expert

 - Posts: 4229
 - Joined: Sat Apr 26, 2003 8:27 am
 - Location: Strasbourg / France
 - Contact:
 
Because there is no #PB_String_Center flag in Purebasic ?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.
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).
						
