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*
pureVisionXP - very nice!
pureVisionXP - very nice!
Intrigued - Registered PureBasic, lifetime updates user
Re: pureVisionXP - very nice!
Wait till you start tapping into the power of the PVGadgets library that comes with PVXPIntrigued 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"!
Re: pureVisionXP - very nice!
I was checking those functions out yesterday. *nice*Paul wrote:Wait till you start tapping into the power of the PVGadgets library that comes with PVXPIntrigued 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"!
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
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:
I'm very pleased to say the least.
*salute*
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")*salute*
Intrigued - Registered PureBasic, lifetime updates user
- NoahPhense
- Addict

- Posts: 1999
- Joined: Thu Oct 16, 2003 8:30 pm
- Location: North Florida
-
bidanh00co
- User

- Posts: 56
- Joined: Thu Jul 07, 2005 10:06 am
Compare
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.
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.



