Pure Design, another Form Designer
Re: Another Form Designer called Pure Design
Hi Kwaï chang caïne,
what do you mean by "it does not work"? If you downloaded the version for Windows x86, it should work.
And of course the x64 version will not run under Windows x86 (32bit version).
The 32bit version is at the very bottom of the first post.
If there is another problem, I would appreciate a more detailed report.
Thanks
gerd
what do you mean by "it does not work"? If you downloaded the version for Windows x86, it should work.
And of course the x64 version will not run under Windows x86 (32bit version).
The 32bit version is at the very bottom of the first post.
If there is another problem, I would appreciate a more detailed report.
Thanks
gerd
- Kwai chang caine
- Always Here
- Posts: 5494
- Joined: Sun Nov 05, 2006 11:42 pm
- Location: Lyon - France
Re: Another Form Designer called Pure Design
Hi GERD
Yes i have see the X86 version in the bottom of the post
I have downloaded, dezipped the "PureDesign101_Win86.zip" file and run it
And i have a panel like what, i have not the good version X64 or X86 "The version of this file is incompatible with this version of windows"
And this problem there are several day i have it
I have W7 Pro 32 bits, it's strange i'm again the one
Yes i have see the X86 version in the bottom of the post
I have downloaded, dezipped the "PureDesign101_Win86.zip" file and run it
And i have a panel like what, i have not the good version X64 or X86 "The version of this file is incompatible with this version of windows"

And this problem there are several day i have it
I have W7 Pro 32 bits, it's strange i'm again the one


Not a destination
Re: Another Form Designer called Pure Design
Hi Kwaï chang caïne,
I am really sorry about that. Unfortunately I have no x86 version to test. I will see, if I can setup one somehow, but this will take some time.
greetings
gerd
I am really sorry about that. Unfortunately I have no x86 version to test. I will see, if I can setup one somehow, but this will take some time.
greetings
gerd
Re: Another Form Designer called Pure Design
Hi Kwaï chang caïne,
I think I found the problem. Looks like you were right with what you said in your first post about being compiled for x64. I just recompiled the x86 version and replaced the old link with the new version. So you find the corrected link in the first post.
Hope it works now.
Sorry for the confusion.
It seems you are the only one using a 32bit version or nobody else cares. Thanks for reporting.
Have a nice day.
gerd
I think I found the problem. Looks like you were right with what you said in your first post about being compiled for x64. I just recompiled the x86 version and replaced the old link with the new version. So you find the corrected link in the first post.
Hope it works now.
Sorry for the confusion.
It seems you are the only one using a 32bit version or nobody else cares. Thanks for reporting.
Have a nice day.
gerd
Re: Another Form Designer called Pure Design
gerd,
thank you for recompiling the Windows x86 version. I just downloaded it and can confirm that it is working now.
Any chance for compiling an x86 version for Linux? But I presume that you only have a 64 bit Linux system for your development and it's not as easy as in Windows to compile on a Linux x64 system PureBasic programs both with the x64 and x86 compiler...
At work I have only x86 installations of Linux and Windows available. Only at home I can use your x64 Linux and x64 Windows version.
Another step to cross-platform use of PureDesign would be to compile a MacOS version. Please send me a PM if I can help you in compiling a Mac version...
By the way: you have done some nice work in developing PureDesign (based on the work of mk-soft). I always liked the old VisualDesigner and PureDesign has a lot in common with it.
thank you for recompiling the Windows x86 version. I just downloaded it and can confirm that it is working now.
Any chance for compiling an x86 version for Linux? But I presume that you only have a 64 bit Linux system for your development and it's not as easy as in Windows to compile on a Linux x64 system PureBasic programs both with the x64 and x86 compiler...

At work I have only x86 installations of Linux and Windows available. Only at home I can use your x64 Linux and x64 Windows version.
Another step to cross-platform use of PureDesign would be to compile a MacOS version. Please send me a PM if I can help you in compiling a Mac version...

By the way: you have done some nice work in developing PureDesign (based on the work of mk-soft). I always liked the old VisualDesigner and PureDesign has a lot in common with it.
- Kwai chang caine
- Always Here
- Posts: 5494
- Joined: Sun Nov 05, 2006 11:42 pm
- Location: Lyon - France
Re: Another Form Designer called Pure Design
Thanks a lot GERD
That works now perfectly
Thanks again for your great job
That works now perfectly

Thanks again for your great job

