Page 1 of 1

What are the names of applications to generate forms

Posted: Thu Dec 08, 2016 7:16 pm
by chrisc
Hi all

I'm a newbie to PureBasic, I wish to know what are the application names for generating
forms and dialogs for PureBasic. I heard of PureVision and are there alternatives
to PureVision that you can recommend

thanks

Re: What are the names of applications to generate forms

Posted: Sat Dec 10, 2016 4:52 am
by collectordave
i simply use the IDE supplied

cd

Re: What are the names of applications to generate forms

Posted: Thu Dec 15, 2016 3:48 am
by Damion12
I would just get used to using the IDE's version. I used to use gnozal's PureForm, but he's gone MIA & files are no longer available. PureVision, last I checked, lags behind feature by a good amount; not only that but has some really funky usage (ie: moving an object).
While the built in lacks a lot of the features that many found useful, the ide will be up to date and will likely get better release by release. Besides, it forces you to create a more standardized "purebasic" methodology/coding, which will help with future upgrades. Just my 2 cents

Re: What are the names of applications to generate forms

Posted: Fri Dec 16, 2016 7:59 pm
by chrisc
Thank you