Page 1 of 1
pureVisionXP - very nice!
Posted: Tue Jun 14, 2005 5:45 am
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*
Posted: Tue Jun 14, 2005 1:12 pm
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.
Re: pureVisionXP - very nice!
Posted: Tue Jun 14, 2005 3:38 pm
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

Re: pureVisionXP - very nice!
Posted: Tue Jun 14, 2005 10:52 pm
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!
Posted: Thu Jul 07, 2005 7:33 pm
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*
Posted: Sat Jul 09, 2005 1:22 pm
by NoahPhense
PureVision kicks ass.
- np
Compare
Posted: Thu Jul 14, 2005 11:13 am
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.