Not a destination
Re: Another Form Designer called Pure Design
Hi Shardik,
Thanks for your report and nice comments about PureDesign.
It is as you said. I don't have a Linux 32bit version and under x64 a 32bit version won't compile. It gives a lot of errors. Sorry.
Hi Kwaï chang caïne,
Thank you, without you I probably never would have realized that the x86 version did not work.
So I am glad you pointed it out and I am also glad that it works now for you as well.
regards
gerd
Thanks for your report and nice comments about PureDesign.
It is as you said. I don't have a Linux 32bit version and under x64 a 32bit version won't compile. It gives a lot of errors. Sorry.
Hi Kwaï chang caïne,
Thank you, without you I probably never would have realized that the x86 version did not work.
So I am glad you pointed it out and I am also glad that it works now for you as well.
regards
gerd
Re: Another Form Designer called Pure Design
Hi Lothar Schirm,
you once asked about changing the order of elements in the Viewer Tree. I am working on this now and would like to know where in the code created by PureDesign the new order should be observed?
I got it to work within the window procedure, but I would think you want it in the event loop as well?
Please let me know
gerd
you once asked about changing the order of elements in the Viewer Tree. I am working on this now and would like to know where in the code created by PureDesign the new order should be observed?
I got it to work within the window procedure, but I would think you want it in the event loop as well?
Please let me know
gerd
-
- User
- Posts: 54
- Joined: Mon Nov 26, 2012 4:57 pm
Re: Another Form Designer called Pure Design
Hi gerd,
would be nice in the event loop, too. But I want to be honest: I still prefer very much to work with Polo's Form Designer, because:
- you can manage projects with more than one form
- form design (pbf file) and coding (pb file) is strictly separated, so you need not change your code when you change parameters of gadgets
- you can create a form from existing pb code, I cannot use PureDesign for existing projects.
Nevertheless, I like your work and wish you good success!
Greetings,
Lothar
would be nice in the event loop, too. But I want to be honest: I still prefer very much to work with Polo's Form Designer, because:
- you can manage projects with more than one form
- form design (pbf file) and coding (pb file) is strictly separated, so you need not change your code when you change parameters of gadgets
- you can create a form from existing pb code, I cannot use PureDesign for existing projects.
Nevertheless, I like your work and wish you good success!
Greetings,
Lothar
Re: Another Form Designer called Pure Design
Hi Lothar,
no problem. I know that PureDesign is not complete yet and I still have a lot of work to do.
Thanks for your kind wishes and your answer.
And your comments or suggestions are always welcome.
Greetings
gerd
no problem. I know that PureDesign is not complete yet and I still have a lot of work to do.
Thanks for your kind wishes and your answer.
And your comments or suggestions are always welcome.
Greetings
gerd
Re: Another Form Designer called Pure Design
To all,
added a version for 32bit Linux systems.
Download link: see first post
As always, comments and suggestions are welcome
gerd
added a version for 32bit Linux systems.
Download link: see first post
As always, comments and suggestions are welcome
gerd
Re: Another Form Designer called Pure Design
Just uploaded a new version of PureDesign for Windows x86 and x64, as well as for Linux x64.
New features:
Font selection for gadgets
Change of Gadget order in viewer, will change the order in "OpenWindow Procedure" and eventloop too.
Also fixed a couple of bugs I ran into.
Links are in first post.
As always, comments are welcome
gerd
New features:
Font selection for gadgets
Change of Gadget order in viewer, will change the order in "OpenWindow Procedure" and eventloop too.
Also fixed a couple of bugs I ran into.
Links are in first post.
As always, comments are welcome
gerd
Re: Another Form Designer called Pure Design
Just uploaded the new version V1.0.2 of PureDesign for Linux x32.
New features:
Font selection for gadgets
Change of Gadget order in viewer, will change the order in "OpenWindow Procedure" and eventloop too.
Also fixed a couple of bugs I ran into.
Links are in first post.
As always, comments are welcome
gerd
New features:
Font selection for gadgets
Change of Gadget order in viewer, will change the order in "OpenWindow Procedure" and eventloop too.
Also fixed a couple of bugs I ran into.
Links are in first post.
As always, comments are welcome
gerd
Re: Another Form Designer called Pure Design
The new version V1.0.5 of PureDesign is available!
New features: Multiple windows are now supported
Background images can be added to windows
This time I made a few screen shots to show you what PureDesign and your projects look like.
[img=http://abload.de/thumb/help_linux_15pjcx.png]
[img=http://abload.de/thumb/help_linux_2jvk7h.png]
[img=http://abload.de/thumb/help_linux_35mjnt.png]
[img=http://abload.de/thumb/help_windows_326jis.png]
[img=http://abload.de/thumb/help_windows_1f0jj3.png]
[img=http://abload.de/thumb/help_windows_272kcn.png]
[img=http://abload.de/thumb/screenshotexample_lini3kp3.png]
[img=http://abload.de/thumb/screenshotexample_win06j0z.png]
Also there is now an example included with the ZIP-File.
Before using the example:
Select "File > Preferences" then "Directories&Programs" and set "Project Directory" and "Image Directory".
Download Links are in first post as usual.
Any comment or suggestion is welcome as always.
Enjoy
gerd
New features: Multiple windows are now supported
Background images can be added to windows
This time I made a few screen shots to show you what PureDesign and your projects look like.
[img=http://abload.de/thumb/help_linux_15pjcx.png]
[img=http://abload.de/thumb/help_linux_2jvk7h.png]
[img=http://abload.de/thumb/help_linux_35mjnt.png]
[img=http://abload.de/thumb/help_windows_326jis.png]
[img=http://abload.de/thumb/help_windows_1f0jj3.png]
[img=http://abload.de/thumb/help_windows_272kcn.png]
[img=http://abload.de/thumb/screenshotexample_lini3kp3.png]
[img=http://abload.de/thumb/screenshotexample_win06j0z.png]
Also there is now an example included with the ZIP-File.
Before using the example:
Select "File > Preferences" then "Directories&Programs" and set "Project Directory" and "Image Directory".
Download Links are in first post as usual.
Any comment or suggestion is welcome as always.
Enjoy
gerd
- Zebuddi123
- Enthusiast
- Posts: 796
- Joined: Wed Feb 01, 2012 3:30 pm
- Location: Nottinghamshire UK
- Contact:
Re: Another Form Designer called Pure Design
Hi Gerd as i generally use pureform this would suit me in use and great that it has scintilla gadget.
Crashes on win 7u x64. To replicate, add treeview to form select "show desktop" (bottom right hand corner) then click puredesign on the taskbar all 5 windows apear in the preview, hover over any of the preview window incons and a crash messagebox will appear.
Zebuddi.


Crashes on win 7u x64. To replicate, add treeview to form select "show desktop" (bottom right hand corner) then click puredesign on the taskbar all 5 windows apear in the preview, hover over any of the preview window incons and a crash messagebox will appear.
Zebuddi.



Last edited by Zebuddi123 on Sat Mar 29, 2014 9:37 pm, edited 1 time in total.
malleo, caput, bang. Ego, comprehendunt in tempore