PureBasic Visual Designer Updated

Developed or developing a new product in PureBasic? Tell the world about it.
Berikco
Administrator
Administrator
Posts: 1326
Joined: Wed Apr 23, 2003 7:57 pm
Location: Belgium
Contact:

PureBasic Visual Designer Updated

Post by Berikco »

Get the new update here http://users.pandora.be/berikco/designer.htm

Because Fred don't want to reach version 4.0 to quicly, i introduced a build number
(not realy Fred, just me to lazy to change the version number every time, and this build number is generated automaticly) :twisted:

Have fun :)
Last edited by Berikco on Mon Oct 13, 2003 6:42 pm, edited 1 time in total.
GPI
PureBasic Expert
PureBasic Expert
Posts: 1394
Joined: Fri Apr 25, 2003 6:41 pm

Re: PureBasic Visual Designer Updated

Post by GPI »

> this build number is generated automaticly

hmmmm, how?
dmoc
Enthusiast
Enthusiast
Posts: 739
Joined: Sat Apr 26, 2003 12:40 am

Post by dmoc »

Thanks Berikco.
freedimension
Enthusiast
Enthusiast
Posts: 613
Joined: Tue May 06, 2003 2:50 pm
Location: Germany
Contact:

Post by freedimension »

Hi Berikco,

The Editor is very fine, but not so the download site.
Is there any reason, why the downloads are sorted ascending?
If not, for usabilities sake make them descending so the latest version will always be at top.

Greets
free
Berikco
Administrator
Administrator
Posts: 1326
Joined: Wed Apr 23, 2003 7:57 pm
Location: Belgium
Contact:

Post by Berikco »

freedimension wrote:Hi Berikco,

The Editor is very fine, but not so the download site.
Is there any reason, why the downloads are sorted ascending?
If not, for usabilities sake make them descending so the latest version will always be at top.

Greets
free
Good idea, your the first to ask :)

Done http://users.pandora.be/berikco/designer.htm
Berikco
Administrator
Administrator
Posts: 1326
Joined: Wed Apr 23, 2003 7:57 pm
Location: Belgium
Contact:

Re: PureBasic Visual Designer Updated

Post by Berikco »

GPI wrote:> this build number is generated automaticly

hmmmm, how?
Easy :)

Code: Select all

EditorVersion$ ="PureBasic Visual Designer v3.81 BETA build " + Str(Year(#PB_Compiler_Date)+DayOfYear(#PB_Compiler_Date) - 1024)
And I don't release 2 versions a day ;)
Post Reply