Search found 310 matches

by TronDoc
Sat Mar 26, 2005 2:59 pm
Forum: Off Topic
Topic: What happened to Spangly's site?
Replies: 16
Views: 5996

I ran the .exe and it appeared to do something...
...but how do I use it!?

[uh oh! it appears that my hard drive is melting!!!!!] :wink:

--jb
by TronDoc
Thu Sep 09, 2004 4:39 pm
Forum: Off Topic
Topic: I am bored. . . Lets make a flash movie!
Replies: 51
Views: 10337

why doesthe porridgebird
lay it'seggs inthe air?
{7 words}
:lol:
by TronDoc
Fri Jul 16, 2004 3:39 am
Forum: Off Topic
Topic: hex editor
Replies: 11
Views: 3474

you are most welcome :D
by TronDoc
Fri Jul 16, 2004 3:36 am
Forum: Tricks 'n' Tips
Topic: Round & fancy buttons - Windows only
Replies: 30
Views: 14438

no problem :D
by TronDoc
Fri Jul 16, 2004 3:34 am
Forum: Tricks 'n' Tips
Topic: RS232 Librarie - MVCOM
Replies: 9
Views: 5275

it is working now here too
by TronDoc
Thu Jul 15, 2004 11:58 pm
Forum: Off Topic
Topic: hex editor
Replies: 11
Views: 3474

frhed is what I've used for a long time now.. ..it is great!

here is another one that has interesting options:
ICY Hexplorer

both use the "F" word! :twisted: {Free, that is.}
by TronDoc
Thu Jul 15, 2004 11:03 pm
Forum: Tricks 'n' Tips
Topic: RS232 Librarie - MVCOM
Replies: 9
Views: 5275

Re: RS232 Librarie - MVCOM

Marc wrote:To download: http://perso.wanadoo.fr/marc.vitry
dead link :(
by TronDoc
Thu Jul 15, 2004 10:47 pm
Forum: Tricks 'n' Tips
Topic: Round & fancy buttons - Windows only
Replies: 30
Views: 14438

way cool! 8)

but, buttons 25, 26 and 27 look blank
and clicking 26 makes a blank box blink
twice before showing the circles with the number
http://trondoc.ezwebtech.com/RatsNest/ButtonFactory.pb.ScreenCap.gif

I don't have the greatest video card
and only WinDoze '98fe; so that may
be the ...
by TronDoc
Sun Jul 04, 2004 12:44 pm
Forum: Off Topic
Topic: Where did you start programming?
Replies: 80
Views: 17677

pdp-11 BASIC
http://www.psych.usyd.edu.au/pdp-11/Ima ... punch.jpeg
saved/loaded my programs with paper tape. :wink:
Joe
by TronDoc
Fri Jul 02, 2004 3:16 pm
Forum: Off Topic
Topic: Fred is ...:D
Replies: 9
Views: 3299

LarsG wrote:Dude, you *really* need some time away from your computer... :lol:
:lol:
by TronDoc
Thu Jul 01, 2004 7:23 pm
Forum: Tricks 'n' Tips
Topic: Set Flat-Buttonstyle for gadget's (Windows only)
Replies: 7
Views: 4004

But it would be pretty nice to know if it is also running on win 98. yes, it works on '98fe
I tried it on the example gadget.pb
for gadget 5 (add button) ;
; ------------------------------------------------------------
;
; PureBasic - Gadget example file
;
; (c) 2002 - Fantaisie Software ...
by TronDoc
Sun Jun 20, 2004 6:57 pm
Forum: Announcement
Topic: ScriptVM, a script language
Replies: 77
Views: 26342

BalrogSoft wrote:Hi TronDoc, i tried both versions,: P4 Celeron 2.6Ghz, 512Mb of RAM DDR 333Mhz.
many thanks!
any body else?
by TronDoc
Sun Jun 20, 2004 5:40 pm
Forum: Announcement
Topic: PureBasic 3.91 Beta for linux released
Replies: 29
Views: 10363

I sent an email too (only one though) :wink:
by TronDoc
Sun Jun 20, 2004 2:53 pm
Forum: Game Programming
Topic: Librairie M3D_Matrix3D Beta
Replies: 9
Views: 3508

TIPS for people with low-end PCs like mine:

TIPS for people with low-end PCs like mine:

this line:
; #ScreenDepth = 32 gave error on my poor old PC
changed it to:
#ScreenDepth = 16
and Exemple1.pb works now! :D

changes for Exemple2.pb
; #ScreenWidth = 1024
; #ScreenHeight = 768
; #ScreenDepth = 32
#ScreenWidth = 800
#ScreenHeight = 600 ...
by TronDoc
Sun Jun 20, 2004 1:28 pm
Forum: Tricks 'n' Tips
Topic: Notepad starter / skeleton
Replies: 10
Views: 5913

Re: Duplicate res file

I just upgraded to 3.90 and get an error when loading your code:
Constant already declared with a different value: #FILE_ATTRIBUTE_ENCRYPTED
and when I click [OK] PureBASIC closes :cry:

You probably have GPI's WinConstantsToRes from JaPBE in your resource folder and that has the duplicated ...