Pure Design, another Form Designer

Developed or developing a new product in PureBasic? Tell the world about it.
gerd
User
User
Posts: 94
Joined: Tue Feb 23, 2010 7:50 pm
Location: Germany

Re: Pure Design, another Form Designer

Post by gerd »

@ mestnyi

well, I saw a web site following your link, but nothing else. :|

And it was all in russian, at least I think so. Nothing I would be able to read.

So, what's your point? :?:

gerd
mestnyi
Addict
Addict
Posts: 1000
Joined: Mon Nov 25, 2013 6:41 am

Re: Pure Design, another Form Designer

Post by mestnyi »

I had not realized you could not download my example?
http://rghost.ru/download/58095470/81a3 ... zainer.rar
thanos
Enthusiast
Enthusiast
Posts: 422
Joined: Sat Jan 12, 2008 3:25 pm
Location: Greece
Contact:

Re: Pure Design, another Form Designer

Post by thanos »

@gerd
Congratulations for your effort.
It looks like the PureFORM which i still use, even i am a registered user of Purevision.
Continue with the improvements!
Regards

Thanos
» myPersonal Banker :: Because you do not need to have a master degree in economics in order to organize your finances!
gerd
User
User
Posts: 94
Joined: Tue Feb 23, 2010 7:50 pm
Location: Germany

Re: Pure Design, another Form Designer

Post by gerd »

@thanos
Thank you for your kind words.
It has been a long time someone commented on PureDesign, so you really surprise me.
I thought no one is interested anymore, because of the integrated form designer.

Anyhow, soon there will be a new version with bug fixes and a couple of new functions.

Regards
gerd
swan
Enthusiast
Enthusiast
Posts: 225
Joined: Sat Jul 03, 2004 9:04 am
Location: Sydney Australia
Contact:

Re: Pure Design, another Form Designer

Post by swan »

I'm still very interested in your project. I'm not a big fan of the integrated designer and still use pure form which is starting to get a bit old now, hence my interest in pure design.
In pure form I use code injection a lot - is this something you intend to include ?
thanos
Enthusiast
Enthusiast
Posts: 422
Joined: Sat Jan 12, 2008 3:25 pm
Location: Greece
Contact:

Re: Pure Design, another Form Designer

Post by thanos »

@gerd
I'm very very interested about your project. This project exactly suit my needs about form designing.
And as i saw, i am not the only one which prefers your designer.
It is an excellent project.
Regards

Thanos
» myPersonal Banker :: Because you do not need to have a master degree in economics in order to organize your finances!
gerd
User
User
Posts: 94
Joined: Tue Feb 23, 2010 7:50 pm
Location: Germany

Re: Pure Design, another Form Designer

Post by gerd »

@thanos

Thanks again.
What OS are you using for development?

Greetings
gerd

@swan

Thank you too for your kind words.
May I ask, what exactly you mean with "code injection"?

You already should be able to modify your form within PureDesign without loosing manually added code, as long as you not altered or deleted comments generated by PureDesign. And as long as your manual code is within the 2 sections marked

;-> Add first block of manual code after here

;-> End first block of manual code before here

;-> Add second block of manual code after here

;-> End second block of manual code before here

or within the event loop, created by PureDesign

Greetings
gerd
thanos
Enthusiast
Enthusiast
Posts: 422
Joined: Sat Jan 12, 2008 3:25 pm
Location: Greece
Contact:

Re: Pure Design, another Form Designer

Post by thanos »

gerd wrote:@thanos

Thanks again.
What OS are you using for development?

Greetings
gerd
Windows. I developed some small apps in Ubuntu in the last, but the main effort is in Windows.
Regards.

Thanos
» myPersonal Banker :: Because you do not need to have a master degree in economics in order to organize your finances!
gerd
User
User
Posts: 94
Joined: Tue Feb 23, 2010 7:50 pm
Location: Germany

Re: Pure Design, another Form Designer

Post by gerd »

@thanos

you surprise me again. I started PureDesign because at that time there was no form designer for Linux and I only use Linux, except for a few games for which I need Windows. And now you tell me, that you develop under Windows. I never put much effort on the version for Windows. Sure I tried to keep both versions equal, but my main target always was Linux. Unfortunately there are some differences between the Windows, Linux and Mac versions in PureBasic. Some are due to the OSs, some are within PureBasic itself. This sometimes make it hard to keep all versions on the same level. So far I think I managed well the versions for Linux and Windows, whereas there is no version for Mac.

When I started with PureBasic, I also tried PureForm and I liked it, but unfortunately PureForm is Windows only.

Well, this is a little bit of the history of PureDesign.

Greetings
gerd
gerd
User
User
Posts: 94
Joined: Tue Feb 23, 2010 7:50 pm
Location: Germany

Re: Pure Design, another Form Designer

Post by gerd »

The new version V1.2.0 of PureDesign is available!

New features: see first post
Download Links: see first post

Any comment or suggestion is welcome as always.

Enjoy

gerd
User avatar
RSBasic
Moderator
Moderator
Posts: 1218
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: Pure Design, another Form Designer

