Page 3 of 4
Posted: Sat Aug 31, 2002 3:01 pm
by BackupUser
Restored from previous forum. Originally posted by Art Sentinel.
Originally posted by Danilo
Maybe its the best to rewrite it completely
with PureBasic. VB suxx any way...
I think another good way to write that is:
VB suxx HUGGGGGGGGELY...
Actually, Visual Basic is not so bad until you realize how emmensely better PureBasic is. Haha..
- Art Sentinel
Posted: Sat Aug 31, 2002 6:38 pm
by BackupUser
Restored from previous forum. Originally posted by ebs.
Ricardo,
Very nice work! I found a trivial bug, but I though I'd let you know:
1. Put a ListIconGadget on a form.
2. Select "Add..." in the "Columns" property and click on the "..."
button.
3. Click on the "Delete Column" button twice. (I know you wouldn't
normally do this!)
4. You will get a "Run-time error '9': Subscript out of range" and the
program will crash.
Regards,
Eric
Posted: Sun Sep 01, 2002 2:00 am
by BackupUser
Restored from previous forum. Originally posted by Fangbeast.
Ricardo, I get "Runtime error 339, COMCTL32.OCX not correctly registered" ??? I run WInXP pro and that file is registered correctly
Regards
Fangles
Posted: Sun Sep 01, 2002 1:58 pm
by BackupUser
Restored from previous forum. Originally posted by tejon.
I seem to be missing comctl32.ocx, please tell me where I can
download the file.
Posted: Sun Sep 01, 2002 2:13 pm
by BackupUser
Restored from previous forum. Originally posted by freak.
Get it
http://download.microsoft.com/download/ ... mctlzp.exe.
Posted: Sun Sep 01, 2002 4:33 pm
by BackupUser
Restored from previous forum. Originally posted by tejon.
it appears that comctl32.ocx is part of Visual Basic 5 runtime files ?
i searched the web for vbrun5 and found several that included
the comctl32 among others.
i'll give them a try.
ps. installing the vbrun5 from
http://www.pware.de/download/vbrun5.zip
makes it work.
thanks
Posted: Sun Sep 01, 2002 5:17 pm
by BackupUser
Restored from previous forum. Originally posted by ricardo.
Hi
This is one of the disadvantages of VB and the advantages of PB: runtimes !!!
If you use the VB wizard that create installers the zip file can go up to 10 MEGAS for some applicatiosn and even fail sometimes (i remember that the first release of Visual IDE i use microsoft installer and Paul has to make a different installer since microsoft's one was giving troubles)
Maybe in 2 or 3 weeks i hope i can release a Visual IDE developed on PureBasic, my only problem at the moment is MDI.
Thanks
Best Regards
Ricardo
Dont cry for me Argentina...
Posted: Sun Sep 01, 2002 7:07 pm
by BackupUser
Restored from previous forum. Originally posted by Danilo.
Why not using more than 1 window in PureBasic ??
1 Window with the button stuff and setup things -
and the created windows (forms) as separate windows.
cya,
...Danilo
(registered PureBasic user)
Posted: Sun Sep 01, 2002 7:15 pm
by BackupUser
Restored from previous forum. Originally posted by ricardo.
Hi Danilo
Yes, im doing something similar to what you say, im using some kind of float bar and the window. But MDI is exactly for this purposes... but i will do it simple in the first release.
Thanks !
Best Regards
Ricardo
Dont cry for me Argentina...
Posted: Sat Sep 07, 2002 2:19 am
by BackupUser
Restored from previous forum. Originally posted by Fangbeast.
Originally posted by ricardo
Originally posted by pusztry
Hi Ricardo,
It looks great but if you try to resize the window it jumps down off the curser and you can never actualy move the window around.
Hi,
Which window?
I just open the Visual IDE and resize the window1 with no problem.
Anybody else find this problem that pusztry found?
Best Regards
Ricardo
Dont cry for me Argentina...
Ricardo I get a "Runtime error 339 COMCTL32.OCX or one of it's dependancies not correctly registered" ??
Fangles
Posted: Sun Sep 08, 2002 12:49 am
by BackupUser
Restored from previous forum. Originally posted by tejon.
Fangbeast, download and install the vbrun5 files from
http://www.pware.de/download/vbrun5.zip
it will fix your problem, same thing happened to me.
Posted: Sun Sep 08, 2002 3:08 am
by BackupUser
Restored from previous forum. Originally posted by ricardo.
Thanks for answering !!
Best Regards
Ricardo
Dont cry for me Argentina...
Posted: Sun Sep 08, 2002 3:15 am
by BackupUser
Restored from previous forum. Originally posted by Fangbeast.
I did but it came up with an error during installation. So I installed Ricardo's first IDE, then uninstalled it and his new one worked. But when I save the project, it's empty

:)
Oh well, back to manual editing
Fangles
Posted: Sun Sep 08, 2002 3:20 am
by BackupUser
Restored from previous forum. Originally posted by tejon.
my apologies Ricardo, I know the post was addressed at you,
having had the same problem i thought i'd give the tip
Posted: Sun Sep 08, 2002 11:04 pm
by BackupUser
Restored from previous forum. Originally posted by anil.
I am a newbie here. I cant find a command to add a 'scrolling text area' in a window. Can someone help please?