Page 18 of 103
					
				
				Posted: Mon Dec 04, 2006 1:54 pm
				by GeoTrail
				helpy wrote:Wow! You are FAST!
Yeah he sure is. I really don't think that guy ever sleeps 

 
			 
			
					
				
				Posted: Mon Dec 18, 2006 3:44 pm
				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.
			 
			
					
				
				Posted: Wed Dec 20, 2006 1:51 am
				by Intrigued
				SupraL33TSwooshFlashGordon
gnozal
I got your name correct?
 
 
(Thanks for the offering too, var'swanky)
 
			 
			
					
				
				Posted: Wed Dec 20, 2006 12:40 pm
				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
			 
			
					
				
				Posted: Fri Dec 22, 2006 1:48 pm
				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).
			 
			
					
				
				Posted: Fri Dec 22, 2006 2:43 pm
				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 

 
			 
			
					
				
				Posted: Fri Dec 22, 2006 5:33 pm
				by gnozal
				dontmailme wrote:It gets even better 

 
Thanks.
dontmailme wrote:Some suggestions....
Still far from finished 

 
			 
			
					
				
				Posted: Sat Dec 23, 2006 4:39 pm
				by gnozal
				Update 1.03
Changes :
- added multilanguage feature for generated code (see 'Code' tab in 'Preferences' dialog)
			 
			
					
				
				Posted: Sun Dec 24, 2006 3:47 am
				by Sparkie
				Excellent job gnozal 
  
 
			 
			
					
				
				Posted: Sun Dec 24, 2006 1:32 pm
				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,  

 
			 
			
					
				
				Posted: Sun Dec 24, 2006 1:56 pm
				by gnozal
				Sparkie wrote:Excellent job gnozal 
  
 
Thanks 
 
Booster698 wrote:Found a small bug in the font requester
Fixed (build 80)
 
			 
			
					
				
				Posted: Wed Dec 27, 2006 8:41 pm
				by johnfinch
				Thanks!! It just gets better and better! Do you ever sleep?
			 
			
					
				
				Posted: Thu Jan 04, 2007 1:34 am
				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.
			 
			
					
				
				Posted: Thu Jan 04, 2007 8:45 am
				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
 
			 
			
					
				
				Posted: Thu Jan 04, 2007 9:14 am
				by gnozal
				Update
Changes :
- added #ES_Center flag for StringGadget