Search found 9 matches

by K1m0n
Wed Jan 22, 2020 1:17 am
Forum: Announcement
Topic: SpiderBasic 2.31 released!
Replies: 20
Views: 35529

Re: SpiderBasic 2.30 released!

I just updated my subscription to get the latest ver.
I don't actually *use* it, but it's a nice tool to have,
and I wanted to support the team.
Great work.
I hope to see SB grow/mature and achieve parity with PB,
and who knows after I grok PB maybe i could build something useful with SB.
It's ...
by K1m0n
Fri Nov 09, 2018 12:17 pm
Forum: General Discussion
Topic: Prefer local-custom winlp32.exe to open *.hlp files.
Replies: 0
Views: 1232

Prefer local-custom winlp32.exe to open *.hlp files.

Suggestion: prefer local (or custom path) winlp32.exe to open *.hlp files.

Situation:
On Windows, PB IDE uses system's winhlp32.exe (if/when available) to open *.hlp files.

Unfortunately, M$ decided to eol winhlp32.exe on anything > Win 8.1.
System calls to winhlp32 on Win 10 will be greeted with ...
by K1m0n
Tue Sep 12, 2017 7:30 pm
Forum: Announcement
Topic: PureBasic 5.61 final is out
Replies: 54
Views: 38144

Re: PureBasic 5.61 final is out

Thanks for the release.
I don't have time to code nowdays,
but it pleases me seeing PureBasic getting better.
Congrats.
by K1m0n
Sat Jan 26, 2013 1:58 pm
Forum: Announcement
Topic: Programming 2D Scrolling Games (V 4.61 & 5.0) Book Released!
Replies: 50
Views: 139992

Re: Programming 2D Scrolling Games (V 4.61 & 5.0) Book Relea

Got it last week and going through it now.
Looks nice.
That being said, where can we report typos and other mistakes/omissions?
by K1m0n
Sat Apr 07, 2012 10:23 am
Forum: Applications - Feedback and Discussion
Topic: PureSyn (Total Commander ListerPlugin)
Replies: 6
Views: 4293

Re: PureSyn (Total Commander ListerPlugin)

Beautiful, many thanks.

A bug report:
Lister doesn't always closes with esc as usual.
Right now it closes with esc only if i first open option/configure on lister,
or if i switch focus from/back to lister
Tested on Win7 x64 + TotalCMD x64 8.0b24 + PureSyn 0.81

Also, and since you already use a ...
by K1m0n
Wed Feb 29, 2012 7:44 am
Forum: Feature Requests and Wishlists
Topic: More Database Connector
Replies: 6
Views: 2592

Re: More Database Connector

Hi.
+1 for Firebird library support.
It would complement PureBasic well,
and provide a second option for an embedded db (other than SQLite).
by K1m0n
Thu Jun 09, 2011 12:29 pm
Forum: PureFORM & JaPBe
Topic: PureFORM 1.99 (yet another FORM designer)
Replies: 1537
Views: 597908

Re: PureForm ExGrid config?

At the init code field, among other things I have the entry: IncludePath "C:\PureBasic\ExGrid"
At the code generator, the above is translated as: IncludePath "C:PureBasicExGrid" As PureFORM supports escape sequences in 'Init code' and 'Free code', you have to use '\\' : IncludePath "C:\\PureBasic ...
by K1m0n
Wed Jun 08, 2011 7:59 pm
Forum: PureFORM & JaPBe
Topic: PureFORM 1.99 (yet another FORM designer)
Replies: 1537
Views: 597908

Re: PureForm ExGrid config?

I was wondering if any of the fellow PureForm users is using Es/ExGRID, and if so if he has a working config he can share to declare those as custom gadgets in PureForm. Hi,
Have a look at the 'custom gadgets' topic in the help file .
There is an example for eGrid4. Es/ExGRID should not be very ...
by K1m0n
Tue Jun 07, 2011 5:53 pm
Forum: PureFORM & JaPBe
Topic: PureFORM 1.99 (yet another FORM designer)
Replies: 1537
Views: 597908

PureForm ExGrid config?

Hi.

New user, and still green in PB.
I was wondering if any of the fellow PureForm users is using Es/ExGRID, and if so if he has a working config he can share
to declare those as custom gadgets in PureForm.

It would be of great help to be able to visually place the grid in the form designer (great ...