Search found 31 matches

by Lars
Wed Dec 20, 2006 10:53 pm
Forum: Announcement
Topic: Preferences Creator
Replies: 0
Views: 1657

Preferences Creator

I haven't been around for quite a while, but I still have a major PB project
I am working on from time to time. One of the by-products of that project
is the "Preferences Creator".

It analyses any given PB code for Read/WritePreferenceX commands and
creates a "preferences file" with the standard ...
by Lars
Fri May 12, 2006 2:30 pm
Forum: PureFORM & JaPBe
Topic: jaPBe 3.13.4 [IDE for PB 4 and PB 5]
Replies: 1545
Views: 680710

Seems to be fixed, thanks.
by Lars
Fri May 12, 2006 6:25 am
Forum: PureFORM & JaPBe
Topic: jaPBe 3.13.4 [IDE for PB 4 and PB 5]
Replies: 1545
Views: 680710

I'm unsure whether this problem has already been posted.

"Find Next" (CTRL+F) behaves very sometimes behaves more than
strangely and finds previous searches' results instead of the new search-
word. Can't really reproduce the error, but maybe this description already is enough?

[Edit:]
Probably ...
by Lars
Wed Feb 15, 2006 1:35 pm
Forum: Announcement
Topic: PBDoc (jaPBe Pluggin)
Replies: 2
Views: 1612

It would rock to have this. What makes it pretty useless for now, though,
is that it can't handle IncludeFiles. Projects with documentation tend to
consist of more than one file. . .

Another suggestion/wish would be an slightly different identification in the
code, more like JavaDoc. @param as ...
by Lars
Thu Dec 08, 2005 11:58 am
Forum: Announcement
Topic: gDesign - Visual Designer beta2 (update 5 - tab order)
Replies: 58
Views: 19063

Again, I have to agree with Gnozal.

I guess nobody will really request an event loop as the original VD
produces or even more (resizing etc) as PV makes possible.

But the possibility to just generate the "create gadget" snippet would
significantly ease the quick use of the GD, as it'd be very ...
by Lars
Wed Dec 07, 2005 12:08 pm
Forum: Announcement
Topic: gDesign - Visual Designer beta2 (update 5 - tab order)
Replies: 58
Views: 19063

I agree with gnozal, but I would call it Export, to demonstrate it's not the
main intention. . .

It would be quite helpful if somebody doesn't want to use the Designer
Files, e.g. because he started developing his application earlier and only
wants to design one dialogue in your designer or ...
by Lars
Thu Dec 01, 2005 3:56 pm
Forum: Announcement
Topic: FTP Include
Replies: 0
Views: 1403

FTP Include

The FTP_Include is plain PureBasic, if you don’t count the API in
ClientEvent4 Include, which should be easily ported to other Systems, if it
doesn’t become possible PB anyways in the future.

The Include uses OOP, every connection to an FTP server is an object. I
wouldn’t go so far as too call ...
by Lars
Sat Feb 12, 2005 9:25 pm
Forum: Tricks 'n' Tips
Topic: ClientEvent 4 (Server disconnect) include (Win only)
Replies: 4
Views: 3304

Update: (V1.01)
Error-Handling has been rewritten, you can use this include in multiple
projects now more easily, because the error-handling-procedure is no
more hard-coded.
by Lars
Sat Jan 22, 2005 7:36 pm
Forum: Tricks 'n' Tips
Topic: ClientEvent 4 (Server disconnect) include (Win only)
Replies: 4
Views: 3304

ClientEvent 4 (Server disconnect) include (Win only)

Code updated For 5.20+

ClientEvent4_Sample.pb
;/#################################
;/# ClientEvent 4 include example #
;/#################################
;
;/ Coded by 'Lars'

Procedure ErrorProc(msg.s)
Debug "Error: " + msg
EndProcedure


If InitNetwork() = 0
ErrorProc("Could not initialise ...
by Lars
Sat Oct 30, 2004 9:54 pm
Forum: Feature Requests and Wishlists
Topic: Hopefully simple addition to AddGadgetItem()
Replies: 4
Views: 1493

Errrrm, it's a shame, but i didn't realise this possibility yet :oops:

Whatever, it would be kind of usefull though, but it's not really important.
by Lars
Fri Oct 29, 2004 1:56 pm
Forum: Feature Requests and Wishlists
Topic: Hopefully simple addition to AddGadgetItem()
Replies: 4
Views: 1493

Hopefully simple addition to AddGadgetItem()

Working with the -1 position parameter of AddGadgetElement(), i realised
that it would be very cool, if AddGadgetElement() would simply return the
final position of the new element. I don't know how PB works internally,
but imho this shouldn't be much work to do, but it would be a great ...
by Lars
Wed Sep 01, 2004 4:24 pm
Forum: Announcement
Topic: PureContest 3 - AI-Game
Replies: 34
Views: 10797

As Rob and I have realised that at least 2 people are probably going to
miss the deadline and we have only 2 bots yet, we agreed to give you 2
more days to send in your bots. Please do us the favour and make use of
this offer :wink:

All the bots have be received by Rob ( rob at robsite.de ...
by Lars
Sat Jul 03, 2004 3:01 pm
Forum: Announcement
Topic: PureContest 3 - AI-Game
Replies: 34
Views: 10797

Yet another bug :oops:
(Major bug in collision response, one AI could get through a wall, if the
other AI is on special surface :oops: )

The new version is up again, old link.

Thanks to El_Choni for his great help on this bug :wink:
by Lars
Fri Jul 02, 2004 2:57 pm
Forum: Announcement
Topic: PureContest 3 - AI-Game
Replies: 34
Views: 10797

I am very sorry to tell you this, but as i read the code again, I found a one
more bug by now that affects the engine to don't pass the shots list right.

I'll do some more bug searching and fixing before releasing a new
Version, i hope you understand this.

I can't express how embarrassing this ...
by Lars
Thu Jul 01, 2004 4:13 pm
Forum: Announcement
Topic: PureContest 3 - AI-Game
Replies: 34
Views: 10797

First of all, i'm sorry the support in the english forum had a little delay :)
Sorry!

Also, is there any limit on the number of robots that one person can submit? :wink:
Yes, 1 :)

Was this update rolled into the english version of the code also?
Checked, yes.
To give you the information, too ...