PureVision 1.53 now Available

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
Paul
PureBasic Expert
PureBasic Expert
Posts: 1285
Joined: Fri Apr 25, 2003 4:34 pm
Location: Canada
Contact:

PureVision 1.53 now Available

Post by Paul »

Visit the Official PureVision Website for the latest download !!
http://www.reelmediaproductions.com/purevision

And for those few who do not know about PureVision, here are just a few features...

Code: Select all

- Easy To Use Interface 
- Design Complex Professional Forms Quickly 
- Group Gadgets for Fast Moving, Sizing, Hiding, etc.
- Copy & Paste Gadgets from Clipboard 
- Easily Adjustable Tabbing Order 
- "Hot Keys" for Quick Gadget Manipulation 
- Load/Save Full Work Projects 
- Edit Multiple Forms in a Single Project 
- Save Individual Forms to New Project 
- Merge Individual Forms or Complete Projects 
- Auto Include Images in Compiled EXE 
- Create Dynamically Resizing Forms 
- Exports Project as "Easy To Use" PureBasic Source Code 
- Select Windows or Linux Compliant Code 
- Exports Full Project or Selected Forms Only 
- Exports Multi Language Support File 
- Free Online Language Translation Service for PureVision Language Files 
- Includes PureTrans - Multi Language File Manager 
- Supports PureBasic v3.80 Gadgets 
- Supports PureBasic v3.80 Gadget Flags 
- Allows for Additional (non PB) Flags 
- Features Additional Windows API Gadgets 
- No Limit to Number of Forms in a Project 
- Number of Gadgets per Form is Unlimited 
- Work Form Looks & Responds as it will in Your Final Applicatio (WYSIWYG Interface) 
Last edited by Paul on Sat Nov 29, 2003 4:36 pm, edited 1 time in total.
Image Image
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

Very nice, thanks for that XP Skin option too!
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Shannara
Addict
Addict
Posts: 1808
Joined: Thu Oct 30, 2003 11:19 pm
Location: Emerald Cove, Unformed

Post by Shannara »

Any chance for a list of changes?
User avatar
Paul
PureBasic Expert
PureBasic Expert
Posts: 1285
Joined: Fri Apr 25, 2003 4:34 pm
Location: Canada
Contact:

Post by Paul »

Just visit the Website :)
Image Image
Shannara
Addict
Addict
Posts: 1808
Joined: Thu Oct 30, 2003 11:19 pm
Location: Emerald Cove, Unformed

Post by Shannara »

Nice small link :)

For those who don't know... http://www.reelmediaproductions.com/pur ... story.html
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: PureVision 1.53 now Available

Post by PB »

Hi Paul,

I watched your ResizeDemo.wmv file and it looks as though you're using
the mouse to create your forms with PureVision, so I downloaded v1.53
but it seems to still use keys only? What's going on?

Also, is there a way to preview the output of an exported form with
PureVision for non-registered users (like me) ? I'd like to see how it
generates code these days. Maybe in a messagebox or something for
non-registered users?

Regards, PB.
User avatar
blueb
Addict
Addict
Posts: 1116
Joined: Sat Apr 26, 2003 2:15 pm
Location: Cuernavaca, Mexico

Post by blueb »

Paul,

If you hold down the right mouse button the gadget will either move or resize, depending on the 'move / resize' toggle button at the bottom left of your screen.

PureVision creates three PB files.
1 - Constants and structures
2 - Window building procedures
3 - Main file handles Windows callback procedure and the message loop

As for written code... I'm no expert, but it appears to be as clean a method as possible.

HTH,
--blueb
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

> If you hold down the right mouse button the gadget will either move or
> resize, depending on the 'move / resize' toggle button at the bottom left
> of your screen.

Thanks blueb... I wonder why the left mouse button wasn't used... I can
only assume Paul had a good reason. :)
Post Reply