VISUAL IDE for Pure Basic

Everything else that doesn't fall into one of the other PB categories.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by ricardo.

Hi,

I made a VISUAL IDE in VB for Rapid-Q and it easy for my to translate it for Pure Basic, but i have read that some other guys are just developing some and i don't want to make anything that disturb the Pure Basic Community.
Can anybody tell me if i can do it or not?

I can have a BETA IDE in a week or less...

Thanks

[url]mailto:ricardoarias@yahoo.com[/url]
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by PB.

Don't worry about "disturbing" the PB community... the more apps we get for the language, the better.


Edited by - PB on 20 September 2001 04:26:34
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by ricardo.

OK, im gonna make the changes and release it.

Im gonna do it in steps:

1.- The easy and speed change i can make i to release a first version that
give SKELETON of the interface. Without any other additional code.
User will need to open th e resulting skeleton and add their codes.

2.-Then i will add the functions, etc. Then when you make a gadget in the VISUAL IDE, you only need to rightclick each gadget and add there their respective code with some wizards. My Rapid-Q version does it, but i need to translate it to Pure Basic.

If anybody want to contact me to talk about it, please sned me an email to: [url]mailto:ricardoarias@yahoo.com[/url]

Tthanks :)
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by ricardo.


Well, the first step is DONE.
download the very first pre alpha version at:

http://www.pro-software.com.ar/pbvisual.zip

you will need the VB stuff (runtimes) to run it.
Get it at download.com or any other VB site.

I was wondering if some one could make some application that transalates VB code to Pure Basic, its not TO hard and it will be very usefull sine VB has tons of examples.
Maybe Fred could make it :)

I hope everybody give me feedback in this VISUAL IDE, i need it

Thanks

I will update it almost every day, then keep in touch
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by ricardo.

NEW VERSION AVAILABLE 0.0.2

download:
http://www.pro-software.com.ar/pbvisual.zip

comments:
[url]mailto:ricardoarias@yahoo.com[/url]

Almost everyday will be a new version :)
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by ricardo.

NEW VERSION TODAY

Look the new features
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Paul.

I am using Win2000 and your IDE doesn't always seem to free itself from memory when you exit the application. If I check the Task Manager, there could be 4 or 5 instances of it still in memory from the last session.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Rings.

Hi,
i've tested and played with your IDE for Purebasic.
For a first Beta it looking good and some nice features (GRID-Align) are implemented.
And it is easier for me to test the PureBasicCompiler.
(And he crashes with an Image-Gadget)

First of all, I'm a serious pro. coder since vb1 and know all about VB.

Most of the coders know VB and if a IDE is VB_alike (and a bit better) it is easy to use and understand.

Some Tips:
1) Put all Gadget-Types (Command,Check,OPtions, Text etc...) into a seperate Form.
2) scan the form for keystrokes (Form.Keypreview=true ) and scan for Delete (=8) for deleting
any gadgets.
3)Add Load/Save for any Form.
4)Programm MDI alike to use more than 1 Form on the Screen.(See VB-Examples)
5)Use a Resourcefile to implement more than one Language.(See VB-Examples)
6)Use a shape to retangle a bunch of gadgets (Okay this is a very pro part)
7)Use RTF as Code-Container (It's easier to color Keywords and Syntax)

If you have any questions about the points, remail me.

Siggi

Siggi
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by ricardo.
I am using Win2000 and your IDE doesn't always seem to free itself from memory when you exit the application. If I check the Task Manager, there could be 4 or 5 instances of it still in memory from the last session.

This bug are FIXED in todays version :) (21-aug)
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by ricardo.


I Update everyday at 16:00 (ARGENTINA's time)
Please check if new version available
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by ricardo.
Hi,
i've tested and played with your IDE for Purebasic.
For a first Beta it looking good and some nice features (GRID-Align) are implemented.
And it is easier for me to test the PureBasicCompiler.
(And he crashes with an Image-Gadget)
-Grid Align was suggested by PAUL

-Image don't write the ImageID() at this moment

First of all, I'm a serious pro. coder since vb1 and know all about VB.

Most of the coders know VB and if a IDE is VB_alike (and a bit better) it is easy to use and understand.

Some Tips:
1) Put all Gadget-Types (Command,Check,OPtions, Text etc...) into a seperate Form.
2) scan the form for keystrokes (Form.Keypreview=true ) and scan for Delete (=8) for deleting
any gadgets.
3)Add Load/Save for any Form.
4)Programm MDI alike to use more than 1 Form on the Screen.(See VB-Examples)
5)Use a Resourcefile to implement more than one Language.(See VB-Examples)
6)Use a shape to retangle a bunch of gadgets (Okay this is a very pro part)
7)Use RTF as Code-Container (It's easier to color Keywords and Syntax)

If you have any questions about the points, remail me.

Siggi

Siggi


Well Siggi, i did some of this functions after reading your post and i did it by other way (every one of us codes at their own way), but Cut, Copy and Paste are already implemented in the 22/aug version.

22-AUG A NEW VERSION 0.0.4 IS AVAILEABLE WITH NEW FEATURES
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by ricardo.

23 - AUG
NEW VERSION 0.0.5

Added feature to manage Images (suggested and helped by BlueB)
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by ricardo.

NEW VERSION 25 AUG 2001

new cool features:

let you save and open your projects, etc.

http://www.pro-software.com.ar/pbvisual.zip
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by ricardo.

NEW RELEASE

Sorry for the delay, i was at my job : )

new features:

Menu Editor
ComboBoxGadget Editor
ListViewGadget Editor
and some more

download it at:
http://www.pro-software.com.ar/pbvisual.zip

Thanks
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Paul.

When I try to use your Edit Menu feature, the whole IDE freezes up when I try to close the Edit Menu box.

Also if I press 'Del All' and then the 'Insert' button, the program crashes with a 'Run Time Error 381' Invalid property array index.

Paul.
Post Reply