Page 64 of 103
					
				
				Posted: Tue Apr 15, 2008 12:11 pm
				by gnozal
				Update (build 300)
Changes :
- fixed crash while editing gadget text if UI = classic and gadgetlist = disabled
			 
			
					
				
				Posted: Thu Apr 17, 2008 10:36 pm
				by eddy
				First, great job  
 
I have a feature request : a easier way to place gadget
Dock gadget > Top, Bottom, Left, Right
It's mainly to place gadget inside usable client area. 
- For example 'Dock gadget > Top'  will update the gadget position like that
x = 0 
y = 0 + toolbar height (if exists)
w = ... current window width
h = ... unchanged 
- For example 'Dock gadget > Bottom'  will update the gadget position like that
x = 0 
y = window height - h - statusbar height (if exists) 
w = ... current window width
h = ... unchanged 
Thanks
 
			 
			
					
				
				Posted: Fri Apr 18, 2008 9:07 am
				by gnozal
				Update
Changes :
- added 'Dock gadget' feature
			 
			
					
				
				Posted: Fri Apr 18, 2008 8:18 pm
				by eddy
				yes 
thx  

 
			 
			
					
				
				Posted: Fri Apr 18, 2008 10:33 pm
				by eddy
				Bug Report : sometimes, the main panel of your editor is resized when the editor is restored. 
And I can't fix its size. I tried the 'rearrange' option but the main panel size is not fixed by this.
			 
			
					
				
				Posted: Sat Apr 19, 2008 10:01 am
				by gnozal
				eddy wrote:Sometimes, the main panel of your editor is resized when the editor is restored. 
And I can't fix its size. I tried the 'rearrange' option but the main panel size is not fixed by this.
I don't fully understand : Editor = CodeView ? Main panel = ?
Could you post the steps to reproduce the problem ?
 
			 
			
					
				
				Posted: Sat Apr 19, 2008 3:07 pm
				by eddy
				1 - create a project (mine contains a splitter gadget)
2 - minimize application
3 - restore application
(click bellow for screenshot )

 
			 
			
					
				Featue request
				Posted: Sun Apr 20, 2008 8:53 pm
				by storck
				@gnozal
Thank you for the dock gadget feature. Would it be possible, in some distant future, to add one more option. Something like Dock gadget -> Fill to have the gadget fill the entire client area.
Regards,
Storck
			 
			
					
				
				Posted: Mon Apr 21, 2008 9:55 am
				by gnozal
				eddy wrote:1 - create a project (mine contains a splitter gadget)
2 - minimize application
3 - restore application
Could not reproduce the problem, tried with multiple forms under NT4 and XP. Changed some code, don't know if it helps though.
storck wrote:Would it be possible, in some distant future, to add one more option. Something like Dock gadget -> Fill to have the gadget fill the entire client area. 
Done.
Download 
updated (build 302).
 
			 
			
					
				
				Posted: Mon Apr 21, 2008 9:34 pm
				by eddy
				@gnozal 
'PURERESIZE Minimum size control' causes this problem. (In my example, the values are 600x600)
This option resizes the editor but not the edited form.  

 
			 
			
					
				
				Posted: Tue Apr 22, 2008 9:56 am
				by gnozal
				eddy wrote:'PURERESIZE Minimum size control' causes this problem. (In my example, the values are 600x600)
Yes!!!! That's it!
 
			 
			
					
				
				Posted: Tue Apr 22, 2008 9:58 am
				by gnozal
				Update (build 306)
Changes :
- fixed resizing bug posted by eddy
			 
			
					
				bug report
				Posted: Wed May 07, 2008 9:37 am
				by andyryu
				-build 309 1.99
1.when check "prepare multilanguage support" and select "procedure":
if purebasic was not install in "c:\program files",the temp language file will not be created 
2.about window should be "modeless" like "visual designer",now it looks very strange
3.very hope for double-byte charset string support 

 (i have to use english name in title$ etc,and use multilanguage support for chinese)
 
			 
			
					
				Re: bug report
				Posted: Wed May 07, 2008 1:23 pm
				by gnozal
				andyryu wrote:-build 309 1.99
1.when check "prepare multilanguage support" and select "procedure":
if purebasic was not install in "c:\program files",the temp language file will not be created 
I have Purebasic not installed in 'Program files', and it works (the temp language file during compile/run is created).
If PBversion <= 4.02, the temp language file is created in the PB 'Compilers' directory.
If PBversion > 4.02, the temp language file is created in windows temp directory [GetTempPath_()].
andyryu wrote:2.about window should be "modeless" like "visual designer",now it looks very strange
Since build 1, the 'About' window is a message requester, and therefore modal. What's the issue with this anyway ?
andyryu wrote:3.very hope for double-byte charset string support 

 (i have to use english name in title$ etc,and use multilanguage support for chinese)
 
Sorry, but some characters are used internally and in ini file as data separators, so they are not authorized. 
These are : #ProjectSeparator = "¶", #ListSeparator = "·", #ListItemSeparator = "¸". 
And PureFORM is (still) written in PB3.94 anyway (not unicode capable).
So I guess multibyte compatibility is not for tomorrow.
 
			 
			
					
				
				Posted: Fri May 09, 2008 1:46 pm
				by Discoverer
				v1.99 build 312
Crash: 
When I try to add the "ProgressBarGadget", and set "#PB_ProgressBar_Vertical" to be actived.
Then I set again to cancel, the PureFORM crashed.