Page 6 of 6
Re: Pure Design, another Form Designer
Posted: Fri Aug 21, 2015 8:09 pm
by ts-soft
gerd wrote:About the enumeration: What is the problem or short coming of the way PureDesign does it?
Code: Select all
Enumeration
#Window_01 ;0
#Window_02 ;1
#Gadget_01 ;2 this create a GadgetList from 0 to 3 and the required memory is the double!
#Gadget_02 ;3
EndEnumeration
Code: Select all
Enumeration
#Window_01 ;0
#Window_02 ;1
EndEnumeration
Enumeration
#Gadget_01 ;0
#Gadget_02 ;1 this create a GadgetList from 0 to 1
EndEnumeration
Use a Enumeration per Object, see helpfile!
Greetings Thomas
Re: Pure Design, another Form Designer
Posted: Tue Apr 05, 2016 11:46 pm
by AL90
Is that project still in development?
Gefällt mir echt gut. Vor allen weil es sehr an PureForm angelehnt ist und eine Linux version gibt.
Re: Pure Design, another Form Designer
Posted: Sun Apr 10, 2016 7:04 pm
by gerd
Hi AL90,
what can I say. Basically YES, but after the last release there were no suggestions for other features.
There was only one comment from Bisonte and ts-soft about the way PureDesign handles the enumeration.
And to change the Enumeration stuff, I need a lot of time, which I didn't have so far.
May be after summer I find some time to do it.
Regards
gerd
Re: Pure Design, another Form Designer
Posted: Mon Apr 11, 2016 2:04 am
by swan
Hi gerd,
Have used PureDesign for a couple of small projects and think it's pretty good considering it's in it's early stages of development, particularly when I compare it to PureForm.
On top of my wishlist would be code injection or code infusion. Something I used regularly on small projects. I like the way Gnozal implemented it on PureForm, ie; event based.
Keyboard nudging for gadget placement, tooltips support, a user gadget option, a grid option with snap to and gadget copy/paste/clone would also be great (time permitting of course).
Gerd I encouage you to continue and hope others feel the same, Pure Design is too good to let slide, it's very close.
Re: Pure Design, another Form Designer
Posted: Mon Jul 25, 2016 6:27 pm
by gerd
Hi swan,
thank you for your kind words and excuse the delay. But I have been very busy with other things and still I am, unfortunately.
I really would like to continue with PureDesign and add more functionality to it, as well as improve it. But the move to GTK3
put up a great hurdle for me. Some of the GTK2 functions obviously have changed with GTK3 and don't work any more,
but throw errors all over. And I am too bad as a programmer to overcome this.
So to make it short: I am stuck.
The only thing I can think of right now, would be to stick with PB 5.31 for any further development.
But this means also, any newer stuff from PB cannot be included.
May be whenever I find some more time. Sorry about that.
regards
gerd
Re: Pure Design, another Form Designer
Posted: Tue Jul 26, 2016 1:04 am
by swan
Hi Gerd,
I understand and no need to apologise.
I have no Linux background experience so I can't offer much in return.
I never change PB versions once a project has started however I generally start with the latest version.
I hope one day you find time and a way around the issue.
Cheers,
Steve ....