Post by RSBasic »

Hello gerd,

I hope there is no problem and you agree with it. :)

Download links without delays:
PureDesign 1.2.0 Linux x86: http://www.rsbasic.de/backupprogramme/P ... inux32.zip
PureDesign 1.2.0 Linux x64: http://www.rsbasic.de/backupprogramme/P ... inux64.zip
PureDesign 1.2.0 Windows x86: http://www.rsbasic.de/backupprogramme/P ... Winx86.zip
PureDesign 1.2.0 Windows x64: http://www.rsbasic.de/backupprogramme/P ... Winx64.zip
Image
Image
swan
Enthusiast
Enthusiast
Posts: 225
Joined: Sat Jul 03, 2004 9:04 am
Location: Sydney Australia
Contact:

Re: Pure Design, another Form Designer

Post by swan »

Thanx Gerd, I look forward to playing with it this weekend ....
linkerstorm
User
User
Posts: 47
Joined: Sun Feb 18, 2007 11:57 am

Re: Pure Design, another Form Designer

Post by linkerstorm »

Hi.

Some issues (Windows 8, x64, x64 version of PureDesign).

For example, this project file prevents me to change window flags (test.pbx) :

Code: Select all


[Global]
GridX = 5
GridY = 5
WebGadgetPath = 
[Counter]
Window = 100
Font = 0
Image = 59
Gadget = 303
Enum_Window = 0
Enum_Font = 0
Enum_Button = 1
Enum_ButtonImage = 0
Enum_Calendar = 1
Enum_Canvas = 0
Enum_CheckBox = 0
Enum_ComboBox = 1
Enum_Container = 0
Enum_Date = 0
Enum_Editor = 0
Enum_ExplorerCombo = 0
Enum_ExplorerList = 0
Enum_ExplorerTree = 0
Enum_Frame = 0
Enum_HyperLink = 0
Enum_Image = 0
Enum_IPAddress = 0
Enum_ListIcon = 0
Enum_ListView = 0
Enum_MDI = 0
Enum_OpenGL = 0
Enum_Option = 0
Enum_Panel = 0
Enum_ProgressBar = 0
Enum_Scintilla = 0
Enum_ScrollArea = 0
Enum_ScrollBar = 0
Enum_Spin = 0
Enum_Splitter = 0
Enum_String = 0
Enum_Text = 0
Enum_TrackBar = 0
Enum_Tree = 0
Enum_Web = 0
Enum_Unknown = 0
[Objects]
Object_0 = 	1	Form_100	100	0	0	0	0	380	100	600	440	0							0	0	0	0	0	0	0	0	0	Form_100				0						0	0	0	0	0	0	0	0	0
Object_1 = 	2	Button_0	300	0	1	100	1	254	54	120	25	0							0	0	0	0	0	0	0	0	0	Button_0				0						0	0	254	54	120	25	0	0	0
Object_2 = 	2	Calendar_0	301	0	1	100	20	42	101	200	200	0							0	0	0	0	0	0	0	0	0	Calendar_0				0						0	0	42	101	200	200	0	0	0
Object_3 = 	2	ComboBox_0	302	0	1	100	8	338	134	120	25	0							0	0	0	0	0	0	0	0	0	ComboBox_0				15						0	0	338	134	120	25	0	0	0
Object_4 = 	4	Item0	302	0	2	302	8	0	0	0	0	0							0	0	0	0	0	0	0	0	0	Item0				0						0	0	0	0	0	0	0	0	0

Anyway, good work.
User avatar
Bisonte
Addict
Addict
Posts: 1232
Joined: Tue Oct 09, 2007 2:15 am

Re: Pure Design, another Form Designer

Post by Bisonte »

The generated code of the form....

you put windows and gadget together at the enumeration... PB have there different pools...

I mean

Code: Select all

Your generated code :
Enumeration
  #Window_01
  #Window_02
  #Gadget_01
  #Gadget_02
EndEnumeration

should be :

Enumeration Windows
  #Window_01
  #Window_02
EndEnumeration
Enumeration Gadgets
  #Gadget_01
  #Gadget_02
EndEnumeration
PureBasic 6.10 LTS (Windows x86/x64) | Windows10 Pro x64 | Asus TUF X570 Gaming Plus | R9 5900X | 64GB RAM | GeForce RTX 3080 TI iChill X4 | HAF XF Evo | build by vannicom​​
English is not my native language... (I often use DeepL to translate my texts.)
gerd
User
User
Posts: 94
Joined: Tue Feb 23, 2010 7:50 pm
Location: Germany

Re: Pure Design, another Form Designer

Post by gerd »

@ Bisonte
Sorry, but I cannot even load your project file. I made up one with the same gadgets an it worked.

About the flags: With windows it is not only to check the checkbox, after that you have to click on the text of the check box to set the flag. Unfortunately I do not know how to avoid that second click. With Linux there is no need for that.

About the enumeration: What is the problem or short coming of the way PureDesign does it?

Regards

gerd
Post Reply