Where is vis2pure?

Just starting out? Need help? Post your questions and find answers here.
Shannara
Addict
Addict
Posts: 1808
Joined: Thu Oct 30, 2003 11:19 pm
Location: Emerald Cove, Unformed

Where is vis2pure?

Post by Shannara »

Anybody know where Vis2Pure is at? Or a newest version? I did a search, all links give 404s.
User avatar
Andre
PureBasic Team
PureBasic Team
Posts: 2139
Joined: Fri Apr 25, 2003 6:14 pm
Location: Germany (Saxony, Deutscheinsiedel)
Contact:

Post by Andre »

I think that PB (?) stopped developing, when the Visual Designers were released. Should be a statement somewhere here on the forum....
Bye,
...André
(PureBasicTeam::Docs & Support - PureArea.net | Order:: PureBasic | PureVisionXP)
Shannara
Addict
Addict
Posts: 1808
Joined: Thu Oct 30, 2003 11:19 pm
Location: Emerald Cove, Unformed

Post by Shannara »

Ok, thanks for the info. It's kinda sad that nobody can use VB any more for GUI designing. Ah well.
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

> I think that PB (?) stopped developing, when the Visual Designers were released.

That's correct. The reason I stopped is because there's too much hassle
for newbies using VB to create the GUI, and I didn't like explaining it all
via e-mail to them. They'd drag a non-supported gadget onto the VB form
and wonder why vis2pure didn't convert it, etc. And since there's no way
to stop VB adding such gadgets, it became too much hassle (especially for
what was a free converter). Then the official Visual Designer came along,
and I dropped vis2pure with a big sigh of relief. :)

Another issue was the number of updates that PureBasic kept having -- it
kept breaking vis2pure (removal of "InitGadget" etc) and I got very tired of
keeping up with Fred. ;) It wasn't very advanced either: no support for
PanelGadgets and stuff like that. No great loss, believe me.
Shannara
Addict
Addict
Posts: 1808
Joined: Thu Oct 30, 2003 11:19 pm
Location: Emerald Cove, Unformed

Post by Shannara »

I wouldn't mind continuing the project then, if your up for it. I mean, I have yet to find a visual designer that allows me to create GUI w/ the speed that VB does.. and/or missing needed features that other designers have *shrugs*
freak
PureBasic Team
PureBasic Team
Posts: 5941
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

What is it that the PureBasic VD doesn't do?


Timo
quidquid Latine dictum sit altum videtur
Shannara
Addict
Addict
Posts: 1808
Joined: Thu Oct 30, 2003 11:19 pm
Location: Emerald Cove, Unformed

Post by Shannara »

Now I have to look at the newest version :P But the olden one was missing the container control (which I recently found is is crap in pb compared to vb, so nvm there), no ability to remove tabs, no way to have a picbox control a container control (as I need to be able to have a black background). PV coder gave me a long work-around this issue, but then.....

One of the thing I loved and consider a professional feature is the ability to move and resize a form w/o having to use a control panel like PV. Much more VB friendly :) Missing MDI, heard somewhere on these forums that Fred would not impliment MDI support due to personal reasons... grr Oh well.

I actually use Pure Designer over PV mainly due to the above reasons. It looks much more professonal to me, and it allows users to spend less time designing UI.

Anyways, I'm going ot have to check out the newest version now :) The one I have is 3.80 1249.
Berikco
Administrator
Administrator
Posts: 1326
Joined: Wed Apr 23, 2003 7:57 pm
Location: Belgium
Contact:

Post by Berikco »

Shannara wrote:no ability to remove tabs
Did you realy try it?? Just select a tab in tree and press del, or the X icon in toolbar

Newest version has Containergadget()
Shannara
Addict
Addict
Posts: 1808
Joined: Thu Oct 30, 2003 11:19 pm
Location: Emerald Cove, Unformed

Post by Shannara »

Yes... I use jaPBe for code editing and VD for the gui aspect. If Delete is needed to delete tabs, then why is VD following PB when it comes to no consistancy? You have a button for pretty much every feature.... bah.

Yes the newest one contain that gadget, as mentioned before it did not exist before. I've downloaded the newest one about an hour ago and will be able to really use it in production (barring any issues) in about 6 hours. But so far IMO, VD is the top visual designer for PB out there.. and it's free to boot :) I know, I've tried jaPBe, VD, paid for PV ..., and there's another one I cant quite remember....
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

> I wouldn't mind continuing the project then, if your up for it.

Unfortunately I don't release my source code to others. I was actually
thinking of re-writing it as a command-line version for power users only,
so there's hope yet. I agree with you that creating a GUI with the Visual
Basic editor is still my number one choice too, although the official VD for
PureBasic is getting very powerful too. If I ever release a command-line
version of vis2pure I'll announce it in these forums, so you won't miss it.
Berikco
Administrator
Administrator
Posts: 1326
Joined: Wed Apr 23, 2003 7:57 pm
Location: Belgium
Contact:

Post by Berikco »

Shannara wrote:Yes... I use jaPBe for code editing and VD for the gui aspect. If Delete is needed to delete tabs, then why is VD following PB when it comes to no consistancy? You have a button for pretty much every feature.... bah.
I think i need a bycicle to follow you :)
Sorry, can't realy read this line as i'm not native english speaker :?
Shannara
Addict
Addict
Posts: 1808
Joined: Thu Oct 30, 2003 11:19 pm
Location: Emerald Cove, Unformed

Post by Shannara »

Im sorry for taking too long to reply. I was recently looking for downloadable versions of vis2pure. Since I am planning on creating my own Visual Basic to Pure Basic converter and wanted a base to start from.

What I meant was that VD was following PB in the terms of being majorly inconsistant. The tabs was one if the inconsistancies in VD at the time of my previous post. I have not checked the new version of VD since I do not have an updated version of coLinux (*hint*BEACH*hint*).

But from the screenshots, it looks like it's going the OO way of coding. Basically a proc for every event.
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

> I was recently looking for downloadable versions of vis2pure

Okay, here it is (60k): vis2pure_030.zip

Please take note of the "ReadMe" inside it before contacting me. :)
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
Shannara
Addict
Addict
Posts: 1808
Joined: Thu Oct 30, 2003 11:19 pm
Location: Emerald Cove, Unformed

Post by Shannara »

Ok ok, i wont contact you :) Anyways, thanks for the link.
Berikco
Administrator
Administrator
Posts: 1326
Joined: Wed Apr 23, 2003 7:57 pm
Location: Belgium
Contact:

Post by Berikco »

Shannara wrote:
What I meant was that VD was following PB in the terms of being majorly inconsistant. The tabs was one if the inconsistancies in VD at the time of my previous post.
There was always a button in the toolbar to delete a tab, and you can use the delete key. Further there is delete in the menu, and delete in the popup menu.

No way to delete a tab?!? There are 4 ways te delete a tab.
But i guess that's not enough for you :lol:
Post Reply