pureVisionXP - very nice!

Everything else that doesn't fall into one of the other PB categories.
Intrigued
Enthusiast
Enthusiast
Posts: 501
Joined: Thu Jun 02, 2005 3:55 am
Location: U.S.A.

pureVisionXP - very nice!

Post by Intrigued »

I am throughly pleased I purchased pureVisionXP! I just printed off the manual (thank you for this quality document! I know it took a while to create).

I'm also realizing that as a new user to P.B.... pureVisionXP is a great way to see how things are done just by clicking and adding objects onto a window, then exporting the code and looking over to see "how the pros do it"!

Thanks again, I see it's already been updated since I bought it the other day. I like that sort of support, timely fixes and/or upgrades!

*thumbs up*
Intrigued - Registered PureBasic, lifetime updates user
sec
Enthusiast
Enthusiast
Posts: 792
Joined: Sat Aug 09, 2003 3:13 am
Location: 90-61-92 // EU or ASIA
Contact:

Post by sec »

I'd like designing GUI rather than programing GUI too.
but using what is up to your taste as my taste is Visual Designer that included in PB.
User avatar
Paul
PureBasic Expert
PureBasic Expert
Posts: 1285
Joined: Fri Apr 25, 2003 4:34 pm
Location: Canada
Contact:

Re: pureVisionXP - very nice!

Post by Paul »

Intrigued wrote:I'm also realizing that as a new user to P.B.... pureVisionXP is a great way to see how things are done just by clicking and adding objects onto a window, then exporting the code and looking over to see "how the pros do it"!
Wait till you start tapping into the power of the PVGadgets library that comes with PVXP :)
Image Image
Intrigued
Enthusiast
Enthusiast
Posts: 501
Joined: Thu Jun 02, 2005 3:55 am
Location: U.S.A.

Re: pureVisionXP - very nice!

Post by Intrigued »

Paul wrote:
Intrigued wrote:I'm also realizing that as a new user to P.B.... pureVisionXP is a great way to see how things are done just by clicking and adding objects onto a window, then exporting the code and looking over to see "how the pros do it"!
Wait till you start tapping into the power of the PVGadgets library that comes with PVXP :)
I was checking those functions out yesterday. *nice*

Today I need to finish up my read, (I much rather print off than "LCD" read) my copy of the total list of Constants and Functions in P.B. .. Then I am (it's on my desk) picking up that freshly printed off copy of the pVXP User Guide.

The price is right for pVXP too!
Intrigued - Registered PureBasic, lifetime updates user
Intrigued
Enthusiast
Enthusiast
Posts: 501
Joined: Thu Jun 02, 2005 3:55 am
Location: U.S.A.

Post by Intrigued »

Ah, thanks Paul for your help (your forums).

Also, the PVGadgets library really is nice!

Here are examples (and a response) for each that I like right off:

Code: Select all

TEMP$ = PVGadgets_TempDir()
MessageRequester("", TEMP$)

EXEDIR$ = PVGadgets_ExeDir()
MessageRequester("", EXEDIR$)

CWD$ = PVGadgets_CurDir()
MessageRequester("", CWD$)


Needs a Window
PVGadgets_StartOnce("a")
I'm very pleased to say the least.

*salute*
Intrigued - Registered PureBasic, lifetime updates user
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

Post by NoahPhense »

PureVision kicks ass.

- np
bidanh00co
User
User
Posts: 56
Joined: Thu Jul 07, 2005 10:06 am

Compare

Post by bidanh00co »

Hi everybody !

I've tried PureVisionXP and ... of course, it's fantanstic. Better than Visual Designer which combined in PureBasic.

But I have a question. I don't know why.

When I add a object such as ButtonGadget, Webgadget or everything to Window Form. I can't resize it by point to the corner of the object !!..I only resize object by type the number in W: H: .

Furthermore, I can not move object by Mouse. it moves only when I use Arrow keyboard. :(

Why ?? would you please tell me.
Post Reply