Thanks for your donation Luciano, really appreciated!!
Form Designer 5.10
Re: Form Designer for Mac/Windows/Linux - beta 3
That's when I realise it's already late! Correct link is: http://www.purebasic.fr/english/viewforum.php?f=22
Thanks for your donation Luciano, really appreciated!!
			
			
									
									
						Thanks for your donation Luciano, really appreciated!!
Re: Form Designer for Mac/Windows/Linux - beta 3
I donated a cup of beer for you. Keep the good work.
			
			
									
									This field was left intentionally as signature.
						Re: Form Designer for Mac/Windows/Linux - beta 3
Cheers mate!! 
			
			
									
									
						- electrochrisso
 - Addict

 - Posts: 989
 - Joined: Mon May 14, 2007 2:13 am
 - Location: Darling River
 
Re: Form Designer for Mac/Windows/Linux - beta 3
Hi Polo, I only had a quick look on my netbook 1024x600, I notice that you do not take screen resolution into consideration, not many people do with PB, please give this consideration for this application as I believe to be a very important point. 
			
			
									
									PureBasic! Purely the best  
						Re: Form Designer for Mac/Windows/Linux - beta 3
What do you mean with screen resolution? Can you take a screenshot of what's wrong?electrochrisso wrote:Hi Polo, I only had a quick look on my netbook 1024x600, I notice that you do not take screen resolution into consideration, not many people do with PB, please give this consideration for this application as I believe to be a very important point.
Re: Form Designer for Mac/Windows/Linux - beta 3
If you have a small screen all the Buttons of the menu on the right side will be outside of the screen
and can't be clicked anymore.
			
			
									
									and can't be clicked anymore.
Blog: Why Does It Suck? (http://whydoesitsuck.com/)
"You can disagree with me as much as you want, but during this talk, by definition, anybody who disagrees is stupid and ugly."
- Linus Torvalds
Re: Form Designer for Mac/Windows/Linux - beta 3
Oh ok, that's true, I'll just divide that into two tabs thenShield wrote:If you have a small screen all the Buttons of the menu on the right side will be outside of the screen
and can't be clicked anymore.
Re: Form Designer for Mac/Windows/Linux - beta 3
Beta 4: http://www.gdpcomputing.co.uk/formdesigner.html
Optimised for small screens, with bug fixes.
			
			
									
									
						Optimised for small screens, with bug fixes.
- electrochrisso
 - Addict

 - Posts: 989
 - Joined: Mon May 14, 2007 2:13 am
 - Location: Darling River
 
Re: Form Designer for Mac/Windows/Linux - beta 4
Sorry for the wait, Updating to Service pack 1 on Win7, Shield knows what I talk about, yes divide into two tabs. 
			
			
									
									PureBasic! Purely the best  
						Re: Form Designer for Mac/Windows/Linux - beta 4
I actually divided it into 3 tabs in the new beta, there won't be any problem thenelectrochrisso wrote:Sorry for the wait, Updating to Service pack 1 on Win7, Shield knows what I talk about, yes divide into two tabs.
- electrochrisso
 - Addict

 - Posts: 989
 - Joined: Mon May 14, 2007 2:13 am
 - Location: Darling River
 
Re: Form Designer for Mac/Windows/Linux - beta 4
Good stuff Polo, it is time we have a new designer for PB. 
			
			
									
									PureBasic! Purely the best  
						Re: Form Designer for Mac/Windows/Linux - beta 4
Now waiting for more testing/bug reports/requests!electrochrisso wrote:Good stuff Polo, it is time we have a new designer for PB.
(and for PB beta 2 so I can release OSX and Linux versions
- 
				jesperbrannmark
 - Enthusiast

 - Posts: 536
 - Joined: Mon Feb 16, 2009 10:42 am
 - Location: sweden
 - Contact:
 
Re: Form Designer for Mac/Windows/Linux - beta 4
Great stuff. I have only tested it for 2 minutes, will do more when its back to work next week.
Like the code output, really clean and nice.
( i even did some tests i normally wouldnt do like mark several objects and copy paste and you thought of most things.. hehe)
Few things I noticed:
If I make a Frame3D-gadget, usually this is to then later make buttons, strings and other gadgets in this - but if i have a big frame3dgadget it will only select that instead of insert a new one.
(ctrl-tab would be a nice shortcut to switch between code and designer mode)
Image - suggestion to use loadimage as default (as now) but also have the option to automatic inline the image - ie create a datasection and includebinary for that file and use catchimage to open it-
A dream would be to be able to type code here straight away - so like if i create a button i can just rightclick - go to code and then start typing.
Another close-to-this-dream would be to be able to include the .pbf file to my project and use commands to load the form/control the form. This way I could change something easy in the form without screwing up the entire behavour of the program.
I also made a donation. Love your work and I hope a lot of people will find it very useful!
			
			
									
									
						Like the code output, really clean and nice.
( i even did some tests i normally wouldnt do like mark several objects and copy paste and you thought of most things.. hehe)
Few things I noticed:
If I make a Frame3D-gadget, usually this is to then later make buttons, strings and other gadgets in this - but if i have a big frame3dgadget it will only select that instead of insert a new one.
(ctrl-tab would be a nice shortcut to switch between code and designer mode)
Image - suggestion to use loadimage as default (as now) but also have the option to automatic inline the image - ie create a datasection and includebinary for that file and use catchimage to open it-
A dream would be to be able to type code here straight away - so like if i create a button i can just rightclick - go to code and then start typing.
Another close-to-this-dream would be to be able to include the .pbf file to my project and use commands to load the form/control the form. This way I could change something easy in the form without screwing up the entire behavour of the program.
I also made a donation. Love your work and I hope a lot of people will find it very useful!
- electrochrisso
 - Addict

 - Posts: 989
 - Joined: Mon May 14, 2007 2:13 am
 - Location: Darling River
 
Re: Form Designer for Mac/Windows/Linux - beta 4
I will use my netbook and test for the bare minimal for you, Windows only though. 
			
			
									
									PureBasic! Purely the best  
						Re: Form Designer for Mac/Windows/Linux - beta 4
Many thanks, that's really helping!jesperbrannmark wrote:I also made a donation. Love your work and I hope a lot of people will find it very useful!
Added for next beta.Polo wrote:(ctrl-tab would be a nice shortcut to switch between code and designer mode)
I want to do an image manager where you can choose a relative or absolute path, and a LoadImage or CatchImage, it's on the TodosPolo wrote:Image - suggestion to use loadimage as default (as now) but also have the option to automatic inline the image - ie create a datasection and includebinary for that file and use catchimage to open it-
I need to think how to implement this but that's a good suggestion, I'd love to be able to do that!!Polo wrote:A dream would be to be able to type code here straight away - so like if i create a button i can just rightclick - go to code and then start typing.
Another close-to-this-dream would be to be able to include the .pbf file to my project and use commands to load the form/control the form. This way I could change something easy in the form without screwing up the entire behavour of the program.
Thanks for all testing/ideas/donation